diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-02-23 18:04:22 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-02-23 18:04:31 -0800 |
| commit | bbb163c5ad155e4fdd2ce2ea95a9c3788946df37 (patch) | |
| tree | 12bea68f45eb8a96b38b5655e62a0d3a94222bdd | |
| parent | 5de03888916b748ed2c3a57274279c10941a3037 (diff) | |
| download | seaweedfs-bbb163c5ad155e4fdd2ce2ea95a9c3788946df37.tar.xz seaweedfs-bbb163c5ad155e4fdd2ce2ea95a9c3788946df37.zip | |
add for https://github.com/chrislusf/seaweedfs/pull/1207
| -rw-r--r-- | weed/pb/volume_server.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/pb/volume_server.proto b/weed/pb/volume_server.proto index 54b0da19d..ce53fdc96 100644 --- a/weed/pb/volume_server.proto +++ b/weed/pb/volume_server.proto @@ -363,6 +363,8 @@ message DiskStatus { uint64 all = 2; uint64 used = 3; uint64 free = 4; + float percent_free = 5; + float percent_used = 6; } message MemStatus { |
