Search results

  1. jsterr

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    I tried geco-cloudbase-init and got it working to the point where the following works: IP-Adress manual or dhcp and dns settings working no errors on windows-ci clone and starting with cloudinit-drive (but it takes some time) unique mac-adresses (not sure if this comes from proxmox or from ci)...
  2. jsterr

    Proxmox VE 8.2 released!

    Why would you ever use the tool at a system that is already PVE 8?
  3. jsterr

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    Hi @msc I only tested with addon cards. Latest version for me is: NetXtreme-E Controller #1 will be updated to firmware version v229.1.123.0 I personally always disabled the bnxt_re module (even before 6.8) because I had messages in dmesg about it, that I wanted to get removed. root@PMX8:~#...
  4. jsterr

    [SOLVED] How to delete network devices in UI

    If you dont want to see the enx interfaces, you can blacklist the module: https://www.thomas-krenn.com/de/wiki/Virtuelles_Netzwerkinterface_enx_von_Supermicro_Mainboards#Deaktivieren_über_modprobe_blacklist # echo "blacklist rndis_host" > /etc/modprobe.d/blacklist-rndis_host.conf # cat...
  5. jsterr

    Proxmox VE 8.2 released!

    https://www.thomas-krenn.com/de/wiki/Known_Issues_Proxmox_8.2 did some summary and posted some workarounds.
  6. jsterr

    [SOLVED] 'pvecm qdevice setup' fails

    https://bugzilla.proxmox.com/show_bug.cgi?id=5461 found this, seems to be the problem in 8.2. 8.1 works without any issues.
  7. jsterr

    [SOLVED] 'pvecm qdevice setup' fails

    Can you share what you have edited in the pvecm.pm file? We are currently having this issue aswell.
  8. jsterr

    Random 6.8.4-2-pve kernel crashes

    https://www.thomas-krenn.com/de/wiki/Known_Issues_Proxmox_8.2
  9. jsterr

    Ceph trying to reset class

    No ITS only cosmetic
  10. jsterr

    Promox + Ceph: VMs won't start + dreadful performance

    Sorry I mislooked and edited my comment. Check above, would go for osd perf and benchmark (see link). if the disks are bad, you can see it by doing some benchmarks on them and checking the latency while benchmarking (ceph osd perf). You can check the linkspeed with ethtool enp1s0
  11. jsterr

    Promox + Ceph: VMs won't start + dreadful performance

    Your ceph network is running over enp1s0, are you sure this is 10Gbit? Just in case you dont know: never use size: 2, minsize:2 you cant loose a single server with that setting. And yes as already stated, only use enterprise ssds with powerloss protection. According to your lspci: your also...
  12. jsterr

    Random 6.8.4-2-pve kernel crashes

    Can anyone summarize the current state of the kernel crashes and potential fixes?
  13. jsterr

    Kernel crash issue

    @fiona in process of troubleshooting some pve 8.2 random freezes im currently looking into enabling kernel crashdumps. I followed the steps from this thread, but I do not get a /var/crash/<DATE> file for the crash successfully triggered with sync; echo c | tee /proc/sysrq-trigger any idea? Do I...
  14. jsterr

    Random 6.8.4-2-pve kernel crashes

    Since updating to 8.2 we had multiple crashes on four different servers all having: * 2U GIGABYTE barebone server R272-Z34 * AMD EPYC 75F3 (Singlesocket) The strange thing is, that even rollbacking and pinning to kernel 6.5 (which ran fine before without issues) does not help. We will update...
  15. jsterr

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    Seems to only apply to onboard Broadcom chips - had no big issues so far on dedicated or mezzanine (broadcom branded) nics.
  16. jsterr

    Proxmox VE 8.2 released!

    Thats the Problem: This adapter is not supported for online firmware update. Do you also have Mezzanine Broadcom Card in it? Edit: did you reboot after Blacklisting?
  17. jsterr

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    For those having problems with broadcom nics not going up automatically after upgrade to 8.2 see: https://forum.proxmox.com/threads/broadcom-nics-down-after-pve-8-2-kernel-6-8.146185/ (this also fixed having problems with a zfs pool on pbs 3.2 - maybe because udev did not work propely because...
  18. jsterr

    Proxmox VE 8.2 released!

    For those having problems with broadcom nics not going up automatically after upgrade to 8.2 see: https://forum.proxmox.com/threads/broadcom-nics-down-after-pve-8-2-kernel-6-8.146185/ (this also fixed having problems with a zfs pool on pbs 3.2 - maybe because udev did not work propely because...
  19. jsterr

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    We had some issues with some broadcom nics going down after update to 6.8 Workaround: NICs go up if you do a service networking restart FIX: Update Broadcom Firmware to latest firmware and blacklist their "beautiful" infiniband-driver This will update ALL YOUR Broadcom-Network Cards to their...