Search results

  1. T

    Backup of VM failed - backup write data failed: failed: ENOSPC: No space left on device

    But it does nothing. there are still plenty of chunks in /mnt/datastore/XXX/.chunks/ I don't know what to do to get back an empty datastore before the tonight backup.
  2. T

    Backup of VM failed - backup write data failed: failed: ENOSPC: No space left on device

    I'm in a situation I don't understand and I don't know what to do. To prevent it happen again, I deleted little by little all content from my Datastore. Deleting one didn't do anything, neither the second and so on... And now I have deleted all, the storage remain full. I can't even do zfs...
  3. T

    Backup of VM failed - backup write data failed: failed: ENOSPC: No space left on device

    Thank you so much for these information. I'll keep them very preciously.
  4. T

    Backup of VM failed - backup write data failed: failed: ENOSPC: No space left on device

    I'm facing this issue and I'm struggling to solve it. I can't even make Garbage collect as I gives me the same issue too. I'll try moving some chunk files in order to be able to make a Garbage collect but it isn't a pleasant task and it is very stressfull. I wish there would be an option to...
  5. T

    [solved] acme nsupdate TSIG error with server: expected a TSIG or SIG(0)

    Solved : /usr/share/proxmox-acme/lebureaunsupdate.key should content something like : ``` key "lebureau_coop_mydomain_com" { algorithm hmac-sha512; secret "KEY_VALUE"; }; ```
  6. T

    [solved] acme nsupdate TSIG error with server: expected a TSIG or SIG(0)

    Hello, I created a file /usr/share/proxmox-acme/lebureaunsupdate.key with the content : ``` key "update" { algorithm hmac-sha512; secret "AAA/MY/SECRET/AAA=="; }; ``` and I filed the acme plugin like that but when I try to order a certificate, I get the following error : ```...
  7. T

    How to avoid an other pve kernel: Out of memory ?

    Sorry, I meant Proxmox Backup Server. Thank you for your answer. I don't understand what you meant by pve and the VM are indeed running on a 1TB SSD. The VM has a 900GB disk on the ZFS pool. Do you mean that with such conf, an ARC Max size set to 2GB would be enough and I can keep the VM to...
  8. T

    How to avoid an other pve kernel: Out of memory ?

    Thank you. What would you recommend instead of ZFS to be able to benefit from snapshot and proxmox backup?
  9. T

    How to avoid an other pve kernel: Out of memory ?

    Hello, I have a pve running on a 8 GB RAM computer with ARC Max size set to 3 GB and a VM set to 5 Gb (4GB min and ballooning enabled) but I got an oom-kill last night (so the backup failed and the VM remain down till I check) and I wonder how can I avoid it to happen again. Here are systemctl...
  10. T

    timeout error while backing up VM with stop mode

    I don't know, I read it's stop mode is providing the highest consistency of the backup. I didn't get what you recommend. You seem to say that having guest-agent enabled, I should choose an other mode but I didn't get which one and why guest-agent change something about the choice. Would you mind...
  11. T

    timeout error while backing up VM with stop mode

    # cat /etc/pve/qemu-server/100.conf agent: 1 boot: order=ide2;scsi0;net0 cores: 3 cpu: x86-64-v2-AES ide2: none,media=cdrom memory: 8192 meta: creation-qemu=8.1.5,ctime=1712567534 name: xxx.in net0: virtio=BC:24:11:E0:2B:82,bridge=vmbr0 numa: 0 onboot: 1 ostype: l26 scsi0...
  12. T

    timeout error while backing up VM with stop mode

    I'm trying to backup manually. Shutdown took about 1 min and the backup is now running (around 3%). It has already pass where it was failing previous nights. [edit] : manual backup shutting down the VM did work!
  13. T

    timeout error while backing up VM with stop mode

    Yes : INFO: starting new backup job: vzdump 100 --quiet 1 --prune-backups 'keep-daily=10,keep-monthly=3,keep-weekly=4,keep-yearly=1' --notes-template '{{guestname}}' --mailto root@xxx.in,root@xxx.fr --node pve --mailnotification failure --storage PBS_H --mode stop INFO: Starting Backup of VM...
  14. T

    timeout error while backing up VM with stop mode

    No, there is no trace of anything. Sep 16 01:49:20 pve proxmox-backup-proxy[997]: rrd journal successfully committed (25 files in 0.012 seconds) Sep 16 02:01:00 pve proxmox-backup-proxy[997]: starting new backup on datastore 'PBS_Hamdel' from ::ffff:82.67.83.201: "vm/100/2024-09-16T00:00:05Z"...
  15. T

    timeout error while backing up VM with stop mode

    Hello, I set up a backup of a VM with stop mode. It used to work nicely before the day before yesterday. Now, I get the following error : INFO: starting new backup job: vzdump 100 --notes-template '{{guestname}}' --mailnotification failure --quiet 1 --mode stop --prune-backups...
  16. T

    PVE and PBS on same computer : disks management?

    I tried to look for it in PBS GUI and could not find how to create a "dataset". Could you give me some detail how to do so? And @Neobin what do you think of leesteken solution?
  17. T

    PVE and PBS on same computer : disks management?

    I'd say that the main usage is PBS and PVE is secondary. I think pbs will be use mostly during night so I was wondering who I can use this computer during the day and that's how I got the idea to use it for test and preprod VM.
  18. T

    PVE and PBS on same computer : disks management?

    No, it's not for windows. Again, PVE would be used only for testing and pre prod VM so I won't backup them and PBS will get backup from other PVE from other remote computers.
  19. T

    PVE and PBS on same computer : disks management?

    One last wonder that might solve everything. Is it possible to use PVE's 16TB ZFS RAID 10 rpool as a datastore in PBS? Like that I have only one ZFS zpool of 16 TB on which I install PVE and PBS, somme testing VM and the datastore too.
  20. T

    PVE and PBS on same computer : disks management?

    Hello, I have a computer which have currently 4 HDD of 8TB each but I may be able to add one SSD to it. I want to install a PVE for pre-production that I would use during the day and a PBS that would receive backup from prod computer at night. I wonder if I should either : - install PVE and...