From 946958c13ccde932315a1e5b340e08c9fead009b Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 20 Jan 2015 15:55:11 -0800 Subject: [PATCH] qa: disable automatic locking for manual locking test Automatic locking hides the ESHUTDOWN from the caller, which is how this test detects that blacklisting works. Fixes: #10592 Signed-off-by: Josh Durgin --- qa/workunits/rbd/test_lock_fence.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/test_lock_fence.sh b/qa/workunits/rbd/test_lock_fence.sh index ee015043fbdee..dc34cb1deb1e2 100755 --- a/qa/workunits/rbd/test_lock_fence.sh +++ b/qa/workunits/rbd/test_lock_fence.sh @@ -8,7 +8,7 @@ CEPH_REF=${CEPH_REF:-master} wget -O $RBDRW "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/librbd/rbdrw.py" -rbd create $IMAGE --size 10 --image-format 2 || exit 1 +rbd create $IMAGE --size 10 --image-format 2 --image-shared || exit 1 # rbdrw loops doing I/O to $IMAGE after locking with lockid $LOCKID python $RBDRW $IMAGE $LOCKID & -- 2.39.5