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

snapshot create failing #457

Open
alexfd opened this issue Aug 3, 2017 · 1 comment
Open

snapshot create failing #457

alexfd opened this issue Aug 3, 2017 · 1 comment

Comments

@alexfd
Copy link

alexfd commented Aug 3, 2017

rack block-storage snapshot create --volume-id 50f01100-18f8-4d73-b329-5969566731a7
error   Invalid request due to incorrect syntax or missing required parameters.

rack block-storage snapshot create --volume-id 50f01100-18f8-4d73-b329-5969566731a7 --name "fs"
error   Invalid request due to incorrect syntax or missing required parameters.

Also, manpage incorrectly references the subcommand as "snapshots" instead of "snapshot".

@alexfd
Copy link
Author

alexfd commented Aug 8, 2017

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

@rackeric rackeric mentioned this issue Mar 31, 2018
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

1 participant