diff options
| author | chrislu <chris.lu@gmail.com> | 2024-08-27 09:02:48 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-08-27 09:02:48 -0700 |
| commit | 0cf2c15828e7dfecb312f4f79e5d4de6f6dfa315 (patch) | |
| tree | d24c3b02103def42f62551735ec855a191e0baac /weed/pb | |
| parent | bebc385607fac28226149fcbb1db5f48d03995de (diff) | |
| download | seaweedfs-0cf2c15828e7dfecb312f4f79e5d4de6f6dfa315.tar.xz seaweedfs-0cf2c15828e7dfecb312f4f79e5d4de6f6dfa315.zip | |
rename
Diffstat (limited to 'weed/pb')
| -rw-r--r-- | weed/pb/master.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 3fdbc587d..05d26af0c 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -207,7 +207,7 @@ message AssignRequest { string rack = 6; string data_node = 7; uint32 memory_map_max_size_mb = 8; - uint32 Writable_volume_count = 9; + uint32 writable_volume_count = 9; string disk_type = 10; } message AssignResponse { |
