I get the error "Failed to start Import ZFS pool new_ssd", but once Proxmox is up everything is available as expected. This is the only ZFS pool that throws errors. The error instructs me to check systemctl with the following command.
so what's going on? Should I even care?
Code:
root@TracheServ:~# systemctl status zfs-import@new_ssd.service
● zfs-import@new_ssd.service - Import ZFS pool new_ssd
Loaded: loaded (/lib/systemd/system/zfs-import@.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2021-02-21 10:58:15 EST; 21min ago
Docs: man:zpool(8)
Process: 1303 ExecStart=/sbin/zpool import -N -d /dev/disk/by-id -o cachefile=none new_ssd (code=exited, status=1/F
Main PID: 1303 (code=exited, status=1/FAILURE)
Feb 21 10:58:15 TracheServ systemd[1]: Starting Import ZFS pool new_ssd...
Feb 21 10:58:15 TracheServ zpool[1303]: cannot import 'new_ssd': no such pool available
Feb 21 10:58:15 TracheServ systemd[1]: zfs-import@new_ssd.service: Main process exited, code=exited, status=1/FAILURE
Feb 21 10:58:15 TracheServ systemd[1]: zfs-import@new_ssd.service: Failed with result 'exit-code'.
Feb 21 10:58:15 TracheServ systemd[1]: Failed to start Import ZFS pool new_ssd.
Code:
root@TracheServ:~# zfs list
new_ssd 242G 656G 209G /new_ssd
new_ssd/base-6969-disk-0 33.0G 689G 56K -
new_ssd/new_ssd.VMs 96K 656G 96K /new_ssd/new_ssd.VMs
Code:
root@TracheServ:~# zpool status -v new_ssd
pool: new_ssd
state: ONLINE
scan: scrub repaired 0B in 0 days 00:08:19 with 0 errors on Sun Feb 14 00:32:24 2021
config:
NAME STATE READ WRITE CKSUM
new_ssd ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-Samsung_SSD_860_EVO_1TB_S5B3NDFNA02148D ONLINE 0 0 0
ata-Samsung_SSD_860_EVO_1TB_S5B3NDFN915923H ONLINE 0 0 0
errors: No known data errors
so what's going on? Should I even care?
Last edited: