storj/storagenode/pieces
Clement Sam c6f67d4799 storagenode: fix lazyfilewalker failing with SIGPIPE
Lazyfilewalker was failing with SIGPIPE which was quite
misleading. The command was failing because the
the value of the --lower-io-priority flag was assumed
to be an arguement since it was passed as
"--lower-io-priority true" instead "--lower-io-priority=true"

Resolves https://github.com/storj/storj/issues/5900

Change-Id: Icf79fcce76dafee21659d76ee0ce19d8520c8f1d
2023-05-24 15:19:31 +00:00
..
lazyfilewalker storagenode: fix lazyfilewalker failing with SIGPIPE 2023-05-24 15:19:31 +00:00
cache_test.go storagenode: add tests for lazyfilewalker 2023-05-08 21:50:40 +00:00
cache.go storagenode/blobstore: move blob store logic 2023-04-05 18:06:20 +00:00
db_test.go storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
deleter_test.go storagenode: run used-space filewalker as a low IO subprocess 2023-04-14 04:16:14 +00:00
deleter.go storagenode/pieces: send piece deletions to trash 2021-04-07 16:52:10 +00:00
doc.go storagenode: add doc.go files for sno packages 2021-09-29 08:24:56 +00:00
filewalker.go storagenode: run garbage collection filewalker as a low I/O subprocess 2023-05-02 19:43:38 +00:00
pieceexpiration_test.go storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
readwrite_test.go storagenode: run used-space filewalker as a low IO subprocess 2023-04-14 04:16:14 +00:00
readwrite.go storagenode/blobstore: move blob store logic 2023-04-05 18:06:20 +00:00
store_test.go storagenode/blobstore/filestore: add tracking of blobs 2023-05-05 15:40:15 +03:00
store.go storagenode: run garbage collection filewalker as a low I/O subprocess 2023-05-02 19:43:38 +00:00
trashchore.go storagenode/pieces: fix log line 2023-01-17 11:04:47 +02:00