Hi,

I have a resource which I would like to run only at 19:00, during 1
hour and then stop.

Why the following does not work?

...
      <primitive class="ocf" provider="ML" type="plumber_exe"
id="rsc_plumber"/>
...
      <rsc_location id="loc_plumber" rsc="rsc_plumber">
        <rule id="plumber_loc_time_constraint" score="1000">
          <date_expression id="rsc_plumber_run_timeperiod"
operation="date_spec" start="19:00">
            <duration id="rsc_plumber_run_hours" hours="1"/>
          </date_expression>
        </rule>
      </rsc_location>
...

I see that heartbeat starts to both monitor and call start while it's
cleary not 19:00 yet.


Thanks,
Maxim.



-- 
Cheers,
Maxim Veksler

"Free as in Freedom" - Do u GNU ?
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to