]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test_cephadm.sh: pass --fsid to shell command 32389/head
authorSage Weil <sage@redhat.com>
Sun, 22 Dec 2019 14:48:50 +0000 (08:48 -0600)
committerSage Weil <sage@redhat.com>
Sun, 22 Dec 2019 14:48:50 +0000 (08:48 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
test_cephadm.sh

index ac8763fa8980721f08c9d907bfae215c66fd6a63..5281ca5ba9cbedb10285ef3e6c8f3339720aa97c 100755 (executable)
@@ -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