ci: change mon id in micro-osd script

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
This commit is contained in:
Noah Watkins 2018-08-05 11:48:18 -07:00
parent b389ed391c
commit 96b41ea93e

View File

@ -39,7 +39,7 @@ auth service required = none
auth client required = none auth client required = none
osd pool default size = 1 osd pool default size = 1
[mon.0] [mon.a]
log file = ${LOG_DIR}/mon.log log file = ${LOG_DIR}/mon.log
chdir = "" chdir = ""
mon cluster log file = ${LOG_DIR}/mon-cluster.log mon cluster log file = ${LOG_DIR}/mon-cluster.log
@ -61,9 +61,9 @@ EOF
export CEPH_CONF=${DIR}/ceph.conf export CEPH_CONF=${DIR}/ceph.conf
# start an osd # start an osd
ceph-mon --id 0 --mkfs --keyring /dev/null ceph-mon --id a --mkfs --keyring /dev/null
touch ${MON_DATA}/keyring touch ${MON_DATA}/keyring
ceph-mon --id 0 ceph-mon --id a
# start an osd # start an osd
OSD_ID=$(ceph osd create) OSD_ID=$(ceph osd create)