cannot set sessionState to empty string otherwise the BackupSession does not get updated and the other targets won't Finalize
This commit is contained in:
parent
8975f77e58
commit
65d880180b
@ -83,7 +83,7 @@ func (s Session) checkSessionState(
|
||||
// We still want to run Finalize for all the targets (continue)
|
||||
// but we also don't want to move the global BackupSession to Success (rewrite sessionState)
|
||||
// When the Job is over, it will move the target state to Finalized and we'll be fine
|
||||
defer func() { sessionState = "" }()
|
||||
defer func() { sessionState = waitState }()
|
||||
continue
|
||||
default:
|
||||
if i == len(tss)-1 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user