認識されないマウント オプション「nobootwait」または、cloudstack の ext4-fs の値が欠落しています

認識されないマウント オプション「nobootwait」または、cloudstack の ext4-fs の値が欠落しています

私はクラウドスタック派生製品でVMを起動しています。fstabこのように見えます

/dev/vdb    /mnt    auto    defaults,nobootwait,comment=cloudconfig 0   2


         Starting File System Check on /dev/vdb...
[    4.626329] [drm] Initialized drm 1.1.0 20060810
[    4.628322] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
[    4.648258] AES CTR mode by8 optimization enabled
[    4.656565] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    4.662879] ppdev: user-space parallel port driver
[    4.663720] alg: No test for crc32 (crc32-pclmul)
[    4.836422] intel_rapl: no valid rapl domains found in package 0
systemd-fsck[564]: ephemeral0: clean, 11/52428800 files, 3340857/209715200 blocks
[[32m  OK  [0m] Started File System Check on /dev/vdb.
         Mounting /mnt...
[    4.998244] EXT4-fs (vdb): Unrecognized mount option "nobootwait" or missing value
[[1;31mFAILED[0m] Failed to mount /mnt.
See 'systemctl status mnt.mount' for details.

fstabそのマウントの正しい設定は何でしょうか?

答え1

そのオプションはサポートされていないようです。削除して何が起こるか確認し、cloudstack 派生版の fstab(5) ドキュメントを参照してください。

答え2

nobootwaitをnofailに置き換えました。ない素晴らしい解決策ですが、現時点ではこれが唯一の解決策です。

関連情報