From 20b84377a15459faa3bedd6768b317a96fb77ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sun, 22 Jun 2025 21:49:23 -0400 Subject: [PATCH] github: Switch to ZFS backend for Linstor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a6562fa1..36dc9bdb2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -429,7 +429,7 @@ jobs: ephemeral_disk="$(findmnt --noheadings --output SOURCE --target /mnt | sed 's/[0-9]\+$//')" sudo umount /mnt sudo wipefs -a "${ephemeral_disk}" - sudo linstor physical-storage create-device-pool --storage-pool incus --pool-name linstor-incus lvmthin local "${ephemeral_disk}" + sudo linstor physical-storage create-device-pool --storage-pool incus --pool-name linstor-incus zfsthin local "${ephemeral_disk}" # Update the runner env. echo "INCUS_LINSTOR_CLUSTER=${runner_ip}" >> "$GITHUB_ENV"