aaron's latest activity

  • aaron
    aaron replied to the thread Dynamische RAM Anzeige.
    Ballooning Device wieder anmachen und wenn das eine Windows VM ist, den Balloon Service installieren und automatisch starten lassen. Siehe https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#VM_Memory_Consumption_Shown_is_Higher
  • aaron
    Was sagt free -m?
  • aaron
    aaron replied to the thread Proxmox Live-migration.
    I am not aware of anything that would reconfigure the new NIC with the static IPs of the old one. But someone else might be. With some powershell magic that is deployed to the guest before the migration, something is surely possible. But my...
  • aaron
    aaron replied to the thread Proxmox Live-migration.
    Are you really talking about live-migration? That would be when you move a running VM from one node in a cluster to another node. Or are you importing a VM from another virtualization solution to Proxmox VE? Possibly from VMware with the import...
  • aaron
    aaron replied to the thread CVE-2026-53359 (Januscape).
    See https://forum.proxmox.com/threads/are-there-mitigations-available-for-cve-2026-53359-januscape.184874/
  • aaron
    Womit man am besten arbeiten kann. Gnome, KDE, Sway, Niri, ... Das ist dann doch eine sehr persönliche Sache womit man am produktivsten ist.
  • aaron
    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...
  • aaron
    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 ;)
  • aaron
    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...
  • aaron
    aaron replied to the thread 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.
  • aaron
    aaron replied to the thread 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...
  • aaron
    aaron replied to the thread 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...
  • aaron
    aaron replied to the thread Native shared storage.
    If there is no vendor specific storage plugin, you can always use the generic approach: https://pve.proxmox.com/wiki/Multipath
  • aaron
    aaron replied to the thread 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
  • aaron
    aaron replied to the thread 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
  • aaron
    aaron replied to the thread 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...
  • aaron
    Balloon Agent von der VirtIO ISO installiert und läuft der auch?
  • aaron
    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...
  • aaron
    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...
  • aaron
    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...