
Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Migrated VMs are Showing File System Errors
Problem
Multiple virtual machines (VMs) failed to boot due to file system corruption on their boot volumes. Both Windows and Linux VMs exhibited boot errors, showing file system inconsistencies.
Environment
Private Cloud Director Virtualization - v2025.7 & v2025.8
Self-Hosted Private Cloud Director Virtualization - v2025.7 & v2025.8
Component: VMHA
Workaround
Identify Impacted VMs:
Review VM boot console output for file system errors or stuck boot sequences.
Cross-check recent migrations or evacuations triggered by VMHA from the ostackhost logs (
/var/log/pf9/ostackhost.logs) from the source host.
Temporarily Disable VMHA:
Disable VM High Availability (VMHA) across the affected clusters to prevent automatic evacuations.
Confirm no ongoing evacuation events in logs (
/var/log/pf9/ha/ha-agent.log) from the source host.
Recover the VMs:
For Linux VMs: Boot into recovery mode and run
fsck -y /dev/<BOOT-VOLUME>For Windows VMs: Mount the volume to a helper instance, restore critical registry files, and reattach to the original VM or using a file system checker tool.
Validate Cinder and NFS Mounts:
Check all Cinder hosts for correct NFS mount configurations as per the cluster blueprints.
Cause
VMHA (Virtual Machine High Availability) evacuation events triggered by network connectivity issues resulted in multiple VM instances simultaneously accessing the same storage volumes, causing data corruption.
Resolution
The long-term fix is available on PCD-October release (tracked under PCD-4211, PCD-4212).