influxdb/pkg/fs
davidby-influx 4fd4bd019f
fix: use copy when a rename spans volumes (#22995)
When a file rename fails with EXDEV
(cross device or volume error), copy the
file and delete the original instead.

closes https://github.com/influxdata/influxdb/issues/22890

Co-authored-by: Chris Pahl <sahib@online.de>
2021-12-14 12:58:44 -08:00
..
fs.go fix: use copy when a rename spans volumes (#22995) 2021-12-14 12:58:44 -08:00
fs_test.go fix: use copy when a rename spans volumes (#22995) 2021-12-14 12:58:44 -08:00
fs_unix.go fix: use copy when a rename spans volumes (#22995) 2021-12-14 12:58:44 -08:00
fs_windows.go chore: delete miscellaneous unused code (#22465) 2021-09-13 15:48:17 -04:00