I have a backup server on 3 x 2Tb drives.
One drive died on me so I bought a new one (4Tb actually) and replaced it. It has been re-silvered sucessfully.
However it looks as though I have lost the ability to boot from that drive:
How do I arrange for the system to be bootable from all the drives?
One drive died on me so I bought a new one (4Tb actually) and replaced it. It has been re-silvered sucessfully.
However it looks as though I have lost the ability to boot from that drive:
Code:
root@pbs1:~# lsblk -o +FSTYPE
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT FSTYPE
sda 8:0 0 3.6T 0 disk
├─sda1 8:1 0 3.6T 0 part
└─sda9 8:9 0 8M 0 part
sdb 8:16 0 1.8T 0 disk
├─sdb1 8:17 0 1007K 0 part
├─sdb2 8:18 0 512M 0 part vfat
└─sdb3 8:19 0 1.8T 0 part zfs_member
sdc 8:32 0 1.8T 0 disk
├─sdc1 8:33 0 1007K 0 part
├─sdc2 8:34 0 512M 0 part vfat
└─sdc3 8:35 0 1.8T 0 part zfs_member
root@pbs1:~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
System currently booted with uefi
WARN: /dev/disk/by-uuid/5CDE-445F does not exist - clean '/etc/kernel/proxmox-boot-uuids'! - skipping
5CDF-202A is configured with: uefi (versions: 5.11.22-4-pve, 5.4.140-1-pve)
5CE0-768B is configured with: uefi (versions: 5.11.22-4-pve, 5.4.140-1-pve)
root@pbs1:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rpool 5.45T 2.80T 2.65T - - 5% 51% 1.00x ONLINE -
root@pbs1:~# zpool status
pool: rpool
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: resilvered 965G in 02:33:10 with 0 errors on Sat Sep 18 17:31:35 2021
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
sda ONLINE 0 0 0
ata-TOSHIBA_HDWD120_X6CKVLDAS-part3 ONLINE 0 0 0
ata-TOSHIBA_HDWD120_X6CK383AS-part3 ONLINE 0 0 0
errors: No known data errors
root@pbs1:~#
How do I arrange for the system to be bootable from all the drives?
Last edited: