Hello,
After a power outage, my server is in a state where none of the storage devices are being recognized. Initially, the server would not boot because I believe the zpool cache file was corrupted. I then did the following to get rid of the troublesome cache file:
	
	
	
		
Now, my server boots, but, none of my zpools are loading. I cant even type a simple command like:
 
	
	
	
		
because it hangs indefinitely. 
The output of dmesg (attached) shows zpool blocking in the kernel and hanging indefinitely with:
 
	
	
	
		
systemctl shows something worrisome when I check the status of "zfs-mount.service":
	
	
	
		
Any ideas? I'd definitely put a beer money bounty on solving this one! I would love to recover some data in one of my VMs that I hadn't set a proper backup for.
				
			After a power outage, my server is in a state where none of the storage devices are being recognized. Initially, the server would not boot because I believe the zpool cache file was corrupted. I then did the following to get rid of the troublesome cache file:
		Code:
	
	mv /etc/zfs/zpool.cache /etc/zfs/zpool.cache.backupNow, my server boots, but, none of my zpools are loading. I cant even type a simple command like:
		Code:
	
	zpool importThe output of dmesg (attached) shows zpool blocking in the kernel and hanging indefinitely with:
		Code:
	
	Code: Bad RIP value.systemctl shows something worrisome when I check the status of "zfs-mount.service":
		Code:
	
	● zfs-mount.service - Mount ZFS filesystems
   Loaded: loaded (/lib/systemd/system/zfs-mount.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Sun 2020-11-22 01:22:38 EST; 17min ago
           └─ ConditionPathIsDirectory=/sys/module/zfs was not met
     Docs: man:zfs(8)Any ideas? I'd definitely put a beer money bounty on solving this one! I would love to recover some data in one of my VMs that I hadn't set a proper backup for.
 
	 
	 
 
		