What disk identifier am I look at here?

Status
Not open for further replies.

framewrangler

Dabbler
Joined
Nov 18, 2013
Messages
41
This test pool has had a disk removed. What is that identifier being used in the "name" column? It's not my WWN/LUN ID, UUID or GPTID. If possible I want to document said identifier for all of my current and future disks to ease management and replacements.

Thanks




Code:
[root@freenas] /tmp# zpool status
  pool: aaa
state: DEGRADED
status: One or more devices has been removed by the administrator.
        Sufficient replicas exist for the pool to continue functioning in a
        degraded state.
action: Online the device using 'zpool online' or replace the device with
        'zpool replace'.
  scan: none requested
config:
 
        NAME                                            STATE    READ WRITE CKSUM
        aaa                                            DEGRADED    0    0    0
          raidz3-0                                      DEGRADED    0    0    0
            gptid/60c45c03-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/61614388-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/61fc360d-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/62990bbe-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/6336a24a-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/63d339b2-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/646c2841-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/6507dafe-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            gptid/65a55ba0-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
            1732948826985462832                        REMOVED      0    0    0  was /dev/gptid/66447b06-891c-11e3-9c5b-90e2ba40db94
            gptid/66e01ee7-891c-11e3-9c5b-90e2ba40db94  ONLINE      0    0    0
        spares
          gptid/931a1400-891c-11e3-9c5b-90e2ba40db94    AVAIL
          gptid/af3b7c5b-891c-11e3-9c5b-90e2ba40db94    AVAIL
 
errors: No known data errors
[root@freenas] /tmp#
 

framewrangler

Dabbler
Joined
Nov 18, 2013
Messages
41
Much appreciated. I'll add that to my spreadsheet and related docs.
 
Status
Not open for further replies.
Top