Ticket #24 (new bugs)
Line length limitation in poollist file
Reported by: | jonathan.schaeffer@… | Owned by: | omsynge |
---|---|---|---|
Priority: | minor | Milestone: | dcache-1.8 |
Component: | pool | Keywords: | |
Cc: | Sub Version: |
Description
It seems that the pool description in the .poollist file is limited to some undetermined length.
The original line is as follow in my poollist file : pool-tape-01 /data/poo-tape/pool sticky=allowed recover-space recover-control recover-anyway tag.hostname=ccdcacli005 io-queues=gridftp,dcap,xrootd pool-disk-01 /data/poo-disk/pool lfs=precious sticky=allowed recover-space recover-control recover-anyway tag.hostname=ccdcacli005 io-queues=gridftp,dcap,xroot
As I tried to add the "replicateOnArrival=HoppingManager?" option in the above line, it gives :
pool-tape-01 /data/poo-tape/pool sticky=allowed recover-space recover-control recover-anyway tag.hostname=ccdcacli005 io-queues=gridftp,dcap,xrootd pool-disk-01 /data/poo-disk/pool replicateOnArrival=HoppingManager? lfs=precious sticky=allowed recover-space recover-control recover-anyway tag.hostname=ccdcacli005 io-queues=gridftp,dcap,xroot
As the pool starts over, I can see that the pool-disk-01 has no more gridftp, dcap nor xrootd queue defined.
I was able to make them appear again by removing some other options on the line so that it looks more like :
pool-ccdcacli005-disk /data/pool-ccxfer01-disk/pool replicateOnArrival=HoppingManager? lfs=precious tag.hostname=ccdcacli005 io-queues=gridftp,dcap,xrootd
I have the same problem on dCache 1.7 and 1.8
Thanks for your support.
Jonathan Schaeffer