-
Notifications
You must be signed in to change notification settings - Fork 184
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
set pinning field in CephSubvolumeGroup CR #2317
set pinning field in CephSubvolumeGroup CR #2317
Conversation
0467033
to
6c88d8e
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.
Is it tested?
275cc14
to
2d16c4f
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.
- Break the commits into smaller logical parts.
- go dependency changes should be first commit.
- StorageCluster API and CRD changes should be second commit.
- cephfilesystem changes should be third commit.
- Add clear description of changes to each commit.
- StorageCluster CRD should not be edited manually. Change the api/*_type.go file to make changes.
@parth-gr: changing LGTM is restricted to collaborators 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/test-infra repository. |
51d768a
to
1eda24f
Compare
Updated rook dependencies to include latest API changes Signed-off-by: Nikhil-Ladha <[email protected]>
1eda24f
to
1af758a
Compare
Updated latest rook image and the corresponding rook CRDs Signed-off-by: Nikhil-Ladha <[email protected]>
7c250e1
to
45eca74
Compare
2314063
to
5187aae
Compare
5187aae
to
517f607
Compare
@parth-gr: changing LGTM is restricted to collaborators 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/test-infra repository. |
517f607
to
4070fee
Compare
4070fee
to
284f42a
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
@parth-gr: changing LGTM is restricted to collaborators 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/test-infra repository. |
4442521
to
a37b23a
Compare
Updated the CephSubvolumeGroup CR to include the pinning field with a default value of Distributed: 1 Signed-off-by: Nikhil-Ladha <[email protected]>
6897acb
to
b352070
Compare
updated golangci-lint to version 1.51.2 in github actions Signed-off-by: Nikhil-Ladha <[email protected]>
348fd5f
to
2df5c6e
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, Nikhil-Ladha, parth-gr 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 |
Updated the CephSubvolumeGroup CR to include the pinning field with a default value of
Distributed: 1
Ref: https://issues.redhat.com/browse/RHSTOR-5125