- Joined
- May 28, 2011
- Messages
- 10,996
I have started to replace my drives in my server with the new WD Red drives. I find myself questioning the label of the new drive. Seems I recall way back that the drives needed to be properly listed using the gptid and not the device identifier. After replacing 3 of my 4 hard drives this is what my system looks like...
So my question is... Does the pool need the gptid tags or am I fine the way I'm running? I still have one drive left to replace at which point I will not see the gptid anymore.
I am currently running FreeNAS 8.0.4 but preparing to move to 8.3.0-RC1 and upgrading to ZFS V28.
Thanks,
Mark
Code:
[root@freenas] ~# glabel status
Name Status Components
ufs/FreeNASs3 N/A da1s3
ufs/FreeNASs4 N/A da1s4
gptid/40310ae1-0d40-11e1-9d47-50e549b78964 N/A ada1p1
ufsid/4f4d8c40f9df124b N/A da1s1a
ufs/FreeNASs1a N/A da1s1a
ufs/FreeNASs2a N/A da1s2a
[root@freenas] ~# zpool status -v
pool: FLASH
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
FLASH ONLINE 0 0 0
da0p1 ONLINE 0 0 0
errors: No known data errors
pool: farm
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
farm ONLINE 0 0 0
raidz1 ONLINE 0 0 0
ada0p1 ONLINE 0 0 0
gptid/40310ae1-0d40-11e1-9d47-50e549b78964 ONLINE 0 0 0
ada2p1 ONLINE 0 0 0
ada3p1 ONLINE 0 0 0
errors: No known data errors
So my question is... Does the pool need the gptid tags or am I fine the way I'm running? I still have one drive left to replace at which point I will not see the gptid anymore.
I am currently running FreeNAS 8.0.4 but preparing to move to 8.3.0-RC1 and upgrading to ZFS V28.
Thanks,
Mark