Search results

  1. C

    Offsite backup store via PBS - no tapes

    You might want to vote for this enhancement request: https://bugzilla.proxmox.com/show_bug.cgi?id=6598
  2. C

    Using an external USB hard drive for backups

    You might want to vote for this enhancement request: https://bugzilla.proxmox.com/show_bug.cgi?id=6598
  3. C

    Choose USB drive as destination like tape backup

    You might want to vote for this enhancement request: https://bugzilla.proxmox.com/show_bug.cgi?id=6598
  4. C

    Q: Proxmox Backup Server and "USB Drive" Set for offsite rotation ?

    You might want to vote for this enhancement request: https://bugzilla.proxmox.com/show_bug.cgi?id=6598
  5. C

    Removable disks

    Hi!, in PBS current state, is it possible to use USB disks in a similar way to tapes?. I would like to use a pool of media composed by disks, with PBS asking me to connect a given disk by ID/serial/label when needed and handling the rescue/rotation for me.
  6. C

    Proxmox VE 9.0 BETA released!

    Would be nice to have beta documentation too :) Find odd the election of OSPF, when the most usual setup in the data center is BGP based and EVPN is already heavily used in PVE SDN.
  7. C

    SMT and NUMA for Containers

    Hello!, I have a testing environment that's running different workloads. I need to setup a container with particular requirements: - Disable SMT - assign cores from NUMA node 1 (second CPU) - align memory assignment to memory directly connected to NUMA node 1 Given other workloads run on the...
  8. C

    xterm & selecting serial port

    Hello!, Is it possible to select the desired port for xterm to connect to on a VM that has more that one serial port?
  9. C

    Switches as exit nodes?

    any documented configuration examples you could share? :)
  10. C

    Replace RDS server with mass Windows 11

    last time I checked, you were not allowed to virtualize Windows (non server) without paying VDA licenses
  11. C

    [SOLVED] proxmox does not recognize Broadcom BCM5719-4P - 4 x 1GbE PCIe NIC

    I'm on the same boat, Proliant DL360 Gen10. Recognizes a two port gigabit adapter (BCM5720) generating interface devices, but doesn't recognize a gigabit quad port card (BCM5719) 02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe 02:00.1...
  12. C

    PVE as FreeIPA client

    Hello!, We add all our Linux machines under FreeIPA administration (+AD trust) and would like to include over hosts too to achieve: - no root password is shared to admins - named users are always used - password expiration is handled centrally - HBAC managed centrally - sudoers managed...
  13. C

    Limit hosts on which a VM can run

    Would love to see a similar document mentioning newer versions. Licensing rules change from time to time.
  14. C

    Limit hosts on which a VM can run

    Yup, any host that the VM touches should be properly licensed. Haven't seen a contract which states I must pay for processors on nodes I'm not using (that's regular enterprise contracts, I have not experience as service provider) I could always move VM to any physical server laying around.
  15. C

    [SOLVED] Management plan vs VM on overlay

    Well, from where I come from, BGP sessions are free :) I don't need to migrate a virtual firewall if the other host also handles North/South routing.
  16. C

    Limit hosts on which a VM can run

    The issue is it must not be started on an unlicensed node. But interesting nonetheless, it could cover a "should not" scenario without the "license disk" trick.
  17. C

    Limit hosts on which a VM can run

    Can I add another pool on the same Ceph backend maybe?. This would solve the "must not touch an unlicensed node" requirement.
  18. C

    [SOLVED] Management plan vs VM on overlay

    RouterOS can do BGP, you drop Vyos and peer RouterOS to your PVE nodes: PVE --BGP--> RouterOS * Requires manual configuration at PVE The other option is: PVE --EVPN--> Vyos --BGP--> RouterOS * Uses configuration form / point&click When ECMP is in use, you need to disable RPF
  19. C

    Limit hosts on which a VM can run

    Need to cover: - HA: it should not jump to an unlicensed host. What you shared should be good enough. - Manual operator mistake: Would require a mandatory VM to host affinity.
  20. C

    Limit hosts on which a VM can run

    Sounds more complex than it needs to be.... I can get away with just limiting where the Windows Servers are instantiated, would hate to screw up a perfectly functional PVE cluster that's running other non Windows Server workloads.