ceph: fast starter: start mon, mgr first, fix syntax error
This commit is contained in:
parent
4b740b4b3b
commit
8582e73afc
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@
|
|||
ceph-volume lvm activate --all
|
||||
|
||||
|
||||
for osd in
|
||||
/etc/monit/conf.d/osd.* \
|
||||
for osd in \
|
||||
/etc/monit/conf.d/mon.* \
|
||||
/etc/monit/conf.d/mgr.* \
|
||||
/etc/monit/conf.d/mon.* ; do
|
||||
/etc/monit/conf.d/osd.* ; do
|
||||
|
||||
cmd=$(cat $osd | grep "start pro" | sed -e 's/.* = "//' -e 's/".*//')
|
||||
echo $cmd
|
||||
|
|
Loading…
Reference in a new issue