Browse Source

rename

pull/5955/head
chrislu 4 months ago
parent
commit
0cf2c15828
  1. 2
      weed/pb/master.proto

2
weed/pb/master.proto

@ -207,7 +207,7 @@ message AssignRequest {
string rack = 6; string rack = 6;
string data_node = 7; string data_node = 7;
uint32 memory_map_max_size_mb = 8; uint32 memory_map_max_size_mb = 8;
uint32 Writable_volume_count = 9;
uint32 writable_volume_count = 9;
string disk_type = 10; string disk_type = 10;
} }
message AssignResponse { message AssignResponse {

Loading…
Cancel
Save