book
Article ID: 340000
calendar_today
Updated On:
Issue/Introduction
Symptoms:
Windows OS Virtual Machine, with Storage Spaces configured, quiesced snapshot fails because System Writer is in failed state.
Windows OS Virtual Machine snapshot creation fails when application quiescing is enabled for snapshots.
In the vmware.log file, for this VM, contains the following message, for example:
2018-xx-xxTxx:xx:xx.xxxZ| vcpu-4| I125: Guest: [ warning] [vmvss:vmvss] CVmSnapshotRequestor::CheckWriterStatus():2212: writer System Writer in failed state: res = 0x800423f0, err = 0x1, error =
Environment
VMware vSphere ESXi 6.0
VMware vSphere ESXi 6.7
VMware vSphere ESXi 6.5
Cause
VMware does not support VSS application quiescing snapshot when VMware virtual disks are managed under Storage Spaces in Windows.
Resolution
This is expected behavior and no resolution.
Workaround:
Disable VSS application quiescing using VMware Tools:
- Open the C:\ProgramData\VMware\VMware Tools\Tools.conf file using a text editor.
- Create the file if it does not exist in the above said location
- Add these entries to the file:
[vmbackup]
vss.disableAppQuiescing = true
- Save and close the file.
- Restart the VMware Tools Service.
- Click Start > Run, type services.msc, and click OK.
- Right-click the VMware Tools Service and click Restart.