On Thu, May 22, 2008 at 7:55 AM, Ciro Iriarte <[EMAIL PROTECTED]> wrote: > Tried to add a stonith ssh resource (should probably use HP iLO > interface later), to a new cluster, but i'm getting this on crm_mon: > > ------------------------ > Failed actions: > stonithclone:0_start_0 (node=asusis-xen1, call=7, rc=1): complete > ------------------------ > > > The resource was created with: > ------------------------ > <clone id="stonithcloneset" globally_unique="false"> > <instance_attributes id="stonithcloneset"> > <attributes> > <nvpair id="stonithcloneset-01" > name="clone_node_max" value="1"/> > </attributes> > </instance_attributes> > <primitive id="stonithclone" class="stonith" > type="external/ssh" provider="heartbeat"> > <operations> > <op name="monitor" interval="5s" timeout="20s" > prereq="nothing" id="stonithclone-op-01"/> > <op name="start" timeout="20s" > prereq="nothing" id="stonithclone-op-02"/> > </operations> > <instance_attributes id="stonithclone"> > <attributes> > <nvpair id="stonithclone-01" > name="hostlist" value="asusis-xen1,asusis-xen2"/> > </attributes> > </instance_attributes> > </primitive> > </clone>
isn't hostlist supposed to be whitespace separated? instead of commas? _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
