Search results

  1. N

    ansible - snapshot container with mount points

    I've recently opened a PR which adds the functionality to the ansible.community.proxmox_snap module. The module can now be used with a unbind option, which allows to take snapshots of LXC containers regardless of them having configured mount points. This simple task is achieved by "toggling" the...
  2. N

    zfs troubleshooting

    I'm having bad issues with my ZFS pool, after a power failure there is no way for it to come back online, and I'm seriously struggling to properly troubleshoot my issues, so any pointer would be highly appreciated. For a brief period after the power failure, zfs list returned all datasets but...
  3. N

    Alpine LXC containers lose network config at reboot

    Everything else in the filesystem seems to survive the reboot just fine, but the /etc/network/interfaces gets overwritten every time. What am I doing wrong? I create the container from the web UI, log into the console from web UI, edit file, reboot, and the config is gone. This is not...
  4. N

    Server crashes after VM starts

    I'm running into this problem which I cannot figure out on my own. Everything worked great until a week or so ago, there were no changes to any configuration. It's worth noting I'm running relatively old hardware, so I'm starting to think this might be hardware failure, but I really can't...
  5. N

    Define LXC/CT uid mappings *before* creation

    I'm running into this issue which I can't seem to solve on my own with man and the docs. I tried many different configs to no avail and this honestly doesn't sound like something so hard, unless I'm missing a key point. Either way, thanks in advance for pointing me in the right direction. I'm...