aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/filer.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/filer.proto')
-rw-r--r--weed/pb/filer.proto7
1 files changed, 1 insertions, 6 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto
index ba49e420f..fe26cca15 100644
--- a/weed/pb/filer.proto
+++ b/weed/pb/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;
}