]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rbd/test_lock_fence.sh
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / workunits / rbd / test_lock_fence.sh
index e425e161d00284d61737d527a570ff85389bee07..fd8fa6347d224f67a2b88a134276881b495f97d0 100755 (executable)
@@ -10,7 +10,7 @@ RBDRW=$RELPATH/rbdrw.py
 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 &
+python3 $RBDRW $IMAGE $LOCKID &
 iochild=$!
 
 # give client time to lock and start reading/writing