From cb9fc8be15e16a2a49cf276b81a5ef875d7c5993 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 17 Apr 2018 07:53:14 -0500 Subject: [PATCH] test/pybind/test_rbd: allow v1 images for testing Signed-off-by: Sage Weil --- src/test/pybind/test_rbd.py | 2 ++ 1 file changed, 2 insertions(+) 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='') -- 2.47.3