Search results

  1. T

    VM I/O Performance with Ceph Storage

    Hi everybody, a while ago we set up a three node Proxmox cluster and as storage backend we use the built in ceph features. After a while we noticed a strong decreasing of I/O Perfomance in the VMs when it comes to writes of small files. Writing a single big file at once seems to perform quit...
  2. T

    Proxmox GUI: Task List shows only old entries

    Hi everybody, just came accross this weird behaviour of the Task List at the bottom in the GUI in a Proxmox 7.3-4 installation of 3 cluster nodes. When opening it, it doesn't show current (or even shortly occured) tasks, but just tasks from many hours ago: This Screenshot was taken today...
  3. T

    [SOLVED] proxmox-backup-client in docker: Subsequential backups never reuse data?

    Indeed, with --tmpfs option in the docker command it looks MUCH better :) root@container:/# proxmox-backup-client backup backuptest.pxar:/home/backuptest Starting backup: host/container/2022-04-04T12:21:40Z Client name: container Starting backup protocol: Mon Apr 4 12:21:40 2022 No previous...
  4. T

    [SOLVED] proxmox-backup-client in docker: Subsequential backups never reuse data?

    If this where the case I would really wonder what would have changed these metadata a few seconds after the first backup: First Backup start Time: 2022-04-01T16:03:17Z Second Backup start time: 2022-04-01T16:03:33Z I downloaded the two backuptest.pxar(.didx) files via the PBS Web GUI and...
  5. T

    [SOLVED] proxmox-backup-client in docker: Subsequential backups never reuse data?

    Hi everybody, I have an older Debian Stretch Server which can't simply be upgraded to a newer Debian Version. There I want to use proxmox-backup-client for backing up some files to a running PBS. As proxmox-backup-client can't be installed on Stretch cause of missing dependencies I gave a...
  6. T

    "Fun" with .pxarexclude

    Indeed it now works with this content: /* /backuppartly/* !backupme !backupmetoo !backuppartly !backuppartly/backupme As you said correctly one has first to exclude everything under backuppartly (/backuppartly/*) and then include what is needed in two lines: (!backuppartly...
  7. T

    "Fun" with .pxarexclude

    @Fabian_E : Next challenge: when using your solution, including lines containing slashes doesn't seem to work at all, not just leading ones. Look at this example: /opt/backuptest# tree . ├── backupme │ └── file0 ├── backupmetoo │ ├── file0 │ ├── subfolder0 │ │ └── file0 │ └──...
  8. T

    "Fun" with .pxarexclude

    @Fabian_E : Thx a lot.. indeed this seems to work at a first glance... with this content in .pxarexclude this is the resulting backup and it looks like what should be achieved:
  9. T

    "Fun" with .pxarexclude

    Hi everybody, for hours now I try to achieve a - for me - simple backup use case using .pxarexclude: -> Backup just one or two selected, named folders and all its subfolders, ignore every other. Assume this tree: /opt/backuptest# tree . ├── backupme │ └── file0 ├── backupmetoo │ ├──...
  10. T

    VM Restore: /var/tmp zu klein -> Änderbar?

    Sorry, hat sich erledigt... hatte mich von der Ausgabe irritieren lassen... es war im Ziel Storage tatsächlich zu wenig Platz :D
  11. T

    VM Restore: /var/tmp zu klein -> Änderbar?

    Hallo zusammen, in einem Proxmox VE 7.1-10 wollte ich gerade eine VM wiederherstellen, was fehl geschlagen ist. Ein genauer Blick auf die Ausgabe verrät, dass das Entpacken der virtuellen Disk(s) zunächst nach /var/tmp gemacht wird: restore vma archive: lzop -d -c...
  12. T

    Windows 10 Guest: Qemu Guest Agent Update schlägt fehl

    Diese Lösungen waren die ersten, die ich fand, als ich nach dem Problem gesucht habe. Habe beide Optionen mehrfach probiert, ohne Erfolg. Genau wie bei dem Thread Ersteller übrigens, auch bei ihm hats nichts gebracht. Und da es sich ja hier um eine VM und nicht um ein HP Notebook handelt, wie...
  13. T

    Windows 10 Guest: Qemu Guest Agent Update schlägt fehl

    Hatte versehentlich eine etwas frühere Version verscreenshottet, die aber das gleiche Problem, wie die aktuellste Version hat. Habe Windows 10 von einem aktuellen ISO in einer VM neu installiert, da tritt das Problem nicht auf. Irgendwas ist an dem Windows also nicht mehr in Ordnung.
  14. T

    Issues with HP P420i and SMART

    Finally I found the (stupid) solution... While writing the 2 last posts I pushed myself in the right direction... somehow through copy-pasting the script there got two newlines right at the beginning, so the Shebang ("#!/bin/bash") wasn't at the very first position in the file where it has to be...
  15. T

    Issues with HP P420i and SMART

    Yes, its in HBA mode, otherwise ZFS would make problems as far as I know. What I'm really wondering is the GUIs error message "Exec format error"... how can a Shell Script have an "exec format error"? And why doesn't it make any problems at cmdline but it does when called from the GUI?
  16. T

    Issues with HP P420i and SMART

    As the last line you (and so me either) added to the script is "exit 0" it's not very surprising, "echo $?" shows "0" after running... For me it looks like the script doesn't even start at all when called from the GUI...
  17. T

    Windows 10 Guest: Qemu Guest Agent Update schlägt fehl

    Hallo zusammen, wollte heute die neuen VirtioGuestTools von hier in einem Windows 10 Gast installieren: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso Die Installation per "virtio-guest-tools.exe" schlug fehl. Wie sich herausstellte, klappte fast...
  18. T

    Issues with HP P420i and SMART

    @ccg @udotirol For me this didn't help. Edited the wrapper script as ccg did but GUI stillt doesn't work. Columns "S.M.A.R.T." and "Wearout" remain empty: Clicking on "Show S.M.A.R.T. values" Button leads to the same error: Using the shown command at cmdline just works:
  19. T

    Issues with HP P420i and SMART

    As I am also using P420 controllers I am also affected with "unknown" smart values in the gui. Tried @udotirol s wrapper script as described, which works fine at the console. But the GUI remains in "unknown". When selecting one disk and click "Show S.M.A.R.T Values" an error is shown in the...
  20. T

    Garbage Collection bricht ab in Phase1

    BTW: Der GarbageCollect läuft mittlerweile seit 3 Tagen... Sind zwar auch 8-10TB Daten, aber kommt mir trotzdem irgendwie lange vor