From: Kefu Chai Date: Mon, 23 Apr 2018 11:13:37 +0000 (+0800) Subject: qa/tasks/mgr: pass "--force" to "mgr module enable" X-Git-Tag: v13.1.0~132^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=60e3a2404fb29cd32d1f7774fb5547b20faaa8cf;p=ceph.git qa/tasks/mgr: pass "--force" to "mgr module enable" Signed-off-by: Kefu Chai --- diff --git a/qa/tasks/mgr/mgr_test_case.py b/qa/tasks/mgr/mgr_test_case.py index b73a6a296e126..059eb7bde9636 100644 --- a/qa/tasks/mgr/mgr_test_case.py +++ b/qa/tasks/mgr/mgr_test_case.py @@ -118,7 +118,7 @@ class MgrTestCase(CephTestCase): initial_gid = cls.mgr_cluster.get_mgr_map()['active_gid'] cls.mgr_cluster.mon_manager.raw_cluster_cmd("mgr", "module", "enable", - module_name) + module_name, "--force") # Wait for the module to load def has_restarted():