Fix live volume move tail timestamp (#8440)

* Improve move tail timestamp

* Add move tail timestamp integration test

* Simulate traffic during move
This commit is contained in:
Chris Lu
2026-02-24 20:07:26 -08:00
committed by GitHub
parent 27e763222a
commit da4edb5fe6
5 changed files with 360 additions and 11 deletions

View File

@@ -291,3 +291,7 @@ func (c *DualVolumeCluster) VolumeAdminURL(index int) string {
func (c *DualVolumeCluster) VolumePublicURL(index int) string {
return "http://" + c.VolumePublicAddress(index)
}
func (c *DualVolumeCluster) BaseDir() string {
return c.baseDir
}