From 8a56af439c663767a8ced2ff7dbc11a05318cce9 Mon Sep 17 00:00:00 2001 From: jiuker <2818723467@qq.com> Date: Fri, 3 Nov 2023 07:00:03 +0800 Subject: [PATCH] fix: siteReplicationSys.startResync return no buckets return if error (#18374) --- cmd/site-replication.go | 1 + 1 file changed, 1 insertion(+) 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"