Re: [ceph-users] Broken CephFS stray entries?

2019-01-22 Thread Yan, Zheng
On Tue, Jan 22, 2019 at 10:42 PM Dan van der Ster wrote: > > On Tue, Jan 22, 2019 at 3:33 PM Yan, Zheng wrote: > > > > On Tue, Jan 22, 2019 at 9:08 PM Dan van der Ster > > wrote: > > > > > > Hi Zheng, > > > > > > We also just saw this today and got a bit worried. > > > Should we change to: > >

Re: [ceph-users] Broken CephFS stray entries?

2019-01-22 Thread Dan van der Ster
On Tue, Jan 22, 2019 at 3:33 PM Yan, Zheng wrote: > > On Tue, Jan 22, 2019 at 9:08 PM Dan van der Ster wrote: > > > > Hi Zheng, > > > > We also just saw this today and got a bit worried. > > Should we change to: > > > > What is the error message (on stray dir or other dir)? does the > cluster

Re: [ceph-users] Broken CephFS stray entries?

2019-01-22 Thread Yan, Zheng
On Tue, Jan 22, 2019 at 9:08 PM Dan van der Ster wrote: > > Hi Zheng, > > We also just saw this today and got a bit worried. > Should we change to: > What is the error message (on stray dir or other dir)? does the cluster ever enable multi-acitive mds? > diff --git a/src/mds/CInode.cc

Re: [ceph-users] Broken CephFS stray entries?

2019-01-22 Thread Dan van der Ster
Hi Zheng, We also just saw this today and got a bit worried. Should we change to: diff --git a/src/mds/CInode.cc b/src/mds/CInode.cc index e8c1bc8bc1..e2539390fb 100644 --- a/src/mds/CInode.cc +++ b/src/mds/CInode.cc @@ -2040,7 +2040,7 @@ void CInode::finish_scatter_gather_update(int type)

Re: [ceph-users] Broken CephFS stray entries?

2018-10-19 Thread Yan, Zheng
no action is required. mds fixes this type of error atomically. On Fri, Oct 19, 2018 at 6:59 PM Burkhard Linke wrote: > > Hi, > > > upon failover or restart, or MDS complains that something is wrong with > one of the stray directories: > > > 2018-10-19 12:56:06.442151 7fc908e2d700 -1

Re: [ceph-users] Broken CephFS stray entries?

2018-10-19 Thread Paul Emmerich
Try to run a scrub on the mds: ceph daemon mds. scrub_path / recursive That might yield additional information. You can then add "repair" to the command to try to fix it. Paul Am Fr., 19. Okt. 2018 um 12:59 Uhr schrieb Burkhard Linke : > > Hi, > > > upon failover or restart, or MDS complains