Search results

  1. dietmar

    Get Backup Nodes via API

    It is the description property of the VM config: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/config
  2. dietmar

    Timeouts bei diversen Aktionen

    Hast du ein physikalisch getrenntes cluster netzwerk?
  3. dietmar

    SMART Werte und Garantie

    Die SMART Werte sehen für mich völlig OK aus...
  4. dietmar

    Proxmox OS (Rollback) Feature?

    No, there is no rollback. You need to find the problem instead. Is the host network online? Can you load the GUI with the browser?
  5. dietmar

    PBS: error fetching datastores - fingerprint 'xx' not verified, abort! (500)

    You do not need a fingerprint if you use ACME, because that generate correctly signed certificates.
  6. dietmar

    text plain password Proxmox Backup Server on proxmox VE

    The suggested way is to use API Tokens ...
  7. dietmar

    Instabil durch Backup?

    Schau mal im syslog nach. Hast du genug RAM? Wie ist der RAM verbrauch während des backups?
  8. dietmar

    Lost container

    Also, you should update your installation - it is quite old!
  9. dietmar

    Proxmox HA 3 node, lost of a disk

    HA needs shared storage. Using local disks will not work at all (nothing is replicated).
  10. dietmar

    Web Gui und "Verbindung nicht privat"

    Man kann auch über unsere ACME Schnittstelle Zertifikate generieren (am GUI).
  11. dietmar

    Grandfather-father-son backup

    GFS is a very clumsy way to organize backup, and only required if you have incremental/full backups. Proxmox Backup Server give you automatic, fully duplicated backups, so you do not need GFS at all (This is a great feature, not a deal breaker).
  12. dietmar

    How stable is "subscription" repository?

    We are working on a fix for that, so that such kind of things can't happen in the future...
  13. dietmar

    Backup job of VM/CT fails

    Why is "/var/tmp" a CIFS mount? > INFO: filesystem type on dumpdir is 'cifs' -using /var/tmp/vzdumptmp281683_122 for temporary files I would try to use a unix filesystem there (xfs, ext4, zfxs, nfs).
  14. dietmar

    docker und LXC/VM - Problem mit invalid CapDrop

    see https://github.com/portainer/portainer/issues/8478
  15. dietmar

    [SOLVED] 5 Brand new Proxmox installs that are all broken

    I think you may have confused hostname syntax with email address syntax. So the correct hostname (FQDN) would be "HYPERVISOR-03.oakhills" instead of "HYPERVISOR-03@oakhills". Please try to reinstall.
  16. dietmar

    [SOLVED] 5 Brand new Proxmox installs that are all broken

    FYI, I opened a bug here https://bugzilla.proxmox.com/show_bug.cgi?id=5374
  17. dietmar

    [SOLVED] 5 Brand new Proxmox installs that are all broken

    Your hostname looks strange - A hostname must not contain an "@" character. Hostname is the part before the domain...
  18. dietmar

    Proxmox and S300 Raid Controller

    AFAIK Dell S300 Raid are fake-raid controllers, i.e. there is no hardware-raid support. Instead, they just store the configuration for some software RAID implementation (completely useless). So you can simply use ZFS RAID instead.