[ceph-daemons] Redirect all the logs to stdout
This is to redirect all the logs from daemons to stdout to avoid accumulating large sized log files on filesystem. NOTE: The ceph-osd daemon won't work this way and is addressed separately in https://review.opendev.org/715295. All other Ceph daemons are included here. Change-Id: I3045d6e941791aba14979472fac1bca09776d3bf
This commit is contained in:
parent
13f54b0e03
commit
977a5a2f97
@ -385,6 +385,8 @@ conf:
|
|||||||
objecter_inflight_op_bytes: "1073741824"
|
objecter_inflight_op_bytes: "1073741824"
|
||||||
objecter_inflight_ops: 10240
|
objecter_inflight_ops: 10240
|
||||||
debug_ms: "0/0"
|
debug_ms: "0/0"
|
||||||
|
log_file: /dev/stdout
|
||||||
|
mon_cluster_log_file: /dev/stdout
|
||||||
osd:
|
osd:
|
||||||
osd_mkfs_type: xfs
|
osd_mkfs_type: xfs
|
||||||
osd_mkfs_options_xfs: -f -i size=2048
|
osd_mkfs_options_xfs: -f -i size=2048
|
||||||
|
@ -194,6 +194,8 @@ conf:
|
|||||||
debug_ms: "0/0"
|
debug_ms: "0/0"
|
||||||
mon_osd_down_out_interval: 1800
|
mon_osd_down_out_interval: 1800
|
||||||
mon_data_avail_warn: 15
|
mon_data_avail_warn: 15
|
||||||
|
log_file: /dev/stdout
|
||||||
|
mon_cluster_log_file: /dev/stdout
|
||||||
osd:
|
osd:
|
||||||
osd_mkfs_type: xfs
|
osd_mkfs_type: xfs
|
||||||
osd_mkfs_options_xfs: -f -i size=2048
|
osd_mkfs_options_xfs: -f -i size=2048
|
||||||
|
@ -173,6 +173,8 @@ conf:
|
|||||||
objecter_inflight_op_bytes: "1073741824"
|
objecter_inflight_op_bytes: "1073741824"
|
||||||
objecter_inflight_ops: 10240
|
objecter_inflight_ops: 10240
|
||||||
debug_ms: "0/0"
|
debug_ms: "0/0"
|
||||||
|
log_file: /dev/stdout
|
||||||
|
mon_cluster_log_file: /dev/stdout
|
||||||
osd:
|
osd:
|
||||||
osd_mkfs_type: xfs
|
osd_mkfs_type: xfs
|
||||||
osd_mkfs_options_xfs: -f -i size=2048
|
osd_mkfs_options_xfs: -f -i size=2048
|
||||||
|
@ -372,6 +372,8 @@ conf:
|
|||||||
cephx_service_require_signatures: false
|
cephx_service_require_signatures: false
|
||||||
objecter_inflight_op_bytes: "1073741824"
|
objecter_inflight_op_bytes: "1073741824"
|
||||||
debug_ms: "0/0"
|
debug_ms: "0/0"
|
||||||
|
log_file: /dev/stdout
|
||||||
|
mon_cluster_log_file: /dev/stdout
|
||||||
osd:
|
osd:
|
||||||
osd_mkfs_type: xfs
|
osd_mkfs_type: xfs
|
||||||
osd_mkfs_options_xfs: -f -i size=2048
|
osd_mkfs_options_xfs: -f -i size=2048
|
||||||
|
Loading…
Reference in New Issue
Block a user