Skip to content

[live-migration] remove compatibility info from options proto#2708

Merged
rawahars merged 1 commit intomicrosoft:mainfrom
rawahars:lm_proto_fix
Apr 28, 2026
Merged

[live-migration] remove compatibility info from options proto#2708
rawahars merged 1 commit intomicrosoft:mainfrom
rawahars:lm_proto_fix

Conversation

@rawahars
Copy link
Copy Markdown
Contributor

Compatibility information is part of the opaque state which shim passes to the caller during PrepareAndExportSandbox API. On the destination, we use the same and create the HCS Compute system using the same compatibility information. Therefore, it is unneeded information in the options proto.

This change removes the same.

Compatibility information is part of the opaque state which shim passes to the caller during `PrepareAndExportSandbox` API. On the destination, we use the same and create the HCS Compute system using the same compatibility information. Therefore, it is unneeded information in the options proto.

This change removes the same.

Signed-off-by: Harsh Rawat <[email protected]>
@rawahars rawahars requested a review from a team as a code owner April 27, 2026 13:58
@rawahars rawahars merged commit 562d6ce into microsoft:main Apr 28, 2026
19 checks passed
@rawahars rawahars deleted the lm_proto_fix branch April 28, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[live-migration] Remove CompatibilityInfo from the MigrationInitializeOptions proto

3 participants