Re: [ceph-users] removing a ceph fs

2015-04-23 Thread Gregory Farnum
I think you have to "ceph mds fail" the last one up, then you'll be able to remove it. -Greg On Thu, Apr 23, 2015 at 7:52 AM, Kenneth Waegeman wrote: > > > On 04/22/2015 06:51 PM, Gregory Farnum wrote: >> >> If you look at the "ceph --help" output you'll find some commands for >> removing MDSes f

Re: [ceph-users] removing a ceph fs

2015-04-23 Thread Kenneth Waegeman
On 04/22/2015 06:51 PM, Gregory Farnum wrote: If you look at the "ceph --help" output you'll find some commands for removing MDSes from the system. Yes, this works for all but the last mds.. [root@mds01 ~]# ceph mds rm 35632 mds.mds03 Error EBUSY: cannot remove active mds.mds03 rank 0 I sto

Re: [ceph-users] removing a ceph fs

2015-04-22 Thread Gregory Farnum
If you look at the "ceph --help" output you'll find some commands for removing MDSes from the system. -Greg On Wed, Apr 22, 2015 at 6:46 AM Kenneth Waegeman wrote: > forgot to mention I'm running 0.94.1 > > On 04/22/2015 03:02 PM, Kenneth Waegeman wrote: > > Hi, > > > > I tried to recreate a ceph

Re: [ceph-users] removing a ceph fs

2015-04-22 Thread Kenneth Waegeman
forgot to mention I'm running 0.94.1 On 04/22/2015 03:02 PM, Kenneth Waegeman wrote: Hi, I tried to recreate a ceph fs ( well actually an underlying pool, but for that I need to first remove the fs) , but this seems not that easy to achieve. When I run `ceph fs rm ceph_fs` I get: `Error EINVAL

[ceph-users] removing a ceph fs

2015-04-22 Thread Kenneth Waegeman
Hi, I tried to recreate a ceph fs ( well actually an underlying pool, but for that I need to first remove the fs) , but this seems not that easy to achieve. When I run `ceph fs rm ceph_fs` I get: `Error EINVAL: all MDS daemons must be inactive before removing filesystem` I stopped the 3 MDSs