diff options
Diffstat (limited to 'weed/pb/volume_server_pb/volume_server.pb.go')
| -rw-r--r-- | weed/pb/volume_server_pb/volume_server.pb.go | 8 |
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 { } |
