Re: [ceph-users] "No space left on device" when deleting a file

2019-03-26 Thread Toby Darling
Hi Dan Thanks! ceph tell mds.ceph1 config set mds_bal_fragment_size_max 20 got us running again. Cheers toby On 26/03/2019 16:56, Dan van der Ster wrote: > See http://tracker.ceph.com/issues/38849 > > As an immediate workaround you can increase `mds bal fragment size > max` to 20 (w

Re: [ceph-users] "No space left on device" when deleting a file

2019-03-26 Thread Dan van der Ster
See http://tracker.ceph.com/issues/38849 As an immediate workaround you can increase `mds bal fragment size max` to 20 (which will increase the max number of strays to 2 million.) (Try injecting that option to the mds's -- I think it is read at runtime). And you don't need to stop the mds's a