This is a virtual machine, and it's not had any issues/problems since it was last booted and properly shutdown.  I have a pool that will now not mount, even though I was using it a day prior:
	
	
	
		
The pool itself is ONLINE when I check it with
	
	
	
		
I am currently using ZFS on Root, and
	
	
	
		
				
			
		Code:
	
	 zpool import Home
cannot import 'Home': I/O error
        Destroy and re-create the pool from
        a backup source.The pool itself is ONLINE when I check it with
 zpool import:
		Code:
	
	zpool import
   pool: jails
     id: 7320448665102965750
  state: ONLINE
status: Some supported features are not enabled on the pool.
        (Note that they may be intentionally disabled if the
        'compatibility' property is set.)
 action: The pool can be imported using its name or numeric identifier, though
        some features will not be available without an explicit 'zpool upgrade'.
 config:
        jails          ONLINE
          gpt/jails01  ONLINE
   pool: Home
     id: 17578580742360951213
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:
        Home        ONLINE
          da1p1     ONLINEI am currently using ZFS on Root, and
 zpool status shows it's there are no issues with that:
		Code:
	
	 zpool status
  pool: FreeBSD
 state: ONLINE
  scan: scrub repaired 0B in 00:09:55 with 0 errors on Mon Jul 27 13:44:23 2020
config:
        NAME        STATE     READ WRITE CKSUM
        FreeBSD     ONLINE       0     0     0
          da0p3     ONLINE       0     0     0
errors: No known data errors 
			     
 
		 
 
		