Recent content by Kadrim

  1. K

    ChromeOS guest

    i have chrome os flex running inside proxmox (8.3.3) for a long time now. works pretty decent especially due to the "VirGL" GPU. I cannot remember if i did anything special during installation or something special to the UEFI setup, but i can assure you, that it does work.
  2. K

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    @DocMAX could you please share how you created the rom?
  3. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    no, this drive is only used for pbs and is otherwise idle
  4. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    ah ok, gotcha. i will run those tests at the weekend and report back. there are some special settings for ZFS which i will have a closer look also.
  5. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    yes i did see the test results, and i would agree that this change should have only a minor impact. the real world example is different :-D i did not change any settings on the pool, it has been carried over for many generations of openzfs, so some of the modules are now in "local" setting...
  6. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    i could run another test where i instruct the zfs datastore to `sync=always` to see if there is a difference - this should achieve the same effect as setting the pbs sync-level to file. but please tell me, if this is helpful in any way before i change my setup ;-)
  7. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    adding `tuning sync-level=none` to the corresponding datastore in `/etc/proxmox-backup/datastore.cfg` did actually work. the backups are now finishing. i am wondering why this problem occurs on my local ZFS storage, which indeed does not have a separate ZIL (as this is an archive HDD). During...
  8. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    sorry for the late reply - i was really busy and had no time to conduct the tests. since my pbs is installed alongside pve (bare-metal) i have a combined log: Jan 28 09:12:05 pve pvedaemon[17861]: <root@pam> starting task UPID:pve:00042639:0002E52B:63D4D8D5:vzdump:102:root@pam: Jan 28 09:12:05...
  9. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    @fabian any update on a patched/verbose version of pbs?
  10. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    Sure, glad to help. Just point me to the debug binaries/instructions
  11. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    my PBS is a bare-metal install alongside PVE, the datastore resides on a local-mounted ZFS-Datastore. Here is the datastore.cfg: datastore: pbs comment gc-schedule tue *-1..7 23:30 notify gc=error,sync=error,verify=error notify-user root@pam path...
  12. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    hi there! i had to redo all the steps because it interfered with my scheduled verification and backup. here are the answers to your questions: - pveversion -v proxmox-ve: 7.3-1 (running kernel: 5.15.83-1-pve) pve-manager: 7.3-4 (running version: 7.3-4/d69b70d4) pve-kernel-5.15: 7.3-1...
  13. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    INFO: Starting Backup of VM 102 (qemu) INFO: Backup started at 2022-12-22 12:02:32 INFO: status = running INFO: VM Name: vWin10 INFO: include disk 'scsi0' 'ssdpool:vm-102-disk-1' 160G INFO: include disk 'efidisk0' 'ssdpool:vm-102-disk-0' 1M INFO: include disk 'tpmstate0' 'ssdpool:vm-102-disk-2'...
  14. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    nope, checked that aswell. nothing out of the ordinary. if you can point me somewhere to look or maybe tell me where to implement additional logging (the above mentioned .pm file?) then i can run some tests if you like
  15. K

    Proxmox-Backup-Server 2.3.1-1 stuck after backup

    Hi there, i am using PBS for quite some time now but after the recent switch to 2.3.x a problem occured: On some VMs the backup is stuck after reaching 100% with the message "waiting for server to finish backup validation". I *don't* have the option "Verify new backups immediately after...