Add InMemory to Volume Grow structure

This commit is contained in:
j.laycock
2019-09-03 18:19:02 +01:00
parent 1f01eb78e8
commit cbd0a98fa1
5 changed files with 5 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ func (vs *VolumeServer) AllocateVolume(ctx context.Context, req *volume_server_p
req.Replication,
req.Ttl,
req.Preallocate,
req.GetInMemory(),
req.InMemory,
)
if err != nil {