UdoB's latest activity

  • UdoB
    UdoB reacted to Impact's post in the thread RAIDZ aus vier Platten (3x 2TB und 1x 3TB) with Like Like.
    Ich wollte dich nur wissen lassen, dass man auch Dateien dafür nehmen kann.
  • UdoB
    UdoB reacted to Impact's post in the thread Commandline to show status of last backup with Like Like.
    I think using the API like that is a good choice. There's a lot of ways to handle the returned data but since it's JSON why not use jq like this? pvesh get /nodes/$(hostname)/tasks --type vzdump --since $(($(date +%s) - 86400)) --limit 500...
  • UdoB
    Auf der Kommandozeile. man zpool-create erklärt wie das geht, wie üblich mit dem trockenen Auflisten der Möglichkeiten. Besser ist wohl, wenn du dir ein Beispiel suchst. ---- Mal sehen... Du verwendest ja am besten die Links in...
  • UdoB
    Hello, forwarding a device to a vm usually doesn't require to edit the vm's config file. This can be done via GUI. Select the vm, head to the Hardware settings, click on Add and select USB Device Now you have two ways for selecting the device...
  • UdoB
    Note that SMB is async and your storage HAS to respect and use fsync for Samba to work properly. You are describing behavior I found when the storage was also async, what happens then is your server writes full speed to RAM, until the session...
  • UdoB
    UdoB replied to the thread Restore from Backup kills host.
    Look at iowait. If it is drastically higher than during normal operation limit the throughput for that backup/restore. Better to accept a longer duration that having crashes.