Hyperv-V 创建神秘的 .avhdx 文件并填满磁盘空间

Pid*_*una 10 hyper-v vss vhdx avhdx windows-server-2016

我有 Windows Server 2016。我的服务器上也有 Hyper-V 角色。5:36我每天都有错误,disk full我的虚拟机正在停止。在 Hyper-V 日志中:

   ProviderName: Microsoft-Windows-Hyper-V-StorageVSP

TimeCreated                     Id LevelDisplayName Message
-----------                     -- ---------------- -------
11.03.2018 5:36:08               5 Information         Storage device 'D:\DBS82-Data.vhdx' changed recovery state. Previous state = Recoverable Error Detected, New state = Recoverable Error Detected.
11.03.2018 5:36:08               4 Information         Storage device 'D:\DBS82-Data.vhdx' received a recovery status notification. Current device state = Recoverable Error Detected, Last status = No Errors, New status = Disk Full.
11.03.2018 5:36:08               6 Information         Storage device 'D:\DBS82-Data.vhdx' received an IO failure with error = SRB_STATUS_ERROR_RECOVERY. Current device state = No Errors, New state = Recoverable Error Detected, Current status = No Errors.
Run Code Online (Sandbox Code Playgroud)

我试着不睡觉,直到5:36看到发生了什么,因为在我的磁盘上D我有80 G可用空间。DBS82-Data.vhdx是附近100 G。所以,我试着不睡觉,我看到,在磁盘D上创建的DBS82-Data_E8D5659C--CBA3-4813-8543-F30F264A7A2F.avhdx文件填满了磁盘空间。此外,在 Hyper-V 管理器中,我看到所有虚拟机状态的状态merging。那是什么 ?我在哪里可以管理它的过程?因为在 windows server 2008 的 hyper-v 上,我没有看到这个问题(功能)。

Net*_*ner 13

您要么启用了需要合并Hyper-V 检查点,要么有一个额外的快照管理软件(备份或复制)将命令发送到 Hyper-V 以创建检查点/快照。

我将首先调查上述时间的系统/应用程序日志,以找出问题的根本原因。