From f212d71ad5686d87cb5aff60525adbd50b8a46e6 Mon Sep 17 00:00:00 2001 From: Rongfeng Fu Date: Thu, 24 Nov 2022 18:05:38 +0800 Subject: [PATCH] update example (#147) --- example/all-components-min.yaml | 2 +- example/autodeploy/default-example.yaml | 1 + .../distributed-with-obproxy-and-obagent-example.yaml | 1 + example/autodeploy/distributed-with-obproxy-example.yaml | 1 + example/autodeploy/single-with-obproxy-example.yaml | 1 + example/mini-distributed-example.yaml | 2 +- example/mini-distributed-with-obproxy-example.yaml | 2 +- example/mini-local-example.yaml | 2 +- example/mini-single-example.yaml | 2 +- example/mini-single-with-obproxy-example.yaml | 2 +- 10 files changed, 10 insertions(+), 6 deletions(-) diff --git a/example/all-components-min.yaml b/example/all-components-min.yaml index 7c94e85..19c5349 100644 --- a/example/all-components-min.yaml +++ b/example/all-components-min.yaml @@ -26,7 +26,7 @@ oceanbase-ce: datafile_size: 20G # Size of the data file. log_disk_size: 24G # The size of disk space used by the clog files. cpu_count: 16 - production_mode: true + production_mode: false syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. enable_syslog_recycle: true # Enable auto system log recycling or not. The default value is false. diff --git a/example/autodeploy/default-example.yaml b/example/autodeploy/default-example.yaml index a2c4550..8d077d3 100644 --- a/example/autodeploy/default-example.yaml +++ b/example/autodeploy/default-example.yaml @@ -69,6 +69,7 @@ obproxy-ce: global: # The working directory for obproxy. Obproxy is started under this directory. This is a required field. home_path: /root/obproxy + enable_cluster_checkout: false skip_proxy_sys_private_check: true enable_strict_kernel_release: false # External port. The default value is 2883. diff --git a/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml b/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml index 3404a83..37d0d53 100644 --- a/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml +++ b/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml @@ -69,6 +69,7 @@ obproxy-ce: global: # The working directory for obproxy. Obproxy is started under this directory. This is a required field. home_path: /root/obproxy + enable_cluster_checkout: false skip_proxy_sys_private_check: true enable_strict_kernel_release: false # External port. The default value is 2883. diff --git a/example/autodeploy/distributed-with-obproxy-example.yaml b/example/autodeploy/distributed-with-obproxy-example.yaml index 264b362..6b53be4 100644 --- a/example/autodeploy/distributed-with-obproxy-example.yaml +++ b/example/autodeploy/distributed-with-obproxy-example.yaml @@ -69,6 +69,7 @@ obproxy-ce: global: # The working directory for obproxy. Obproxy is started under this directory. This is a required field. home_path: /root/obproxy + enable_cluster_checkout: false skip_proxy_sys_private_check: true enable_strict_kernel_release: false # External port. The default value is 2883. diff --git a/example/autodeploy/single-with-obproxy-example.yaml b/example/autodeploy/single-with-obproxy-example.yaml index c011ba4..8c0b846 100644 --- a/example/autodeploy/single-with-obproxy-example.yaml +++ b/example/autodeploy/single-with-obproxy-example.yaml @@ -58,6 +58,7 @@ obproxy-ce: global: # The working directory for obproxy. Obproxy is started under this directory. This is a required field. home_path: /root/obproxy + enable_cluster_checkout: false skip_proxy_sys_private_check: true enable_strict_kernel_release: false # External port. The default value is 2883. diff --git a/example/mini-distributed-example.yaml b/example/mini-distributed-example.yaml index f529d7f..e366c85 100644 --- a/example/mini-distributed-example.yaml +++ b/example/mini-distributed-example.yaml @@ -26,7 +26,7 @@ oceanbase-ce: datafile_size: 20G # Size of the data file. log_disk_size: 24G # The size of disk space used by the clog files. cpu_count: 16 - production_mode: true + production_mode: false syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. enable_syslog_recycle: true # Enable auto system log recycling or not. The default value is false. diff --git a/example/mini-distributed-with-obproxy-example.yaml b/example/mini-distributed-with-obproxy-example.yaml index 970cc68..7d4b097 100644 --- a/example/mini-distributed-with-obproxy-example.yaml +++ b/example/mini-distributed-with-obproxy-example.yaml @@ -26,7 +26,7 @@ oceanbase-ce: datafile_size: 20G # Size of the data file. log_disk_size: 24G # The size of disk space used by the clog files. cpu_count: 16 - production_mode: true + production_mode: false syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. enable_syslog_recycle: true # Enable auto system log recycling or not. The default value is false. diff --git a/example/mini-local-example.yaml b/example/mini-local-example.yaml index f2dc40f..4a6bef8 100755 --- a/example/mini-local-example.yaml +++ b/example/mini-local-example.yaml @@ -23,7 +23,7 @@ oceanbase-ce: datafile_size: 20G # Size of the data file. log_disk_size: 24G # The size of disk space used by the clog files. cpu_count: 16 - production_mode: true + production_mode: false syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. enable_syslog_recycle: true # Enable auto system log recycling or not. The default value is false. diff --git a/example/mini-single-example.yaml b/example/mini-single-example.yaml index 083512f..d96c623 100755 --- a/example/mini-single-example.yaml +++ b/example/mini-single-example.yaml @@ -30,7 +30,7 @@ oceanbase-ce: datafile_size: 20G # Size of the data file. log_disk_size: 24G # The size of disk space used by the clog files. cpu_count: 16 - production_mode: true + production_mode: false syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. enable_syslog_recycle: true # Enable auto system log recycling or not. The default value is false. diff --git a/example/mini-single-with-obproxy-example.yaml b/example/mini-single-with-obproxy-example.yaml index f1a7edd..da967aa 100644 --- a/example/mini-single-with-obproxy-example.yaml +++ b/example/mini-single-with-obproxy-example.yaml @@ -30,7 +30,7 @@ oceanbase-ce: datafile_size: 20G # Size of the data file. log_disk_size: 24G # The size of disk space used by the clog files. cpu_count: 16 - production_mode: true + production_mode: false syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. enable_syslog_recycle: true # Enable auto system log recycling or not. The default value is false. -- GitLab