Search results

  1. ghusson

    reboot whole cluster because of CPU throttling, after new update

    I do not have enough elements to help you to take a decision and we are in a community forum. I take time for free here to help people. I won't assure anything and I think you can understand. I've only checked the recommendations (see...
  2. ghusson

    reboot whole cluster because of CPU throttling, after new update

    - so not following good practices - so not following good practices - ️ - I sell mostly basic subscription. You do not need a lot of tickets. Proxmox Virtual Environment is very stable. But you need good Linux admin skills.
  3. ghusson

    PVE crashing / hanging with very high load average

    @usridzero : And when you have the problem, you are not doing any backup and there is no special IO waits on the OS disk ? Although you might think that CPU bug is not related to your experience with changing kernel, it might be correlated. You never know how the kernel manage CPU timings or...
  4. ghusson

    NFS Storage Status Unkown

    Glad to have helped ️
  5. ghusson

    reboot whole cluster because of CPU throttling, after new update

    Helllo Cairo. - so all networks goes thru only one physical link ? - so OS is on the same disk as LXCs - because swapping is slow and slows down the whole system (I put swapiness to 0 or 1 and monitor swap usage in big clusters) - look at details here, you have several levels of subscription...
  6. ghusson

    Installation with ZFS mirror on SSD super slow

    Big blocksize, not really... 2 and 4 disk blocks (see https://unix.stackexchange.com/questions/178899/optimizing-logical-sector-size-for-physical-sector-size-4096-hdd). Can you explain the condition of your two tests ?
  7. ghusson

    [SOLVED] Cannot extend volume group ( over iscsi ).

    @bbgeek17 : private message sent :) @Pigi_102 : glad to have helped ️
  8. ghusson

    reboot whole cluster because of CPU throttling, after new update

    Hello, it seems to be a classical resource starvation case. In order to avoid this, you should follow the best practices : - admin network, data network (iSCSI, NFS, backups) and VMs network should be physically separated - OS disk should not be the same as VMs disks - you should not come to a...
  9. ghusson

    Installation with ZFS mirror on SSD super slow

    What are you fio parameters ? Did you check the different cache usages ? You can look at my procedure here, maybe this would help : https://wiki.liberasys.com/doku.php?id=diskwipetests:disks_wipe_and_tests
  10. ghusson

    NFS Storage Status Unkown

    Can you list the content of the NFS for example ? And in how many time is it done ? time ls /mnt/pve/SynologyNFS
  11. ghusson

    [SOLVED] Cannot extend volume group ( over iscsi ).

    Yes, I edited my post :) Ok, I didn't remerber that ;) Do you work at blockbridge ?
  12. ghusson

    [SOLVED] Cannot extend volume group ( over iscsi ).

    @bbgeek17 : yes, normally you should use pvresize, then vgextend (and then lvextend bot Proxmox Virtual Environment will manage it from GUI))
  13. ghusson

    NFS 4.1 - How does proxmox gets the status?

    @dcsapak : it seems that first you check the /proc/mount entrie and then you check if it is mounted (see https://github.com/proxmox/pve-storage/blob/master/src/PVE/Storage/NFSPlugin.pm - from line 108 : sub status {. But I am wondering if sub check_connection (line 162) is used in the GUI...
  14. ghusson

    [SOLVED] Cannot extend volume group ( over iscsi ).

    Would it be vgextend that you are looking at ? https://www.linuxtechi.com/extend-volume-group-size/
  15. ghusson

    PVE crashing / hanging with very high load average

    Hello usridzero, just an idea : if you have only one disk and the VM are eating IOs, it is quite normal that the OS will hang/freeze/crash. Did you try to monitor the ressources with "atop 1", or "systat -xk 1" ?
  16. ghusson

    Configure MAC prefix via webUI does not allow xx:xx:xx:Y format

    Hi there Petr ! To my point of view, it is OK. MAC address is randomly generated. Thus collision probability is : 1 / ((2^24) - number ov VMs) I think. The risk is acceptable for me. Maybe you have an installation with plenty of VMs and this is not acceptable. Thus I see at last 2...
  17. ghusson

    VDI solution for Proxmox?

    Hello, did someone tested this ? https://github.com/joshpatten/PVE-VDIClient https://www.youtube.com/watch?v=oLatrZBFQrw https://www.apalrd.net/posts/2022/raspi_spice_vdi/ https://forum.proxmox.com/threads/unofficial-proxmox-ve-vdi-client-initial-release.106107/
  18. ghusson

    [TUTORIAL] Howto extract PVE backup from outsite (on a Debian machine)

    Hello, I wanted to get a raw disk image for an internship working on a server migration (with virt-manager on his computer). I got the PVE backup and seen that documentation is not up to date around for extracting these backups. Thus I post an update here. Maybe somebody would like to test it...
  19. ghusson

    NVME ZFS problem

    Hello, now installimage with non supported proxmox on debian buster does the job.
  20. ghusson

    Proxmox VE 6.0 released!

    Question about key rotation every 24h In the changelog we can read : Automatic rotation of authentication key every 24h: by limiting the key lifetime to 24h the impact of key leakage or a malicious administrator are reduced. It seems to be in relation with this commit/diff ...