-
Notifications
You must be signed in to change notification settings - Fork 3
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
DFBUGS-850: Reflect cephrbd image health in VR and VRG status #236
base: release-4.17
Are you sure you want to change the base?
Conversation
The consumers of the Replication API are expecting the conditions to be something imported and comparable from the other repo's. For the same reason moving the conditions to replication types. fixes: csi-addons#649 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit 89d4c5b) Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit adds new Validated condition. This is initially used to indicate the csi driver responded with FailedPrecondition grpc code for EnableReplication request using `PrerequisiteNotMet` reason. Signed-off-by: Rakshith R <rar@redhat.com> (cherry picked from commit 9f416da) Signed-off-by: Niels de Vos <ndevos@ibm.com>
this commit updates the volumereplication conditions to include descriptive message for every operations Signed-off-by: yati1998 <ypadia@redhat.com> (cherry picked from commit 8b610a1) Signed-off-by: Niels de Vos <ndevos@ibm.com>
@nixpanic: This pull request references [Jira Issue DFBUGS-850](https://issues.redhat.com//browse/DFBUGS-850), 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nixpanic, yati1998 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 |
That is what DFBUGS-850 requests. It helps with troubleshooting, and therefor improved the supportability and user experience. |
/jira refresh |
@nixpanic: This pull request references [Jira Issue DFBUGS-850](https://issues.redhat.com//browse/DFBUGS-850), 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 openshift-eng/jira-lifecycle-plugin repository. |
Adding myself so I get notified when this is released. We need to consume this release in ramen for 4.17. |
Backport of three commits for improving the reported condition. All commits are part of the release-4.18 branch already.
/cc Madhu-1 Rakshith-R yati1998