Hi,
My understanding is that when using glabel the label is being written in the last sector of the disk
Assuming now that I create a ZFS pool from those disks with
My understanding is that when using glabel the label is being written in the last sector of the disk
Code:
glabel label zdisk1 /dev/ada1
glabel label zdisk2 /dev/ada2
glabel label zdisk3 /dev/ada3
Assuming now that I create a ZFS pool from those disks with
zpool create tank raidz label/zdisk1 label/zdisk2 label/zdisk3
what will happen when the disks are full up to the last sector? Will the label be overwritten and the pool corrupted?