]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: disable "rook" mgr module by default
authorKefu Chai <kchai@redhat.com>
Wed, 21 Apr 2021 13:50:21 +0000 (21:50 +0800)
committerTim Serong <tserong@suse.com>
Tue, 23 Aug 2022 06:03:06 +0000 (16:03 +1000)
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>
(cherry picked from commit bb75ef228a7fefbbf3a61f577bf424ff0db0b67f)

src/vstart.sh

index 6044c346a1602030dd4c2f81a7f7a082fe11067c..490f40a6ada4f509327941a299299c741828d3e8 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}")