On Thu, 29 May 2014 19:36:59 +0200 Bart Coninckx <[email protected]> wrote:
> When I change something to the cluster I get this error message: > > Kan wijzigingen niet toepassen: ERROR: 2: syntax in rsc_defaults: > Expected at least one name-value pair parsing 'rsc_defaults > $id=rsc-options' ERROR: 3: syntax in op_defaults: Expected at least > one name-value pair parsing 'op_defaults $id=op-options' > > The first part is Dutch for: cannot apply changes > > Can anyone give me some pointers on where to look to get this sorted? Hi, This is an issue in crmsh: the crmsh CLI language parser expects at least one value if there's an rsc_defaults or op_defaults item (the special $id value does not count). This is incorrect, I have fixed it upstream [1], but the fix is not yet in a released version of crmsh. [1]: https://github.com/crmsh/crmsh/commit/181d3024f98cd39cdea1e12bc1f2f44dd3817257 -- // Kristoffer Grönlund // [email protected] _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
