Suddenly I found ghost folder on nfs client of s3ql. Its name misticaly doubles ls output On nfs server with s3ql no such behavior
user@server://nfs/sharedfs/logs$ ls -la ls: reading directory .: Too many levels of symbolic links total 0 drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:23 . drwxr-xr-x. 1 root root 0 Oct 21 01:47 .. drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:23 fenix drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:23 fenix user@server://nfs/sharedfs/logs$ ls -la ls: reading directory .: Too many levels of symbolic links total 0 drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:23 . drwxr-xr-x. 1 root root 0 Oct 21 01:47 .. drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:23 fenix drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:23 fenix user@server://nfs/sharedfs/logs$ cd fenix/ user@server://nfs/sharedfs/logs/fenix$ ls user@server://nfs/sharedfs/logs/fenix$ cd .. user@server://nfs/sharedfs/logs$ touch fenix/test user@server://nfs/sharedfs/logs$ ls -la ls: reading directory .: Too many levels of symbolic links total 0 drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:23 . drwxr-xr-x. 1 root root 0 Oct 21 01:47 .. drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:24 fenix drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:24 fenix user@server://nfs/sharedfs/logs$ ls -l * fenix: total 0 -rw-r--r--. 1 sfinx0 sfinx 0 Oct 21 23:24 test fenix: total 0 -rw-r--r--. 1 sfinx0 sfinx 0 Oct 21 23:24 test user@server://nfs/sharedfs/logs$ mv fenix/ fenix_ user@server://nfs/sharedfs/logs$ ls -la total 0 drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:24 . drwxr-xr-x. 1 root root 0 Oct 21 01:47 .. drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:24 fenix_ user@server://nfs/sharedfs/logs$ mv fenix_/ fenix user@server://nfs/sharedfs/logs$ ls ls: reading directory .: Too many levels of symbolic links fenix fenix user@server://nfs/sharedfs/logs$ ls -l ls: reading directory .: Too many levels of symbolic links total 0 drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:24 fenix drwxr-xr-x. 1 sfinx0 sfinx 0 Oct 21 23:24 fenix ==================== on nfs server: mount.s3ql --cachedir /nfsexport/.s3cache/ --cachesize 33554432 --max-cache-entries 1048576 --threads 16 --nfs s3://bucker /nfsexport/sharedfs/ root@nfs:/nfsexport/sharedfs/logs# ls -la total 0 drwxr-xr-x 1 1100 1100 0 Oct 21 23:24 fenix root@nfs:/nfsexport/sharedfs/logs# ls * test -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
