-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix storage filter restrictions (#545)
The storage selection filtering mechanism in preseed is meant as an alternative to the explicitly defined disk set. If all systems have supplied disks explicitly for ceph, then also using the filter will now return a descriptive error, instead of simply reporting that no more disks could be found. The same is true for zfs. Disk filtering will apply for any system that did not explicitly define disks. That is to say, as long as one system has not explicitly defined disks, then including a filter will be valid. This is true for ceph/zfs respectively.
- Loading branch information
Showing
3 changed files
with
126 additions
and
20 deletions.
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