Signed-off-by: Julien COLLET <julien.collet@cern.ch>
from teuthology.task.common_fs_utils import generic_mount
from teuthology.task.common_fs_utils import default_image_name
+#V1 image unsupported but required for testing purposes
+os.environ["RBD_FORCE_ALLOW_V1"] = "1"
+
log = logging.getLogger(__name__)
@contextlib.contextmanager
#!/bin/sh -ex
+# V1 image unsupported but required for testing purposes
+export RBD_FORCE_ALLOW_V1=1
+
# returns data pool for a given image
get_image_data_pool () {
image=$1