From 82d1e68525884798833b24666debcd6aae08fc83 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Sun, 22 Aug 2021 22:08:46 +0200 Subject: [PATCH] src/vstart.sh: put modules option for MGR in the [mgr] block. Signed-off-by: Willem Jan Withagen --- src/vstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index 0a355fb5a4dff..a0481e3e44d91 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -733,6 +733,7 @@ $DAEMONOPTS mds root ino gid = `id -g` $(format_conf "${extra_conf}") [mgr] + mgr disabled modules = rook mgr data = $CEPH_DEV_DIR/mgr.\$id mgr module path = $MGR_PYTHON_PATH cephadm path = $CEPH_ROOT/src/cephadm/cephadm @@ -768,7 +769,6 @@ $COSDSHORT [mon] mon_data_avail_crit = 1 mgr initial modules = $mgr_modules - mgr disabled modules = rook $DAEMONOPTS $CMONDEBUG $(format_conf "${extra_conf}") -- 2.39.5