Article ID: 54383
Article Type: Troubleshooting
Last Modified:
If CBT is disabled on a Virtual Server Agent (VSA) subclient, the backup uses CRC with VSS, which might cause a Hyper-V 2019 host to crash.
During a backup operation, the Hyper-V host may crash under the following conditions:
When CBT is disabled on the VSA subclient, the Virtual Server Agent tries to perform the backup using CRC (Cyclic Redundancy Check) with Volume Shadow Copy Service (VSS).
If the VSS Legacy Tracing feature is enabled on a Hyper-V 2019 host, this operation may cause the host to crash. This feature is deprecated and should not be used on Hyper-V 2019 hosts.
To resolve this issue, disable the VSS Legacy Tracing feature on the Hyper-V 2019 host using either of the following methods:
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\VSS\Diag -Name "(Default)" -Value "Disabled" –PassThru