Recent content by michalk

  1. M

    PVE9 VM suddenly stops when finishing backup to PBS

    I found something else in journalctl (on proxmox host) when the VM was stopped: Apr 11 23:25:40 p** QEMU[4172743]: kvm: ../block/io.c:444: bdrv_drain_assert_idle: Assertion `qatomic_read(&bs->in_flight) == 0' failed. I may be important, that i had another problem with PVE9 as mentioned in this...
  2. M

    PVE9 VM suddenly stops when finishing backup to PBS

    There is nothing in dmesg VM just suddenly stops without errors inside VM and there is no kernel panic or anything on VNC because VM i stopped not in error state. I have similar VM (the same size, system, configuration...) on PVE8 and they backup without problems. The only difference is that...
  3. M

    PVE9 VM suddenly stops when finishing backup to PBS

    I have 2 hosts with PVE8 and one with PVE9. Problem is only on PVE9 (9.1.4) and occurs after ~10-12 days from last VM start. Every day there are 4 backups of VM (schedule: 5,11,17,23:15) which are done from PVE to PBS. Everything works and then after 10+ days suddenly VM stops working at 99% of...
  4. M

    [SOLVED] Proxmox 9 - IO error ZFS

    I am also trying to migrate VM from Proxmox 7 to Proxmox 9 and have the same problem as @Tachy also disks healthy and not full and everything works until randomly after 1-2 days there is io-error. Already had 2 "crashes" with io-errors hanging VM during 7 days. I will try "zfs set...
  5. M

    VM on nfs storage do not wait for write finish

    Hello, i have: NFS server and Proxmox server I added NFS storage to Proxmox. Then i added new "Hard disk" to VM which image is placed on this NFS storage. Next on VM i partitioned this added disk and created ext4 filesystem + mounted it. Problem: When i for example copy some large file to...