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
Remove image format from deprecated receive start (#7144)
The field image_format added to receive_start and receive_start2 breaks
migration from old XAPI to new XAPI.
Both are sending RPC to the destination, which runs them locally. If the
destination has the field but not the source it breaks compatibility. On
the other hand, receive_start3 runs on the source. It is the VDI.create
that is sent remotely to the destination.
This patch removes the new field. That means that you will not be able
to choose the format of the destination when migrating from old version
of XAPI to new version of XAPI. As receive_start and receive_start2 are
deprecated the situation will become more and more rare.
0 commit comments