From ee8299caa02ef0d26c5655b2be376be1c09b46af Mon Sep 17 00:00:00 2001 From: Maciej Wawryk Date: Wed, 9 Oct 2019 16:29:03 +0200 Subject: [PATCH] scripts: fixed failing ceph on fedora29 There was issue with failing rbd_autotest on vm fedora29. Signed-off-by: Maciej Wawryk Change-Id: Ic8db722903d483d288b62c8b7c54671a4142be01 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470855 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto --- scripts/ceph/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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