Print

Print


Thanks for the help.

So to force the use of xrdcp command, I recompiled a custom xrootd modifying line 55 of XrdXrootdPgrwAio.hh (new line static const int aioSZ = 1024*1024) and it's working as expected. Any way to change it using some env variable? (tried with XRD_CPCHUNKSIZE but it seems not to be the right param).

After that, I tried to mount the directory xrootd as a FUSE. In my config I disabled the sendfile option (not implemented by the plugin):

xrootd.async force limit 8 maxsegs 8 maxstalls 5 maxtot 4096 segsize 1024k nosf 

and from the client side:

xrootdfs -o rdr=root://localhost:8094/my/directory,uid=daemon /my/mount/point
cp /my/mount/point/big.bin ./ # big.bin is 10MiB 

but this time I am getting async-read request (i.e. aio_nbytes) of 131 KiB (still not 1MiB).
What am I doing wrong?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/issues/1694/1113015435@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1694#issuecomment-1113015435", "url": "https://github.com/xrootd/xrootd/issues/1694#issuecomment-1113015435", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1