Search results

  1. dietmar

    VM turn off during backup

    Most likely a problem with the underlying storage. Do you use a qcow2 format? If so, please check if that file has errors ("qemu-img check")
  2. dietmar

    [SOLVED] are the "chunk" files compressed?

    All chunks are compressed, unless compression leads to bigger files. In that case we store uncompressed because that is smaller.
  3. dietmar

    Is it possible to change the default authentication realm on PBS?

    It is currently not possible to change that. Please can you open a bug report (feature request) at https://bugzilla.proxmox.com/ - I guess this is easy/fast to implement.
  4. dietmar

    SOLVED - You have not turned on protection against thin pools running out of space.

    I would simply ignore that warning. The suggested setting does not really help at all.
  5. dietmar

    Tanberg NEOs StorageLoader not recognized

    What is the output of: # proxmox-tape changer scan And what product do we talk about exactly (LTO version)
  6. dietmar

    is it possible to merge datastore content ?

    You can setup a "remote" for localhost, then pull the contents from one store to the other. See # proxmox-backup-manager pull
  7. dietmar

    OpenID issue

    Well, that username is a real mess Using 64 characters for the userid is nonsense... I suggest that you set the "username_claim" property to use another claim as username (maybe email).
  8. dietmar

    Odd issue sending from PMG?

    Those are Non-delivery reports (NDRs) - quite normal...
  9. dietmar

    [SOLVED] 30 Sekunden Wartezeit nach SSH Login

    Klingt nach DNS problem (SSH macht lookups auf den hostnamen). Funktioniert das DNS im container?
  10. dietmar

    Backup server eating drives

    Proxmox Backup server just reads and writes data (It is not particularly bad to your drives) ...
  11. dietmar

    PVE und PBS auf derselben Hardware?

    Ja, das ist möglich und stabil.
  12. dietmar

    Why is proxmox too strict?

    What exactly is the problem? The picture only shows that you started in Debug mode ...
  13. dietmar

    How to change the Proxmox logo at VM Bootup?

    Our software is licensed as AGPLv3, so you need to tell your users what software it is, and provide a download option: See: https://www.gnu.org/licenses/agpl-3.0.html
  14. dietmar

    Backup verification takes 4-5 days to complete

    That is up to you. But we always suggest to verify backups, and do regular restore tests.
  15. dietmar

    Backup verification takes 4-5 days to complete

    There are two setting to optimize that: - Skip verified snapshots: Only verify new snapshots - Re-verify after X days: But reverify after X days
  16. dietmar

    Stop-Mode Backup ohne stoppen möglich?

    Da geht ganz sicher nicht (2 VM die gleichzeitig die gleiche Ressourcen verwenden). Außerdem ist der Zustand der kopierten VM anders als der der orginalen VM, d.h. du bist maximal inkonsistent!
  17. dietmar

    pve not backing to pbs

    The repository looks wrong ("root@pam@192.168.0.101:/test"). This should be without slash: "root@pam@192.168.0.101:test"
  18. dietmar

    [SOLVED] pvestatd storage is not online

    Mit einen richtigen benchmark Programm, z.B. fio
  19. dietmar

    [SOLVED] pvestatd storage is not online

    Mit diesem test schreibst du in den page cache (RAM), d.h. du testest nicht die festplatte!
  20. dietmar

    Backups and IO delay

    Seems your disks are simply very slow...