Skip to content
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

Add state field to ResyncVolumeResponse #13

Open
Madhu-1 opened this issue Mar 3, 2021 · 2 comments
Open

Add state field to ResyncVolumeResponse #13

Madhu-1 opened this issue Mar 3, 2021 · 2 comments

Comments

@Madhu-1
Copy link
Member

Madhu-1 commented Mar 3, 2021

Add state file to the ResyncVolumeResponse to provide more clarity about the current state of the volume

message ResyncVolumeResponse{
  // Indicates that the volume is ready to use.
  // The default value is false.
  // This field is REQUIRED.
  bool ready = 1;
  // Represents the current state of the volume which is helpful to provide the state of the volume to the user. 
  // with this user can identify that the image is still resyncing, completed, stated to resync, or failed to resync.
  string state =2;
}
@nixpanic
Copy link
Contributor

nixpanic commented Mar 3, 2021

I assume the new state becomes OPTIONAL?

@Madhu-1
Copy link
Member Author

Madhu-1 commented Mar 3, 2021

Yes, it would be optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants