Old ZFS pool still trying to import

adresner

Member
Mar 22, 2023
77
14
8
Hello,

In the course of setting up my proxmox I added and deleted a few pools.

Watching my startup, I see:

Screenshot 2023-04-25 at 11.32.58 PM.png

One of them
(FAILED] Failed to start Import ZFS pool MARS
Is still trying to load at start.

I navigated to
cd /etc/systemd/system/zfs-import.target.wants/

Found
zfs-import@BASEMENT.service zfs-import-cache.service zfs-import@MARS.service zfs-import-scan.service zfs-import@VMDATA.service

zfs-import@MARS.service should not be there?

Any suggestions on how to clean this up? Why is the good pool Basement failing? But actually fine once I log into the GUI

Thank you
 
Following this thread: https://forum.proxmox.com/threads/o...-zfs-pool-that-was-removed.121826/post-529572

root@BKK-PVE:~# zpool get cachefile
NAME PROPERTY VALUE SOURCE
BASEMENT cachefile - default
VMDATA cachefile none local

root@BKK-PVE:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
BASEMENT 3.62T 173G 3.46T - - 19% 4% 1.00x ONLINE -
VMDATA 1.81T 13.3G 1.80T - - 0% 0% 1.00x ONLINE -

root@BKK-PVE:/etc/systemd/system/zfs-import.target.wants# ls
zfs-import@BASEMENT.service zfs-import@MARS.service zfs-import@VMDATA.service
zfs-import-cache.service zfs-import-scan.service

If I understand correctly, the 2 following commands should clear this up?

Code:
systemctl disable zfs-import@pve\MARS.service


Code:
rm '/etc/systemd/system/zfs-import.target.wants/zfs-import@pve\MARS.service'
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!