Skip to content

Commit

Permalink
fix(someone1#467): Added zfs command failed pr.
Browse files Browse the repository at this point in the history
Signed-off-by: Johnathan Falk <johnathan.falk@gmail.com>
  • Loading branch information
jdfalk committed Nov 13, 2022
1 parent 4157818 commit c7a8256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backup/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ func Backup(pctx context.Context, jobInfo *files.JobInfo) error {
case fileBuffer <- true:
}
case <-ctx.Done():
log.AppLogger.Debugf("manifest copy: ctx.Done(): err = %v", ctx.Err())
maniwg.Done()
return ctx.Err()
}
}
Expand Down

0 comments on commit c7a8256

Please sign in to comment.