Hello, dear!
The possible cause is that the equipment room is powered off abnormally, causing VM disk damage.
Perform the following operations to rectify the fault:
1. After the system enters the maintenance mode, the system automatically logs in as the root user.
2. Run the following command to unmount the disk:
umount Disk name
If the following information is displayed, run the following commands to stop the running processes, and then unmount the disk again:
[root@EulerOS-BaseTemplate ~]# umount /dev/mapper/oss_vg-optlog_vol
umount: /opt: target is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
fuser -ck /opt
umount Disk name
3. Run the following command to repair the disk:
fsck.ext4 -f -y Disk name
4. Run the following command to restart the VM:
reboot
5. Run the following command to log out of the root user:
exit
If you want to know more detailed information, please check the following link:
Troubleshooting the System That Enters Maintenance Mode Due to Disk Damage
https://support.huawei.com/hedex/hdx.do?docid=EDOC1100105336&id=mo-tro-000038&lang=en
Hope I can help you!