From ab7be8b456dd9285eedad2158e1abd9417bbacf5 Mon Sep 17 00:00:00 2001 From: pingcap-github-bot Date: Fri, 6 Dec 2019 20:54:40 +0800 Subject: [PATCH] Fix the missing var dm_worker_instances for rolling_update_monitor (#408) --- dm/dm-ansible/rolling_update_monitor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dm/dm-ansible/rolling_update_monitor.yml b/dm/dm-ansible/rolling_update_monitor.yml index 2ad7e543f7..299a5017e5 100644 --- a/dm/dm-ansible/rolling_update_monitor.yml +++ b/dm/dm-ansible/rolling_update_monitor.yml @@ -114,6 +114,7 @@ datasource: "{{ cluster_name }}" titles: dm_worker: "{{ cluster_name | title }}-DM-worker" + dm_worker_instances: "{{ cluster_name | title }}-DM-worker-instances" - name: import grafana dashboards - run import script delegate_to: localhost