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 = {
|
filer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
earlyOptions = {
|
||||||
|
v = 4;
|
||||||
|
};
|
||||||
options = {
|
options = {
|
||||||
port = 21010;
|
port = 21010;
|
||||||
ip = "rexxar.int.as205479.net";
|
ip = "rexxar.int.as205479.net";
|
||||||
|
@ -464,6 +467,9 @@
|
||||||
};
|
};
|
||||||
volume = {
|
volume = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
earlyOptions = {
|
||||||
|
v = 4;
|
||||||
|
};
|
||||||
options = {
|
options = {
|
||||||
port = 21100;
|
port = 21100;
|
||||||
ip = "rexxar.int.as205479.net";
|
ip = "rexxar.int.as205479.net";
|
||||||
|
|
Loading…
Reference in a new issue