-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spc): add capability to specify allowed BD tags on SPC (#1748)
* feat(spc): add capability to specify allowed BD tags on SPC This commit adds the capability to specify allowed BD tags on SPC via annotations. The annotation key is `openebs.io/allowed-bd-tags` and the allowed value is comma separated strings. For example: "fast,slow" is a possible value and in this case SPC provisioner will reject BDs that have a BD tag (`openebs.io/block-device-tag`) present on it and the value is other than fast or slow. Signed-off-by: Ashutosh Kumar <ashutosh.kumar@mayadata.io>
- Loading branch information
1 parent
a591d30
commit 50c5f20
Showing
8 changed files
with
469 additions
and
11 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
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
Oops, something went wrong.