私のCentOS 7サーバーは起動しなくなり、Grub Rescueで終了し、次のエラーが発生します。
error: disk `mduuid/7d1ea14d586da4ea38a163ecc38fa93f' not found.
systemrescue ISOで起動し、RAIDアレイをマウントし、アレイにルートを指定し、grub2-installを介して両方のディスク(sdaとsdb)にgrubをインストールしようとしましたが、どちらも同じエラーを返します。
[root@sysrescue /]# grub2-install /dev/sda
Installing for i386-pc platform.
grub2-install: error: disk `mduuid/7d1ea14d586da4ea38a163ecc38fa93f' not found.
RAID10アレイは次のとおりです。
/dev/md127:
Version : 1.0
Creation Time : Wed Jan 25 15:15:48 2017
Raid Level : raid10
Array Size : 1953520640 (1863.02 GiB 2000.41 GB)
Used Dev Size : 976760320 (931.51 GiB 1000.20 GB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Wed Dec 30 18:11:18 2020
State : clean, degraded
Active Devices : 2
Working Devices : 2
Failed Devices : 2
Spare Devices : 0
Layout : near=2
Chunk Size : 512K
Consistency Policy : bitmap
Name : pilot.one:root (local to host hv.christine)
UUID : 7d1ea14d:586da4ea:38a163ec:c38fa93f
Events : 2428023
Number Major Minor RaidDevice State
- 0 0 0 removed
1 8 17 1 active sync set-B /dev/sdb1
- 0 0 2 removed
3 8 49 3 active sync set-B /dev/sda1
md uuidについて不平を言う理由と最も重要なことは、問題を解決する方法を理解していません。 grub2のバグですか?アレイのデータにはすべてが正常です。私はパフォーマンス低下モードでRAID10を実行しており、合計4つのうち2つのディスクを削除しました。
私の記憶が正しい場合は、前回他のサーバーでも同様の問題があり、回復ISOで起動し、RAIDアレイをマウントして/ dev / sdaでgrub2-installを実行するだけで問題を解決するために必要でしたが、これは不要に見えます。 。助けてくれてありがとう。