由于客户的服务器突然断电,导致ESXi中的某个centos7虚拟机无法启动
报错信息如下:
报错:Internal error XFS_WANT_CORRUPTED_GOTO at line 1635 of file fs/xfs/libxfs/xfs_alloc.c.
【解决方法】
在ESXi虚拟机控制台输入密码进入系统,执行以下命令
# 查看 /home所在分区
fdisk -l
# 修复分区
xfs_repair -L /dev/mapper/centos-home
# 重启系统
init 6
参考:
https://blog.csdn.net/Chenftli/article/details/125537240