Search results

  1. N

    Docker & multiple mac addresses?

    I have docker hosted in a VM. Some of my docker containers (not all ) need traffic shaping at network appliance. So i need these containers to have their own mac address. In docker speak i'm using a macvlan network. The vm is using a proxmox bridge adapter. In the vm i set promiscuous mode on...
  2. N

    Can't migrate VMS to node in cluster? (SOLVED)

    So i just noticed this today. I have a 3 node cluster. I tried to migrate a vm from Node1--->Node2 & received an error. Here is the error: task started by HA resource agent 2025-10-24 14:51:24 conntrack state migration not supported or disabled, active connections might get dropped 2025-10-24...
  3. N

    Resize LVM partition?

    I'm in the process of upgrading my last node in my 3 node cluster from V8 to V9. Unfortunately I hit an issue. When running `pve8to9` WARN: Less than 5 GB free space on root file system, upgrade may fail.. I am a newbie at lvm & want to make sure i don't mess this up. df -h...
  4. N

    help fix my proxmox servers

    I have touched my proxmox servers for months. I had 3. One machine had died so i wanted to remove it from the cluster. Before I did anything i went to update the other 2 servers left & got an error when i ran `apt dist-upgrade` (on both machines): Do you want to continue? [Y/n] W...
  5. N

    Proxmox & deduplication?

    Right now my backups are not encrypted. I would assume deduplication works between different vm/containers? So if you have a file on multiple containers/vms it would only be stored once? Which leads to my question....i'm thinking on encrypting my backups. If i use the same encryption key for...
  6. N

    [SOLVED] Proxmox & bonding - used bond for containers/vms?

    So I'm sure this is because of lack of knowledge of proxmox network config but anyways. I set up a bond in networking between two different network ports. I went. into my switch and bonded two ports using LACP. I then setup the bond in proxmox which worked just fine. I can even login to proxmox...
  7. N

    Snap Packages in Ubuntu Containers?

    Hi guys, I have googled this extensively and have been unable to get snap packages working in a ubuntu container. I've enabled fuse & nesting in my container. I've tried to follow the following post...