Switch ceph logs to journal
This commit is contained in:
parent
8912d2b9bc
commit
a260a1bc1b
@ -36,6 +36,14 @@
|
|||||||
monInitialMembers = "bay";
|
monInitialMembers = "bay";
|
||||||
clusterNetwork = "10.0.40.40/24"; # Use Ethernet only
|
clusterNetwork = "10.0.40.40/24"; # Use Ethernet only
|
||||||
};
|
};
|
||||||
|
extraConfig = {
|
||||||
|
# Only log to stderr so it appears in the journal
|
||||||
|
"log_file" = "/dev/null";
|
||||||
|
"mon_cluster_log_file" = "/dev/null";
|
||||||
|
"log_to_stderr" = "true";
|
||||||
|
"err_to_stderr" = "true";
|
||||||
|
"log_to_file" = "false";
|
||||||
|
};
|
||||||
mds = {
|
mds = {
|
||||||
enable = true;
|
enable = true;
|
||||||
daemons = [ "mds0" "mds1" ];
|
daemons = [ "mds0" "mds1" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user