mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
change replication stats save path for windows (#15690)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user