Search results

  1. D

    Backup Job Error - No space left on device

    Ok, thanks for the clarification. IMO the footnotes should be made more clear like (Yes for VM, no for CT) as this could (and at least on my side did) cause confusion and possibly the wrong decisions. I guess i'll have to find another solution. I am a big fan of the container concept but missing...
  2. D

    Backup Job Error - No space left on device

    A short CTRL + F search for the word container found no mention that there is a difference between snapshot capability per storage for VMs vs. containers. I bought a new central storage based on the table found in the docs, mentioning snapshot support for both NFS and LVM. Thats annoying. Which...
  3. D

    Backup Job Error - No space left on device

    Hi Fiona, thanks for the clarification. I did some googling (which i should have done beforehand) and understand that NFS does not support snapshots for containers. However i switched to a iSCSI backed shared LVM and still have the same problem. According to this table this should work, right...
  4. D

    Backup Job Error - No space left on device

    Hi Guys, i encountered the same problem. I'm trying to backup a container with ~400GB of mostly static data so the snapshots should be pretty small. My local disk has about 85GB free for temporary files. How can i limit the size of temp data? Adding another drive is not possible in my setup.
  5. D

    qmp command 'cont' failed - got timeout

    Hi Stefan, NFS solved it for now, but i got the same error a few times with NFS based storage. Can i provide you any more logs to find this bug?
  6. D

    qmp command 'cont' failed - got timeout

    Hi Stefan, here are the logfiles. Task Log: INFO: starting new backup job: vzdump 100 --node pve01 --remove 0 --storage pbs01_disk1_data1 --mode snapshot INFO: Starting Backup of VM 100 (qemu) INFO: Backup started at 2021-08-20 20:36:02 INFO: status = running INFO: VM Name: docker01 INFO...
  7. D

    qmp command 'cont' failed - got timeout

    Hi, will do this tomorrow and let you know.
  8. D

    qmp command 'cont' failed - got timeout

    Hi all, i build a new cluster on PVE 7.0-11 and PBS 2.0-7 and now i get this error mentioned above. I was able to narrow down the problems on Disks that are stored on an external SMB share. If i remove the backup mark for the smb disks the backup works perfectly fine. Does anyone knows what...
  9. D

    Proxmox writing my SSDs with about 40GB/h for no reason

    Hi Dunuin, i tried "zfs set sync=disabled" and it helped a bit. Can you please explain what that means and why i should not use it in production? Replacing the drives in the longterm is definitely an option, i'm looking at the Ironwolf 510 SSDs with 480 or 960GB but for now would try to...
  10. D

    Proxmox writing my SSDs with about 40GB/h for no reason

    Hi all, i have a problem with my proxmox setup. I'm running two nodes each with a 512GB NVMe SSD, i5 8500T and 32GB Memory. On this two machines i'm running 4 VMs. A Docker Host with ~15 Containers, a Mailserver (Mailcow Dockerized), a VPN server and a Proxy. All those machines are replicated...