Recent content by aaron

  1. aaron

    Please add suspend/resume/hibernate button to web UI

    https://pve.proxmox.com/wiki/Upgrade_from_8_to_9 :) Version 8 is now considered EOL -> https://pve.proxmox.com/wiki/FAQ Question 11
  2. aaron

    Active directory PDC - Best backup practices ?

    if you do not want to switch to the latest version, see the note here regarding the VSS writer issue: https://pve.proxmox.com/wiki/VM_Backup_Consistency
  3. aaron

    Please add suspend/resume/hibernate button to web UI

    Which version of Proxmox VE are you on? I suspect not a recent one, as the pause and hibernate buttons have been added to the right click menu some time ago.
  4. aaron

    [TUTORIAL] Virtio-Win Releases

    https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers#virtio-win_Releases Schau hier in der nächsten Zeit ob sich die Empfehlung ändert, wenn du nicht experimentierfreudig bist. Wir beobachten die Lage und testen selber.
  5. aaron

    Quick Question About Multipath

    I'll drop this here: https://pve.proxmox.com/wiki/Multipath We are currently also working on getting iSCSI, LUN and multipathing integrated into the Proxmox VE tools and web UI. So keep an eye out for it in future release notes.
  6. aaron

    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 neuen Updates gesucht wird (Debian und Proxmox Server)...
  7. aaron

    [SOLVED] Linux bond and ceph timeouts

    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 and then LACP to the hosts. The switches would...
  8. aaron

    Proxmox + Ceph across 2 datacenters

    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 the locations. Keep in mind that Proxmox's...
  9. aaron

    Container creation stopped allowing Ceph RBD storage

    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.
  10. aaron

    Container creation stopped allowing Ceph RBD storage

    My first guess, does a storage configuration (Datacenter -> Storage) exist, and what content types are enabled?
  11. aaron

    Feedback on the bulk-restart feature of ceph (9.2.5)

    @jsterr please add/create a bug/enhancement request over at https://bugzilla.proxmox.com/ Thanks!
  12. aaron

    Migration of windows server 2003

    https://pve.proxmox.com/wiki/Windows_2003_guest_best_practices This might help too.
  13. aaron

    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
  14. aaron

    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 powershell skills are way too limited to give any more...