On May 13, 2008, at 8:43 AM, Junko IKEDA wrote:

The changes for Pacemaker 1.0 include an overhaul of configuration
syntax.

We have a few things in mind for this already, but I'd also like to
get people's opinion on which parts need the most attention.

I just got a request for cib.xml format.
We can set "timeout value" for operation, like "start", "stop", "monitor"...
Sometimes it might be the same value.
so, it's a pain to set them many times,
and if we want to change "timeout value" all together, there would be a lot
of points to take care.

That might be convenience if some setting can refer to the same value, like
environment variable in cib.xml.
strange?

there is

    <parameter name="default-action-timeout" unique="0">
<shortdesc lang="en">How long to wait for actions to complete</ shortdesc>
      <content type="time" default="20s"/>
<longdesc lang="en">How long to wait for actions to complete</ longdesc>
    </parameter>

is that not sufficient?


_______________________________________________
Pacemaker mailing list
Pacemaker@clusterlabs.org
http://list.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to