From: Kefu Chai Date: Wed, 21 Apr 2021 13:50:21 +0000 (+0800) Subject: vstart.sh: disable "rook" mgr module by default X-Git-Tag: v17.1.0~2178^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb75ef228a7fefbbf3a61f577bf424ff0db0b67f;p=ceph.git vstart.sh: disable "rook" mgr module by default 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 --- diff --git a/src/vstart.sh b/src/vstart.sh index 7f0dfef731a3..c169b636d4ca 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -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}")