Recent content by aaron

  1. aaron

    Frage zum Freitag: Desktop Environment on top of PVE

    Womit man am besten arbeiten kann. Gnome, KDE, Sway, Niri, ... Das ist dann doch eine sehr persönliche Sache womit man am produktivsten ist.
  2. aaron

    Frage zum Freitag: Desktop Environment on top of PVE

    Wir fahren hier bei Proxmox als Entwickler ein Proxmox VE bare-metal und installieren uns die entsprechenden Pakete nach. Meistens mittlerweile wayland und nicht mehr X11. In dem Zuge verhält es sich wie ein Debian. Es ist aber kein von uns supportetes Setup, also falls es doch mal Probleme...
  3. aaron

    HA fencing with softdog vs IPMI watchdog — which one is actually used when both are configured?

    I recommend to stick with the soft watchdog. It works well and you avoid any issues due to questionable quality of OOBM hardware and software ;)
  4. aaron

    Enterprise Repository trotz aktiver Subscription nicht apt updatebar

    Hast du ein paar Minuten gewartet, nachdem du den Key applied hast? Es braucht die paar Augenblicke bis die neuen Infos an alle Updateserver gepusht wurde. Am besten meldest du dich beim uns im Support https://my.proxmox.com Da können wir uns im Detail ansehen wieso das nicht klappt.
  5. aaron

    PBS hinter Apache2 Reverse Proxy

    Ich kann nicht mit einer direkten Antwort helfen, aber kann Apache als rpoxy websockets, bzw deine config?? Denn dass connection:upgrade ist der Schritt eine websocket Verbindung aufzubauen.
  6. aaron

    Ceph constantly adding PG

    Interesting. Most likely caused by some changes in the space usage of the pool. Even though the ceph osd pool autoscale-status output posted is useless as it is not formatted as code, I suspect that there is not target_ratio configured for the pool. Given that you have 25 OSDs and one pool (we...
  7. aaron

    Ceph constantly adding PG

    This looks a lot like the autoscaler doing its thing. Was there any config change before all of this? Check the <NODE> → Ceph → Pool menu to see what is configured there. Possible reasons could be that one of the "target_*" options was set. Or that the pool grew in size large enough, to warrant...
  8. aaron

    Native shared storage

    If there is no vendor specific storage plugin, you can always use the generic approach: https://pve.proxmox.com/wiki/Multipath
  9. aaron

    maps

    is your Backup Server up to date? Then in the release notes of the Datacenter Manager: https://pdm.proxmox.com/docs/roadmap.html#release-history
  10. aaron

    DRS ( Auto-scale of the resource)

    https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_crs_load_balancer available as a full load balancer since Proxmox VE 9.2
  11. aaron

    repo certificate mismatch?

    download.proxmox.com should be accessed via http, not https. Which is reserve to enterprise.proxmox.com as you see in the certs details. The packages themselves are signed via GPG and verified with the key present on the host via the package management (apt) when they are downloaded/installed.
  12. aaron

    Gibt es mit PVE 2.x ggf. Änderungen bei der RAM-Nutzung, bzw. deren Anzeige bei VMs?

    Balloon Agent von der VirtIO ISO installiert und läuft der auch?
  13. aaron

    [SOLVED] Licensing for nested PVE on single host

    As mentioned, there is no feature difference if you have a subscription applied or not. With a subscription you get access to the enterprise repositories, which provide the most stable packages, and depending on the level, a subscription can include support tickets. If it is a nested test...
  14. aaron

    Gibt es mit PVE 2.x ggf. Änderungen bei der RAM-Nutzung, bzw. deren Anzeige bei VMs?

    Schalt mal die "Host Memory" Datenlinie im RAM Graphen ein (in die Legende klicken). Das ist die Host sich, sprich mit dem Overhead dazu. Irgendwelche PCI devices scheinen nicht durchgereicht zu sein, das würde eine volle Auslastung erklären. Evtl etwas anderes weshalb die VM den vollen RAM...
  15. aaron

    Gibt es mit PVE 2.x ggf. Änderungen bei der RAM-Nutzung, bzw. deren Anzeige bei VMs?

    Was wenn du im "Monitor" der VM "info balloon" eintippst? Vergleich den Output mit einer VM wo die Gast Sicht der RAM Anzeige wie erwartet klappt. Denn der Guest Agent wird nicht für die Abfrage der RAM Auslastung aus Gast Sicht benötigt. Hier wird über das Ballooning Device gefragt. Das ist an...