Re: [ceph-users] Problematic inode preventing ceph-mds from starting

2019-10-28 Thread Pickett, Neale T
users Subject: Re: [ceph-users] Problematic inode preventing ceph-mds from starting On Fri, Oct 25, 2019 at 12:11 PM Pickett, Neale T wrote: > In the last week we have made a few changes to the down filesystem in an > attempt to fix what we thought was an inode problem: > > > cephfs-da

Re: [ceph-users] Problematic inode preventing ceph-mds from starting

2019-10-28 Thread Patrick Donnelly
On Fri, Oct 25, 2019 at 12:11 PM Pickett, Neale T wrote: > In the last week we have made a few changes to the down filesystem in an > attempt to fix what we thought was an inode problem: > > > cephfs-data-scan scan_extents # about 1 day with 64 processes > > cephfs-data-scan scan_inodes # abo

Re: [ceph-users] Problematic inode preventing ceph-mds from starting

2019-10-25 Thread Pickett, Neale T
Sent: Thursday, October 24, 2019 17:57 To: Pickett, Neale T Cc: ceph-users Subject: Re: [ceph-users] Problematic inode preventing ceph-mds from starting Hi Neale, On Fri, Oct 18, 2019 at 9:31 AM Pickett, Neale T wrote: > > Last week I asked about a rogue inode that was causing ceph-mds to s

Re: [ceph-users] Problematic inode preventing ceph-mds from starting

2019-10-24 Thread Patrick Donnelly
Hi Neale, On Fri, Oct 18, 2019 at 9:31 AM Pickett, Neale T wrote: > > Last week I asked about a rogue inode that was causing ceph-mds to segfault > during replay. We didn't get any suggestions from this list, so we have been > familiarizing ourselves with the ceph source code, and have added th

[ceph-users] Problematic inode preventing ceph-mds from starting

2019-10-18 Thread Pickett, Neale T
Last week I asked about a rogue inode that was causing ceph-mds to segfault during replay. We didn't get any suggestions from this list, so we have been familiarizing ourselves with the ceph source code, and have added the following patch: --- a/src/mds/CInode.cc +++ b/src/mds/CInode.cc @@ -7