VictoriaMetrics/lib/fs
Aliaksandr Valialkin 4862e93024 lib/fs: try harder with directory removal on NFS in the event of temporary lock
Do not give up after 11 attempts of directory removal on laggy NFS.

Add `vm_nfs_dir_remove_failed_attempts_total` metric for counting the number of failed attempts
on directory removal.

Log failed attempts on directory removal after long sleep times.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/162
2019-09-04 12:24:50 +03:00
..
fs_test.go lib/fs: add test for IsTemporaryFileName 2019-08-13 21:33:45 +03:00
fs.go lib/fs: try harder with directory removal on NFS in the event of temporary lock 2019-09-04 12:24:50 +03:00