From: Sage Weil Date: Tue, 17 Apr 2018 12:53:14 +0000 (-0500) Subject: test/pybind/test_rbd: allow v1 images for testing X-Git-Tag: v12.2.5~13^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21471%2Fhead;p=ceph.git test/pybind/test_rbd: allow v1 images for testing Signed-off-by: Sage Weil --- diff --git a/src/test/pybind/test_rbd.py b/src/test/pybind/test_rbd.py index f0f4017b22ea..a4f422ff8104 100644 --- a/src/test/pybind/test_rbd.py +++ b/src/test/pybind/test_rbd.py @@ -33,6 +33,8 @@ pool_name = None IMG_SIZE = 8 << 20 # 8 MiB IMG_ORDER = 22 # 4 MiB objects +os.environ["RBD_FORCE_ALLOW_V1"] = "1" + def setup_module(): global rados rados = Rados(conffile='')