After a storage outage event, a vCenter may fail to boot with the error message "Failed to start File System Check on /dev/vg_root_0/lv_root_0".
Or you may see a message indicating a specific directory, such as /storage/log.
vCenter 7.x
vCenter 8.x
Before making any changes, take a powered off snapshot of vCenter or a backup. If vCenter is linked to another vCenter using Enhanced Linked Mode take a powered off snapshot of all linked vCenters.
fsck
command, as described in this KB: Error: Failed to start Network Service.# fsck -fy /dev/vg_root_0/lv_root_0
# reboot
Or
# e2fsck -y /dev/vg_root_0/lv_root_0
# reboot
In some cases there may be multiple partitions causing the Vcenter to enter emergency mode
Run journalctl
from root of vCenter , to identify the failing partition.
example : /dev/vg_root_0/lv_root_0 as the affected volume.
Executed filesystem repair using below commands as described in resolution section.
fsck -fy /dev/vg_root_0/lv_root_0
or
e2fsck -y /dev/vg_root_0/lv_root_0
Rebooted the appliance after each repair attempt.
The appliance may reboot multiple times during this process as it resolves underlying filesystem issues. Monitoring continues to ensure stability post-repair.