aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto10
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index cdb49d1e3..6ef27fb4d 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -215,13 +215,13 @@ message CollectionDeleteResponse {
//
message DiskInfo {
string type = 1;
- uint64 volume_count = 2;
- uint64 max_volume_count = 3;
- uint64 free_volume_count = 4;
- uint64 active_volume_count = 5;
+ int64 volume_count = 2;
+ int64 max_volume_count = 3;
+ int64 free_volume_count = 4;
+ int64 active_volume_count = 5;
repeated VolumeInformationMessage volume_infos = 6;
repeated VolumeEcShardInformationMessage ec_shard_infos = 7;
- uint64 remote_volume_count = 8;
+ int64 remote_volume_count = 8;
}
message DataNodeInfo {
string id = 1;