Several days ago, the ZFS disk decided to stop responding and I've been trying to import it since. I tried the Auto-Import on GUI and it gave me an error.
Reading various posts I've learned quite a lot, but nothing has worked for long. I'm relatively new to ZFS and could use some help from others with more experience.
using tmux
This all runs for a while and then it runs out of swap that causes pretty much everything to stop responding.
I've gotten access to the data once and then it stopped responding.
What are the steps needed to diagnose and then fix this?
Events that led up to the issue:
Running FreeNAS-8.3.1-BETA2-x64
Reading various posts I've learned quite a lot, but nothing has worked for long. I'm relatively new to ZFS and could use some help from others with more experience.
using tmux
- zpool import says that the volume is online and that it can be imported
Code:mount -uw /mnt; zpool import -R /mnt ${zvol id#}
- gstat shows various things are happening on the disk
- top shows that zpool is doing vary little CPU% wise
This all runs for a while and then it runs out of swap that causes pretty much everything to stop responding.
I've gotten access to the data once and then it stopped responding.
What are the steps needed to diagnose and then fix this?
Events that led up to the issue:
- took snap-shot of volume
- realized my entire volume was set to deduplicate with verify, and turned that off
- removed SSD ZIL
- exported zfs volume to import it uder a new name
- took the disk that was the ZIL
- started scrub from GUI
- stopped scrub from CLI
- started the deletion of snap-shot, pressed cancel (i think) and then closed web browser. And this is the point things went wrong
Running FreeNAS-8.3.1-BETA2-x64