Skip to content

Commit

Permalink
feat(v2): call BackupRestoreFinish at the end of BackupRestore
Browse files Browse the repository at this point in the history
longhorn/longhorn-6613

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Jul 31, 2024
1 parent 5f0efc4 commit cbe4303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/proxy_backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (c *ProxyClient) BackupRestore(dataEngine, engineName, volumeName, serviceA
return err
}

return nil
return c.BackupRestoreFinish(dataEngine, engineName, volumeName, serviceAddress)
}

func (c *ProxyClient) BackupRestoreFinish(dataEngine, engineName, volumeName, serviceAddress string) error {
Expand Down

0 comments on commit cbe4303

Please sign in to comment.