VictoriaMetrics/lib/fs
Aliaksandr Valialkin 28d9904efc lib/fs: panic with fatal error when directories cannot be removed
Unremoved directories may lead to inconsistent data directory,
so VictoriaMetrics will fail to start next time.

So panic on the first error when trying to remove directory in order
to simplify recover process.
2019-06-12 01:20:10 +03:00
..
fs.go lib/fs: panic with fatal error when directories cannot be removed 2019-06-12 01:20:10 +03:00