Search results

  1. sterzy

    MZ Azure Import

    In welchem Format erhalten Sie den die Daten von Azure? Je nach Storage kann das Zielformat auf Proxmox VE ein unterschiedliches sein. Auf file-based Storages können Sie entweder QCOW2 oder RAW verwenden. Wobei die beiden Formate unterschiedliche Features anbieten.
  2. sterzy

    How can I display a different memory and CPU/core configuration than the actual values for a VM?

    That won't work well. If you tell the VM it has 8 GB of memory, but actually only provide it with 4 GB it will likely crash or panic every time it's trying to use anything more than the 4 GB it actually has available.
  3. sterzy

    Inofficial proxmox-backup-client RPM builds for RHEL-based distros

    Hi, we don't really support aarch64 officially, so this probably won't be fixed. However, that commit should only really be relevant for the backend. You can try to revert that commit if you just want to build the client as that change shouldn't be relevant for the client to function.
  4. sterzy

    Backup to external Disks - multiple Issues

    Generally we recommend only products that use the enterprise repository in a productive environment. That being said, the sync protocol we use is fairly stable and shouldn't change between minor versions. Also in that case your second PBS would only be used for a second copy, so the risks should...
  5. sterzy

    Backup to external Disks - multiple Issues

    Hi, I think you are trying to address multiple points here, but I'll add some piece information that might help in this discussion. First, removable datastores are planned and being worked on [1]. This would be needed to handle switching out USB drives like you describe, so maybe keep an eye on...
  6. sterzy

    Permissions for single user test folders/groups

    You should take a look at resource pools [1]. This should enable you to restrict specific users/groups to specific resources. [1]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_resource_pools
  7. sterzy

    Help to check AMD xdna-driver installation

    Not sure what you mean by “edge”. Anyway, the problem isn't about your hardware or host support vor IOMMU/PASID, but rather that your VM does not seem to provide that. At least that's what I gather from the GitHub Issue [1]. You can try to enable vIOMMU (which emulates IOMMU for your VM), as...
  8. sterzy

    Help to check AMD xdna-driver installation

    I'm not sure what you expect from us. A developer of the driver gave you a clear answer in both the issues that you created, and it clearly states that this use case is not supported yet. Specifically because AMD does not ship NPUs on their server level CPUs yet. I'll just link to the second...
  9. sterzy

    Proxmox Backup server support Hpe Storeonce

    Hi, that depends on how you want to use it. From what I can tell the storage can either be exposed via NFS or CIFS, in which case we would discourage using it. The main datastore should use fast NVMe-based storage to facilitate swift and stable backups. However, you could also use it as a...
  10. sterzy

    Einsteigerfrage

    Hey, neben der aktiven Unterstützung des Projekts bieten Subscriptions (keine Lizenzen) hauptsächlich die folgenden zwei Vorteile: Zugang zum Proxmox Enterprise Repo Support durch unser Enterprise Supportteam ab einem Subscription Level von „Basic“ Ohne eine Subscription können immer noch...
  11. sterzy

    Help!!! Virtual machines do not see disks

    You should really try to recover your RAID array in this case. What are you using to create the array?
  12. sterzy

    Help!!! Virtual machines do not see disks

    Alright, but be aware that this is quite risky. I'm assuming you mean the boot drive of the VM in question. Can you provide the ID of the VM you want to recover? Your first post shows that you have disks for VMs 100 through 106. All these LVs are inactive, though. You could try to activate them...
  13. sterzy

    Help!!! Virtual machines do not see disks

    How did you set up the raid array? How did you recover it after one disk failed? Can you also post the output of lsblk?
  14. sterzy

    [SOLVED] "The 'Remove' button in the Proxmox web GUI is not functioning.

    That works just fine for me, can you share the whole configuration of the guest as well as pveversion --verbose? Also, if you open the browser's console do you see any errors?
  15. sterzy

    [SOLVED] Mail Filter / Regular expression error

    Well, probably yeah, otherwise they probably don't do what you expect them to do.
  16. sterzy

    [SOLVED] Mail Filter / Regular expression error

    We added a check to see if your regex is valid with PMG 8, so this regex never really worked, the check just didn't exist. What you could do is this: .*domain\.ext. .* will match any letter or digit zero or multiple times. You'll also need to escape the . as otherwise it matches any character...
  17. sterzy

    [SOLVED] Mail Filter / Regular expression error

    Well ^* does not really make sense as a regex. * is a quantifier and needs something to quantify. It matches whatever is before it zero to many times. ^ just matches the beginnings of lines so this can only be matched ones per line. What is it that you want to match with your regex?
  18. sterzy

    Subscription Plan - PVE Cluster mit 2 Nodes

    Nein, dann werden beide Nodes als Community behandelt. In einem Cluster gilt immer das niedrigste Subscription Level für alle. Ist dieser PVE Host Teil desselben Clusters? Das wäre kein sinnvolles Setup. Schon gar nicht in einem produktiven Umfeld. Für das QDevice selbst wird keine...
  19. sterzy

    Networking SDN Roadmap

    Well, we have made some bad experiences with it over the years and often using OVS had very few benefits. Could you point out some of these features? That might help with understanding where you are coming from.
  20. sterzy

    Performance tools and testing

    iotop should give some insight into this [1]. [1]: https://manpages.debian.org/testing/iotop/iotop.8.en.html