Hi, I have two computers that have the variable kern.geom.label.disk_ident.enable=1
zpool does not display the same thing:
Why does one resonate in /dev/diskid/? and the other in /dev/ada?
zpool does not display the same thing:
Code:
$ zpool status
pool: zroot
state: ONLINE
scan: resilvered 344G in 00:33:14 with 0 errors on Fri Mar 7 15:36:05 2025
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
diskid/DISK-S5RPNF0TB23259Yp3 ONLINE 0 0 0
diskid/DISK-S5RPNJ0X903035Jp3 ONLINE 0 0 0
errors: No known data errors
Code:
$ zpool status
pool: zroot
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada0p3 ONLINE 0 0 0
ada1p3 ONLINE 0 0 0
errors: No known data errors
Why does one resonate in /dev/diskid/? and the other in /dev/ada?