Changes to try and pass the URL parameters through - in memory flag not working still
This commit is contained in:
@@ -99,6 +99,7 @@ message VacuumVolumeCheckResponse {
|
||||
message VacuumVolumeCompactRequest {
|
||||
uint32 volume_id = 1;
|
||||
int64 preallocate = 2;
|
||||
bool inmemory = 3;
|
||||
}
|
||||
message VacuumVolumeCompactResponse {
|
||||
}
|
||||
@@ -127,6 +128,7 @@ message AllocateVolumeRequest {
|
||||
int64 preallocate = 3;
|
||||
string replication = 4;
|
||||
string ttl = 5;
|
||||
bool inmemory = 6;
|
||||
}
|
||||
message AllocateVolumeResponse {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user