[Pacemaker] crm and primitive meta id - 1.0.8 vs 1.0.9
Bob Schatz
bschatz at yahoo.com
Fri Aug 13 23:02:33 UTC 2010
On 1.0.6 and 1.0.8 I use to do this to create a primitive:
crm configure primitive SS1 ocf:omneon:ss params ss_resource="SS1" \
ssconf="${CONFIG_FILE}" op monitor interval="3s" role="Master" \
timeout="7s" op monitor interval="10s" role="Slave" timeout="7" \
op stop timeout="100" op start timeout="120" \
meta id="SS1-meta_attributes"
However, when I do this with 1.0.9, I get this error:
crm configure primitive SS1 ocf:omneon:ss params ss_resource=SS1 ssconf= op
monitor interval=3s role=Master timeout=7s op monitor interval=10s
role=Slave timeout=7 op stop timeout=100 op start timeout=120 meta
id=SS1-meta_attributes
ERROR: SS1: attribute id does not exist
I have to admit that I do not know what "meta id="SS1-meta_attributes" does. I
assume I ran about it but I cannot find the document any longer.
Thanks,
Bob
More information about the Pacemaker
mailing list