( WG | 2021. 12. 22., sze – 19:56 )

# zpool get cachefile
NAME    PROPERTY   VALUE      SOURCE
backup  cachefile  -          default

# ls -al /etc/zfs/zpool.cache 
-rw-r--r-- 1 root root 2256 dec   22 19.44 /etc/zfs/zpool.cache

# systemctl status zfs-import-cache.service 
● zfs-import-cache.service - Import ZFS pools by cache file
     Loaded: loaded (/lib/systemd/system/zfs-import-cache.service; enabled; vendor preset: enabled)
     Active: active (exited) since Wed 2021-12-22 19:44:07 CET; 8min ago
       Docs: man:zpool(8)
    Process: 811 ExecStart=/sbin/zpool import -c /etc/zfs/zpool.cache -aN $ZPOOL_IMPORT_OPTS (code=exited, status=0/SUCCESS)
   Main PID: 811 (code=exited, status=0/SUCCESS)
        CPU: 14ms

dec 22 19:44:07 ... systemd[1]: Starting Import ZFS pools by cache file...
dec 22 19:44:07 ... systemd[1]: Finished Import ZFS pools by cache file.

Ennek ellenére megcsináljam amiket javasoltál?