ipfs-cluster/pintracker/stateless
Hector Sanjuan 789b633366 pintracker: set status unexpectedly_unpinned correctly on Status()
This must has been an oversight. We added a special unexpectedly_unpinned
status so that we could just return things from the operation tracker when
filtering by pin_error. unexpectedly_unpinned are things that we have no
operation for but are unpinned on ipfs.

Status however still returned a pin_error state for these, even though,
StatusAll would not show them when filtering with pin_error, and would show
them as unexpectedly_unpinned otherwise.

Since Recover correctly repins pin_error and unexpectedly_unpinned, this
change has no further consequences.
2022-01-10 13:04:21 +01:00
..
config_test.go pintracker: PriorityPinMaxAge and PriorityPinMaxRetries 2021-11-30 04:20:35 +01:00
config.go pintracker: PriorityPinMaxAge and PriorityPinMaxRetries 2021-11-30 04:20:35 +01:00
stateless_test.go pintracker: set status unexpectedly_unpinned correctly on Status() 2022-01-10 13:04:21 +01:00
stateless.go pintracker: set status unexpectedly_unpinned correctly on Status() 2022-01-10 13:04:21 +01:00