mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
github: Switch to ZFS backend for Linstor
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user