Recent content by xPakrikx

  1. X

    lvm-thin storage trim cleanup with LXC not working

    ok looks like i found solution :) https://forum.proxmox.com/threads/fstrim-doesnt-work-in-containers-any-os-workarounds.54421/ Can be closed
  2. X

    lvm-thin storage trim cleanup with LXC not working

    I use Ubuntu LXC CT on SSD lvm-thin storage and lvm-thin storage just keeps growing (about 90% full) but in LXC only 10% are used. Looks like its same problem like in this case https://forum.proxmox.com/threads/lxc-lvm-thin-discard-fstrim.34393/ But that script is not working Any help how to...
  3. X

    Opt-in Linux 6.1 Kernel for Proxmox VE 7.x available

    Sadly on my Topton SFF PC with Intel N6005 VMs wont boot on 6.1 kernel (same problems on unofficial 6.0-edge kernels). On 5.19 no problem. VMs are not able to boot from local-lvm storage (nvme-ssd). Its possible to create new VM run installation until vhdd partitioning, but then it fails. i get...
  4. X

    Verify jobs - Terrible IO performance

    for ZFS you need also special vdev. So you need SSDs also for ZFS, otherwise performance will be even worst than now .
  5. X

    Proxmox backups not working after PBS server restart

    Update: backups starts working after many restarts od PBS server. So now i am lost :D
  6. X

    Proxmox backups not working after PBS server restart

    Any idea how to restart pbs connector on PVE ? I tried reload network interfaces and remove an add PBS storage in PVE but nothing helps. Only reboot
  7. X

    Verify jobs - Terrible IO performance

    try xfs if you are using ext4. That helps me using PBS with HDDs.
  8. X

    Proxmox backups not working after PBS server restart

    Also is there any documentation about PBS architecture or i need to go on source code level ?
  9. X

    Proxmox backups not working after PBS server restart

    Every time after restart of PBS server, backups just stop working a we need to reboot all PVE nodes. INFO: starting new backup job: vzdump 131 --notes-template '{{guestname}}' --storage backup01-cl01-thiss --remove 0 --mode snapshot --node pve008 INFO: Starting Backup of VM 131 (qemu) INFO...
  10. X

    Backups fails after update from PBS 2.1 to 2.2

    Ok looks like restart of the pve node fix this. But its possible to fix this without restarting pve nodes ?
  11. X

    Backups fails after update from PBS 2.1 to 2.2

    Hi After upgrade to PBS 2.2 all backups just fails In log i see ERROR: backup write data failed: command error: protocol canceled INFO: aborting backup job INFO: resuming VM again ERROR: Backup of VM 233 failed - backup write data failed: command error: protocol canceled Some VMs...
  12. X

    Backup causing network latency spikes on VMs

    Hi I am experiencing network latency spikes on VMs when backup job is running on same Proxmox VE node (PVE 7.0 + PBS 2.0) sometimes up to 800ms. I tried isolate vHDD with second storage , disable RAM ballooning and test network with iperf3, but none of this options are causing problem. I...
  13. X

    PBS server rename

    Ok looks like thats old job when server has old name. New jobs with new hostname are ok.
  14. X

    PBS server rename

    I want rename PBS server. I changed name in /etc/hostname and /etc/hosts, but looks like there is other config or bug ? When i try look at longest tasks on dashboard i get Bad Request (400) parameter verification errors parameter 'node': no such node 'lp-th-dc-backup01' lp-th-dc-backup01 is...
  15. X

    Single-file restore and LVM

    Yup ... on all nodes. So file restore is not currently working on actual version proxmox-backup-file-restore: 2.0.5-2. Maybe problem in this two commits ? - https://git.proxmox.com/?p=proxmox-backup.git;a=commit;h=d9822cd3cb30494b2fdabd7a3670e940ad8199ae -...