<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/28/2014 11:29 AM, Ramon Medeiros
      wrote:<br>
    </div>
    <blockquote cite="mid:52E7B0AA.2080302@linux.vnet.ibm.com"
      type="cite">Well,
      <br>
      <br>
      you can also test using virsh. Libvirt is not removing the vg and
      the pv when you delete a logical storage pool.
      <br>
      <br>
      The question is: is it better to fix libvirt, submiting a patch
      for they, or just remove the vg and pv on kimchi?
      <br>
      <br>
    </blockquote>
    <br>
    <font face="DejaVu Sans Mono">I don't think it is a libvirt problem.<br>
      Deleting a storage pool should not affect the system as storage
      pool is just a concept.<br>
      <br>
      From kimchi perspective, we should allow the user create the
      logical storage pool with any name independent<br>
      if it was created earlier or not<br>
      <br>
      What we need to do is investigating if there is a way to create a
      logical pool with name "my-logical-pool"<br>
      and the vg with a unique key, like "my-logical-%(uuid)s"<br>
      So we guarantee the logical pool name won't affect the vg name.<br>
    </font>
  </body>
</html>