You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add state file to the ResyncVolumeResponse to provide more clarity about the current state of the volume
messageResyncVolumeResponse{
// Indicates that the volume is ready to use.// The default value is false.// This field is REQUIRED.boolready=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.stringstate=2;
}
The text was updated successfully, but these errors were encountered:
Add state file to the ResyncVolumeResponse to provide more clarity about the current state of the volume
The text was updated successfully, but these errors were encountered: