-
Notifications
You must be signed in to change notification settings - Fork 1
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 2264002: rbd: log sitestatuses and description #260
BUG 2264002: rbd: log sitestatuses and description #260
Conversation
@yati1998: No Bugzilla bug is referenced in the title of this pull request. 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. |
/hold to add another missing commit |
@yati1998: This pull request references Bugzilla bug 2264002, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (oviner@redhat.com), skipping review request. 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. |
currently we are not logging the RequestID for the replication RPC calls. This PR adds the replication case to the getReqID function. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit 4e296bf)
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Madhu-1, 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 |
0ef707f
into
red-hat-storage:release-4.15
@yati1998: All pull requests linked via external trackers have merged: Bugzilla bug 2264002 has been moved to the MODIFIED state. 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. |
@yati1998 @Madhu-1 can you please confirm that the changes are available in the devel and release-4.16 branch too? See https://github.com/red-hat-storage/ceph-csi/tree/devel/redhat#backports for the process that we are required to follow:
If this process isn't followed, we may run into a regression if we forget to backport the changes to any of the other branches. |
@nixpanic yes changes are already in development as part of regular sync and 4.16 will be updated shortly as part of automation |
This commit logs sitestatues and description in
GetVolumeReplicationInfo RPC call for better
debuging.
Fixes: ceph#4430
Signed-off-by: Yati Padia ypadia@redhat.com
(cherry picked from commit cdc73a7)