When I do zpool status (from the shell), my data pools show the disks with gptid/--long guid numer-- with no mention of the device, but freenas-boot shows as ada2p2 with no mention of the gptid. Can someone tell me what causes the data pools to show the guid? I though it might have been a partition label, but I just tried
Why do I care? TLDR; Something happened to a removable volume that used to display the gptid form and now displays adaXp2 format, and I'm trying to fix it.
gpart list, and all the partitions show label: (null), so it isn't a partition lablel.Code:
pool: TANK
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0 in 0 days 09:46:49 with 0 errors on Sat Nov 23 10:46:52 2019
config:
NAME STATE READ WRITE CKSUM
TANK ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
gptid/77xxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
gptid/79xxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
gptid/7axxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
gptid/7bxxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
gptid/7cxxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
gptid/7cxxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
gptid/56xxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
gptid/81xxxxxx-xxxx-xxxx-xxxx-xxxxxxd2677a ONLINE 0 0 0
errors: No known data errors
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:00:36 with 0 errors on Mon Dec 30 03:45:36 2019
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
ada2p2 ONLINE 0 0 0
Why do I care? TLDR; Something happened to a removable volume that used to display the gptid form and now displays adaXp2 format, and I'm trying to fix it.