-
Notifications
You must be signed in to change notification settings - Fork 185
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
label ceph svg correctly if datapool name is empty #2523
label ceph svg correctly if datapool name is empty #2523
Conversation
controllers/storageclassrequest/storageclassrequest_controller.go
Outdated
Show resolved
Hide resolved
06dddb6
to
4e4e220
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
4e4e220
to
3a6dbda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm |
3a6dbda
to
1e63ec0
Compare
rebased to pick CI changes. |
/lgtm |
/test ocs-operator-bundle-e2e-aws |
1 similar comment
/test ocs-operator-bundle-e2e-aws |
Signed-off-by: Leela Venkaiah G <[email protected]>
1e63ec0
to
8bdc052
Compare
rebased. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leelavg, Madhu-1, nb-ohad The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9d387da
into
red-hat-storage:main
when the datapool in cephfs is empty (aka default) the constructed resource label value ends with hyphen(
-
) which isn't valid. This commit adds the suffix only if the datapool isn't empty (ref #2517)add rbac for provider-sa to query ceph radosnamespace (ref #2518)