rexxar: enable verbose logging for seaweedfs
This commit is contained in:
parent
8b27353be7
commit
87ce5e11f5
1 changed files with 6 additions and 0 deletions
|
@ -434,6 +434,9 @@
|
|||
};
|
||||
filer = {
|
||||
enable = true;
|
||||
earlyOptions = {
|
||||
v = 4;
|
||||
};
|
||||
options = {
|
||||
port = 21010;
|
||||
ip = "rexxar.int.as205479.net";
|
||||
|
@ -464,6 +467,9 @@
|
|||
};
|
||||
volume = {
|
||||
enable = true;
|
||||
earlyOptions = {
|
||||
v = 4;
|
||||
};
|
||||
options = {
|
||||
port = 21100;
|
||||
ip = "rexxar.int.as205479.net";
|
||||
|
|
Loading…
Reference in a new issue