Encountered this error with pcs but not with crm.  Looks like a regex
error, with the existing regex grabbing all strings starting with the
string "libvirtd-clone" ...


[root@mici-admin2 ~]# pcs resource disable libvirtd-clone
Error: Error performing operation: Invalid argument
Multiple attributes match name=target-role
  Value: Started        (id=libvirtd-clone-meta-target-role)
  Value: Started        (id=libvirtd-clone-meta_attributes-target-role)

[root@mici-admin ~]# crm resource stop libvirtd-clone

<<no error, success>>

[root@mici-admin ~]# pcs resource enable libvirtd-clone
Error: Error performing operation: Invalid argument
Multiple attributes match name=target-role
  Value: Stopped        (id=libvirtd-clone-meta-target-role)
  Value: Stopped        (id=libvirtd-clone-meta_attributes-target-role)

xml:
      <clone id="libvirtd-clone">
        <meta_attributes id="libvirtd-clone-meta">
          <nvpair id="libvirtd-clone-meta-target-role" name="target-role" 
value="Stopped"/>
        <meta_attributes id="libvirtd-clone-meta_attributes">
          <nvpair id="libvirtd-clone-meta_attributes-target-role" 
name="target-role" value="Stopped"/>

Regards,
Bob Haxo


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

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to