truenas zpool move from /dev/disk/by-id to gpt partitions as the identifier

tompianta

Cadet
Joined
Mar 20, 2024
Messages
2
I have created my zpool using cli.

The zpool is using /dev/disk/by-id as identifier.

This somehow is not supported by the gui (that complain a about unassigned disk)

Is it possibile reimport the pool using gpt id ?

best

Tommaso

output of zpool status -v

Code:
root@truenas[~]# zpool status -v
  pool: RAID
 state: ONLINE
  scan: scrub repaired 0B in 02:13:34 with 0 errors on Sun Mar 10 02:13:37 2024
config:

        NAME                                          STATE     READ WRITE CKSUM
        RAID                                          ONLINE       0     0     0
          raidz2-0                                    ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E7DUFUKX  ONLINE       0     0     0
            ab0e6325-4a1d-4bac-8b28-14188092aafe      ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1638050  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68N32N0_WD-WCC7K2LRRP8F  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1660346  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1655117  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E0333322  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E0308551  ONLINE       0     0     0

errors: No known data errors
 

chuck32

Guru
Joined
Jan 14, 2023
Messages
623
This somehow is not supported by the gui (that complain a about unassigned disk)
Not bad per se, just means that there's a disk currently not assigned to any pool. Do you have a spare disk in the system?

Code:
root@truenas[~]# zpool status -v
  pool: RAID
 state: ONLINE
  scan: scrub repaired 0B in 02:13:34 with 0 errors on Sun Mar 10 02:13:37 2024
config:

        NAME                                          STATE     READ WRITE CKSUM
        RAID                                          ONLINE       0     0     0
          raidz2-0                                    ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E7DUFUKX  ONLINE       0     0     0
            ab0e6325-4a1d-4bac-8b28-14188092aafe      ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1638050  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68N32N0_WD-WCC7K2LRRP8F  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1660346  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1655117  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E0333322  ONLINE       0     0     0
            ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E0308551  ONLINE       0     0     0

errors: No known data errors

Nothing out of the ordinary, the pool seems to be working and to be online.

Can you post a screenshot of the GUI part that's confusing you?
 

tompianta

Cadet
Joined
Mar 20, 2024
Messages
2
thanks i recreated the pool using the gui to avoid any issue on the long term.

I followed this guide.

 
Top