Hi everyone,
during the boot process of my Proxmox node I noticed repeated errors related to zfs-import-scan. Looking at the logs, it seems the system is still detecting an old ZFS pool that should have been destroyed long ago:
For context, I had been running a TrueNAS VM, and the pool named app was attached to it. That VM has since been deleted, so the pool should no longer exist.
When I test manually, I see this:
Could someone advise me on how to really remove this ghost pool so that zfs-import-scan stops complaining?
Thanks a lot in advance for any hints!
during the boot process of my Proxmox node I noticed repeated errors related to zfs-import-scan. Looking at the logs, it seems the system is still detecting an old ZFS pool that should have been destroyed long ago:
Code:
Aug 10 09:42:11 pve zpool[1187]: cannot import 'app': pool was previously in use from another system.
Aug 10 09:42:11 pve zpool[1187]: Last accessed by truenas (hostid=34ab91e2) at Mon Jan 1 00:00:00 1970
Aug 10 09:42:11 pve zpool[1187]: The pool can be imported, use 'zpool import -f' to import the pool.
For context, I had been running a TrueNAS VM, and the pool named app was attached to it. That VM has since been deleted, so the pool should no longer exist.
When I test manually, I see this:
Code:
root@pve:~# zpool import -f
no pools available to import
root@pve:~# zpool import -afN -d /dev/disk/by-id -o cachefile=none
internal error: cannot import 'app': Value too large for defined data type
Aborted
Could someone advise me on how to really remove this ghost pool so that zfs-import-scan stops complaining?
Thanks a lot in advance for any hints!