From 1a46ed6c285bdd5eed89550610a137ebb3002def Mon Sep 17 00:00:00 2001 From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:56:53 +1000 Subject: [PATCH] Remove non-existent id param from IPaddr2 example (#365) bsc#1218645 jsc#DOCTEAM-1212 --- xml/ha_configuring_resources.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xml/ha_configuring_resources.xml b/xml/ha_configuring_resources.xml index 20c26f95..c739ed4f 100644 --- a/xml/ha_configuring_resources.xml +++ b/xml/ha_configuring_resources.xml @@ -708,10 +708,11 @@ Configure the primitives: &prompt.crm;configure -&prompt.crm.conf;primitive Public-IP ocf:heartbeat:IPaddr \ - params ip=1.2.3.4 id= Public-IP +&prompt.crm.conf;primitive Public-IP ocf:heartbeat:IPaddr2 \ + params ip=1.2.3.4 \ + op monitor interval=10s &prompt.crm.conf;primitive Email systemd:postfix \ - params id=Email + op monitor interval=10s