一、問題描述
裸金屬宿主機根據qcow2映象建立的裸金屬伺服器,建立裸金屬伺服器時無法正常將sda磁碟機代號落在系統盤上;
lsblk發現系統盤定義的磁碟機代號漂移到sdc盤,涉及問題裸金屬伺服器的磁碟slot直連磁碟和Raid塊裝置的啟動順序,
無法將/dev/sda磁碟機代號落在主機直連磁碟上;
二、問題排查
1、檢視載入raid和直連磁碟的pci id
2、調整grub中核心磁碟模組載入順序
rdloaddriver=ahci rdloaddriver=megaraid_sas
暫時沒有修復,排查中。
三、問題根因
四、參考
https://www.kernel.org/doc/html/v5.18/admin-guide/initrd.html https://ironic-book.readthedocs.io/zh-cn/latest/inspector/inspector.html https://www.jianshu.com/p/f7addd310377 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/?h=v4.19.313