Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing BZ1820297 #279

Merged
merged 1 commit into from Apr 7, 2020
Merged

fixing BZ1820297 #279

merged 1 commit into from Apr 7, 2020

Conversation

jackyalbo
Copy link
Contributor

@jackyalbo jackyalbo commented Apr 6, 2020

Will now verify that storageclass exist, and that it's not an obc only type:

$ nb backingstore create pv-pool pool1 --num-volumes 3 --pv-size-gb 16 --storage-class jacky.noobaa
INFO[0000] ✅ Exists: NooBaa "noobaa"
INFO[0000] ❌ Not Found: StorageClass "jacky.noobaa"
FATA[0000] ❌ Could not get StorageClass "jacky.noobaa" for system in namespace "jacky"
$ nb backingstore create pv-pool pool1 --num-volumes 3 --pv-size-gb 16 --storage-class jacky.noobaa.io
INFO[0000] ✅ Exists: NooBaa "noobaa"
INFO[0000] ✅ Exists: StorageClass "jacky.noobaa.io"
FATA[0000] ❌ Could not set StorageClass "jacky.noobaa.io" for system in namespace "jacky" - as this class reserved for obc only

https://bugzilla.redhat.com/show_bug.cgi?id=1820297

@jackyalbo jackyalbo merged commit 466c18b into noobaa:master Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants