I simulate disk fail on the raid1 btrfs which is also my root for proxmox ve 7.1-7.
When one of the disk failed, the system will not boot.
It stuck at initramfs, i am unable to mount the system as the initramfs does not have mount.btrfs
The system will boot normally with both disk exits.
How do I make the system to boot on degraded system even if on of the disk missing ?
This is my /etc/fstab if that matters
my knowledge for system kernel is limited if there is any things need to be edit, please specific the file full path.
PS: I need to get the system back up until the replacement disk arrive thus, running on degraded mode is fine.
When one of the disk failed, the system will not boot.
It stuck at initramfs, i am unable to mount the system as the initramfs does not have mount.btrfs
The system will boot normally with both disk exits.
How do I make the system to boot on degraded system even if on of the disk missing ?
This is my /etc/fstab if that matters
Code:
UUID=e115f582-3078-4d22-a8e3-xxxxxxxxxxx / btrfs defaults,nofail,degraded,noatime,x-systemd.mount-timeout=1min 0 1
UUID=D86D-XXXX /boot/efi vfat defaults 0 1
proc /proc proc defaults 0 0
my knowledge for system kernel is limited if there is any things need to be edit, please specific the file full path.
PS: I need to get the system back up until the replacement disk arrive thus, running on degraded mode is fine.