mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 04:29:23 +08:00
filer confi: support hierachical configuration
This commit is contained in:
@@ -358,8 +358,9 @@ message FilerConf {
|
||||
string replication = 3;
|
||||
string ttl = 4;
|
||||
enum DiskType {
|
||||
HDD = 0;
|
||||
SSD = 1;
|
||||
NONE = 0;
|
||||
HDD = 1;
|
||||
SSD = 2;
|
||||
}
|
||||
DiskType disk_type = 5;
|
||||
bool fsync = 6;
|
||||
|
Reference in New Issue
Block a user