features

  1. S

    Feature Request: PVE Backup

    Hi, I'm a long time user of Proxmox ve and Proxmox backup server since it came out. Currently I'm optimising my backup setup, and I was wondering how hard it would be to add some additional logic to the backups. It would be very handy to have the following options added to the mix: Exclude...
  2. Z

    multi cluster web interface

    hello dear community. I have 3 cluster in different data centers. I don't need them to synchronize with each other. But i wanna have one interface for orchestrate all clusters. maybe exist some way over prox api add my clusters to one web interface. If it dosn't exist it be cool create stand...
  3. E

    Enterprise vs community features

    Hi all, I'm new here and I've been searching for a while on the difference between the enterprise version and the community version of Proxmox. When looking at the pricing page, it only says "Complete feature-set" but I can't really understand what those are. The datasheet list a lot of...
  4. H

    [SOLVED] LXC Features: keyctl - nesting - FUSE

    Guten Morgen, könnte man mir bitte mal erklären, was für Auswirkungen die Aktivierung der Features keyctl nesting FUSE haben? Vielen Dank
  5. V

    Does Proxmox support this feature (-list)?

    Hello all, I'm curently evaluating a new virtualization environment and since I generally like to stick to OSS of course Proxmox is on the list. I'm especially interested in the following features (order is prioritized, top prio comes first). I've also added examples which are contained in...
  6. Denny Fuchs

    [#875] kvm: how to enable "features: hidden state=on" ?

    hi, since ProxMox uses not *.xml: how can I activate: <domain type='kvm> ... <features> ... <kvm> <hidden state='on'/> </kvm> </features> I know that it is possible to use "args" in *.conf ... so I tried: args: '-features hidden state=on' but: kvm: -features...