zrepl/daemon/pruner
Christian Schwarz 438f950be3 pruner: improve cancellation + error handling strategy
Pruner now backs off as soon as there is an error, making that error the
Error field in the pruner report.
The error is also stored in the specific *fs that failed, and we
maintain an error counter per *fs to de-prioritize those fs that failed.
Like with replication, the de-prioritization on errors is to avoid '
getting stuck' with an individual filesystem until the watchdog hits.
2018-10-20 12:46:43 +02:00
..
pruner_queue.go pruner: improve cancellation + error handling strategy 2018-10-20 12:46:43 +02:00
pruner_test.go pruner: improve cancellation + error handling strategy 2018-10-20 12:46:43 +02:00
pruner.go pruner: improve cancellation + error handling strategy 2018-10-20 12:46:43 +02:00
state_enumer.go use enumer generate tool for state strings 2018-10-12 22:10:49 +02:00