forked from docs/doc-exports
move doc sources to other location Reviewed-by: OpenTelekomCloud Bot <None>
4.3 KiB
4.3 KiB
How Can I Rectify the Fault That May Occur on a Linux ECS with an NVMe SSD Disk Attached?
Symptom
When a Linux ECS with an NVMe SSD disk attached, such as a P1 ECS, becomes faulty, you must contact the administrator to remotely create the ECS again for reconstruction.
If automatic NVMe SSD disk attaching upon ECS startup is enabled in /etc/fstab on the faulty ECS, the system disk recovers after the ECS is created. However, the attached NVMe SSD disk does not have a file system, and automatic NVMe SSD disk attaching upon ECS startup fails to take effect. As a result, the ECS enters the emergency mode.
To ensure that the new ECS is functional, you must manually delete the attaching information in /etc/fstab.
Solution
- Log in to the ECS.
- Enter the password of user root to log in to the ECS.
- Run the following command to edit the /etc/fstab file:
vi /etc/fstab
- Delete the attaching information of the NVMe SSD disk and save the file.
- Run the following command to restart the ECS:
- Verify that the ECS recovers and can be logged in.
Parent topic: Disk Management