-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug 2319878: pool: Add option to enableCrushUpdates to pool if required #768
Bug 2319878: pool: Add option to enableCrushUpdates to pool if required #768
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: travisn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@travisn: This pull request references Bugzilla bug 2319878, which is invalid:
Comment 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. |
48e3301
to
61009d7
Compare
fixing 'secert' to `secret` and adding workds like `NotIn, addin` to skip work list. Signed-off-by: subhamkrai <[email protected]> (cherry picked from commit 85c25bb)
this commit upgrade the minikube, k8s, crictl versions in CI and also fix permission error in the github runner. Signed-off-by: subhamkrai <[email protected]> (cherry picked from commit f647444)
61009d7
to
42fe9aa
Compare
Afte pylint was updated to version 3.2.0 a set of new errors appeared. This makes ci passing by either fixing the problem or ignoring it in the check Signed-off-by: NymanRobin <[email protected]> (cherry picked from commit dcec080) (cherry picked from commit e7e3a9c)
this will be disabled by default but in scenarios where the user want to update failureDomain, DeviceClass etc, this option can be enabled, to be noted this can lead to lot of data rebalancing and remapping. Use with caution Signed-off-by: Deepika Upadhyay <[email protected]> (cherry picked from commit d71f9c2)
The snyk security check started failing with a warning about the package being outdated: github.com/libopenstorage/secrets/azure which depends on github.com/Azure/azure-sdk-for-go/sdk/azidentity. These and related packages are now updated. Signed-off-by: Travis Nielsen <[email protected]>
42fe9aa
to
714f4a4
Compare
@travisn: An error was encountered removing this pull request from the external tracker bugs for bug 2319878 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
response code 401 not 200
Please contact an administrator to resolve this issue, then request a bug refresh with 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. |
Add option to allow disabling the pool crush rule updates. Updates will be disabled by default but in scenarios where the user want to update failureDomain, DeviceClass etc, this option can be enabled by OCS operator, even when data rebalancing is acceptable.
Issue resolved by this Pull Request:
Resolves #https://bugzilla.redhat.com/show_bug.cgi?id=2319878
Checklist: