We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sending a /v/vm/efi PUT request with the following media field:
... "media": [ { "mid": 0, "mode": "BLOCK", "readonly": false } ], ...
causes an error on the server side and doesn't create the VM.
The text was updated successfully, but these errors were encountered:
The root of the problem is quite simple: Velocity currently doesn't support BLOCK devices:
BLOCK
enum DiskMode : String, Decodable, Encodable { case USB = "USB" case VIRTIO = "VIRTIO" }
We should rename this issue to implement that functionality.
Sorry, something went wrong.
No branches or pull requests
Sending a /v/vm/efi PUT request with the following media field:
causes an error on the server side and doesn't create the VM.
The text was updated successfully, but these errors were encountered: