aaron's latest activity

  • aaron
    aaron replied to the thread Proxmox VE - ausgehender Traffic.
    NDP → default config von chrony holt sich die Zeit aus dem Internet, kann geändert werden falls es interne Zeitserver gibt. DNS → sollte selbsterklärend sein HTTP & HTTPS → sollten Zugriffe auf die verschiedenen package mirror sein wenn nach...
  • aaron
    aaron reacted to tiopz's post in the thread [SOLVED] Linux bond and ceph timeouts with Like Like.
    There are some logs of the interfaces going up/down but I don't remember if this happened when I tested it and/or plugged/unplugged the backup switch. Since I removed the backup link inside the bond, no more issues were found. From what I saw...
  • aaron
    Anything in the kernel logs about the interfaces maybe losing the connection? That could trigger the switch to the other interface. If you do a multi-switch setup, the best approach would be to configure the two switches in an MLAG configuration...
  • aaron
    As @gurubert already mentioned, you will need one node in a 3rd location. Our Stretch Cluster guide has more details on how to get it up and running: https://pve.proxmox.com/wiki/Stretch_Cluster You will have to span up a layer2 network between...
  • aaron
    The KRBD setting in the storage config only affects how VMs access their virtual disks on RBD. For CTs it will always be the kernel variant where rbdmap is run, to map an RBD image to a local block dev.
  • aaron
    My first guess, does a storage configuration (Datacenter -> Storage) exist, and what content types are enabled?
  • aaron
    @jsterr please add/create a bug/enhancement request over at https://bugzilla.proxmox.com/ Thanks!
  • aaron
    aaron replied to the thread Migration of windows server 2003.
    https://pve.proxmox.com/wiki/Windows_2003_guest_best_practices This might help too.
  • 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...