]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: do not migrate conf from config-key store to new-style conf 38281/head
authorKefu Chai <kchai@redhat.com>
Wed, 25 Nov 2020 10:44:04 +0000 (18:44 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 25 Nov 2020 15:30:15 +0000 (23:30 +0800)
commit70e99e76b5f63265f6b2700f8af77ece4f1dd11b
tree635cbfcb988058d51eec12c18fba904e6bd22b13
parent6497da98d7cf5a737f447a10ccb508adb8fd71fd
mgr: do not migrate conf from config-key store to new-style conf

since all module options are using the new-style config framework.
the migration is offered for the use case of upgrade from luminous to mimic,
since pacific can only be upgraded from octopus. the mimic monitors are alreay
able to populate the configurations to mgr, not to mention the octopus
monitors, so there is no need to migrate the options stored in config-key
store anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/test_module_selftest.py
src/mgr/Mgr.cc
src/mgr/PyModuleRegistry.cc