mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05: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 {
|
||||
return bucketMetaPrefix + SlashSeparator + replicationDir + SlashSeparator + nodeName + ".stats"
|
||||
nodeStr := strings.ReplaceAll(nodeName, ":", "_")
|
||||
return bucketMetaPrefix + SlashSeparator + replicationDir + SlashSeparator + nodeStr + ".stats"
|
||||
}
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user