From 134c628df18d04e4b7a4354c8931bd317678933a Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Mon, 11 Jan 2021 23:53:09 +0100 Subject: [PATCH] ci: run ceph-osd in foreground during mkfs This is an attempt to fix #423. Signed-off-by: Sven Anderson --- micro-osd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/micro-osd.sh b/micro-osd.sh index 65b1efd..20d856a 100755 --- a/micro-osd.sh +++ b/micro-osd.sh @@ -77,7 +77,8 @@ ceph-mon --id ${MON_NAME} # start an osd OSD_ID=$(ceph osd create) ceph osd crush add osd.${OSD_ID} 1 root=default host=localhost -ceph-osd --id ${OSD_ID} --mkjournal --mkfs +ceph-osd --id ${OSD_ID} --mkjournal --mkfs --foreground +sync # this is an attempt to fix CI issue #423, remove if it has no effect ceph-osd --id ${OSD_ID} # start an mds for cephfs