mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: siteReplicationSys.startResync return no buckets return if error (#18374)
This commit is contained in:
@@ -5234,6 +5234,7 @@ func (c *SiteReplicationSys) startResync(ctx context.Context, objAPI ObjectLayer
|
||||
Status: ResyncStarted.String(),
|
||||
OpType: "start",
|
||||
ResyncID: rs.ResyncID,
|
||||
Buckets: res.Buckets,
|
||||
}
|
||||
if len(res.Buckets) > 0 {
|
||||
res.ErrDetail = "partial failure in starting site resync"
|
||||
|
||||
Reference in New Issue
Block a user