rhel 7.2で次のdmesgを実行すると、次のエラーが発生します。assuming drive cache
dmesg --level=err
[ 5.325381] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 5.325492] sd 0:0:5:0: [sde] Assuming drive cache: write through
[ 5.325637] sd 0:0:3:0: [sdc] Assuming drive cache: write through
[ 5.325667] sd 0:0:4:0: [sdd] Assuming drive cache: write through
[ 5.326309] sd 0:0:2:0: [sdb] Assuming drive cache: write through
[ 10.277944] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
このカーネルエラーが何を意味するのかご存知ですか?
赤い帽子の投稿を読んだ -https://access.redhat.com/solutions/42752
しかし、解決策が何であるかわからないのですか?
注 - 予期しない再起動後、サーバー
答え1
お客様が提供したリンクから、「このようなイベントは通常無視される場合があります。」
カーネルは警告表示でエラーメッセージを出力します。これは、カーネルがドライブキャッシュの特性を検証するためにSCSI仕様のオプション機能を使用しようとしましたが、ドライバがそれをサポートしていないため、属性を取得できないことを意味します。それについて何もできません。
(私が知る限り、必要な情報を提供する唯一のドライブはSCSIまたはSASドライブです。)