[Pacemaker] About the depth appointment of the monitor.

renayama19661014 at ybb.ne.jp renayama19661014 at ybb.ne.jp
Thu Feb 17 20:40:28 EST 2011


Hi Dejan,

> > I was going to perform the same thing by the depeth appointment of the monitor action. 
> > But, it does not move well.(This appointment becomes the error...)
> 
> The depth attribute hasn't been implemented, OCF_CHECK_LEVEL has
> to be used.

Thank you for comment.

All right.

Thanks!

Hideo Yamauchi.
--- On Thu, 2011/2/17, Dejan Muhamedagic <dejanmm at fastmail.fm> wrote:

> Hi Hideo-san,
> 
> On Thu, Feb 17, 2011 at 05:04:12PM +0900, renayama19661014 at ybb.ne.jp wrote:
> > Hi all,
> > 
> > I performed the depth appointment of the Filesystem resource in OCF_CHECK_LEVEL.
> > 
> > The monitor of depth seems to work well.
> > 
> > I was going to perform the same thing by the depeth appointment of the monitor action. 
> > But, it does not move well.(This appointment becomes the error...)
> 
> The depth attribute hasn't been implemented, OCF_CHECK_LEVEL has
> to be used.
> 
> Thanks,
> 
> Dejan
> 
> > (snip)
> >           <operations>
> >             <op id="prmFsPostgreSQLDB1-start-0s" interval="0s" name="start" on-fail="restart" timeout="480s"/>
> >             <op id="prmFsPostgreSQLDB1-monitor-10s" interval="10s" name="monitor" depth="20" on-fail="restart"/>
> >             <op id="prmFsPostgreSQLDB1-stop-0s" interval="0s" name="stop" on-fail="fence" timeout="60s"/>
> >           </operations>
> > (snip)
> > 
> > As a result of having tried it in various ways, I understood that it was necessary for the depth appointment to set it with an instance attribute.
> > 
> > (snip)
> >           <op id="prmFsPostgreSQLDB-monitor-10s" interval="10s" name="monitor" on-fail="restart" timeout="60s">
> >             <instance_attributes id="prmFsPostgreSQLDB-monitor-10s-instance_attributes">
> >               <nvpair id="prmFsPostgreSQLDB-monitor-10s-instance_attributes-depth" name="depth" value="20"/>
> >             </instance_attributes>
> >           </op>
> > (snip)
> > 
> > However, the depth monitor does not work when I appointed it with an instance attribute.
> > 
> > Will appointment of the monitors of depth be a future released function?
> > 
> >  * I was not found explanation (a document) about the depth appointment.
> >  * If there is a detailed commentary somewhere, please teach it.
> > 
> > Best Regards,
> > Hideo Yamauchi.
> > 
> > 
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> > http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> > 
> > Project Home: http://www.clusterlabs.org
> > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
> 




More information about the Pacemaker mailing list