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
CA-370858: disallow VM exports with VTPMs attached
We're unable to serialize the data because the field for the contents is
not exposed in the API and it's based on a secret, which can be
dangerous once it's been implemented.
Exports are exposed using an HTTP endpoint, this means it's an indirect
operation and that other operations that use the feature will fail in
extraneous ways in a non-instantaneous way.
To avoid this the two methods that use it in xapi are changed as well
(vm-export and VM cross-pool migrations). This makes the failure
immediate and clear.
Signed-off-by: Pau Ruiz Safont <pau.safont@citrix.com>
0 commit comments