Merge "[ceph-daemons] Redirect all the logs to stdout"

This commit is contained in:
Zuul 2020-03-29 22:34:35 +00:00 committed by Gerrit Code Review
commit 6201e6b1e5
4 changed files with 8 additions and 0 deletions

View File

@ -386,6 +386,8 @@ conf:
objecter_inflight_op_bytes: "1073741824"
objecter_inflight_ops: 10240
debug_ms: "0/0"
log_file: /dev/stdout
mon_cluster_log_file: /dev/stdout
osd:
osd_mkfs_type: xfs
osd_mkfs_options_xfs: -f -i size=2048

View File

@ -194,6 +194,8 @@ conf:
debug_ms: "0/0"
mon_osd_down_out_interval: 1800
mon_data_avail_warn: 15
log_file: /dev/stdout
mon_cluster_log_file: /dev/stdout
osd:
osd_mkfs_type: xfs
osd_mkfs_options_xfs: -f -i size=2048

View File

@ -173,6 +173,8 @@ conf:
objecter_inflight_op_bytes: "1073741824"
objecter_inflight_ops: 10240
debug_ms: "0/0"
log_file: /dev/stdout
mon_cluster_log_file: /dev/stdout
osd:
osd_mkfs_type: xfs
osd_mkfs_options_xfs: -f -i size=2048

View File

@ -372,6 +372,8 @@ conf:
cephx_service_require_signatures: false
objecter_inflight_op_bytes: "1073741824"
debug_ms: "0/0"
log_file: /dev/stdout
mon_cluster_log_file: /dev/stdout
osd:
osd_mkfs_type: xfs
osd_mkfs_options_xfs: -f -i size=2048