Search results

  1. A

    Migrate doesn't check target host memory

    When target host doesn't have enough free memory, migration process doesn't stop. It tries to allocate memory on the target host, which result in OOM killing the largest VM, and another, and another. In earlier versions of Proxmox VE it wasn't like that. Migration was giving an error "cannot...
  2. A

    Backup speed limited to 1 Gbps?

    Hi, This is how backup and resore looks like in 10 Gbps network: As you can see, backup speed limited at exactly 1 Gbps. Question: Why backup speed limited and how to remove this limit? PVE version: 6.2-10; VMs on SAS storage, storage type: LVM; Read speed from VM storage not limited...
  3. A

    Root file system read-only

    Hello, We have Proxmox cluster with shared storage HPE MSA 2050. Nodes don't have local disks, so root file system located on the storage. Not every time, but rarely when hard drive on the storage dies, root file system may become read-only on one of the nodes (it's different nodes, not the...
  4. A

    Backup slowing down

    Hello, I have a similar (or same) problem as in this topic: https://forum.proxmox.com/threads/backup-slowing-down-to-a-crawl.44870. I was asked to create a new thread, because the setup is different. In my case the storage is HPE MSA 2050 (attached by SAS). There's 4 LUNs where VMs located as...
  5. A

    Pigz for restore

    Hello, I'm using pigz for backup (pigz=1 in vzdump.conf). It really helps because of smaller archive size, and in my case the bottleneck is slow backup storage. Therefore, smaller backups writes faster and take less space. But recently I discovered that restore uses gzip, not pigz (you can see...
  6. A

    Proxmox VE 5.1 + multipath boot

    Last week we have been struggling to upgrade our Proxmox node from 4.4 to 5.1, and everything going fine except for multipath. In our case we have boot device on multipath, and after upgrade multipath won't do its work, /dev/mapper/pve-root not created by multipath. Instead, lvm tries to mount...
  7. A

    Non-ASCII comments in firewall rules

    Hello. Non-ASCII characters in comments in firewall rules cause problems. If there is one comment with non-ASCII characters, all rules disappear, including rules with strictly ASCII comments (although they stay in configuration, just don't display). It happens even if comment's language is the...