aboutsummaryrefslogtreecommitdiff
path: root/weed/pb
diff options
context:
space:
mode:
authorj.laycock <joseph.laycock@4sightimaging.com>2019-09-03 18:19:02 +0100
committerj.laycock <joseph.laycock@4sightimaging.com>2019-09-03 18:19:02 +0100
commitcbd0a98fa12c20f5ace09bda44d2d2700d8dc74e (patch)
tree3cafc98fe53bf11b6245ee4bfddc5f1c78806039 /weed/pb
parent1f01eb78e81454c54569d8c7baaca115982a87c2 (diff)
downloadseaweedfs-cbd0a98fa12c20f5ace09bda44d2d2700d8dc74e.tar.xz
seaweedfs-cbd0a98fa12c20f5ace09bda44d2d2700d8dc74e.zip
Add InMemory to Volume Grow structure
Diffstat (limited to 'weed/pb')
-rw-r--r--weed/pb/volume_server_pb/volume_server.pb.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/weed/pb/volume_server_pb/volume_server.pb.go b/weed/pb/volume_server_pb/volume_server.pb.go
index 02aa78989..897ad7fbb 100644
--- a/weed/pb/volume_server_pb/volume_server.pb.go
+++ b/weed/pb/volume_server_pb/volume_server.pb.go
@@ -214,7 +214,6 @@ func (m *VacuumVolumeCheckResponse) GetGarbageRatio() float64 {
type VacuumVolumeCompactRequest struct {
VolumeId uint32 `protobuf:"varint,1,opt,name=volume_id,json=volumeId" json:"volume_id,omitempty"`
Preallocate int64 `protobuf:"varint,2,opt,name=preallocate" json:"preallocate,omitempty"`
- InMemory bool `protobuf:"varint,2,opt,name=inmemory" json:"inmemory,omitempty"`
}
func (m *VacuumVolumeCompactRequest) Reset() { *m = VacuumVolumeCompactRequest{} }
@@ -236,13 +235,6 @@ func (m *VacuumVolumeCompactRequest) GetPreallocate() int64 {
return 0
}
-func (m *VacuumVolumeCompactRequest) GetInMemory() bool {
- if m != nil {
- return m.InMemory
- }
- return false
-}
-
type VacuumVolumeCompactResponse struct {
}