]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/mgr_module: Allow resetting module options 29550/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 15 Jul 2019 11:25:39 +0000 (13:25 +0200)
committerPrashant D <pdhange@redhat.com>
Thu, 8 Aug 2019 09:22:13 +0000 (05:22 -0400)
commitfa69483f59ba007adf4d8d7e376abf1b7db6faa9
treeeb73bc36dc552ef9cf20539a6e774c776b990d5d
parent127e6386f32a516a67a09a8ff0a7f5f53ca15b1d
mgr/mgr_module: Allow resetting module options

Introduced in 4872cc5aa32611e44705aebf93145a92d5df776a

`_ceph_set_module_option` also accepts `None`, not just strings.

Fixes: http://tracker.ceph.com/issues/40779
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 03424798356532cf70841fb189718a8534b4e356)
doc/mgr/orchestrator_cli.rst
qa/tasks/mgr/test_module_selftest.py
src/pybind/mgr/mgr_module.py
src/pybind/mgr/orchestrator_cli/module.py