mirror of
https://github.com/minio/minio.git
synced 2025-04-01 02:03:42 -04:00
change replication stats save path for windows (#15690)
This commit is contained in:
parent
eee1ce305c
commit
b910904fa6
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user