Search results

  1. C

    NVMe-backed ZFS containers don't mount automatically after boot

    how do i set the cachefile-option for a new zpool? Does proxmox take care of that when the zpool is created from the GUI?
  2. C

    NVMe-backed ZFS containers don't mount automatically after boot

    @oguz i followed your approach and this fixed my problem... i actually had the same problem already... see post here
  3. C

    NVMe-backed ZFS containers don't mount automatically after boot

    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/
  4. C

    NVMe-backed ZFS containers don't mount automatically after boot

    @twp i am using two Samsung PM983 960GB drives in a mirrored ZFS setup PS: your workaround works, thanks for that!
  5. C

    NVMe-backed ZFS containers don't mount automatically after boot

    i can confirm having the same problem, i will implement the mentioned workaround for now...
  6. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    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...
  7. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    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...
  8. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    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...
  9. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    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 -...
  10. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    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...
  11. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    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...
  12. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    thanky for your reply, here the logs: root@pve:/# pct config 100 arch: amd64 cores: 2 hostname: mongoDB memory: 4096 net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.1.133,hwaddr=AA:1F:A5:F8:E9:A6,ip=192.168.1.210/24,type=veth onboot: 1 ostype: debian rootfs: lxc:subvol-100-disk-0,size=10G...
  13. C

    [SOLVED] Reboot of PVE Host breaks LXC Container startup

    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...