<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 04/22/2015 02:45 PM, Lars Nielsen
      wrote:<br>
    </div>
    <blockquote cite="mid:553797E8.70602@steinwurf.com" type="cite">Hey
      again
      <br>
      I keep getting this still:
      <br>
          Unable to open file ‘/var/lib/glusterd/groups/virt’. Error: No
      such file or directory
      <br>
      Still no luck after reinstall
      <br>
      <br>
      - Lars
      <br>
      <br>
      <br>
      On 19/04/15 18:05, Lars Nielsen wrote:
      <br>
      <blockquote type="cite">Hey
        <br>
        <br>
        Will try it.
        <br>
        Thank you very much
        <br>
        <br>
        - Lars
        <br>
        <br>
        <blockquote type="cite">On 19 Apr 2015, at 12:35, Bernd
          Broermann <a class="moz-txt-link-rfc2396E" href="mailto:bernd@broermann.com">&lt;bernd@broermann.com&gt;</a> wrote:
          <br>
          <br>
          Hi,
          <br>
          <br>
          I saw the same behavior in  past.
          <br>
          <br>
          I solved it by reinstall  "glusterfs-server" package.
          <br>
             rpm -qf /var/lib/glusterd/groups/virt
          <br>
             glusterfs-server-3.6.2-1.el7.x86_64
          <br>
          <br>
             yum reinstall glusterfs-server
          <br>
          <br>
          Might fix it you also.
          <br>
          <br>
          Bernd
          <br>
          <br>
          <br>
          Am 17.04.2015 um 19:52 schrieb Lars Nielsen:
          <br>
          <blockquote type="cite">Hey again :)
            <br>
            I have a problem with ovirt 3.5. I am trying to setup oVirt
            3.5 and using gluster following this guide:
            <br>
<a class="moz-txt-link-freetext" href="http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/">http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/</a>
            <br>
            <br>
            However when I run the install command:
            <br>
                yum install -y ovirt-hosted-engine-setup
            <br>
            I get the output:
            <br>
                No package overt-hosted-engine-setup available
            <br>
                Error nothing to do.
            <br>
            <br>
            But I have run:
            <br>
                yum localinstall -y
            <a class="moz-txt-link-freetext" href="http://resources.ovirt.org/pub/yum-repo/ovirt-release35.rpm">http://resources.ovirt.org/pub/yum-repo/ovirt-release35.rpm</a>
            <br>
            I get no error, and I have checked the log files.
            <br>
            <br>
            And when I run this command:
            <br>
                gluster volume set engine group virt
            <br>
            I get this output:
            <br>
                Unable to open file ‘/var/lib/glusterd/groups/virt’.
            Error: No such file or directory
            <br>
            <br>
            Hope some one can help.
            <br>
            <br>
            Thanks in advance
            <br>
            <br>
            - Lars Nielsen
            <br>
            <br>
            <br>
            <br>
            <br>
            _______________________________________________
            <br>
            Users mailing list
            <br>
            <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a>
            <br>
            <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
            <br>
            <br>
          </blockquote>
          -- <br>
          Bernd Broermann
          <br>
          Wellingsbütteler Landstr. 241
          <br>
          22337 Hamburg
          <br>
          <br>
          0172/2982498
          <br>
          040/53888870
          <br>
          <a class="moz-txt-link-freetext" href="http://www.broermann.com">http://www.broermann.com</a>
          <br>
          RHCE - Redhat Certified Engineer<br>
        </blockquote>
      </blockquote>
    </blockquote>
    <br>
    <br>
    Hi, <br>
    <br>
    I think this is this bug:
    <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=1129592">https://bugzilla.redhat.com/show_bug.cgi?id=1129592</a><br>
    <br>
    <blockquote><span class="bz_comment_user"> <span class="vcard "><a
            class="email" href="mailto:info@netbulae.com"
            title="Netbulae &lt;info@netbulae.com&gt;"> <span
              class="fn">Netbulae</span></a>
        </span> </span> <span class="bz_comment_user_images"> </span>
      <span class="bz_comment_time"> 2014-08-14 05:50:15 EDT </span>
      <pre class="bz_comment_text
                 bz_wrap_comment_text" id="comment_text_1">I just read something about this in the following article:

<a href="http://blog.gluster.org/2014/05/ovirt-3-4-glusterized/">http://blog.gluster.org/2014/05/ovirt-3-4-glusterized/</a>


Create a file named `/var/lib/glusterd/groups/virt' and paste in the lines below. This provides a "virt" group with settings optimized for VM storage. I've left off two quorum-related options present in the original group definition. These quorum settings help prevent split-brain, but will cause VMs hosted on Gluster volumes with the settings applied to pause when one of our two machines goes offline.

quick-read=off
read-ahead=off
io-cache=off
stat-prefetch=off
eager-lock=enable
remote-dio=enable

Next, we'll add our new engine volume to this virt group:

gluster volume set engine group virt


I never createde the virt file and it's not in this directory.

Can it be auto created on setup?
</pre>
      <div id="c2" class="bz_comment"><br>
        <pre class="bz_comment_text
                 bz_wrap_comment_text" id="comment_text_2">Forgot to add these for cluster &gt;2 nodes:

quorum-type=auto
server-quorum-type=server

As per <a href="https://github.com/gluster/glusterfs/blob/master/extras/group-virt.example">https://github.com/gluster/glusterfs/blob/master/extras/group-virt.example</a></pre>
      </div>
    </blockquote>
    <br>
  <BR />
<BR />
<b style="color:#604c78"></b><br><span style="color:#604c78;"><font color="000000"><span style="mso-fareast-language:en-gb;" lang="NL">Met vriendelijke groet, With kind regards,<br><br></span>Jorick Astrego</font></span><b style="color:#604c78"><br><br>Netbulae Virtualization Experts </b><br><hr style="border:none;border-top:1px solid #ccc;"><table style="width: 522px"><tbody><tr><td style="width: 130px;font-size: 10px">Tel:  053 20 30 270</td>    <td style="width: 130px;font-size: 10px">info@netbulae.eu</td>    <td style="width: 130px;font-size: 10px">Staalsteden 4-3A</td>    <td style="width: 130px;font-size: 10px">KvK 08198180</td></tr><tr>    <td style="width: 130px;font-size: 10px">Fax: 053 20 30 271</td>    <td style="width: 130px;font-size: 10px">www.netbulae.eu</td>    <td style="width: 130px;font-size: 10px">7547 TA Enschede</td>    <td style="width: 130px;font-size: 10px">BTW NL821234584B01</td></tr></tbody></table><br><hr style="border:none;border-top:1px solid #ccc;"><BR />
</body>
</html>