Closed calestyo closed 9 years ago
Repeat the rep ls
after 5 minutes and check if it is still sticky.
See also the release notes of 1.9.1-2.
Taking everything back, claiming the opposite :D
btw: When I have you on the line: Any idea why this still works:
chimera=> VALUES (inode2path('000079F134611A6E451985473D4048A5F71C'));
column1
--------------------------------------------------------------------------------------------------------------------
/pnfs/lrz-muenchen.de/data/atlas/dq2/atlaslocalgroupdisk/rucio/user/chmitt/eb/ce/user.chmitt.005080._00139.el.root
(1 row)
but e.g.:
chimera=> VALUES (inode2path('000000000000000000000000000000000000'));
column1
---------
(1 row)
or
chimera=> VALUES (path2inode('000000000000000000000000000000000000', '/pnfs/lrz-muenchen.de/data/atlas/dq2/atlaslocalgroupdisk/rucio/user/chmitt/eb/ce/user.chmitt.005080._00139.el.root'));
column1
---------
(1 row)
gives back 1 empty row?
For the latter, I think the path should be relative (not start with a slash).
The the former, inode2path
is simply buggy when applied to the root inode - it iterates up the tree, prefixing /name
at every step. For the root inode the loop exits right away and thus the string ends up being empty.
Hi.
When doing e.g.:
and then:
I'd expect from the documentation of -tmode=cached, that the new replica is cached only but not sticky. However:
dCache 2.13.4
Chris.