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
feat(snapshot): allow vsock uds path override on restore
This commit introduces the ability to override the vsock's backing
Unix Domain Socket (UDS) path when restoring a VM from a snapshot.
This is useful in scenarios where the original UDS path is not
available on the host where the snapshot is being restored, for
example when restoring on a different machine.
A new `vsock_override` field has been added to the `/snapshot/load`
API endpoint to specify the new UDS path.
Signed-off-by: Sheng-Wei (Way) Chen <[email protected]>
0 commit comments