All,
I am very soon doing a zfs drive replacement on my proxmox server. I have a question about what paths to use. The physical drive is /dev/sdv. However,
My question:
when I
Thanks
I am very soon doing a zfs drive replacement on my proxmox server. I have a question about what paths to use. The physical drive is /dev/sdv. However,
zpool status
shows that the member drives are using the /dev/disk/by-id nomenclature, and specifically are using partition 3 (so zpool status
shows ata-<model>_<serial>-part3).My question:
when I
zpool offline
the disk, do I need to use /dev/sdv, /dev/disk/by-id/ata-foo_bar-part3, or just use the guid? Additionally, when I put the new disk in, will I need to manually re-create the partition table information, or will zfs handle all of that for me?Thanks