Skip to content

Commit c7a8256

Browse files
committed
fix(someone1#467): Added zfs command failed pr.
Signed-off-by: Johnathan Falk <[email protected]>
1 parent 4157818 commit c7a8256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backup/backup.go

+2
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ func Backup(pctx context.Context, jobInfo *files.JobInfo) error {
373373
case fileBuffer <- true:
374374
}
375375
case <-ctx.Done():
376+
log.AppLogger.Debugf("manifest copy: ctx.Done(): err = %v", ctx.Err())
377+
maniwg.Done()
376378
return ctx.Err()
377379
}
378380
}

0 commit comments

Comments
 (0)