[ceph-users] Cannot delete ceph file system snapshots

2015-07-08 Thread Eric Eastman
Hi, I have created a ceph file system on a cluster running ceph v9.0.1 and have enable snapshots with the command: ceph mds set allow_new_snaps true --yes-i-really-mean-it On the top level of the ceph file system, I can cd into the hidden .snap directory and I can create new directories with

Re: [ceph-users] Cannot delete ceph file system snapshots

2015-07-08 Thread Eric Eastman
Thank you! That was the solution. Eric On Wed, Jul 8, 2015 at 12:02 PM, Jan Schermer j...@schermer.cz wrote: Have you tried rmdir instead of rm -rf? Jan On 08 Jul 2015, at 19:17, Eric Eastman eric.east...@keepertech.com wrote: Hi, I have created a ceph file system on a cluster

Re: [ceph-users] Cannot delete ceph file system snapshots

2015-07-08 Thread Jan Schermer
Have you tried “rmdir” instead of “rm -rf”? Jan On 08 Jul 2015, at 19:17, Eric Eastman eric.east...@keepertech.com wrote: Hi, I have created a ceph file system on a cluster running ceph v9.0.1 and have enable snapshots with the command: ceph mds set allow_new_snaps true