Print

Print


Hi! I have a nagging problem with the reporting of size in xrootd:

aliprod@storage03: ~ $ echo exit | ~/xrdserver/bin/xrd localhost
queryspace / -
Disk space approximations (MB):
Total         : 82622896
Free          : 39192
Used          : 0
Largest chunk : 7190

aliprod@storage03: ~ $ df -B M | grep storage
/dev/sdc1            13632778M 13626433M     6346M 100% /storage01
/dev/sdc2            13632778M 13625588M     7191M 100% /storage02
/dev/sdc3            14045893M 14039832M     6061M 100% /storage03

aliprod@storage03: ~ $ df -BM | grep storage | awk 'BEGIN {total=0}
{gsub("M",""); total+= $2;} END {print total}'
41311449

given that the problem is the queryspace result, i imagine that is a
problem internal to xrd. ( it seems that the 3.2.6 version is ok.)(this
are ALICE packaged versions)

Any idea about the problem and how can i investigate more?
Thanks a lot!
Adrian


########################################################################
Use REPLY-ALL to reply to list

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