diff --git a/scripts/ceph/start.sh b/scripts/ceph/start.sh index fdda3affc..8727ab57c 100755 --- a/scripts/ceph/start.sh +++ b/scripts/ceph/start.sh @@ -92,7 +92,7 @@ uuid=$(uuidgen) ceph -c ${ceph_conf} osd create ${uuid} $i ceph-osd -c ${ceph_conf} -i $i --mkfs --mkkey --osd-uuid ${uuid} ceph -c ${ceph_conf} osd crush add osd.${i} 1.0 host=$(hostname) root=default -ceph -c ${ceph_conf} -i ${mnt_dir}/osd-device-${i}-data/keyring auth add osd.${i} osd "allow *" mon "allow profile osd" mgr "allow" +ceph -c ${ceph_conf} -i ${mnt_dir}/osd-device-${i}-data/keyring auth add osd.${i} osd "allow *" mon "allow profile osd" mgr "allow *" # start osd pkill -9 ceph-osd || true