search for: cs_primit

Displaying 2 results from an estimated 2 matches for "cs_primit".

Did you mean: cs_limit
2012 Nov 26
2
Status of STONITH support in the puppetlabs corosync module?
Greetings - Hoping to hear from hunner or one of the other maintainers of the puppetlabs corosync module - there is a note on the git project page that there is currently no way to configure STONITH. Is this information current? If so, has anybody come up with a simple method of managing STONITH with corosync via puppet? -- You received this message because you are subscribed to the
2012 Jun 23
0
puppetlabs-corosync help using multiple primitive operations
...tive p_drbd_coraid23 ocf:linbit:drbd \ params drbd_resource=coraid23 \ op monitor interval=29 role=Master \ op monitor interval=31 role=Slave crm(live)configure# ms ms_drbd_coraid23 p_drbd_coraid23 \ meta master-max=1 master-node-max=1 \ clone-max=2 clone-node-max=1 notify=true I defined the cs_primitive type like this... cs_primitive { ''p_drbd_coraid23'': ensure => present, primitive_class => ''ocf'', primitive_type => ''drbd'', provided_by => ''linbit'', promotable...