-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxd: Deny creation of empty ISO volume (#14644)
I noticed `lxc storage volume create "${pool}" isoVol --type=iso` worked inconsistently across drivers. Which led me to see that, according to the docs: `A custom storage volume of type `iso` can only be created by importing an ISO file using`, which makes sense because an empty ISO volume is useless AFAIK. So this implements this prohibition of creating empty ISO volumes.
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters