Hyper-V-Produktionsprüfpunktproblem mit Debian 11-Linux-VMs

Hyper-V-Produktionsprüfpunktproblem mit Debian 11-Linux-VMs

Habe gerade die erste Linux-VM (Debian 11) zu Hyper-V Server Core 2016 hinzugefügt. Beim Exportieren der VM mit

Get-VM ... | Export-VM -CaptureLiveState CaptureDataConsistentState ...

Die Meldung erwähnt ein Problem beim Erstellen des Produktionsprüfpunkts aufgrund des VSS-Integrationsgastfehlers 0x80004005. Soweit ich weiß, läuft hv_vss_daemon im Gast

root@...:~# ps -ef | grep hv
root          99       2  0 13:24 ?        00:00:00 [hv_vmbus_con]
root         101       2  0 13:24 ?        00:00:00 [hv_pri_chan]
root         102       2  0 13:24 ?        00:00:00 [hv_sub_chan]
root         218       2  0 13:24 ?        00:00:00 [hv_balloon]
root         245       1  0 13:24 ?        00:00:00 /usr/sbin/hv_kvp_daemon -n
root         397       1  0 13:24 ?        00:00:00 /usr/sbin/hv_fcopy_daemon -n
root         398       1  0 13:24 ?        00:00:00 /usr/sbin/hv_vss_daemon -n
root        1927    1851  0 13:26 pts/0    00:00:00 grep hv

Das einzige mögliche Problem, das ich beim Host sehe, ist

[...]: PS ...> get-vm --- | Get-VMIntegrationService |? Name -like *shadow*  | fl *

VMCheckpointId             : 00000000-0000-0000-0000-000000000000
VMCheckpointName           :
Enabled                    : True
OperationalStatus          : {Ok, ProtocolMismatch}
PrimaryOperationalStatus   : Ok
PrimaryStatusDescription   : OK
SecondaryOperationalStatus : ProtocolMismatch

Gibt es eine Möglichkeit, das Problem zu lösen, ohne zum normalen Prüfpunkt zurückzukehren?

verwandte Informationen