Lenovo SR650 install oracle linux 8.2
When this host was first built, two raid groups were built with a hardware read card, one 900G and one 28T.
900G is the operating system disk, and 28T is the data disk.
When installing the operating system, 900G is /dev/sda, and 28T is /dev/sdb.
Recently, the user restarted the operating system before going online after the test, and found that it could not be turned on and stopped in maintenance mode.
It is found that the data disk /dev/sdb becomes /dev/sda, which causes the record of /etc/fstab to be wrong and cannot be booted.
After rebooting again, the data disk changed from /dev/sda back to normal /dev/sdb,
After many tests, the 900G operating system disk is sometimes in /dev/sda, sometimes in /dev/sdb,
Currently workaround is written in /etc/fstab with UUID instead of device name
How to solve this problem
Question
Wei 0
Lenovo SR650 install oracle linux 8.2
When this host was first built, two raid groups were built with a hardware read card, one 900G and one 28T.
900G is the operating system disk, and 28T is the data disk.
When installing the operating system, 900G is /dev/sda, and 28T is /dev/sdb.
Recently, the user restarted the operating system before going online after the test, and found that it could not be turned on and stopped in maintenance mode.
It is found that the data disk /dev/sdb becomes /dev/sda, which causes the record of /etc/fstab to be wrong and cannot be booted.
After rebooting again, the data disk changed from /dev/sda back to normal /dev/sdb,
After many tests, the 900G operating system disk is sometimes in /dev/sda, sometimes in /dev/sdb,
Currently workaround is written in /etc/fstab with UUID instead of device name
How to solve this problem
Link to post
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.