Search results

  1. jsterr

    Kernel crash issue

    We are still in need of getting kernel crash dumps up & running. Seems like the hardest part ist to get a dbg kernel. Can you explain how we can get it by using the documentation you mentioned...
  2. jsterr

    Permission denied - proxmox VE ticket (401)

    Please try this, as this was the solution the last time I had your problem.
  3. jsterr

    [SOLVED] Migration ESXI to Proxmox => No bootable device

    Was this a legacy (bios) vm or uefi? If uefi try: qm set 100 --bios ovmf
  4. jsterr

    [SOLVED] Migration ESXI to Proxmox => No bootable device

    You do not have sata enabled. try to boot with sata0: PURELVM:vm-100-disk-0,cache=writeback,discard=on,iothread=1,size=90G,ssd=1 Make sure this works, if this works, process with my instructions above.
  5. jsterr

    [SOLVED] Migration ESXI to Proxmox => No bootable device

    Hello, did you try to change from ide to sata aswell? Please try and post again, after booting successfully youll need to temporarily add a virtio-scsi disk, install the driver in windows, poweroff, remove the temporary disk and switch the bootdisk from sata to scsi0 and boot again.
  6. jsterr

    Permission denied - proxmox VE ticket (401)

    I had that once because timeserver where not configured, try to configure them and retry.
  7. jsterr

    IPAM netbox integration

    Hello, do you know if this has been applied already? Im currently testing and I cant get it set up correctly. Seems like its still not working: Task viewer: VM 107 - Start generating cloud-init ISO can't find any free ip in zone sz01 for IPv4 at /usr/share/perl5/PVE/Network/SDN/Vnets.pm...
  8. jsterr

    [SOLVED] Ceph performance degradation

    Hello, your osds are really slow. Please post details what devices are used? This might me consumer grade hardware, which does not perform well with ceph. The values differ to much from each other. for example the one disk with 9 MB/s will slow down all a lot, as ceph needs to write the data 3...
  9. jsterr

    [SOLVED] Ceph performance degradation

    Hello! Please post your pvereport if you can or provide more details to the devices used. What ist the output of: Also try to check the single osds and if there is one that has some significant other performance compared to the others: Source...
  10. jsterr

    Individual node in cluster doesn't see shared storage

    Please specify your questions and share some more information (logs, errors, screenshots). If node 0 and 2 see the share, whats different on node1? did you check, switch, cables, vlans etc. what share are we talking bout? NFS?
  11. jsterr

    [TUTORIAL] P2100G bad network performance in (docker) container

    We had some issues with docker on p2100G broadcom nics these days. Container did have network performance of only 1.8 MB/s on a 100Gbit/s nic. We fixed it by turning off a specific offload parameter via ethtool --offload enp1s0f0np0 generic-receive-offload off Dont forget to put a pre-up in...
  12. jsterr

    [SOLVED] Automated Load Balancing Features or Recommended Implementations

    Hi, I read about: https://github.com/cvk98/Proxmox-load-balancer but seems the developer does not have any time to maintain it anymore: Currently theres only a rebelance on ha-start -> cluster-ressource-scheduling with static load option.
  13. jsterr

    [SOLVED] 2 Cluster nach Cluster-"Aufräumarbeiten"

    Wie ist der Status von corosync? Ich suche gerade nach der Anleitung für das starten vom proxmox cluster fielsystem im lokalen modus; pmxcfs -l da gibt es recovery-szenarien, mit denen man splitbrain reparieren kann. * `pvecm status` * `pvecm members` * `journalctl -r` (general logs) *...
  14. jsterr

    Kvm issue cpu Xeon Gold

    Hi Emanuele, can you post the vmconfig, can be done via cli with root@PMX8:~# qm config 300 . Thanks!
  15. jsterr

    Unable to find resource pool configuration

    Hi! Just in case you did not know, pve 7 is eol since july 2024. I would recommend upgrading or setting up pve8 from the beginning (as you are currently starting your proxmox-journey). Your questions: theres no ressource allocation or assignment to users/groups etc. "Ressource Pool" option is...
  16. jsterr

    Cluster reboot after adding new node

    You are using bond0 for to much stuff. bond0 which is ens1f0 ens1f1 is used for the following things: #25G-BOND-FOR DATA NETWORK #VLAN BRIDGE FOR VMS DATA PLANE # PROXMOX - CONTROL NETWORK # PROXMOX INTERNET ACCESS - TEMPORARY # STORAGE INTERNAL # STORAGE EXTERNAL # PROXMOX - OOB MANAGEMENT...
  17. jsterr

    VM Affinity

    Hello, you should use ha-groups for that and pin vms to different hosts. For example: vm1 pinned to host1/2 and vm2 pinned to host 3. or different, depending on what cluster-node-count you have.
  18. jsterr

    Proxmox 8.2.4 Ceph 18.2.2 Error 8 mgr modules have recently crashed

    Hello, pve-ceph is a own deployed ceph variant by proxmox and is not compatible with the ceph dashboard. I would recommend not using it and doing the tasks without dashboard. generating a custome crush rule and multiple devices classes can be easily done via cli. What do you want to archieve, I...
  19. jsterr

    Very Poor Ceph Performance

    This should be related to having only 1Gbit/s in the ceph public and only 10Gbit on ceph cluster network. These days its not best practice anymore to seperate those services, I would recommend to only use the 10Gbit bond for ceph public and cluster. Edit: on 10Gbit doing public and cluster...
  20. jsterr

    Weird double server entry and a entry of a deleted machine

    Please check: https://www.thomas-krenn.com/de/wiki/Hostname_%C3%A4ndern_in_einem_produktiven_Proxmox_Ceph_HCI_Cluster its not that easy to change the hostname, you might need to autotranslate it (as its german). But the commands should help you, as there are many locations, where the new names...