valhallen282
Cadet
- Joined
- Apr 21, 2020
- Messages
- 8
So the system specs are in my signature to simplify it I'll refer to pool names. This is a fresh and recently built system and I had just moved a lot of my data to it and I have no access to the old stuff as I had to clear drives to return them to my old business. (Yes, I know it was stupid)
MonStor is a Raidz5 used for storing movies and older files and is mainly accessed by two devices. Slicer was a Striped Raid used for temporary offloading of data from work machine. Everything is connected to a APC UPS BR1000G -- but isn't controlled or connected to the machine (unforunately lost the cable while moving)
One unfortunate morning i was fast asleep and power was out for two hours. During this time someone at home inadvertently hit the power button. When I woke up power was on and I was none the wiser. Log in and Slicer is degraded and cannot find the second drive but seems to be working. It also had the system dataset on it. So.
Slicer Move system Data set to USB Drive -> Destroy Pool (it was empty) -> Recreated as Striped array -> Scrub drives -> Works fine.
MonStor was locked the whole time -> Attempt to unlock with correct key FAILED -> Giving it the key failed -> Downloaded a second backup of the key and Destroy Pool -> Import fails with no available disks. -> Rebooted -> USB Failed. Fiddlesticks.
The drives are showing in the GUI – but can only be added to a FRESH pool but don’t show up as a recoverable pool. Where did I goof…
MonStor is a Raidz5 used for storing movies and older files and is mainly accessed by two devices. Slicer was a Striped Raid used for temporary offloading of data from work machine. Everything is connected to a APC UPS BR1000G -- but isn't controlled or connected to the machine (unforunately lost the cable while moving)
One unfortunate morning i was fast asleep and power was out for two hours. During this time someone at home inadvertently hit the power button. When I woke up power was on and I was none the wiser. Log in and Slicer is degraded and cannot find the second drive but seems to be working. It also had the system dataset on it. So.
Slicer Move system Data set to USB Drive -> Destroy Pool (it was empty) -> Recreated as Striped array -> Scrub drives -> Works fine.
MonStor was locked the whole time -> Attempt to unlock with correct key FAILED -> Giving it the key failed -> Downloaded a second backup of the key and Destroy Pool -> Import fails with no available disks. -> Rebooted -> USB Failed. Fiddlesticks.
Code:
root@freenas[~]# zpool status pool: Slicer state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM Slicer ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gptid/74e8cc59-83bc-11ea-962b-503eaa0d3bdd ONLINE 0 0 0 gptid/751a75d1-83bc-11ea-962b-503eaa0d3bdd 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 da0p2 ONLINE 0 0 0 errors: No known data errors
Code:
root@freenas[~]# gpart show -l => 40 1953525088 ada3 GPT (932G) 40 88 - free - (44K) 128 4194304 1 (null) (2.0G) 4194432 1949330696 2 (null) (930G) => 40 1953525088 ada4 GPT (932G) 40 88 - free - (44K) 128 4194304 1 (null) (2.0G) 4194432 1949330696 2 (null) (930G) => 40 31266736 da0 GPT (15G) 40 532480 1 (null) (260M) 532520 30703616 2 (null) (15G) 31236136 30640 - free - (15M)
The drives are showing in the GUI – but can only be added to a FRESH pool but don’t show up as a recoverable pool. Where did I goof…