Search results

  1. V

    PBS - output of Running Task

    Hello i have seen you change the output of running Task about the verify Job at least it is possible to understand where it is working. But would be nice if it would be like the Garbage collect something like Datastore vPBS01-scsi2 - Verify Job sheduled just to make it more nice ;-) have a...
  2. V

    Garbage collect takes > 9h

    the longest needed 19h normaly this GC is called every houer so why did id needed so long this time?
  3. V

    Garbage collect takes > 9h

    hallo why sometimes the Garbage collect takes > 9h to clean up, but most of the time just a couple of Minute <30min? In my case it just runs every houer the GC task! have anice day vinc
  4. V

    host and internet cant reach vms

    have you setup your Firewall? with NAT? did you teach your DNS Server about your server and name?
  5. V

    host and internet cant reach vms

    ... sometimes it's working sometimes it's not.... check if all your IP's are set correct with subnetmask and Gateway
  6. V

    [SOLVED] Storage Directory gelöscht aber Disk noch immer gleich voll

    @fireon vielen Dank und mit find / -xdev -printf '%s %p\n'| sort -nr | head -10 kann ich die fettesten files finden.
  7. V

    [SOLVED] Storage Directory gelöscht aber Disk noch immer gleich voll

    Hallo ich habe unter Datacenter PVE unter Backup mehr Backups auf PBS umgeleitet - das klappt gut und Backup gehen auch ohne Probleme. Nun hatte ich unter Storage einen Dirctory erstellt "weekly-Backup" Da wurden von gewissen VM nur wöchentlich backups erstellt. Diesen Storage habe ich...
  8. V

    Datastore Verify on verified snapshots

    Hello @tom yes it is nice! thanks a lot! "feature request" if you setup the verifivation Job and the task is running it shows up in "Running Tasks" would be nice to have the information like verificationjob - "datastore Name" have a nice day vinc
  9. V

    Datastore Verify on verified snapshots

    @fabian danke for this good news @Cookiefamily thanks to tell how it works to better understand.
  10. V

    Datastore Verify on verified snapshots

    Hallo on my PBS I have set the verification to every hour. after a long run all snapshots are verified. Why to rerun the verification it still need a lots of time, because there have been no update added since. if the file is tagged as verified you could just skip an go to the next file until...
  11. V

    Max2Play

    Was für eine Hardware hast du dein Proxmox installiert? und es ist kein Tutorial das du zeigst sondern eine normale frage, also das Tutorial entfernen...
  12. V

    [TUTORIAL] hilfe bei " Add cache and log to an existing pool"

    @LnxBil danke für dein Feedback, was genau ist diese special allocation group?
  13. V

    VM sollte automatisch restarten

    PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin STATUS=$(which qm status 903) if [[ "status: running" != "${STATUS}" ]]; then $(which qm) start 903 fi eigentlich klappt der code so, wenn die VM abgestellt wird - startet sie wieder! bloss habe ich jetzt im Proxmox log...
  14. V

    [SOLVED] Bug oder falsch konfiguriert? Migrate to node und zweiten pool

    @fabian dann bin ich beruhigt und es liegt nicht an mir ;-)
  15. V

    VM sollte automatisch restarten

    Ok ich passe es noch an! Vielen Dank für die Hilfe @gmed Ist gut jetzt kann ich mit x2go mich anmelden, arbeiten und normal runterfahren.
  16. V

    VM sollte automatisch restarten

    Das #!/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin beim start des bashscript einzufügen hilft
  17. V

    VM sollte automatisch restarten

    @gmed danke für deine Idee, aber pve-04 CRON[20388]: (root) CMD (/usr/bin/bash /usr/local/bin/run971.sh) steht im Log file ohne Fehler aber auch ohne es zu starten. Es manuel zu starten gibt ein /usr/local/bin/run971.sh: line 9: STATUS=$(/usr/sbin/qm status 971): ambiguous redirect aber es startet
  18. V

    VM sollte automatisch restarten

    Oct 19 22:40:01 pve-04 CRON[24917]: (root) CMD (/usr/local/bin/run971.sh) der output ohne fehler ohne nicht mit der /usr/sbin/qm anpassung vorab
  19. V

    VM sollte automatisch restarten

    komisch der skript läuft ja - er wird nur im cron nicht richtig ausgeführt qm status 971 gibt ja nur den status running oder stopped