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
1 changed files with 3 additions and 3 deletions

View File

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