]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephfs: kill allow_dirfrags
authorDouglas Fuller <dfuller@redhat.com>
Wed, 4 Apr 2018 13:15:53 +0000 (09:15 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 17 Apr 2018 18:01:03 +0000 (11:01 -0700)
commit7d97a6e6f841c60b6318fb9d04a291e223200f05
tree4a9e7336359cf965f31f68dc0aa30555a4957f0e
parentae3992ce4f730979fc3e3a04f3840af3ce206734
cephfs: kill allow_dirfrags

As dirfrags are now standard in CephFS, remove the machinery for
tracking and enabling this feature.

ceph fs set <fs> allow_dirfrags is now deprecated and prints a warning
message.

Signed-off-by: Douglas Fuller <dfuller@redhat.com>
14 files changed:
PendingReleaseNotes
doc/cephfs/dirfrags.rst
qa/tasks/ceph.py
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/test_data_scan.py
qa/tasks/cephfs/test_fragment.py
qa/tasks/cephfs/test_strays.py
src/include/ceph_fs.h
src/mds/FSMap.cc
src/mds/MDBalancer.cc
src/mds/MDSMap.cc
src/mds/MDSMap.h
src/mds/MDSRank.cc
src/mon/FSCommands.cc