After a recent Dell SBE update for networking, I received file checksum critical alerts that will not clear

Richard Beyer 136 Reputation points
2026-07-24T14:46:31.58+00:00

This is for an Azure Local cluster with two nodes. Last weekend, I did Dell Solution Builder Extension version 5.0.2606.1616 update for Manufacturer 16G-45n0c-Intel, Model AX-760, Solution version 12.2606.1003.205, Services version 10.2606.0.7, Platform version 12.2606.0.3008 which completed successfully. After that update, I received the errors below that currently display on the update readiness check and in the Get-HealthFault command but not in the Cluster Alerts menu.


Critical

Cluster ali-azcluster

6 days ago

The file system detected a checksum error and was not able to correct it. The file(s) or folder(s) impacted are \Device\HarddiskVolume10\efd90aec7be9afd\Virtual Machines\Hyper-V\Transcribe\Virtual Machines\183F2A43-6044-444C-82F8-19C73E9BD007.VMRS

Critical

Cluster ali-azcluster

6 days ago

The file system detected a corruption on a file or folder. The file or folder has been removed from the file system namespace. The file(s) or folder(s) impacted are \Device\HarddiskVolume10\efd90aec7be9afd\Virtual Machines\Hyper-V\Transcribe\Virtual Machines\183F2A43-6044-444C-82F8-19C73E9BD007.VMRS


The VM was in a saved state and I could not get it out of that state. In order to delete it and restore from backup, I had to force it out of the saved state via PowerShell. After that, I was able to successfully delete the VM and restore it from backups.

I have manually initiated the Data Integrity Scan scheduled task on both nodes and they return successful with 0x00.

Any suggestions on how to get these critical alerts to clear so that I can proceed with this month's updates?

Thank you,

Rich Beyer

Azure Local
0 comments No comments

Answer accepted by question author
Anusree Nashetty 6,715 Reputation points Microsoft External Staff Moderator
2026-07-25T02:59:19.52+00:00

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:

  1. Output of:

Get-HealthFault | Format-List *

  1. Confirm whether the file referenced in the fault still exists by running:

Test-Path "<Affected_VMRS_Path>"

  1. Current storage health information:

Get-VirtualDisk | ft FriendlyName,HealthStatus,OperationalStatus

Get-PhysicalDisk | ft FriendlyName,HealthStatus,OperationalStatus

Get-StoragePool | ft FriendlyName,HealthStatus,OperationalStatus

  1. 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?
  1. 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.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Newest
  1. Christos Panagiotidis 3,551 Reputation points
    2026-07-27T10:54:13.5633333+00:00

    Your critical ReFS checksum faults remained after deleting and restoring the saved-state VM, although both integrity scans succeeded. Because the cluster later returned to Healthy, this was stale health or readiness state, not evidence that the restored VM still contained the damaged VMRS file.

    Azure Local system health checks run every 24 hours, and portal results can take another cycle to synchronize. Microsoft also documents update-related critical VM alerts that can remain after a successful update and resolve automatically after several days.

    Before the next update, select Check again in Update Manager. Run a prepare-only readiness check and inspect full health-check details. Confirm physical disks, virtual disks, storage pools, and ReFS operational events remain healthy. Never bypass a Critical result. If the same file path returns after a fresh cycle, collect Azure Local diagnostic logs and open Microsoft Support, providing the SBE and solution versions, timestamps, and health output.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.