[lxc-devel] [lxd/master] tests: Avoid ceph pool conflict

stgraber on Github lxc-bot at linuxcontainers.org
Sat Jul 13 14:45:38 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190713/5781b79b/attachment.bin>
-------------- next part --------------
From f51f0be32e22cd91e8850002431311beb44451c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sat, 13 Jul 2019 10:22:21 -0400
Subject: [PATCH] tests: Avoid ceph pool conflict
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 test/suites/clustering.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/suites/clustering.sh b/test/suites/clustering.sh
index 5046b940cf..5754e10152 100644
--- a/test/suites/clustering.sh
+++ b/test/suites/clustering.sh
@@ -403,7 +403,7 @@ test_clustering_storage() {
       driver_config="size=20GB"
   fi
   if [ "${driver}" = "ceph" ]; then
-      driver_config="source=lxdtest-$(basename "${TEST_DIR}")"
+      driver_config="source=lxdtest-$(basename "${TEST_DIR}")-pool1"
   fi
   driver_config_node1="${driver_config}"
   driver_config_node2="${driver_config}"


More information about the lxc-devel mailing list