-
Notifications
You must be signed in to change notification settings - Fork 39
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
Handle non implemented error for getVolumeReplicationInfo RPC #236
Labels
bug
Something isn't working
Comments
@yati1998 you are planning to fix this one soon? |
yes. |
Rakshith-R
added a commit
to Rakshith-R/kubernetes-csi-addons
that referenced
this issue
Feb 6, 2023
This commit adds code to handle UnimplmentedError from getVolumeReplicationInfo rpc. The controller wil now ignore this error and not requeue the request. Fixes: csi-addons#236 Signed-off-by: Rakshith R <[email protected]>
Rakshith-R
added a commit
to Rakshith-R/kubernetes-csi-addons
that referenced
this issue
Feb 6, 2023
This commit adds code to handle UnimplmentedError from getVolumeReplicationInfo rpc. The controller wil now ignore this error and not requeue the request. Fixes: csi-addons#236 Signed-off-by: Rakshith R <[email protected]>
Rakshith-R
added a commit
to Rakshith-R/kubernetes-csi-addons
that referenced
this issue
Feb 7, 2023
This commit adds code to handle UnimplmentedError from getVolumeReplicationInfo rpc. The controller wil now ignore this error and not requeue the request. Fixes: csi-addons#236 Signed-off-by: Rakshith R <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Feb 7, 2023
This commit adds code to handle UnimplmentedError from getVolumeReplicationInfo rpc. The controller wil now ignore this error and not requeue the request. Fixes: #236 Signed-off-by: Rakshith R <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to handle the nonimplemented error for RPC getVolumeReplication call.
For more details please check this:
#232 (review)
The text was updated successfully, but these errors were encountered: