Greetings - I replaced my two sas hard drives that were in a zfs mirror with two new ssds. Everything went fine with the zpool replace and resilvering. Below is the zpool status and list.
BUT.... it is not bootable. I have to put one of the old drives back in during boot to get it to move on to GRUB and actually boot.
How do I make the new rpool bootable?
BUT.... it is not bootable. I have to put one of the old drives back in during boot to get it to move on to GRUB and actually boot.
How do I make the new rpool bootable?
Code:
root@pve:~# zpool status
pool: rpool
state: ONLINE
scan: resilvered 15.9M in 00:00:01 with 0 errors on Thu Jun 22 21:37:34 2023
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-PNY_CS900_250GB_SSD_PNY22442211010101EE6 ONLINE 0 0 0
ata-PNY_CS900_250GB_SSD_PNY22442211010101EE7 ONLINE 0 0 0
errors: No known data errors
Code:
root@pve:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rpool 232G 30.0G 202G - - 2% 12% 1.00x ONLINE -
Last edited: