|
Repo Added
|
Files
36
|
Badge
README BADGES
|
push
github
Remove image format from deprecated receive start (#7151) 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. (cherry picked from commit 71a2576b7)
3504 of 4355 relevant lines covered (80.46%)
0.8 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 28414133266 | v26.1.14 | Remove image format from deprecated receive start (#7151) 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 desti... | push | github |
80.46 |