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
After reviewing this error with RS support, the following has been determined:
rack block-storage snapshot create --volume-id 50f01100-18f8-4d73-b329-5969566731a7 --name fs --description fs --log debug
Response Body: {
"badRequest": {
"code": 400,
"message": "Invalid volume: Volume 50f01100-18f8-4d73-b329-5969566731a7 status must be available, but current status is: in-use."
}
}
--force is needed to run a snapshot while disk is in use, however it is not recognized as a valid parameter.
VERSION:
rack version 1.2
commit: 09c14b061f4a115c8f1ff07ae6be96d9b11e08df
Also, manpage incorrectly references the subcommand as "snapshots" instead of "snapshot".
The text was updated successfully, but these errors were encountered: