Search results

  1. T

    Zeroing of data prior to 'migrate'

    We have a Proxmox VE cluster with 3 nodes, all using local storage. Using local storage is a choice we made due to some issues in the past with different storage solutions. When we migrate a machine from node A to node B we are seeing IO-issues occuring on Node B. It's SSD drives are saturated...
  2. T

    Proxmox & IDS / Bridge

    Hi, I just wanted to inform the Proxmox team about an issue with the virtio network drivers. My setup consists of: - 1 Proxmox Hypervisor (Debian 9.11 with all updates, including those from Proxmox). 3 bridge interfaces. - 1 application proxy (apache with http_proxy) with 2 if's (1 external, 1...
  3. T

    Proxmox 4 / LXC: Chroot instead of raw images?

    We recently installed a machine with Proxmox 4 to try the new LXC system. I have a question regarding storage. With OpenVZ the filesystem of a container would be in /var/lib/vz/templates/<vmid>/. This was ideal for quick maintenance and backups. We could just backup the proxmox host instead of...
  4. T

    Weird network behaviour with Proxmox?

    We've had some issues with our shared storage, so I've migrated some VMs to another proxmox server using local storage. Since this migration I am having network issues, which I boiled down to yet another proxmox server doing ARP replies for a machine that was never even on this proxmox server...
  5. T

    KVM VM loses network connectivity.

    Hi, I have an issue where doing alot of network IO (>100 Mbit) causes the VM to loose network connectivity using rtl driver. I have to either reboot the VM or type: ip link set eth0 down ip link set eth0 up This restores is, but it will drop again when I start the heavy network IO again...