Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ZFS MASTER and ZPOOL missing after update.

Featured Replies

Hello, I have just done unraid update cause my computer was off for 1 year, unrade 6.12.13. after the update to the new OS from the older one the ZFS is no longer showing my drives and i cant connect or see my data.  I am not sure what do do to fix this. I even downgraded to Version 6.11.5 2022-11-20 and the ZFS MASTER ICON showed up but when I started the array it went away and I dont see my drives of the info in the display page.  How do I get my zpool back and to show up?

Screenshot from 2024-11-16 04-31-43.png

  • Community Expert

Please post the diagnostics and the output from

zpool import

 

  • Author

  pool: kraken
     id: 9609983686449282400
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:

        kraken                      ONLINE
          mirror-0                  ONLINE
            scsi-35000c500d90bb153  ONLINE
            scsi-35000c500d96ccec3  ONLINE
          mirror-1                  ONLINE
            scsi-35000c500d90b9ff3  ONLINE
            scsi-35000c500d90a5de3  ONLINE
          mirror-2                  ONLINE
            scsi-35000c500d90ab523  ONLINE
            scsi-35000c500d8f75b17  ONLINE

 

DIAGNOSTICS

+ /config
copy all *.cfg files, go file and the super.dat file. These are configuration files. + /config/shares
copy all *.cfg files. These are user share settings files. + Syslog file(s)
copy the current syslog file and any previous existing syslog files. + System
save output of the following commands:
lsscsi, lspci, lsusb, free, lsof, ps, ethtool & ifconfig.
display of iommu groups.
display of command line parameters (e.g. pcie acs override, pci stubbing, etc).
save system variables. + SMART reports
save a SMART report of each individual disk present in your system. + Docker
save files docker.log, libvirtd.log, libvirt/qemu/*.log and vfio-pci.

  • Community Expert

There's no pool in the GUI for those devices, to see the devices order, do this:

 

zpool import kraken

 

then type

zpool status -LP

 

then

zpool export kraken

 

Post the output from zpool status -LP here

 

 

 

  • Author
2 hours ago, JorgeB said:

There's no pool in the GUI for those devices, to see the devices order, do this:

 

zpool import kraken

 

then type

zpool status -LP

 

then

zpool export kraken

 

Post the output from zpool status -LP here

 

 

 

 

 

root@KRAKEN:~# zpool status -LP 
  pool: kraken
 state: ONLINE
  scan: scrub in progress since Sat Nov 16 00:19:01 2024
        319G scanned at 12.7G/s, 12K issued at 491B/s, 54.4T total
        0B repaired, 0.00% done, no estimated completion time
config:

        NAME           STATE     READ WRITE CKSUM
        kraken         ONLINE       0     0     0
          mirror-0     ONLINE       0     0     0
            /dev/sdi1  ONLINE       0     0     0
            /dev/sdl1  ONLINE       0     0     0
          mirror-1     ONLINE       0     0     0
            /dev/sdn1  ONLINE       0     0     0
            /dev/sdc1  ONLINE       0     0     0
          mirror-2     ONLINE       0     0     0
            /dev/sdf1  ONLINE       0     0     0
            /dev/sdg1  ONLINE       0     0     0

  • Community Expert

Make sure the pool was exported as mentioned above with:

 

zpool export kraken

 

Then create a new pool with 6 slots using the GUI, assign all the devices in the same order as the zpool status output:

sdi

sdl

sdn

etc

 

Leave the filesystem for the pool set to auto, don't change anything, start the array and Unraid should import the pool

 

 

  • Author
34 minutes ago, JorgeB said:

Make sure the pool was exported as mentioned above with:

 

zpool export kraken

 

Then create a new pool with 6 slots using the GUI, assign all the devices in the same order as the zpool status output:

sdi

sdl

sdn

etc

 

Leave the filesystem for the pool set to auto, don't change anything, start the array and Unraid should import the pool

 

 

how do I know what are to put then in, I used 3 sets of mirror.  Also im waiting on the move to finih before stopping the array.

whn I ad the 6 drive do i ad then :


        kraken                      ONLINE
          mirror-0                  ONLINE
            scsi-35000c500d90bb153  ONLINE :  disk1
            scsi-35000c500d96ccec3  ONLINE:  disk2
          mirror-1                  ONLINE
            scsi-35000c500d90b9ff3  ONLINE : disk 3
            scsi-35000c500d90a5de3  ONLINE: disk 4
          mirror-2                  ONLINE
            scsi-35000c500d90ab523  ONLINE disk 5
            scsi-35000c500d8f75b17  ONLINE disk 6?

or I just put them in any order and the pool will auto detect the order?

  • Community Expert
55 minutes ago, diehard2k9 said:

kraken         ONLINE       0     0     0
          mirror-0     ONLINE       0     0     0
            /dev/sdi1  ONLINE       0     0     0
            /dev/sdl1  ONLINE       0     0     0
          mirror-1     ONLINE       0     0     0
            /dev/sdn1  ONLINE       0     0     0
            /dev/sdc1  ONLINE       0     0     0
          mirror-2     ONLINE       0     0     0
            /dev/sdf1  ONLINE       0     0     0
            /dev/sdg1  ONLINE       0     0     0

This order.

  • Author
1 hour ago, JorgeB said:

This order.

How do I do that order when all i see are the disk?

or is this the correct order?

Screenshot from 2024-11-18 13-18-28.png

  • Community Expert

based on this:

 

image.png

  • Community Expert

And yes, it looks correct.

  • Author
2 minutes ago, JorgeB said:

And yes, it looks correct.

ok, well they removed the drives from unassign.

all I do it start the array and the zfs mirros that I had should show up?

the add pool button was not under zfs manager but will add my zfs mirrors and i wont lose my data?

before and after let me know if this is correct and I should start the array to get my zfs pool going?

Screenshot from 2024-11-17 23-20-39.png

Screenshot from 2024-11-18 13-28-11.png

  • Community Expert

Just start the array with the new pool assigned.

  • Author
46 minutes ago, JorgeB said:

Just start the array with the new pool assigned.

okay array start and I can see the zfs pool from unraid, I cant seem to connect to them from my other computer like i did before.

the scrub button and the zfs master button are nothere ?

do I have to create new link shares ?

Screenshot from 2024-11-18 14-29-11.png

  • Author

oh, i didnt forget but thank you very much!

  • Community Expert
13 hours ago, diehard2k9 said:

I cant seem to connect to them from my other computer like i did before

Go to shares and make sure they are exported.

 

13 hours ago, diehard2k9 said:

the scrub button

Click on the pool and scroll down to the scrub section.

 

13 hours ago, diehard2k9 said:

zfs master button

That's a plugin, you will need to ask in the plugin support thread.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.