I saw some red line when i booted my machine. Using
My zfs pool "data" appears and seems to be running fine. Since i had some performance issues with that pool i was researching for possible issues. But i could sole these by turning off all controller's caches. But (still) the error message is shown at boot time...
Any ideas?
systemctl --failed
it showed the errors below.My zfs pool "data" appears and seems to be running fine. Since i had some performance issues with that pool i was researching for possible issues. But i could sole these by turning off all controller's caches. But (still) the error message is shown at boot time...
Any ideas?
Code:
root@pmone:~# systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● zfs-import@data.service loaded failed failed Import ZFS pool data
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
root@pmone:~# systemctl status zfs-import@data.service
● zfs-import@data.service - Import ZFS pool data
Loaded: loaded (/lib/systemd/system/zfs-import@.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2021-02-05 17:47:39 CET; 1h 2min ago
Docs: man:zpool(8)
Process: 1578 ExecStart=/sbin/zpool import -N -d /dev/disk/by-id -o cachefile=none data (code=exited, status=1/FAILURE)
Main PID: 1578 (code=exited, status=1/FAILURE)
Feb 05 17:47:39 pmone systemd[1]: Starting Import ZFS pool data...
Feb 05 17:47:39 pmone zpool[1578]: cannot import 'data': no such pool available
Feb 05 17:47:39 pmone systemd[1]: zfs-import@data.service: Main process exited, code=exited, status=1/FAILURE
Feb 05 17:47:39 pmone systemd[1]: zfs-import@data.service: Failed with result 'exit-code'.
Feb 05 17:47:39 pmone systemd[1]: Failed to start Import ZFS pool data.