mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03: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 {
|
func getReplicationStatsPath(nodeName string) string {
|
||||||
return bucketMetaPrefix + SlashSeparator + replicationDir + SlashSeparator + nodeName + ".stats"
|
nodeStr := strings.ReplaceAll(nodeName, ":", "_")
|
||||||
|
return bucketMetaPrefix + SlashSeparator + replicationDir + SlashSeparator + nodeStr + ".stats"
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user