Skip to content

Commit

Permalink
test: Don't use default 10GiB block volume in test_storage_volume_sna…
Browse files Browse the repository at this point in the history
…pshots

Not all test systems have this space available and is not needed for this test.

Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
  • Loading branch information
tomponline committed Apr 3, 2024
1 parent a6bc3b0 commit 24f26d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/storage_snapshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ test_storage_volume_snapshots() {
lxc storage volume delete "${storage_pool}" "vol1-snap0"

# Check snapshot restore of type block volumes.
lxc storage volume create "${storage_pool}" "vol1" --type block
lxc storage volume create "${storage_pool}" "vol1" --type block size=50MiB
lxc storage volume snapshot "${storage_pool}" "vol1" "snap0"
lxc storage volume restore "${storage_pool}" "vol1" "snap0"
lxc storage volume delete "${storage_pool}" "vol1"
Expand Down

0 comments on commit 24f26d2

Please sign in to comment.