diff --git a/example/all-components-min.yaml b/example/all-components-min.yaml index 7c94e85d21c942f242bd0516807e094503b0a61f..19c534946345d34b941545fa0d60fd8a540df3c8 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 a2c45500663dc0fdd086616061d0c45866121447..8d077d3990d32b6c830871afdad8a288a380bfaa 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 3404a83f174901bddce0d30838dfc1c28dd70396..37d0d537afd1181a4b2cde5d3dec0c017ff10915 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 264b36228a2098f5f30641128733f6d361d8d37f..6b53be45a0fb7bd5691b556337876ffa10febeec 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 c011ba43a2409551bbb8cf623bee07b1963134cb..8c0b846e9c2be4c1eae4e42831df446432d0e9d2 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 f529d7fc76fffefa8f6589d422aaa229e7309829..e366c854b7f41ae0e8f752426eadecf38a9bc1e0 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 970cc68ff9f4002d36eea585095ee448c70de7a9..7d4b097dc57be8aee3e1004f01b3ffc58b91c7a8 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 f2dc40f45b7ee93aa249cfac0a15ea5dcf54690d..4a6bef82bd1c8e1dcc11411c2c3afb66e26e7e94 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 083512f149e7ccb22bbe5fcb00b8bf31cc9729ea..d96c623d0971c1f822a9ed0f4cfa5ba5a34e1e85 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 f1a7edda9840fad2bbf7eb2470b9a4c35ea0ef8e..da967aafe0c0baff0dc19fbb232d0f36d601bd88 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.