From cdf07460363001e0b1f3f90d38961f261729bd90 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Fri, 23 Aug 2024 11:23:10 -0400 Subject: [PATCH] tests/devlxd-container: explain why we don't use the usual image Signed-off-by: Simon Deziel --- tests/devlxd-container | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/devlxd-container b/tests/devlxd-container index 2b22b62c6..487969927 100755 --- a/tests/devlxd-container +++ b/tests/devlxd-container @@ -18,6 +18,7 @@ echo "==> Create storage pool using driver ${poolDriver}" lxc storage create "${poolName}" "${poolDriver}" echo "==> Create container and boot" +# XXX: not using ubuntu-minimal-daily:24.04 due to unreliability lxc launch "${TEST_IMG:-ubuntu:24.04}" c1 -s "${poolName}" -c security.nesting=true lxc info c1