Hello,
i'm try to replace an hdd failed.
i have simple proxmox VE with 2 SSD disk 512GB
1 is dead.
i try to replace with 1 hdd SATA 750gb, because is on my lab is not a problem.
i detach ssd broken, attach hdd and on ssh:
zpool replace rpool 9569750636164580599 /dev/sdb
now with
zpool status -v rpool
state: ONLINE
so seems ok, but if i run
fdisk -l
Disk /dev/sda: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
...
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 1050623 1048576 512M EFI System
/dev/sda3 1050624 1000215182 999164559 476.4G Solaris /usr & Apple ZFS
Disk /dev/sdb: 698.64 GiB, 750156374016 bytes, 1465149168 sectors
...
Device Start End Sectors Size Type
/dev/sdb1 2048 1465131007 1465128960 698.6G Solaris /usr & Apple ZFS
/dev/sdb9 1465131008 1465147391 16384 8M Solaris reserved 1
it seems that the uefi partition is missing , correct?
is correct my procedure to replace hdd fail?
thank you
i'm try to replace an hdd failed.
i have simple proxmox VE with 2 SSD disk 512GB
1 is dead.
i try to replace with 1 hdd SATA 750gb, because is on my lab is not a problem.
i detach ssd broken, attach hdd and on ssh:
zpool replace rpool 9569750636164580599 /dev/sdb
now with
zpool status -v rpool
state: ONLINE
so seems ok, but if i run
fdisk -l
Disk /dev/sda: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
...
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 1050623 1048576 512M EFI System
/dev/sda3 1050624 1000215182 999164559 476.4G Solaris /usr & Apple ZFS
Disk /dev/sdb: 698.64 GiB, 750156374016 bytes, 1465149168 sectors
...
Device Start End Sectors Size Type
/dev/sdb1 2048 1465131007 1465128960 698.6G Solaris /usr & Apple ZFS
/dev/sdb9 1465131008 1465147391 16384 8M Solaris reserved 1
it seems that the uefi partition is missing , correct?
is correct my procedure to replace hdd fail?
thank you