Re: [ceph-users] mds directory pinning, status display

2019-09-13 Thread Patrick Donnelly
On Fri, Sep 13, 2019 at 7:09 AM thoralf schulze wrote: > > hi there, > > while debugging metadata servers reporting slow requests, we took a stab > at pinning directories of a cephfs like so: > > setfattr -n ceph.dir.pin -v 1 /tubfs/kubernetes/ > setfattr -n ceph.dir.pin -v 0 /tubfs/profiles/ >

[ceph-users] mds directory pinning, status display

2019-09-13 Thread thoralf schulze
hi there, while debugging metadata servers reporting slow requests, we took a stab at pinning directories of a cephfs like so: setfattr -n ceph.dir.pin -v 1 /tubfs/kubernetes/ setfattr -n ceph.dir.pin -v 0 /tubfs/profiles/ setfattr -n ceph.dir.pin -v 0 /tubfs/homes on the active mds for rank 0,