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: v16.2.11~358^2~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fef79718a6b51b80198471b9d178055507f54e3b;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 (cherry picked from commit bb75ef228a7fefbbf3a61f577bf424ff0db0b67f) --- diff --git a/src/vstart.sh b/src/vstart.sh index 6044c346a160..490f40a6ada4 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}")