Search results

  1. jsterr

    Ceph trying to reset class

    No ITS only cosmetic
  2. 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
  3. 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...
  4. jsterr

    Random 6.8.4-2-pve kernel crashes

    Can anyone summarize the current state of the kernel crashes and potential fixes?
  5. 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...
  6. 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...
  7. 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.
  8. 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?
  9. 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...
  10. 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...
  11. 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...
  12. jsterr

    Proxmox VE 8.2 released!

    ## Interface Naming Fix cp /usr/lib/systemd/network/99-default.link /etc/systemd/network/99-default.link sed -i 's/NamePolicy=keep kernel database onboard slot path/NamePolicy=path/' /etc/systemd/network/99-default.link update-initramfs -u this will change the udev naming to "path" based...
  13. jsterr

    Proxmox VE 8.2 released!

    You can pin the names to be consistent over udev changes that might come with debian updates.
  14. jsterr

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

    Damn I did miss this one will update to 6.8 in the next days and will give some feedback.
  15. jsterr

    How can I change /etc/network/interfaces with ip commands (persistent)?

    Thanks! How can I set the IP-Address, theres no "address" field. My first steps with the pve api, cool :) EDIT: Got it:
  16. jsterr

    How can I change /etc/network/interfaces with ip commands (persistent)?

    did not look into this, are there commands to add / modifiy network? will check
  17. jsterr

    How can I change /etc/network/interfaces with ip commands (persistent)?

    We want to automate network creation via scripting so we dont need to use ui. So like create config for corosync, webui, create a vmbr0, some bonds etc. So no manual file editing via cli
  18. jsterr

    How can I change /etc/network/interfaces with ip commands (persistent)?

    I would like to modify the file without using the web-ui and without sed commands, is there a way to do this with ip commands? ip add etc. seems to be not persistent on reboot.
  19. jsterr

    Proxmox VE Ceph OSDs nachträglich verschlüsseln?

    Danke das war auch meine Vermutung! Genau die Neuerstellung und das Rebalancing dauert aber wird fehlerfrei sein.