mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 17:27:56 +08:00
fix test
This commit is contained in:
@@ -101,7 +101,7 @@ func setup(topologyLayout string) *Topology {
|
|||||||
Version: storage.CurrentVersion}
|
Version: storage.CurrentVersion}
|
||||||
server.AddOrUpdateVolume(vi)
|
server.AddOrUpdateVolume(vi)
|
||||||
}
|
}
|
||||||
server.UpAdjustMaxVolumeCountDelta(int(serverMap["limit"].(float64)))
|
server.UpAdjustMaxVolumeCountDelta(int64(serverMap["limit"].(float64)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user