Hello,
I'm digging in the logs for quite a bit, but don't know what to do next.
I've seen during boot up of my system error with failing scan service
so i've checked the status of it after
Thing is there is no pool named DATA and never was. Maybe it's leftover on some disk somewhere, but this instalation of the Proxmox has never have DATA zfs pool defined.
Can you please help me how to get rid of this error and start zfs-import-scan service successfully?
Thank you!
I'm digging in the logs for quite a bit, but don't know what to do next.
I've seen during boot up of my system error with failing scan service
so i've checked the status of it after
Code:
root@ragnar:~# systemctl status zfs-import-scan.service
× zfs-import-scan.service - Import ZFS pools by device scanning
Loaded: loaded (/lib/systemd/system/zfs-import-scan.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Mon 2024-01-29 11:37:21 CET; 1h 0min ago
Docs: man:zpool(8)
Process: 1265 ExecStart=/sbin/zpool import -aN -d /dev/disk/by-id -o cachefile=none $ZPOOL_IMPORT_OPTS (code=exited, status=1/FAILURE)
Main PID: 1265 (code=exited, status=1/FAILURE)
CPU: 187ms
Jan 29 11:37:19 ragnar systemd[1]: Starting zfs-import-scan.service - Import ZFS pools by device scanning...
Jan 29 11:37:21 ragnar zpool[1265]: cannot import 'DATA': pool was previously in use from another system.
Jan 29 11:37:21 ragnar zpool[1265]: Last accessed by NAS (hostid=5c83bc37) at Thu Jan 1 01:00:00 1970
Jan 29 11:37:21 ragnar zpool[1265]: The pool can be imported, use 'zpool import -f' to import the pool.
Jan 29 11:37:21 ragnar systemd[1]: zfs-import-scan.service: Main process exited, code=exited, status=1/FAILURE
Jan 29 11:37:21 ragnar systemd[1]: zfs-import-scan.service: Failed with result 'exit-code'.
Jan 29 11:37:21 ragnar systemd[1]: Failed to start zfs-import-scan.service - Import ZFS pools by device scanning.
Code:
root@ragnar:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS 36.4T 11.7T 24.7T - - 0% 32% 1.00x ONLINE -
root@ragnar:~#
Thing is there is no pool named DATA and never was. Maybe it's leftover on some disk somewhere, but this instalation of the Proxmox has never have DATA zfs pool defined.
Can you please help me how to get rid of this error and start zfs-import-scan service successfully?
Thank you!

Last edited: