-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix pool name check for blockpools #1830
Fix pool name check for blockpools #1830
Conversation
/approve |
/cherry-pick release-4.18 |
@SanjalKatiyar: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherry-pick release-4.18-compatibility |
@SanjalKatiyar: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm cancel |
Signed-off-by: vbadrina <vbadrina@redhat.com>
9c807c6
to
12a9266
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SanjalKatiyar, vbnrh 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 |
2c83b49
into
red-hat-storage:master
@SanjalKatiyar: new pull request created: #1834 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@SanjalKatiyar: new pull request created: #1835 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -151,15 +151,18 @@ export const StoragePoolBody: React.FC<StoragePoolBodyProps> = ({ | |||
.test( | |||
'unique-name', | |||
translationFieldRequirements[3], | |||
(value: string) => !existingNames.includes(value) | |||
(value: string) => |
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.
@SanjalKatiyar @vbnrh does it works in case of filesystem
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.
It should work IMO (we haven't updated that part of code).
Created the following blockpools above
Checking with pool-3, it does not allow to continue
Checking with pool-5, it allows it normally