Help with GUI Warnings (Storage Topology Metadata VDEVs)

Joined
Mar 30, 2023
Messages
4
I had (2) SSDs in a mirror for Metadata. I was trying to make a 3-way mirror and clicked extended on the vdev and added a third SSD. After that, on the storage page it shows 2 warnings. Where do I look to review these warnings? I wasn't able to find anything in the GUI that lets me see what they are.
TrueNAS-SCALE-22.12.1

1680209735539.png


Thanks
 

c77dk

Patron
Joined
Nov 27, 2019
Messages
468
You might be able to get more info on command line. Try with "zpool status" and if you need help deciphering the output, then paste it here in code tags.
 
Joined
Mar 30, 2023
Messages
4
Thanks so much for the reply. zpool status shows no errors and nothing out of the ordinary. Just want to make sure the warning isn't anything serious.

Also can you confirm that extending a 2-way mirror creates a 3-way mirror? I want the metadata vdev to have the same redundancy as my raidz2 data vdev.
 

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
The output of zpool status should show you if you have a 3-way mirror for your Metadata vDev. If in doubt, post the output here in code tags, and we can confirm it for you.
 
Joined
Mar 30, 2023
Messages
4
Much appreciated. Output of zpool status below.

Code:
 state: ONLINE
  scan: resilvered 2.13G in 00:00:34 with 0 errors on Tue Mar 28 15:10:49 2023
config:

        NAME                                      STATE     READ WRITE CKSUM
        TheGrid                                   ONLINE       0     0     0
          raidz2-0                                ONLINE       0     0     0
            006a9842-c911-4bdc-bc7a-7781bf4c000c  ONLINE       0     0     0
            72fc415f-dbef-44f9-9f60-f65447888128  ONLINE       0     0     0
            164b6092-db9b-4bd1-909b-c6ac9aa03a21  ONLINE       0     0     0
            67f13912-aa8b-4937-9049-887d62c04fa4  ONLINE       0     0     0
        special
          mirror-1                                ONLINE       0     0     0
            2c4a04c9-4674-4661-b868-a7d678cae2e6  ONLINE       0     0     0
            9968614e-6897-4833-ba19-438a79f207b8  ONLINE       0     0     0
            afd3758f-517b-4700-b68e-4759d0177a45  ONLINE       0     0     0

errors: No known data errors
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
That's certainly a 3-way mirror.
 
Top