Skip to content

Commit

Permalink
tmp2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Aug 24, 2024
1 parent 0a54545 commit 0df7dfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xact/xs/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ func (r *XactArch) Do(msg *cmn.ArchiveBckMsg) {
r.cleanup()
}

if r.IsAborted() {
return
}
wi.j.workCh <- &archtask{wi, lrit}
if r.Err() != nil {
wi.cleanup()
Expand Down

0 comments on commit 0df7dfd

Please sign in to comment.