From 16d4f2ea668717076d40af39a14fab9d559ad666 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 25 Jun 2018 21:23:22 +0800 Subject: [PATCH] op-guide: ansible deployment add dev_mode variable note --- op-guide/ansible-deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/op-guide/ansible-deployment.md b/op-guide/ansible-deployment.md index b8c4fcce1a1d8..31459368ee03e 100644 --- a/op-guide/ansible-deployment.md +++ b/op-guide/ansible-deployment.md @@ -270,6 +270,7 @@ To enable the following control variables, use the capitalized `True`. To disabl | enable_firewalld | to enable the firewall, closed by default | | enable_ntpd | to monitor the NTP service of the managed node, True by default; do not close it | | set_hostname | to edit the hostname of the mananged node based on the IP, False by default | +| dev_mode | CPU, memory and disk performance will not be checked when dev_mode = True, False by default | | enable_binlog | whether to deploy Pump and enable the binlog, False by default, dependent on the Kafka cluster; see the `zookeeper_addrs` variable | | zookeeper_addrs | the zookeeper address of the binlog Kafka cluster | | enable_slow_query_log | to record the slow query log of TiDB into a single file: ({{ deploy_dir }}/log/tidb_slow_query.log). False by default, to record it into the TiDB log |