Skip to content

Commit

Permalink
test-incus-storage-volumes-vm: Install LVM and btrfs tools
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
stgraber committed Dec 12, 2024

Verified

This commit was signed with the committer’s verified signature.
chilek Tomasz Chiliński
1 parent fa2e846 commit 51da265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-incus-storage-volumes-vm
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ trap cleanup EXIT HUP INT TERM

# Install test dependencies
apt-get remove --purge cloud-init --yes
apt-get install --yes curl genisoimage
apt-get install --yes curl genisoimage btrfs-progs lvm2

# Install ZFS
if echo "${poolDriverList}" | grep -q zfs; then

0 comments on commit 51da265

Please sign in to comment.