]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/options: extract mgr and mon options out 41703/head
authorKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 02:43:02 +0000 (10:43 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 02:45:26 +0000 (10:45 +0800)
commit6103f833df0226ae5a97196718352b6ff81c51a3
tree9ed697727d2703a39f78af16ad5c0728d1075598
parent9370ac9fa8b342811999bad11a852961eebeae19
common/options: extract mgr and mon options out

this change is a part of a sequence of changes like
9b5e54d996a771f63b97620d4640c08f6406d843 and
dff996d9e24c6259fffce7e704e47e066c367b6a. because we need to audit
the consumers of an option before extracting it to the dedicated
.yaml.in file, it takes considerable time to get this done.

so let's do this piecemeal.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/options/global.yaml.in
src/common/options/mgr.yaml.in
src/common/options/mon.yaml.in