On my main machines, I have four NVMEs, in two mirrors, one for the system, and the other for home.
There was just a power outage. The machine shutdown, it has a UPS and I am running nut. I did shutdown properly, I watched it.
Now I have brought it up, the pool for home has disappeared.
I can still see the NVME devices:
	
	
	
		
But the zpool is not there:
	
	
	
		
There should be a pool 'zohome'.
I have tried
and get
	
	
	
		
I can see the disks are still there:
	
	
	
		
What could have happened to my pool?
Is it still there on the two mirrored drives nda2 and nda3?
Most importantly, how can I get it back?
				
			There was just a power outage. The machine shutdown, it has a UPS and I am running nut. I did shutdown properly, I watched it.
Now I have brought it up, the pool for home has disappeared.
I can still see the NVME devices:
 ls -1 /dev/nv*
		Code:
	
	/dev/nvd0
/dev/nvd0p1
/dev/nvd0p2
/dev/nvd0p3
/dev/nvd1
/dev/nvd1p1
/dev/nvd1p2
/dev/nvd1p3
/dev/nvd2
/dev/nvd3
/dev/nvme0
/dev/nvme0ns1
/dev/nvme1
/dev/nvme1ns1
/dev/nvme2
/dev/nvme2ns1
/dev/nvme3
/dev/nvme3ns1
	But the zpool is not there:
 zpool list
		Code:
	
	NAME     SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
zoroot   308G  34.8G   273G        -         -    15%    11%  1.00x    ONLINE  -
	There should be a pool 'zohome'.
I have tried
 zpool importand get
		Code:
	
	no pools available to import
	I can see the disks are still there:
 geom disk list
		Code:
	
	Geom name: nda0                                                                                                                          
Providers:                                                                                                                               
1. Name: nda0                                                                                                                            
   Mediasize: 400088457216 (373G)                                                                                                        
   Sectorsize: 512                                                                                                                       
   Mode: r3w3e5                                                                                                                          
   descr: Micron_7300_MTFDHBA400TDG                                                                                                      
   lunid: 000000000000000100a0750128121cff                                                                                               
   ident: 200128121CFF                                                                                                                   
   rotationrate: 0                                                                                                                       
   fwsectors: 0                                                                                                                          
   fwheads: 0                                                                                                                            
                                                                                                                                         
Geom name: nda1                                                                                                                          
Providers:                                                                                                                               
1. Name: nda1                                                                                                                            
   Mediasize: 400088457216 (373G)                                                                                                        
   Sectorsize: 512                                                                                                                       
   Mode: r2w2e3                                                                                                                          
   descr: Micron_7300_MTFDHBA400TDG                                                                                                      
   lunid: 000000000000000100a0750128126c3a                                                                                               
   ident: 200128126C3A                                                                                                                   
   rotationrate: 0                                                                                                                       
   fwsectors: 0                                                                                       
   fwheads: 0                                                                                         
                       
Geom name: nda2                                                                                       
Providers:                                                                                            
1. Name: nda2                                                                                         
   Mediasize: 1073741824 (1.0G)                                                                       
   Sectorsize: 512                                                                                    
   Mode: r0w0e0                                                                                       
   descr: SAMSUNG MZ1LB1T9HALS-00007                                                                  
   lunid: 343336304e7154820025384100000001                                                            
   ident: S436NA0N715482                                                                              
   rotationrate: 0                                                                                    
   fwsectors: 0                                                                                       
   fwheads: 0                                                                                         
Geom name: nda3                   
Providers:                        
1. Name: nda3                     
   Mediasize: 1073741824 (1.0G)                                     
   Sectorsize: 512                
   Mode: r0w0e0                   
   descr: SAMSUNG MZ1LB1T9HALS-00007                                
   lunid: 343336304e7155520025384100000001                          
   ident: S436NA0N715552          
   rotationrate: 0                
   fwsectors: 0                   
   fwheads: 0
	What could have happened to my pool?
Is it still there on the two mirrored drives nda2 and nda3?
Most importantly, how can I get it back?