Presently we have CompatibilityInfo as part of MigrationInitializeOptions .
Reference-
|
// CompatibilityData is the compatibility information required for the destination VM. |
However, we need not pass the same as the shim will send is as an opaque state in PrepareAndExportSandbox API.
Presently we have
CompatibilityInfoas part ofMigrationInitializeOptions.Reference-
hcsshim/pkg/migration/migration_options.proto
Line 29 in b1fb76e
However, we need not pass the same as the shim will send is as an opaque state in
PrepareAndExportSandboxAPI.