Hi, On Wed, Mar 30, 2011 at 02:52:37PM +0200, Alain.Moulle wrote: > Hi, > > Sorry but I can't find any crm command to change after configuration > a value in the "op" lines of a primitive, for example : > a primitive with : > op monitor interval="20" timeout="60" on-fail="restart" start-delay="60" \ > I'd like to change by crm command for example start-delay value. > (again, it is to be included in scripts, that's why I don't use crm > configure edit) > > Did I miss the command or is there no way to do this ?
No, there's no command for exactly this purpose. I think I've already mentioned before that you can do sth like: # crm configure show ... | somescript | crm configure load update - In pacemaker 1.1.x there's crm configure filter command. Thanks, Dejan > Thanks > Alain > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
