Extra drives when using glabel status

macmuchmore

Explorer
Joined
Feb 4, 2020
Messages
58
I have created a new TrueNAS machine with 5 drives in a raidz2 array. zpool status -v displays:

root@PUG[~]# zpool status -v
pool: Pug
state: ONLINE
config:

NAME STATE READ WRITE CKSUM
Pug ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
gptid/d893f44d-2f61-11eb-aeb9-18c04d40bed6 ONLINE 0 0 0
gptid/dcdc5162-2f61-11eb-aeb9-18c04d40bed6 ONLINE 0 0 0
gptid/dcff3257-2f61-11eb-aeb9-18c04d40bed6 ONLINE 0 0 0
gptid/dd0d38f2-2f61-11eb-aeb9-18c04d40bed6 ONLINE 0 0 0
gptid/dd804667-2f61-11eb-aeb9-18c04d40bed6 ONLINE 0 0 0


These are the correct drives in my array, however, glabel status displays:
root@PUG[~]# glabel status
Name Status Components
gptid/98d2d5da-2f60-11eb-b41f-18c04d40bed6 N/A nvd0p1
gptid/98db5b21-2f60-11eb-b41f-18c04d40bed6 N/A nvd1p1

gptid/d893f44d-2f61-11eb-aeb9-18c04d40bed6 N/A da4p2

gptid/dcdc5162-2f61-11eb-aeb9-18c04d40bed6 N/A da1p2
gptid/dcff3257-2f61-11eb-aeb9-18c04d40bed6 N/A da2p2
gptid/dd0d38f2-2f61-11eb-aeb9-18c04d40bed6 N/A da0p2

gptid/dd804667-2f61-11eb-aeb9-18c04d40bed6 N/A da3p2
gptid/dbd88a12-2f61-11eb-aeb9-18c04d40bed6 N/A da1p1

gptid/dbf1f517-2f61-11eb-aeb9-18c04d40bed6 N/A da0p1

The first 2 drives are my boot pool (nvd0p1 & nvd1p1), the next 5 (in orange) are the correct drives in my array. The last 2 drives (in purple) do not exist.

Is there a way to remove them? Do they need to be removed? Thanks for any help!
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,175
Joined
Jul 3, 2015
Messages
926
They are most likely the swap partition on two of your drives automatically created when you built the pool.
 
Top