]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: disable "rook" mgr module by default 40964/head
authorKefu Chai <kchai@redhat.com>
Wed, 21 Apr 2021 13:50:21 +0000 (21:50 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 21 Apr 2021 14:12:39 +0000 (22:12 +0800)
as we don't have "jsonpatch" installed for running "make check", "rook"
module always fails to load, and the error message when mgr is
unable to load is misleading and distracting. let's just disabled it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/vstart.sh

index 7f0dfef731a3bfd001f70ae6a9139e63a486342f..c169b636d4cad868cdcc4c5158ecca650cd059ae 100755 (executable)
@@ -736,6 +736,7 @@ $COSDSHORT
         $(format_conf "${extra_conf}")
 [mon]
         mgr initial modules = $mgr_modules
+        mgr disabled modules = rook
 $DAEMONOPTS
 $CMONDEBUG
         $(format_conf "${extra_conf}")