<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dejan Muhamedagic wrote:
<blockquote cite="mid:20080925153456.GA6775@rondo.homenet" type="cite">
  <pre wrap="">On Thu, Sep 25, 2008 at 05:03:37PM +0200, Andrew Beekhof wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Sep 25, 2008, at 3:48 PM, Bruno Voigt wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">Ok, I just found out, that I have to delete the constraints before.
A better error message would be great.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
A bit of advertisement for the cli (I need guniea pigs too :)

If you use the new CRM CLI interface (aka crm), it will delete
all the constraints which reference the resource you want to
delete:

# crm
crm(live) # configure delete hbtest1a

or:

# crm configure delete hbtest1a

  </pre>
</blockquote>
Hi Dejan,<br>
<br>
that did not work for me in 0.7.3,<br>
because I tried before the command "crm resource manage testbvol".<br>
<br>
root@xen20a:/etc/xen# crm configure delete testbvol<br>
ERROR: syntax : meta is_managed=true<br>
Call cib_delete failed (-47): Update does not conform to the configured
schema/DTD<br>
<null><br>
ERROR: could not delete testbvol<br>
offending xml: <primitive id="testbvol"/><br>
<br>
<br>
I think the renaming of attributes like "is_managed" to "is-managed"
will cause a lot of headaches for many people,<br>
at least I needed some time to find and change all affected ones in my
scripts ..<br>
<br>
WR,<br>
Bruno<br>
<br>
</body>
</html>