From bb75ef228a7fefbbf3a61f577bf424ff0db0b67f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 21 Apr 2021 21:50:21 +0800 Subject: [PATCH] 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 --- src/vstart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vstart.sh b/src/vstart.sh index 7f0dfef731a3b..c169b636d4cad 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}") -- 2.39.5