-
Notifications
You must be signed in to change notification settings - Fork 20
Add state field to the GetVolumeReplicationInfo response #78
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
Comments
/assign |
How about just a bool to indicate whether csi-addons should recheck the entire flow for the replicated object ? |
Well, re-check is just another reconcile, isn't it? How else do you think we could use the existing flow? |
Uh oh!
There was an error while loading. Please reload this page.
Add
replication_state
field to the GetVolumeReplicationInfo response to keep the user updated on the current state of replication when the volume info is fetched we don't know if theAs of now, there is no API to identify the current state of replication, and the VolumeReplicationInfo is fetched at a scheduled interval, therefore it becomes the ideal API to store the
replication_state
.The text was updated successfully, but these errors were encountered: