]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/mgr_module: Allow resetting module options 29042/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 15 Jul 2019 11:25:39 +0000 (13:25 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 17 Jul 2019 13:41:45 +0000 (15:41 +0200)
commit03424798356532cf70841fb189718a8534b4e356
treef21273cc65651918a3ac4856ed3c6c9f1f46a206
parent5d1ed8867a385b6b91ed5dc6d8abb0d98cb4cebb
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>
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