]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: add 'ceph fs required_client_feature <fs_name> add/rm' command
authorYan, Zheng <zyan@redhat.com>
Mon, 9 Mar 2020 13:14:30 +0000 (21:14 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 7 Jul 2020 01:05:56 +0000 (09:05 +0800)
commitc4a335d7c619cfda9b019e45df22cb55ef53caec
tree65b60d38bf64231e481387a9be96b0f9776ebc72
parent1169dee2592ec41777207fcf5742b5e936a100fc
mon: add 'ceph fs required_client_feature <fs_name> add/rm' command

Fixes: https://tracker.ceph.com/issues/43817
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
18 files changed:
PendingReleaseNotes
doc/cephfs/administration.rst
qa/suites/fs/upgrade/featureful_client/old_client/tasks/3-compat_client/pacific.yaml
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/4-compat_client.yaml
qa/tasks/cephfs/test_admin.py
qa/tasks/mgr/dashboard/test_health.py
src/CMakeLists.txt
src/crimson/CMakeLists.txt
src/mds/MDSMap.cc
src/mds/MDSMap.h
src/mds/MDSRank.cc
src/mds/Server.cc
src/mds/cephfs_features.cc [new file with mode: 0644]
src/mds/cephfs_features.h
src/mds/mdstypes.h
src/mon/FSCommands.cc
src/mon/MDSMonitor.cc
src/mon/MonCommands.h