Skip to content

Commit

Permalink
test: Can't create empty iso volume
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Dec 12, 2024
1 parent a783647 commit ed5a0f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/suites/storage_local_volume_handling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ test_storage_local_volume_handling() {
lxc storage volume move "${pool}1/vol1" "${pool}1/vol1" --project "${project}" --target-project default
lxc storage volume show "${pool}1" vol1 --project default

# Create empty ISO volumes is not allowed
! lxc storage volume create "${pool}" isoVol --type=iso || false

# Create new pools
lxc storage create pool_1 dir
lxc storage create pool_2 dir
Expand Down

0 comments on commit ed5a0f6

Please sign in to comment.