From 0d2ec832e2ced90371f2c5549b175d5b93becd1a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 13 Dec 2020 11:59:32 -0800 Subject: rename from volumeType to diskType --- other/java/client/src/main/proto/filer.proto | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index ba49e420f..fe26cca15 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -358,12 +358,7 @@ message FilerConf { string collection = 2; string replication = 3; string ttl = 4; - enum DiskType { - NONE = 0; - HDD = 1; - SSD = 2; - } - DiskType disk_type = 5; + string disk_type = 5; bool fsync = 6; uint32 volume_growth_count = 7; } -- cgit v1.2.3