VictoriaMetrics/lib/fs
Aliaksandr Valialkin 82bfe818d0 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:41 +03:00
..
fs_test.go lib/fs: add test for IsTemporaryFileName 2019-08-13 21:33:54 +03:00
fs.go lib/fs: try harder with directory removal on NFS in the event of temporary lock 2019-09-04 12:24:41 +03:00