Michael Ablassmeier
Michael Ablassmeier
hi, thanks for this project. It seems connecting to PBS with an wrong password shields an JSONDecodeError: ``` python3 test.py Traceback (most recent call last): File "/home/abi/pbsav/pbsavenv/lib/python3.11/site-packages/requests/models.py", line 974, in...
hi, there might be situation where reading the extens from the client takes longer than 60 Seconds: https://github.com/oVirt/ovirt-imageio/blob/master/ovirt_imageio/_internal/backends/http.py#L53 This leads to the client receiving the extents to run into following...
I have multiple vagrant virtual machines that get spinned up and destroyed regularely, all oft them use different private networks defined via: ``` config.vm.network :private_network, :ip => 10.0.0.1 :libvirt__domain_name =>...
dont link the archived repository
If a backup set includes only full + differential backups, the restore process applies changes for all existent differential backups, instead of only taking the full + latest diff. In...
hi there, thanks for providing the official images for vagrant. Currently the image disk size is 20 GB which leaves ~13 GB for application data, IMHO this is quite small....