follow grow volume option version

This commit is contained in:
chrislu
2025-06-19 13:54:54 -07:00
parent 2f1b3d68d7
commit da728750be
4 changed files with 8 additions and 4 deletions

View File

@@ -264,7 +264,7 @@ func (vg *VolumeGrowth) grow(grpcDialOption grpc.DialOption, topo *Topology, vid
Collection: option.Collection,
ReplicaPlacement: option.ReplicaPlacement,
Ttl: option.Ttl,
Version: needle.GetCurrentVersion(),
Version: needle.Version(option.Version),
DiskType: option.DiskType.String(),
ModifiedAtSecond: time.Now().Unix(),
})