From: Sage Weil Date: Sun, 22 Dec 2019 14:48:50 +0000 (-0600) Subject: test_cephadm.sh: pass --fsid to shell command X-Git-Tag: v15.1.0~396^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d61066804a275a8acd7d23fd4ebbd3a7b9bf75eb;p=ceph.git test_cephadm.sh: pass --fsid to shell command Signed-off-by: Sage Weil --- diff --git a/test_cephadm.sh b/test_cephadm.sh index ac8763fa8980..5281ca5ba9cb 100755 --- a/test_cephadm.sh +++ b/test_cephadm.sh @@ -88,7 +88,7 @@ losetup $loop_dev $OSD_IMAGE_NAME pvcreate $loop_dev && vgcreate $OSD_VG_NAME $loop_dev for id in `seq 0 $((--OSD_TO_CREATE))`; do lvcreate -l $((100/$OSD_TO_CREATE))%VG -n $OSD_LV_NAME.$id $OSD_VG_NAME - $SUDO $CEPHADM shell --config c --keyring k -- \ + $SUDO $CEPHADM shell --fsid $fsid --config c --keyring k -- \ ceph orchestrator osd create \ $(hostname):/dev/$OSD_VG_NAME/$OSD_LV_NAME.$id done