Search results

  1. A

    Proxmox not allocating set memory to VMs

    I have this weird issue where all of the VMs that I run, do not get the allocated amount of memory. When rebooting the VM, the correct amount of memory is in fact available in the VM, but after a couple hours, the maximum allowed memory in the VM will be way less. The issue is resolved when I...
  2. A

    Unresponsive vm during high disk usage

    Hi, I've set up a debian VM with the following config: agent: 1 balloon: 2048 boot: order=scsi0;net0 cores: 8 memory: 16384 name: Docker net0: virtio=16:D0:54:56:5D:02,bridge=vmbr0 net1: virtio=02:75:60:E0:2E:17,bridge=vmbr1 numa: 0 onboot: 1 ostype: l26 scsi0...
  3. A

    Backup to ZFS array

    Hi, I have recently gotten into the whole cluster thing, I've got it all worked out, except for backing up to zfs. Previously, when using standalone nodes, I could simply create a storage type "directory" and point the location to a dir on a zfs array. However, now in a cluster, if I allow...