Hello,
Quick question about the creation of a zfs mirror pool on the 2 new disks I just received.
I'm asking because I have read opposite opinions :
I just got two WD Ultrastar 8To disks.
Should I use the whole disks and create my pool with :
Or should I create GPT partition tables on each disk, with a ZFS slice on each disk and then create a pool with those 2 ZFS slices ?
I don't plan to replace those disks with something else than the same model, in case of failure.
I tend to think that using the whole disks with ZFS could be more simple.
Thanks.
Quick question about the creation of a zfs mirror pool on the 2 new disks I just received.
I'm asking because I have read opposite opinions :
I just got two WD Ultrastar 8To disks.
Should I use the whole disks and create my pool with :
zpool create mypool mirror /dev/ada1 /dev/ada2
Or should I create GPT partition tables on each disk, with a ZFS slice on each disk and then create a pool with those 2 ZFS slices ?
I don't plan to replace those disks with something else than the same model, in case of failure.
I tend to think that using the whole disks with ZFS could be more simple.
Thanks.