RaidZ2 Expanded - Fix Drive Names?

I just upgraded to Truenas Scale ElectricEel-24.10.0 and expanded my 6 drive Raidz2 pool to 8 drives, one drive at a time.

However, when I run “zpool status”, it seems that I have lost the friendly “sdx2” names for these new drives. It seems like they should be called “sdh2” and “sdi2”, respectively, but instead they have a really long alpha-numeric string associated with them. Any way to fix this?


pool: SSD
state: ONLINE
scan: scrub repaired 0B in 02:02:23 with 0 errors on Fri Nov 1 06:58:47 2024
expand: expanded raidz2-0 copied 1.5T in 10:50:35, on Fri Nov 1 04:56:24 2024
config:

    NAME                                      STATE     READ WRITE CKSUM
    ssd-rz2                                  ONLINE       0     0     0
      raidz2-0                               ONLINE       0     0     0
        sde2                                  ONLINE       0     0     0
        sdf2                                  ONLINE       0     0     0
        sdd2                                  ONLINE       0     0     0
        sdc2                                  ONLINE       0     0     0
        sdb2                                  ONLINE       0     0     0
        sdg2                                  ONLINE       0     0     0
        25bab123-1234-1234-1234-abc12345abc  ONLINE       0     0     0
        c3dab123-1234-1234-1234-abc12345abc  ONLINE       0     0     0

The UUID is normal. You rather want to fix the other drives being displayed by drive letter and partition number!

1 Like

I’m new to some of the behind the curtain workings of all this, can you help me understand why it would be better to change all of the drive names to the UUID instead of the shorter, friendlier names?