Hello Richard Beyer,
Welcome to the Microsoft Q&A Platform. Thank you for posting your query here.
Based on your description, the affected VM was successfully removed and restored from backup, and the Data Integrity Scan completed successfully (0x00) on both nodes. However, the cluster continues to report critical ReFS checksum and corruption faults through Get-HealthFault, which are preventing the update readiness checks from passing.
To better understand whether the reported faults are still active or are referencing the previously affected VMRS file, could you please provide the following information:
- Output of:
Get-HealthFault | Format-List *
- Confirm whether the file referenced in the fault still exists by running:
Test-Path "<Affected_VMRS_Path>"
- Current storage health information:
Get-VirtualDisk | ft FriendlyName,HealthStatus,OperationalStatus
Get-PhysicalDisk | ft FriendlyName,HealthStatus,OperationalStatus
Get-StoragePool | ft FriendlyName,HealthStatus,OperationalStatus
- Please confirm:
- Are the critical alerts still visible in Windows Admin Center?
- Are they also visible in the Azure Portal Update Readiness check?
- Have the cluster nodes been restarted after the VM was deleted and restored?
- Please provide:
- The output of
Get-StorageHealthReport - A screenshot of the Update Readiness report showing the remaining critical alerts
Additionally, if available, please collect the recent ReFS operational events from the affected timeframe:
Get-WinEvent -LogName Microsoft-Windows-ReFS/Operational -MaxEvents 200
Once we receive the requested information, we can determine whether the cluster is still detecting active ReFS corruption or whether the Health Service is continuing to report a fault associated with the previously affected VMRS file.
You can share the requested logs in Private message.