diff --git a/cmd/site-replication.go b/cmd/site-replication.go index 2b4ad771d..f73f1c54e 100644 --- a/cmd/site-replication.go +++ b/cmd/site-replication.go @@ -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"