I'll keep this simple as I can as I'm not to familiar with ZFS pools in general. So, I noticed that when I had my Proxmox server hooked up to a display, I received a message at boot complaining about some sort of zfs import failure regarding my "lxc" pool. Sure enough, I check in my syslogs with
I believe this message may have started after my upgrade from 7.4 to 8. The most I've been able to do is find the service in question at
journalctl | grep -i zfs-import
, and apparently I've been receive this message a few weeks, whenever the Proxmox host is rebooted:
Code:
Jul 04 17:40:25 pve systemd[1]: Failed to start zfs-import@lxc.service - Import ZFS pool lxc.
I believe this message may have started after my upgrade from 7.4 to 8. The most I've been able to do is find the service in question at
/etc/systemd/system/zfs-import.target.wants/zfs-import@lxc.service
, but then viewing it's symlinked parent didn't end up helping me at all. Is this something someone has seen before, and what can I do to possibly fix it? I can provide more info, but at the moment, I'm just not too sure what may be relevant.
Last edited: