Search results

  1. F

    Move io_uring from default (important)

    Hello. Thank you for the answer. I just ask to not default on all configurations: Not designed for use with openzfs. Relation with lost data yet. Security problems. Google is more radically, removing from kernel. If we know could have problems, is not rational to default to this option. I´m...
  2. F

    Move io_uring from default (important)

    Hi. Is not .raw or .qcow2. Is ZFS.
  3. F

    Move io_uring from default (important)

    Hi. Thank you for the answer. The io_uring is not designed for openzfs (default used by proxmox) and does not benefit from performance. https://github.com/openzfs/zfs/issues/8716 Have other problems pointed on this email: io_uring and POSIX read-write concurrency guarantees...
  4. F

    Move io_uring from default (important)

    Observations On my servers, I work with NVME, ZFS, and Windows and Linux guest machines. Especially on old Linuxes (like Suse Linux Enterprise 12 SP4), I experienced 3 major problems: 1. After a VM backup, the IBM DB2 got corrupted. Nobody was using it at the moment. 2. During a backup from...
  5. F

    qdevice and multiple setups

    Hi. Can I have multiple HA-Clusters and one qdevice for all ?. Or two qdevices for 10 clusters for example.
  6. F

    Replication less then one minute

    Does somebody know pvesr run --id id-jobid can use other socket for lock ?.
  7. F

    Replication less then one minute

    Above i shared my script in bash. The copy key is because the other place is runing a proxmox (second) and IP is dynamic. So, o connect, accept the new fingerprint and connect. I test the connectio before run syncoid, this is to avoid the syncoid create more then one snapshot (sometimes he...
  8. F

    Replication less then one minute

    Exist some shell commands to manually replication?
  9. F

    Replication less then one minute

    Hi. Have somewhere where I can manually edit the time to replicate? In past versions, I use zfsnap to sync. I make a script that generates a snapshot and send it. Is a loop. No data loss in 3 years. Now I use the proxmox cluster with replication, but with 1 minute I can have data loss. How I...
  10. F

    how to check if proxmox stop my windows VM because some reason

    Exists a bug on 7.4 when Windows use Virtio SCSI. If you read on Events you will see 129 Event. https://forum.proxmox.com/threads/7-4-vs-7-3-stability-issues-on-new-version.125633/#post-547964
  11. F

    how to check if proxmox stop my windows VM because some reason

    Hi. Check if the machine as scsi adapter on it. If yes, change to virtio-blk and test again.
  12. F

    7.4 vs 7.3 - Stability issues on new version.

    Today the same problem. But looking in to events i found the problem. Event 129 or is the same here https://forum.proxmox.com/threads/windows-server-2019-vioscsi-warning-129-locking-up-data-drive.121936/ Possible Bug from qemu ?.
  13. F

    7.4 vs 7.3 - Stability issues on new version.

    I updated it to 6.2. My impression is a speed-up to the VM. The hv-tlbflush back to work. Tomorrow I will see how is working when will be busy. If everything ok, at the end of the week I will give the feedback.
  14. F

    7.4 vs 7.3 - Stability issues on new version.

    Hi. I installed 7.4 and all updates are installed. Some problems were found. Windows virtual machines don´t start anymore when using hv-tlbflush. Today I experienced a Windows 2012r2 vm freeze (crtl+alt+del don´t give me a prompt to log in but the mouse was working ok). Qemu Agent stopped...
  15. F

    Proxmox / Qemu jemalloc

    But it is a sign that virtual memory is not being returned when no longer used. My server has just 24% of ram memory usage. Is not make sense to have such a larger size.
  16. F

    Proxmox / Qemu jemalloc

    pmap 2318967| tail -n 1 total 14259156K
  17. F

    Proxmox / Qemu jemalloc

    But how about the resources ? I have a vm with 8GB ram. The qemu running this virtual machine is occupying 13.9GB (81 days up). Is almost 73% more. My impression is fragmentation.
  18. F

    Proxmox / Qemu jemalloc

    Yes, o look at it. Some windows virtual machines (big ones like 30-40 cpus) the BALLOON/guest service stop. Another thing is about some database virtual machines: the recommendation is to turn off the ballon, fixing to a static memory size. For last, in a reboot, the KSM needs some time to...
  19. F

    Proxmox / Qemu jemalloc

    The pointed problem was solved. The VM allocates more memory than expected and in some way is unpredictable when we need to partition the ram memory resource. A suggestion is in apt install have the qemu-jemalloc version. The jemalloc libs can be redistributed without any problems in the...
  20. F

    Proxmox / Qemu jemalloc

    Hi. Have some way to active jemalloc to qemu on proxmox ?. Best regards.