Bugzilla – Bug 1218645
[doc] Issue in "ADDING A RESOURCE GROUP WITH CRMSH"
Last modified: 2024-01-15 03:42:50 UTC
ADDING A RESOURCE GROUP WITH CRMSH: https://documentation.suse.com/sle-ha/15-SP5/single-html/SLE-HA-administration/#id-1.4.4.4.7.9.3 configure primitive Public-IP ocf:heartbeat:IPaddr \ params ip=1.2.3.4 id= Public-IP # It's wrong to leave space between a parameter and its value # And there is no "id" parameter for IPaddr agent primitive Email systemd:postfix \ params id=Email # No "id" for postfix Better example: primitive Public-IP ocf:heartbeat:IPaddr2 \ params ip=1.2.3.4 \ op monitor interval=10s primitive Email systemd:postfix \ op monitor interval=10s
Thanks Xin, I've added this to our queue.
I've updated the commands in https://github.com/SUSE/doc-sleha/pull/365
Thanks, Tahlia!
This is now completed and backported, and will be published with the next weekly docs update.