well some people on reddit were running into the same problem: https://www.reddit.com/r/Proxmox/comments/bd5fq3/pve_54_upgrade_broke_zfs_storage_mounts/
during my install i left my two nvme drives untouched and only configured a zfs mirror with my two sata ssds for root.
in proxmox i created a zfs pool on my nvme drives.
i wanted to changed them, so i deleted them via commandline, since i could not figure out how to do it in the gui.
after that...
indeed that fixed my problem:
Jun 28 18:10:31 pve systemd[1]: Started udev Wait for Complete Device Initialization.
Jun 28 18:10:31 pve systemd[1]: Starting Activation of LVM2 logical volumes...
Jun 28 18:10:31 pve systemd[1]: Started Activation of LVM2 logical volumes.
Jun 28 18:10:31 pve...
the journal print was too long so i attached it, i could not identify sensitive information...
here is the storage information:
root@pve:/tmp# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content vztmpl,iso
maxfiles 1
shared 0
zfspool: local-zfs...
ahaa indeed it was not mounted since it was not empty...
after deleting the stuff there and mounting it again, i was able to start the CT.
root@pve:/tank# zfs get mounted
NAME PROPERTY VALUE SOURCE
rpool mounted yes -...
okay, sorry i overlooked the hook.
root@pve:/usr/share/lxc/hooks# ls
clonehostname dhclient-script lxc-pve-poststop-hook mountecryptfsroot squid-deb-proxy-client
dhclient lxc-pve-autodev-hook lxc-pve-prestart-hook nvidia ubuntu-cloud-prep
Here the prints from...
there is no lxc-pve-prestart-hook present in /usr/share/lxc:
root@pve:/usr/share/lxc# ls
config lxc.functions lxc-patch.py pve-container-stop-wrapper templates
hooks lxcnetaddbr lxc-pve-reboot-trigger selinux
/etc/ is populated:
root@pve:/etc# ls
adduser.conf...
Hi Proxmox-Community,
currently i am struggling with properly setting up some LXC containers that i obtained from the available LXC templates in Proxmox.
I am on a freshly installed non-subscription proxmox, that i just updated with dist-upgrade to 5.4-7.
For now i want do setup a mongoDB and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.