Re: [ceph-users] a metadata lost problem when mds breaks down

2017-08-31 Thread Sage Weil
On Thu, 31 Aug 2017, Mark Meyers wrote: > Hi: > > I encountered a metadata lost problem of files when testing the > outcome of ceph mds's unpredictable breakdown. > The test shell script is like(not real code): > > while i < 10 > do > touch $i >

[ceph-users] a metadata lost problem when mds breaks down

2017-08-31 Thread Mark Meyers
Hi: I encountered a metadata lost problem of files when testing the outcome of ceph mds's unpredictable breakdown. The test shell script is like(not real code): while i < 10 do touch $i i++ done echo c > /proc/sysrq-tr