Lars Fenneberg

Results 38 comments of Lars Fenneberg

I'm not sure if adding an `--override-locks` option would be the right approach here. Could you please look into the locks table and send my the corresponding row data? That...

Okay, so it probably is a left-over of the interrupted restore process (seems that lock clean-up isn't working in all cases). I will have to think about this but I...

While it would be possible to try to catch or ignore these additional SIGINTs I don't think that it is really sustainable long-term. The locking on versions is mainly done...

My current plan is to go for a short lease duration (minutes) and renew the lease regularly while an operation is in progress.

It is possible to specify hints for any type of backup. But there currently is no program to generate these hints for LVM. Code to do something similar in Ruby...

I found out that for thin LVM volumes there is a CLI tool which does the metadata parsing and difference calculation: `thin_delta`. Must have missed it somehow. See https://github.com/tasket/wyng-backup/blob/94d410fc415094c6cf3f526ae52e7abf1eada2fd/wyng#L930 and...

Thank you for looking into this! I think it would by a valuable addition. `exists` means that the range in question contains data and is not sparse. `offset` is relative...

Yes, that would be helpful. But to be honest I'm still a little bit of novice with all things Prometheus and Grafana as well and I'm not even sure if...

@allenporter I'm sorry that it took me so long to respond to you. My Grafana knowledge is very limited but I few comments about your text: - Re backup target...

@allenporter an example of how to setup the tests can be found inside this project's GitHub actions: https://github.com/elemental-lf/benji/blob/ea0a37de66b813c6f2f35ed146e4e08dafefd5d0/.github/workflows/all-in-one.yaml#L90-L144 Some tests can be enabled or disabled by setting an environment variable....