mirror of
https://github.com/ceph/go-ceph
synced 2025-01-11 16:49:57 +00:00
ci: change mon id in micro-osd script
Signed-off-by: Noah Watkins <nwatkins@redhat.com>
This commit is contained in:
parent
b389ed391c
commit
96b41ea93e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user