]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/vstart.sh: put modules option for MGR in the [mgr] block. 42881/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sun, 22 Aug 2021 20:08:46 +0000 (22:08 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Mon, 23 Aug 2021 12:53:47 +0000 (14:53 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/vstart.sh

index 0a355fb5a4dff9a9a8947fcfca2b5db2f92d36bd..a0481e3e44d91011ffae32395cb76d5886122388 100755 (executable)
@@ -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}")