Skip to content

Commit

Permalink
Merge pull request ceph#42881 from wjwithagen/wjw-fix-vstart-mgr
Browse files Browse the repository at this point in the history
src/vstart.sh: put modules option for MGR in the [mgr] block.

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Aug 24, 2021
2 parents 75ea722 + 82d1e68 commit 60811bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}")
Expand Down

0 comments on commit 60811bf

Please sign in to comment.