Hi, I'm trying to add a new device to a mirror vdev.
I did this command
I did this command
zpool attach rpool <existing_disk_id> /dev/sdc
and this works fine, but when I look at the partition table, it seems like it only replicates the ZFS data, but not the BIOS and EFI boot partitions that the other two disks in the vdev has. How do I make sure these partition tables also get replicated?