<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks Sahina!!<br>
    <br>
    The hosts are there as the volume. What is gone is the DC and mostly
    everything else. I'll send you the logs, but due to the lack of
    time, they are going to be the raw logs for several days as the
    force was last week.<br>
    Regards,<br>
    <br>
    <div class="moz-cite-prefix">On 31/01/14 09:35, Sahina Bose wrote:<br>
    </div>
    <blockquote cite="mid:52EB8A81.8030105@redhat.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <div class="moz-cite-prefix">On 01/31/2014 04:49 PM, Juan Pablo
        Lorier wrote:<br>
      </div>
      <blockquote cite="mid:52EB86AB.7020908@gmail.com" type="cite">
        <pre wrap="">Hi,

I'm about to hack engine db to remove a gluster volume and I'd like
someone to advise me on this. The environment is in production, I've
backed up the db and I'm planning to remove every entry I can find of
the volume (host members, cluster, etc) but I found that there's no
clusters table (and I need to remove a cluster that no longer exists
after a force remove of the DC but somehow the volume still is attached
to it).</pre>
      </blockquote>
      <br>
      delete from gluster_volume_bricks where volume_id = "..";<br>
      delete from gluster_volume_options where volume_id = "..";<br>
      delete from gluster_volume_transport_types where volume_id="..";<br>
      delete from gluster_volume_access_protocols where volume_id="..";<br>
      delete from gluster_volumes where id="..";<br>
      <br>
      The above would delete all gluster volume information stored in
      the db.<br>
      <br>
      Cluster information is stored in vds_groups table.<br>
      <br>
      You should have been able to remove the host using "Force" option.
      Didn't that work for you. I would be interested to see the logs if
      it did not.<br>
      <br>
      thanks<br>
      sahina<br>
      <blockquote cite="mid:52EB86AB.7020908@gmail.com" type="cite">
        <pre wrap="">I'll try IRC also to see if someone can give me a hand.
Regards,

</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
</pre>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>