Add InMemory to Volume Grow structure
This commit is contained in:
@@ -23,6 +23,7 @@ func AllocateVolume(dn *DataNode, grpcDialOption grpc.DialOption, vid needle.Vol
|
||||
Replication: option.ReplicaPlacement.String(),
|
||||
Ttl: option.Ttl.String(),
|
||||
Preallocate: option.Prealloacte,
|
||||
InMemory: option.InMemory,
|
||||
})
|
||||
return deleteErr
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user