-
Notifications
You must be signed in to change notification settings - Fork 297
Supported image formats #6712
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
base: master
Are you sure you want to change the base?
Supported image formats #6712
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1714,6 +1714,13 @@ let migrate_send = | |
| ; param_release= inverness_release | ||
| ; param_default= Some (VMap []) | ||
| } | ||
| ; { | ||
| param_type= Map (Ref _vdi, String) | ||
| ; param_name= "vdi_format_map" | ||
| ; param_doc= "Map of source VDI to it's expected type on destination" | ||
| ; param_release= numbered_release "25.36.0-next" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @psafont , what is the correct way to deal with release version? Should it be updated just before merging?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately, yes, that's the current way :( |
||
| ; param_default= Some (VMap []) | ||
| } | ||
| ] | ||
| ~result: | ||
| (Ref _vm, "The reference of the newly created VM in the destination pool") | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.