From 7603c6d6d34748dac1f86ac153d0d22485cebfd5 Mon Sep 17 00:00:00 2001 From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:01:04 +1000 Subject: [PATCH] Fix crm configure -> just crm where appropriate (#366) bsc#1218647 jsc#DOCTEAM-1213 --- xml/ha_configuring_resources.xml | 2 +- xml/ha_lb_haproxy.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xml/ha_configuring_resources.xml b/xml/ha_configuring_resources.xml index 85b339d6e..10976faa8 100644 --- a/xml/ha_configuring_resources.xml +++ b/xml/ha_configuring_resources.xml @@ -1216,7 +1216,7 @@ Log in as &rootuser; and start the crm interactive shell: -&prompt.root;crm configure +&prompt.root;crm diff --git a/xml/ha_lb_haproxy.xml b/xml/ha_lb_haproxy.xml index ff0a3f5e4..16283de30 100644 --- a/xml/ha_lb_haproxy.xml +++ b/xml/ha_lb_haproxy.xml @@ -331,13 +331,13 @@ backend LB Configure a new CIB: - &prompt.root;crm configure -&prompt.crm;cib new haproxy-config -&prompt.crmhp;primitive haproxy systemd:haproxy \ + &prompt.root;crm +&prompt.crm;cib new haproxy-config +&prompt.crmhp;primitive haproxy systemd:haproxy \ op start timeout=120 interval=0 \ op stop timeout=120 interval=0 \ op monitor timeout=100 interval=5s \ - meta target-role=Started + meta target-role=Started &prompt.crmhp;primitive vip IPaddr2 \ params ip=&subnetI;.99 nic=eth0 cidr_netmask=23 broadcast=&subnetI;.255 \ op monitor interval=5s timeout=120 on-fail=restart