storj/storage/filestore
Ivan Fraixedes ed9816fd30 storage/filestore: Ignore IsNotExist error walking files
A file piece could be deleted in between walking the list of files read
from a directory and before we actually perform any operation on such
file. When that happens, we don't want to return an error, we want to
just ignore it and carry on.

Change-Id: I8f6986070e5883599a08fccf8b125c075b30fe1b
2020-06-23 19:28:42 +00:00
..
blob.go storagenode/pieces: implement buffering for writing 2020-05-04 06:01:32 +00:00
dir_test.go storage/filestore: benchmark diskInfoFromPath 2020-06-02 17:49:14 +03:00
dir_unix.go filestore changes for piece store (#1437) 2019-03-11 10:06:56 +02:00
dir_windows.go all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
dir.go storage/filestore: Ignore IsNotExist error walking files 2020-06-23 19:28:42 +00:00
error.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
store_test.go storagenode/pieces: implement buffering for writing 2020-05-04 06:01:32 +00:00
store.go storage/filestore: log potential disk corruption 2020-05-27 12:12:55 +00:00