Recent content by h0tw1r3

  1. H

    Podman on LXC with ZFS backed volume and Overlay

    Now that ZFS with overlay support is available in ZFS 2.2 and Proxmox 8, I decided to test it out with podman in an lxc container. Out of the box, it didn't work. Giving the standard message from podman that overlays are not supported on a ZFS file system. FWIW docker gives the same message, but...
  2. H

    mysql installation in lxc container failed

    impacts percona-server 8.0 (mysql fork) also. If I add the following to the server config: [mysqld] innodb_log_file_size = 4194304 innodb_page_size = 65536 I can get the server to start. Magic is in the increasing of the innodb_page_size. Smells like a zfs bug.
  3. H

    mysql installation in lxc container failed

    Exact same problem. Only occurs when using local zfs storage, privileged or unprivileged. Searching for a fix.
  4. H

    mysql installation in lxc container failed

    Same issue here. Using 20.04 template. arch: amd64 cmode: tty console: 1 cores: 2 cpulimit: 0 cpuunits: 1024 features: nesting=1 hostname: onlyoffice memory: 6144 net0: name=eth0,bridge=vmbr0,gw=192.168.47.254,hwaddr=7E:AA:B7:B2:E3:6A,ip=192.168.47.25/24,type=veth onboot: 0 ostype: ubuntu...
  5. H

    Grub2 Debian Security Advisory

    I checked the zfs-grub git repo, but I don't see any updates since the end of 2019. Will the Proxmox team be updating the grub packages to address this advisory soon? If not, is it safe to replace with the upstream non-pve versions if we're not using zfs...
  6. H

    Change LXC mount options

    Came up with this hook to automatically remount with noatime option on startup https://gist.github.com/h0tw1r3/b50956d8dfb31864ed1d725b32bea032
  7. H

    A stop job is running...

    Same issue on 12 VM servers, 2x 6 node clusters with iscsi multipath storage. Shutting down all nodes before reboot makes no different.
  8. H

    CentOS 7 VM on Proxmox - high RAM usage

    I have had this same problem on two different RHEL 7 container VM's. The OS shows full memory (4 gig) and exhausts swap, but proxmox shows very little memory used by the VM (400 megabytes). Only thing that gets it back to normal is to reboot the container and wait for it to happen again... which...
  9. H

    nfs share problem

    So the new way to do this is using the features option in the pve container config. I had to make a small patch to get rpc_pipefs support working: --- a/PVE/LXC/Config.pm 2018-10-22 18:37:14.141835351 +0000 +++ b/PVE/LXC/Config.pm 2018-10-22 18:37:19.117868146 +0000 @@ -283,7 +283,7...
  10. H

    nfs share problem

    Looks like there is a new "features" option which merges in "supporting" things with a "generated" apparmor profile. https://forum.proxmox.com/threads/lxc-security-nesting.44726/#post-224873 https://forum.proxmox.com/threads/lxc-security-nesting.44726/#post-225454 See the pct.conf man page...
  11. H

    nfs share problem

    Related thread. I consider a work-around, not a solution. https://forum.proxmox.com/threads/mounting-nfs-in-lxc-not-working-since-latest-update.47815/
  12. H

    nfs share problem

    Perhaps related to this commit? https://github.com/lxc/lxc/pull/2479
  13. H

    nfs share problem

    When re/starting containers I see some new things: /var/lib/lxc/100/config contains config I've never seen before (automatically added on container restart): lxc.apparmor.profile = generated lxc.apparmor.raw = deny mount -> /proc/, lxc.apparmor.raw = deny mount -> /sys/...
  14. H

    nfs share problem

    Same problem. I don't think proxmox/lxc is loading the lxc-default-cgns apprmor profile by default anymore.

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!