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 an option to specify destination format during migration
This patch introduces two options for specifying a destination image
format during migration.
The first option, `dest-img-format`, is used by `vdi-pool-migrate`. The
provided string is used to check whether the destination SR supports the
expected format. If the check fails—or cannot be performed due to missing
information on the destination SR—an error is returned.
The second option is used by `vm-migrate`, and allows specifying the
destination format for individual VDIs mapped to a destination SR. The
format is `image-format:<source VDI UUID>=<destination image format>`.
As with VDI pool migration, if the destination image format cannot be
validated, an error is returned.
Signed-off-by: Guillaume <[email protected]>
0 commit comments