<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<p>Hello,</p>
<p> I am attempting to add a resource to an existing ordering
constraint set. The system in question came pre-configured with
PCS (FreePBX HA), and need to add a resource group (queuemetrics)
to the ordering constraint set. Before modification, the existing
set is as follows (output from pcs config --full)</p>
<p>set mysql httpd asterisk sequential=true
(id:mysql-httpd-asterisk) setoptions kind=Optional
(id:freepbx-start-order)<br>
</p>
I'm having issues with the "resource order set" command syntax,
specifically with setting options and IDs. Per the man page and help
info, the syntax appears as it should be this :<br>
<br>
pcs constraint order set mysql httpd asterisk queuemetrics
sequential=true id=mysql-httpd-asterisk setoptions kind=Optional
id=freepbx-start-order<br>
<br>
However when running this command I receive the following error :<br>
<p>Call cib_replace failed (-203): Update does not conform to the
configured schema<br>
</p>
<div class="moz-signature">I have also tried variations of this
syntax, and the ID option specifically is ignored and a
dynamically generated name is used instead.<br>
<br>
I'm not having any luck finding guidance with this specific issue
online. Thanks in advance for your guidance.<br>
<br>
Chris<br>
</div>
</body>
</html>