diff --git a/cmd/bucket-replication-utils.go b/cmd/bucket-replication-utils.go index 55b58dc2a..105b7dfb2 100644 --- a/cmd/bucket-replication-utils.go +++ b/cmd/bucket-replication-utils.go @@ -768,7 +768,8 @@ func (ri ReplicateObjectInfo) ToMRFEntry() MRFReplicateEntry { } func getReplicationStatsPath(nodeName string) string { - return bucketMetaPrefix + SlashSeparator + replicationDir + SlashSeparator + nodeName + ".stats" + nodeStr := strings.ReplaceAll(nodeName, ":", "_") + return bucketMetaPrefix + SlashSeparator + replicationDir + SlashSeparator + nodeStr + ".stats" } const (