Disks not listed in GUI after failed upgrade, then fresh install and zpool import

Status
Not open for further replies.

red192

Cadet
Joined
Dec 21, 2018
Messages
3
I was running version 11.1 on my old HP Proliant ML110 G5 (8gb ecc ram, zpool made from 4 WD 2Tb red drives, system on 2 samsung 32gb usb drives) -- when I decided to run the in place-upgrade to 11.2. That did not go so well -- the thing would no longer boot, so I did a fresh install of 11.2 and imported the zpool. It seemed to work -- but only two of the four WD drives are listed in the GUI.

Screenshot_20181221_093200.png



Wondering if there is a setting to show all of them -- or if i did something else wrong. Below is zpool status.


Code:
root@freenas[~]# zpool status
  pool: dogpool
 state: ONLINE
  scan: scrub repaired 0 in 0 days 01:06:21 with 0 errors on Wed Dec 19 23:17:42 2018
config:

        NAME                                            STATE     READ WRITE CKSUM
        dogpool                                         ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/5f82cffc-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0
            gptid/608bd962-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/61562cc7-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0
            gptid/6282c40b-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0

errors: No known data errors

  pool: freenas-boot
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            da0p2   ONLINE       0     0     0
            da1p2   ONLINE       0     0     0

errors: No known data errors


Please advise
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
I was running version 11.1 on my old HP Proliant ML110 G5 (8gb ecc ram, zpool made from 4 WD 2Tb red drives, system on 2 samsung 32gb usb drives) -- when I decided to run the in place-upgrade to 11.2. That did not go so well -- the thing would no longer boot, so I did a fresh install of 11.2 and imported the zpool. It seemed to work -- but only two of the four WD drives are listed in the GUI.

Wondering if there is a setting to show all of them -- or if i did something else wrong. Below is zpool status.

Code:
root@freenas[~]# zpool status
  pool: dogpool
state: ONLINE
  scan: scrub repaired 0 in 0 days 01:06:21 with 0 errors on Wed Dec 19 23:17:42 2018
config:

        NAME                                            STATE     READ WRITE CKSUM
        dogpool                                         ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/5f82cffc-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0
            gptid/608bd962-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/61562cc7-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0
            gptid/6282c40b-06bd-11e7-814e-001f290c0e18  ONLINE       0     0     0

errors: No known data errors

  pool: freenas-boot
state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            da0p2   ONLINE       0     0     0
            da1p2   ONLINE       0     0     0

errors: No known data errors


Please advise
This looks like a bug. Since it is a completely new UI, it is not shocking that there will be minor issues. You should submit this as a bug report so the developers can examine it and work on a correction.
 

red192

Cadet
Joined
Dec 21, 2018
Messages
3
I did not find it shocking that two of my disks were not listed in the brand new UI. Just wanted to see if I made a mistake. Any tips on submitting a bug report? I've never done that before. I will look around here ...
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080

red192

Cadet
Joined
Dec 21, 2018
Messages
3
I posted the bug report and it seems that either the USB controller or one or more of my two 32 mb Kingston (not Samsung) USB drives was failing and causing the problems. I reinstalled FreeNas 11.2 to an SSD drive and then imported the pool and everything is working well so far. So it was not a bug after all ... but hard to tell because I did not know to look at the logs as well as the developers did.
 
Status
Not open for further replies.
Top