[ceph-users] Re: Fwd: Ceph fs snapshot problem

2024-03-18 Thread Marcus
Hi Neeraj, Thanks, that worked fine!! I just needed to remount with the 'p' permission to set ceph.dir.subvolume to 0, otherwise I got permission denied. I also discovered what messed it up. I tried the command: ceph fs subvolume snapshot and if I just used 'ls' (or any other subcommand)

[ceph-users] Re: Fwd: Ceph fs snapshot problem

2024-03-16 Thread Neeraj Pratap Singh
As per the error message you mentioned; Permission denied : It seems that the 'subvolume' flag has been set on the root directory and we cannot create snapshots in directories under subvol dir. Can u pls retry creating directory after unsetting it by using: setfattr -n ceph.dir.subvolume -v 0

[ceph-users] Re: Fwd: Ceph fs snapshot problem

2024-03-16 Thread Marcus
Hi, There is no such attribute. /mnt: ceph.dir.subvolume: No such attribute I did not have getfattr installed so needed to install attr package. Can it be that this package was not installed when fs was created so ceph.dir.subvolume could not be set at creation? Did not get any warnings at