Search results

  1. K

    Proxmox NFS Storage Is Slow

    Please take time to read what I wrote, I dont use NFS share for the VM storage anymore. only for the backups. In addition to "umount -l" I would also consider adding "-f " switch.
  2. K

    Proxmox NFS Storage Is Slow

    nfs >>>hard<<< link result in the completely unacceptable hanging of the client. the soft mount option at least allows you to gracefully umount and remount the directory. Anyway, NFS for the last month and a bit is used only for storing the Backups and fetching the ISOs, the VM disks are moved...
  3. K

    Proxmox NFS Storage Is Slow

    What I've done is I have started mounting nfs via /etc/fstab and use the soft vs hard mode, so that the system does not completely halts when there is an issue with the NFS. and add the directory as a local storage in PVE. the fstab mount options are...
  4. K

    Proxmox NFS Storage Is Slow

    I am on 8.3.1 and kernel 6.11.0-2-pve Will keep an eye and will try to test again in couple of days, as I have updated and rebooted all three hosts today.
  5. K

    Proxmox NFS Storage Is Slow

    What is interesting, this seems to happen only if I mount NFS share via Proxmox Storage menu. If I mount the share via NFS in fstab and add the Directory Storage, everything runs smoothly, at least today I have written and read couple of terrabytes in and the 10G link saturated to 100%...
  6. K

    Proxmox NFS Storage Is Slow

    I have the same problem. Upgraded from 7.4 to 8.3, fresh install and that when the FUN started. I have each of the 3 hosts export local 1TB NVME drive via NFS, so that the VM can be migrated between hosts, without the need to migrate storage. In 7.4 this setup had run without problems for...
  7. K

    Proxmox restarts randomly

    replaced the CPU and the problem was gone.
  8. K

    Proxmox restarts randomly

    I have two identical home "servers" running ASRock X570 Pro4, AMD Ryzen 5600G, 2x32GB DDR4 3200 and 10Gb cards. One of the machines started randomly rebooting about 10 days ago. There is absolutely no correlation between reboots and anything that I could think off. Sometimes it would reboot...
  9. K

    cron emails ( pve postfix ignores /etc/aliases and /root/.forward)

    so it seems that the easiest solution is to do a global rewrite at the postfix level. add to /etc/postfix/main.cf #adress rewrite smtp_generic_maps = hash:/etc/postfix/generic and to /etc/postfix/generic root@yourdomain.com pve1@somedomain @yourdomain.com...
  10. K

    cron emails ( pve postfix ignores /etc/aliases and /root/.forward)

    Hi List, the problem i noticed recently is that the email generated by cron are not being sent to the email of the root@pam user specified during the installation. Started digging and it seems that by default /root/.forward contains |/usr/bin/pvemailforward that should take place of the...
  11. K

    live migration AMD Intel

    Ok, so now the BIOS on both MB is at its latest. It seems that the situation is a bit better, but a random crash can still occur. What I observed is that idling VM is much less likely to crash, while a VM that is doing "cat /dev/urandom > /dev/null" would crash almost certainly. So I guess no...
  12. K

    live migration AMD Intel

    Good point! Could be the clue The current BIOS release date on the AMD MB is August 2020 while the release date for AMD Ryzen 7 5800X was November 2020 I will try updating it to the latest one and try again.
  13. K

    live migration AMD Intel

    Hi Mira, thanks for the hint, unfortunately it didnt work. The VM continues to kernel panics straight after live migration. I am running the latest 5.11.22-3-pve on both hosts. The intel cpu runs the updated microcode. The amd cpu is pretty new, while the latest package with amd microdes is...
  14. K

    live migration AMD Intel

    Hi list, I have recently introduced and joined "AMD Ryzen 7 5800X" to my home prox cluster running on "Intel(R) Core(TM) i5-8400". I was under assumption, that providing you set the emulated CPU type to KVM64 or QEMU64, the live migration would work, however its not been my case. Pretty much...
  15. K

    HP DL 380 Gen 9 issues on 5.4.73 & 5.4.78 kernel

    I had a similar issue on an HP Proliant BL465c G7 with Emulex10Gb UNDI card. it was getting stuck at scsi host5: BC_295 : MBX Cmd Completion timed out Jan 13 16:24:41 ais-cloudhost1 kernel: [ 607.271584] INFO: task systemd-udevd:336 blocked for more than 241 seconds. So i solved the issue by...
  16. K

    Backup retention settings

    I see, thanks Fabian. I didn't notice that there is another tab in the "Datacenter > Storage > Edit" :)
  17. K

    Backup retention settings

    Morning guys, I have a problem with backup retention since the removal of the maxfiles options and switch to the prune groups. Whenever the backup job is run, the system leaves the most recent backup and deletes the older ones. I have tried setting the prune option via the "prune group...
  18. K

    What is it for the "Prune Group Qemu.." button on backup window ?

    Hi Stoiko, i have a problem with setting retention via the prune group qemu option Basically, when I enter the retention period and click on prune, the windo closes, but the next time i open it it is empty. I have checked the /etc/pve/vzdump.cron and it doesnt seem to contain any of the keep-*...
  19. K

    USB network passthrough

    i ended up using usb/ip builtin linux support. zigbee stick on raspberry pi and vm connecting to it no matter what physical server it resides on.
  20. K

    USB network passthrough

    Yes I did look through it, but it is concerned with the USB passthrough on the physical host to the VM. What I need to do is to pass USB device over the IP network from a physical port on one machine to a virtual machine running on a different host. i guess i can use the fake xorg to start...