<div dir="ltr">I&#39;m really sorry to bother, but it seems like all my previous test were waste of time with those generated from /dev/zero files :). Its good and bad news. Now I use real files for my tests. As it my almost last workday, only things I prefer to do is to test and document :) .. so here are some new results:<div>

<br></div><div>So this time I&#39;ve got two gluster volumes:</div><div><br></div><div>1. with cluster.self-heal-daemon off</div><div>2. with cluster.self-heal-daemon on</div><div><br></div><div>1. real results with SHD off:</div>

<div>Seems like all is working as expected. VM survives both glusterfs servers outage. And I&#39;m able to see the sync via network traffic. FINE! </div><div><br></div><div>Sometimes healing occurs a bit late (takes time from 1 minute to 1 hour to sync). Don&#39;t know why. Ideas?</div>
<div><br></div><div>2. test results on server with SHD on:</div><div>
VM is not able to survive second server restart (as was previously defined). gives IO errors, Although files are synced. Some locks, that do not allow KVM hypervisor to reconnect to the storage in time?</div><div><br></div>

<div><br></div><div>So the problem actually is stripped files inside a VM :). If one uses them (generates from /dev/zero ie), VM will crash and never come up due to errors in qcow2 file headers. Another bug?</div><div><br>

</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-07 9:53 GMT+03:00 Roman <span dir="ltr">&lt;<a href="mailto:romeo.r@gmail.com" target="_blank">romeo.r@gmail.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ok, then I hope that we will be able to test it two weeks later. Thanks for your time and  patience. </div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-07 9:49 GMT+03:00 Pranith Kumar Karampuri <span dir="ltr">&lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF"><div><div class="h5">
    <br>
    <div>On 08/07/2014 12:17 PM, Roman wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Well, one thing is definitely true: If there is no
        healing daemon running, I&#39;m not able to start the VM after
        outage. Seems like the qcow2 file is corrupted (KVM unable to
        read its header).</div>
    </blockquote>
    We shall see this again once I have the document with all the steps
    that need to be carried out :-)<br>
    <br>
    Pranith<br>
    </div></div><blockquote type="cite">
      <div class="gmail_extra">
        <br>
        <br>
        <div class="gmail_quote"><div><div class="h5">2014-08-07 9:35 GMT+03:00 Roman <span dir="ltr">&lt;<a href="mailto:romeo.r@gmail.com" target="_blank">romeo.r@gmail.com</a>&gt;</span>:<br>
          </div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
            <div dir="ltr">&gt; <span style="font-family:arial,sans-serif;font-size:13px">This
                should not happen if you do the writes lets say from
                &#39;/dev/urandom&#39; instead of &#39;/dev/zero&#39;</span>
              <div><span style="font-family:arial,sans-serif;font-size:13px"><br>
                </span></div>
              <div><span style="font-family:arial,sans-serif;font-size:13px">Somewhere
                  deep inside me I thought so ! zero is zero :)</span></div>
              <div><span style="font-family:arial,sans-serif;font-size:13px"><br>
                </span></div>
              <div><span style="font-family:arial,sans-serif;font-size:13px">&gt;</span><span style="font-family:arial,sans-serif;font-size:13px">I
                  will provide you with a document for testing this
                  issue properly. I have a lot going on in my day job so
                  not getting enough time to write that out. Considering
                  the weekend is approaching I will &gt; get a bit of
                  time definitely over the weekend so I will send you
                  the document over the weekend.</span></div>
              <div><span style="font-family:arial,sans-serif;font-size:13px"><br>
                </span></div>
              <div><font face="arial, sans-serif">Thank you a lot. I&#39;ll
                  wait. Tomorrow starts my vacation and I&#39;ll be out for
                  two weeks, so don&#39;t hurry very much. </font></div>
              <div><span style="font-family:arial,sans-serif;font-size:13px"><br>
                </span></div>
              <div><span style="font-family:arial,sans-serif;font-size:13px"><br>
                </span></div>
            </div>
            </div></div><div class="gmail_extra"><br>
              <br>
              <div class="gmail_quote"><div><div class="h5">
                2014-08-07 9:26 GMT+03:00 Pranith Kumar Karampuri <span dir="ltr">&lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;</span>:<br>
                </div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <div text="#000000" bgcolor="#FFFFFF"><div><div class="h5"> <br>
                    <div>On 08/07/2014 11:48 AM, Roman wrote:<br>
                    </div>
                    <blockquote type="cite">
                      <div dir="ltr">How can they be in sync, if they
                        are different in size ? And why then VM is not
                        able to survive gluster outage? I really want to
                        use glusterfs in our production for
                        infrastructure virtualization due to its simple
                        setup, but I&#39;m not able to at this moment. Maybe
                        you&#39;ve got some testing agenda? Or could you
                        list me the steps to make right tests, so our
                        VM-s would survive the outages.</div>
                    </blockquote>
                    This is because of sparse files. <a href="http://en.wikipedia.org/wiki/Sparse_file" target="_blank">http://en.wikipedia.org/wiki/Sparse_file</a><br>
                    This should not happen if you do the writes lets say
                    from &#39;/dev/urandom&#39; instead of &#39;/dev/zero&#39;<br>
                    <br>
                    I will provide you with a document for testing this
                    issue properly. I have a lot going on in my day job
                    so not getting enough time to write that out.
                    Considering the weekend is approaching I will get a
                    bit of time definitely over the weekend so I will
                    send you the document over the weekend.<br>
                    <br>
                    Pranith<br>
                    </div></div><blockquote type="cite"><div><div class="h5">
                      <div dir="ltr">
                        <div> <br>
                        </div>
                        <div>We would like to be sure, that in
                          situation, when one of storages is down, the
                          VM-s are running - it is OK, we see this.</div>
                        <div>We would like to be sure, that data after
                          the server is back up is synced - we can&#39;t see
                          that atm</div>
                        <div>We would like to be sure, that VMs are
                          failovering to the second storage during the
                          outage - we can&#39;t see this atm </div>
                        <div>:(</div>
                      </div>
                      </div></div><div class="gmail_extra"><br>
                        <br>
                        <div class="gmail_quote"><div><div class="h5">2014-08-07 9:12
                          GMT+03:00 Pranith Kumar Karampuri <span dir="ltr">&lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;</span>:<br>
                          </div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                            <div text="#000000" bgcolor="#FFFFFF"><div><div class="h5"> <br>
                              <div>On 08/07/2014 11:33 AM, Roman wrote:<br>
                              </div>
                              <blockquote type="cite">
                                <div dir="ltr">File size increases
                                  because of me :) I generate files on
                                  VM from /dev/zero during the outage of
                                  one server. Then I bring up the downed
                                  server and it seems files never sync.
                                  I&#39;ll keep on testing today. Can&#39;t read
                                  much from logs also :(. This morning
                                  both VM-s (one on volume with
                                  self-healing and other on volume
                                  without it) survived second server
                                  outage (first server was down
                                  yesterday), while file sizes are
                                  different, VM-s ran without problems.
                                  But I&#39;ve restarted them before
                                  bringing the second gluster server
                                  down. <br>
                                </div>
                              </blockquote>
                              Then there is no bug :-). It seems the
                              files are already in sync according to the
                              extended attributes you have pasted. How
                              to do you test if the files are in sync or
                              not?<br>
                              <br>
                              Pranith<br>
                              </div></div><blockquote type="cite"><div><div class="h5">
                                <div dir="ltr">
                                  <div> <br>
                                  </div>
                                  <div>So I&#39;m a bit lost at this moment.
                                    I&#39;ll try to keep my testings ordered
                                    and write here, what will happen.</div>
                                </div>
                                </div></div><div class="gmail_extra"><br>
                                  <br>
                                  <div class="gmail_quote"><div><div class="h5">2014-08-07
                                    8:29 GMT+03:00 Pranith Kumar
                                    Karampuri <span dir="ltr">&lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;</span>:<br>
                                    </div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                                      <div text="#000000" bgcolor="#FFFFFF"><div><div class="h5">
                                        <div> <br>
                                          <div>On 08/07/2014 10:46 AM,
                                            Roman wrote:<br>
                                          </div>
                                          <blockquote type="cite">
                                            <div dir="ltr">yes, they do.
                                              <div><br>
                                              </div>
                                              <div>
                                                <div>getfattr: Removing
                                                  leading &#39;/&#39; from
                                                  absolute path names</div>
                                                <div># file:
                                                  exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>trusted.afr.HA-MED-PVE1-1T-client-0=0x000000000000000000000000</div>
                                                <div>trusted.afr.HA-MED-PVE1-1T-client-1=0x000000000000000000000000</div>
                                                <div>trusted.gfid=0x207984df4e6e4ef983f285ed0c4ce8fa</div>
                                                <div><br>
                                                </div>
                                                <div>root@stor1:~# du
                                                  -sh
                                                  /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>1.6G  
                                                   /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>root@stor1:~#
                                                  md5sum
                                                  /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>c117d73c9f8a2e09ef13da31f7225fa6

 /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>root@stor1:~# du
                                                  -sh
                                                  /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>1.6G  
                                                   /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                              </div>
                                              <div><br>
                                              </div>
                                              <div><br>
                                              </div>
                                              <div><br>
                                              </div>
                                              <div>
                                                <div>root@stor2:~#
                                                  getfattr -d -m. -e hex
/exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>getfattr: Removing
                                                  leading &#39;/&#39; from
                                                  absolute path names</div>
                                                <div># file:
                                                  exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>trusted.afr.HA-MED-PVE1-1T-client-0=0x000000000000000000000000</div>
                                                <div>trusted.afr.HA-MED-PVE1-1T-client-1=0x000000000000000000000000</div>
                                                <div>trusted.gfid=0x207984df4e6e4ef983f285ed0c4ce8fa</div>
                                                <div><br>
                                                </div>
                                                <div>root@stor2:~#
                                                  md5sum
                                                  /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>c117d73c9f8a2e09ef13da31f7225fa6

 /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>root@stor2:~# du
                                                  -sh
                                                  /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                                <div>2.6G  
                                                   /exports/pve1/1T/images/125/vm-125-disk-1.qcow2</div>
                                              </div>
                                            </div>
                                          </blockquote>
                                        </div>
                                        I think the files are differing
                                        in size because of the sparse
                                        file healing issue. Could you
                                        raise a bug with steps to
                                        re-create this issue where after
                                        healing size of the file is
                                        increasing?<span><font color="#888888"><br>
                                            <br>
                                            Pranith</font></span>
                                        </div></div><div>
                                          <div><br>
                                            <blockquote type="cite">
                                              <div dir="ltr">
                                                <div><br>
                                                </div>
                                              </div>
                                              <div class="gmail_extra"><br>
                                                <br>
                                                <div class="gmail_quote"><div><div class="h5">
                                                  2014-08-06 12:49
                                                  GMT+03:00 Humble
                                                  Chirammal <span dir="ltr">&lt;<a href="mailto:hchiramm@redhat.com" target="_blank">hchiramm@redhat.com</a>&gt;</span>:<br>
                                                  </div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
                                                    <div><br>
                                                      <br>
                                                      <br>
                                                      ----- Original
                                                      Message -----<br>
                                                      | From: &quot;Pranith
                                                      Kumar Karampuri&quot;
                                                      &lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;<br>
                                                      | To: &quot;Roman&quot; &lt;<a href="mailto:romeo.r@gmail.com" target="_blank">romeo.r@gmail.com</a>&gt;<br>
                                                      | Cc: <a href="mailto:gluster-users@gluster.org" target="_blank">gluster-users@gluster.org</a>,
                                                      &quot;Niels de Vos&quot;
                                                      &lt;<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>&gt;,


                                                      &quot;Humble Chirammal&quot;
                                                      &lt;<a href="mailto:hchiramm@redhat.com" target="_blank">hchiramm@redhat.com</a>&gt;<br>
                                                      | Sent: Wednesday,
                                                      August 6, 2014
                                                      12:09:57 PM<br>
                                                      | Subject: Re:
                                                      [Gluster-users]
                                                      libgfapi failover
                                                      problem on replica
                                                      bricks<br>
                                                      |<br>
                                                      | Roman,<br>
                                                      |      The file
                                                      went into
                                                      split-brain. I
                                                      think we should do
                                                      these tests<br>
                                                      | with 3.5.2.
                                                      Where monitoring
                                                      the heals is
                                                      easier. Let me
                                                      also come up<br>
                                                      | with a document
                                                      about how to do
                                                      this testing you
                                                      are trying to do.<br>
                                                      |<br>
                                                      | Humble/Niels,<br>
                                                      |      Do we have
                                                      debs available for
                                                      3.5.2? In 3.5.1
                                                      there was
                                                      packaging<br>
                                                      | issue where
                                                      /usr/bin/glfsheal
                                                      is not packaged
                                                      along with the
                                                      deb. I<br>
                                                      | think that
                                                      should be fixed
                                                      now as well?<br>
                                                      |<br>
                                                    </div>
                                                    Pranith,<br>
                                                    <br>
                                                    The 3.5.2 packages
                                                    for debian is not
                                                    available yet. We
                                                    are co-ordinating
                                                    internally to get it
                                                    processed.<br>
                                                    I will update the
                                                    list once its
                                                    available.<br>
                                                    <br>
                                                    --Humble<br>
                                                    <div>|<br>
                                                      | On 08/06/2014
                                                      11:52 AM, Roman
                                                      wrote:<br>
                                                      | &gt; good
                                                      morning,<br>
                                                      | &gt;<br>
                                                      | &gt;
                                                      root@stor1:~#
                                                      getfattr -d -m. -e
                                                      hex<br>
                                                      | &gt;
                                                      /exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                      | &gt; getfattr:
                                                      Removing leading
                                                      &#39;/&#39; from absolute
                                                      path names<br>
                                                      | &gt; # file:
                                                      exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                      | &gt;
                                                      trusted.afr.HA-fast-150G-PVE1-client-0=0x000000000000000000000000<br>
                                                      | &gt;
                                                      trusted.afr.HA-fast-150G-PVE1-client-1=0x000001320000000000000000<br>
                                                      | &gt;
                                                      trusted.gfid=0x23c79523075a4158bea38078da570449<br>
                                                      | &gt;<br>
                                                      | &gt; getfattr:
                                                      Removing leading
                                                      &#39;/&#39; from absolute
                                                      path names<br>
                                                      | &gt; # file:
                                                      exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                      | &gt;
                                                      trusted.afr.HA-fast-150G-PVE1-client-0=0x000000040000000000000000<br>
                                                      | &gt;
                                                      trusted.afr.HA-fast-150G-PVE1-client-1=0x000000000000000000000000<br>
                                                      | &gt;
                                                      trusted.gfid=0x23c79523075a4158bea38078da570449<br>
                                                      | &gt;<br>
                                                      | &gt;<br>
                                                      | &gt;<br>
                                                      | &gt; 2014-08-06
                                                      9:20 GMT+03:00
                                                      Pranith Kumar
                                                      Karampuri &lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a><br>
                                                    </div>
                                                    | &gt; &lt;mailto:<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;&gt;:<br>
                                                    <div>| &gt;<br>
                                                      | &gt;<br>
                                                      | &gt;     On
                                                      08/06/2014 11:30
                                                      AM, Roman wrote:<br>
                                                      | &gt;&gt;    
                                                      Also, this time
                                                      files are not the
                                                      same!<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;    
                                                      root@stor1:~#
                                                      md5sum<br>
                                                      | &gt;&gt;    
                                                      /exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                      | &gt;&gt;    
                                                      32411360c53116b96a059f17306caeda<br>
                                                      | &gt;&gt;    
                                                       /exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;    
                                                      root@stor2:~#
                                                      md5sum<br>
                                                      | &gt;&gt;    
                                                      /exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                      | &gt;&gt;    
                                                      65b8a6031bcb6f5fb3a11cb1e8b1c9c9<br>
                                                      | &gt;&gt;    
                                                       /exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                      | &gt;     What is
                                                      the getfattr
                                                      output?<br>
                                                      | &gt;<br>
                                                      | &gt;     Pranith<br>
                                                      | &gt;<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;    
                                                      2014-08-05 16:33
                                                      GMT+03:00 Roman
                                                      &lt;<a href="mailto:romeo.r@gmail.com" target="_blank">romeo.r@gmail.com</a><br>
                                                    </div>
                                                    | &gt;&gt;    
                                                    &lt;mailto:<a href="mailto:romeo.r@gmail.com" target="_blank">romeo.r@gmail.com</a>&gt;&gt;:<br>
                                                    <div>| &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      Nope, it is not
                                                      working. But this
                                                      time it went a bit
                                                      other way<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      root@gluster-client:~#
                                                      dmesg<br>
                                                      | &gt;&gt;        
                                                      Segmentation fault<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      I was not able
                                                      even to start the
                                                      VM after I done
                                                      the tests<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      Could not read
                                                      qcow2 header:
                                                      Operation not
                                                      permitted<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      And it seems, it
                                                      never starts to
                                                      sync files after
                                                      first<br>
                                                      | &gt;&gt;        
                                                      disconnect. VM
                                                      survives first
                                                      disconnect, but
                                                      not second (I<br>
                                                      | &gt;&gt;        
                                                      waited around 30
                                                      minutes). Also,
                                                      I&#39;ve<br>
                                                      | &gt;&gt;        
                                                      got
                                                      network.ping-timeout:
                                                      2 in volume
                                                      settings, but logs<br>
                                                      | &gt;&gt;        
                                                      react on first
                                                      disconnect around
                                                      30 seconds. Second
                                                      was<br>
                                                      | &gt;&gt;        
                                                      faster, 2 seconds.<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      Reaction was
                                                      different also:<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      slower one:<br>
                                                      | &gt;&gt;        
                                                      [2014-08-05
                                                      13:26:19.558435] W
[socket.c:514:__socket_rwv]<br>
                                                      | &gt;&gt;        
                                                      0-glusterfs: readv
                                                      failed (Connection
                                                      timed out)<br>
                                                      | &gt;&gt;        
                                                      [2014-08-05
                                                      13:26:19.558485] W<br>
                                                      | &gt;&gt;        
                                                      [socket.c:1962:__socket_proto_state_machine]

                                                      0-glusterfs:<br>
                                                      | &gt;&gt;        
                                                      reading from
                                                      socket failed.
                                                      Error (Connection
                                                      timed out),<br>
                                                    </div>
                                                    | &gt;&gt;        
                                                    peer (<a href="http://10.250.0.1:24007" target="_blank">10.250.0.1:24007</a> &lt;<a href="http://10.250.0.1:24007" target="_blank">http://10.250.0.1:24007</a>&gt;)<br>
                                                    <div>| &gt;&gt;    
                                                          [2014-08-05
                                                      13:26:21.281426] W
[socket.c:514:__socket_rwv]<br>
                                                      | &gt;&gt;        
                                                      0-HA-fast-150G-PVE1-client-0:

                                                      readv failed
                                                      (Connection timed
                                                      out)<br>
                                                      | &gt;&gt;        
                                                      [2014-08-05
                                                      13:26:21.281474] W<br>
                                                      | &gt;&gt;        
[socket.c:1962:__socket_proto_state_machine]<br>
                                                      | &gt;&gt;        
                                                      0-HA-fast-150G-PVE1-client-0:

                                                      reading from
                                                      socket failed.<br>
                                                      | &gt;&gt;        
                                                      Error (Connection
                                                      timed out), peer (<a href="http://10.250.0.1:49153" target="_blank">10.250.0.1:49153</a><br>
                                                    </div>
                                                    | &gt;&gt;        
                                                    &lt;<a href="http://10.250.0.1:49153" target="_blank">http://10.250.0.1:49153</a>&gt;)<br>
                                                    <div>| &gt;&gt;    
                                                          [2014-08-05
                                                      13:26:21.281507] I<br>
                                                      | &gt;&gt;        
[client.c:2098:client_rpc_notify]<br>
                                                      | &gt;&gt;        
                                                      0-HA-fast-150G-PVE1-client-0:

                                                      disconnected<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                      the fast one:<br>
                                                      | &gt;&gt;        
                                                      2014-08-05
                                                      12:52:44.607389] C<br>
                                                      | &gt;&gt;        
[client-handshake.c:127:rpc_client_ping_timer_expired]<br>
                                                      | &gt;&gt;        
                                                      0-HA-fast-150G-PVE1-client-1:

                                                      server <a href="http://10.250.0.2:49153" target="_blank">10.250.0.2:49153</a><br>
                                                    </div>
                                                    | &gt;&gt;        
                                                    &lt;<a href="http://10.250.0.2:49153" target="_blank">http://10.250.0.2:49153</a>&gt;



                                                    has not responded in
                                                    the last 2<br>
                                                    <div>
                                                      <div>| &gt;&gt;  
                                                              seconds,
                                                        disconnecting.<br>
                                                        | &gt;&gt;      
                                                          [2014-08-05
                                                        12:52:44.607491]
                                                        W
                                                        [socket.c:514:__socket_rwv]<br>
                                                        | &gt;&gt;      
                                                         
                                                        0-HA-fast-150G-PVE1-client-1:
                                                        readv failed (No
                                                        data available)<br>
                                                        | &gt;&gt;      
                                                          [2014-08-05
                                                        12:52:44.607585]
                                                        E<br>
                                                        | &gt;&gt;      
                                                         
                                                        [rpc-clnt.c:368:saved_frames_unwind]<br>
                                                        | &gt;&gt;      
                                                         
                                                        (--&gt;/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_notify+0xf8)<br>
                                                        | &gt;&gt;      
                                                         
                                                        [0x7fcb1b4b0558]<br>
                                                        | &gt;&gt;      
                                                         
(--&gt;/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_connection_cleanup+0xc3)<br>
                                                        | &gt;&gt;      
                                                         
                                                        [0x7fcb1b4aea63]<br>
                                                        | &gt;&gt;      
                                                         
                                                        (--&gt;/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(saved_frames_destroy+0xe)<br>
                                                        | &gt;&gt;      
                                                         
                                                        [0x7fcb1b4ae97e])))
                                                        0-HA-fast-150G-PVE1-client-1:

                                                        forced<br>
                                                        | &gt;&gt;      
                                                          unwinding
                                                        frame
                                                        type(GlusterFS
                                                        3.3)
                                                        op(LOOKUP(27))
                                                        called at<br>
                                                        | &gt;&gt;      
                                                          2014-08-05
                                                        12:52:42.463881
                                                        (xid=0x381883x)<br>
                                                        | &gt;&gt;      
                                                          [2014-08-05
                                                        12:52:44.607604]
                                                        W<br>
                                                        | &gt;&gt;      
                                                         
                                                        [client-rpc-fops.c:2624:client3_3_lookup_cbk]<br>
                                                        | &gt;&gt;      
                                                         
                                                        0-HA-fast-150G-PVE1-client-1:
                                                        remote operation
                                                        failed:<br>
                                                        | &gt;&gt;      
                                                          Transport
                                                        endpoint is not
                                                        connected. Path:
                                                        /<br>
                                                        | &gt;&gt;      
                                                         
                                                        (00000000-0000-0000-0000-000000000001)<br>
                                                        | &gt;&gt;      
                                                          [2014-08-05
                                                        12:52:44.607736]
                                                        E<br>
                                                        | &gt;&gt;      
                                                         
                                                        [rpc-clnt.c:368:saved_frames_unwind]<br>
                                                        | &gt;&gt;      
                                                         
                                                        (--&gt;/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_notify+0xf8)<br>
                                                        | &gt;&gt;      
                                                         
                                                        [0x7fcb1b4b0558]<br>
                                                        | &gt;&gt;      
                                                         
(--&gt;/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_connection_cleanup+0xc3)<br>
                                                        | &gt;&gt;      
                                                         
                                                        [0x7fcb1b4aea63]<br>
                                                        | &gt;&gt;      
                                                         
                                                        (--&gt;/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(saved_frames_destroy+0xe)<br>
                                                        | &gt;&gt;      
                                                         
                                                        [0x7fcb1b4ae97e])))
                                                        0-HA-fast-150G-PVE1-client-1:

                                                        forced<br>
                                                        | &gt;&gt;      
                                                          unwinding
                                                        frame
                                                        type(GlusterFS
                                                        Handshake)
                                                        op(PING(3))
                                                        called<br>
                                                        | &gt;&gt;      
                                                          at 2014-08-05
                                                        12:52:42.463891
                                                        (xid=0x381884x)<br>
                                                        | &gt;&gt;      
                                                          [2014-08-05
                                                        12:52:44.607753]
                                                        W<br>
                                                        | &gt;&gt;      
                                                         
                                                        [client-handshake.c:276:client_ping_cbk]<br>
                                                        | &gt;&gt;      
                                                         
                                                        0-HA-fast-150G-PVE1-client-1:
                                                        timer must have
                                                        expired<br>
                                                        | &gt;&gt;      
                                                          [2014-08-05
                                                        12:52:44.607776]
                                                        I<br>
                                                        | &gt;&gt;      
                                                         
                                                        [client.c:2098:client_rpc_notify]<br>
                                                        | &gt;&gt;      
                                                         
                                                        0-HA-fast-150G-PVE1-client-1:
                                                        disconnected<br>
                                                        | &gt;&gt;<br>
                                                        | &gt;&gt;<br>
                                                        | &gt;&gt;<br>
                                                        | &gt;&gt;      
                                                          I&#39;ve got SSD
                                                        disks (just for
                                                        an info).<br>
                                                        | &gt;&gt;      
                                                          Should I go
                                                        and give a try
                                                        for 3.5.2?<br>
                                                        | &gt;&gt;<br>
                                                        | &gt;&gt;<br>
                                                        | &gt;&gt;<br>
                                                        | &gt;&gt;      
                                                          2014-08-05
                                                        13:06 GMT+03:00
                                                        Pranith Kumar
                                                        Karampuri<br>
                                                      </div>
                                                    </div>
                                                    | &gt;&gt;        
                                                    &lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>
                                                    &lt;mailto:<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;&gt;:<br>
                                                    <div>| &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                          reply along
                                                      with gluster-users
                                                      please :-). May be
                                                      you are<br>
                                                      | &gt;&gt;        
                                                          hitting
                                                      &#39;reply&#39; instead of
                                                      &#39;reply all&#39;?<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                          Pranith<br>
                                                      | &gt;&gt;<br>
                                                      | &gt;&gt;        
                                                          On 08/05/2014
                                                      03:35 PM, Roman
                                                      wrote:<br>
                                                      | &gt;&gt;&gt;    
                                                              To make
                                                      sure and clean,
                                                      I&#39;ve created
                                                      another VM with
                                                      raw<br>
                                                      | &gt;&gt;&gt;    
                                                              format and
                                                      goint to repeat
                                                      those steps. So
                                                      now I&#39;ve got<br>
                                                      | &gt;&gt;&gt;    
                                                              two VM-s
                                                      one with qcow2
                                                      format and other
                                                      with raw<br>
                                                      | &gt;&gt;&gt;    
                                                              format. I
                                                      will send another
                                                      e-mail shortly.<br>
                                                      | &gt;&gt;&gt;<br>
                                                      | &gt;&gt;&gt;<br>
                                                      | &gt;&gt;&gt;    
                                                              2014-08-05
                                                      13:01 GMT+03:00
                                                      Pranith Kumar
                                                      Karampuri<br>
                                                    </div>
                                                    | &gt;&gt;&gt;      
                                                          &lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>
                                                    &lt;mailto:<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;&gt;:<br>
                                                    <div>
                                                      <div>|
                                                        &gt;&gt;&gt;<br>
                                                        | &gt;&gt;&gt;<br>
                                                        | &gt;&gt;&gt;  
                                                                      On
                                                        08/05/2014 03:07
                                                        PM, Roman wrote:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        really, seems
                                                        like the same
                                                        file<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        stor1:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
a951641c5230472929836f9fcede6b04<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
 /exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        stor2:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
a951641c5230472929836f9fcede6b04<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
 /exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        one thing I&#39;ve
                                                        seen from logs,
                                                        that somehow
                                                        proxmox<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        VE is connecting
                                                        with wrong
                                                        version to
                                                        servers?<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        [2014-08-05
                                                        09:23:45.218550]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
[client-handshake.c:1659:select_server_supported_programs]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        0-HA-fast-150G-PVE1-client-0:

                                                        Using Program<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        GlusterFS 3.3,
                                                        Num (1298437),
                                                        Version (330)<br>
                                                        | &gt;&gt;&gt;  
                                                                      It
                                                        is the rpc (over
                                                        the network data
                                                        structures)<br>
                                                        | &gt;&gt;&gt;  
                                                                     
                                                        version, which
                                                        is not changed
                                                        at all from 3.3
                                                        so<br>
                                                        | &gt;&gt;&gt;  
                                                                     
                                                        thats not a
                                                        problem. So what
                                                        is the
                                                        conclusion? Is<br>
                                                        | &gt;&gt;&gt;  
                                                                     
                                                        your test case
                                                        working now or
                                                        not?<br>
                                                        | &gt;&gt;&gt;<br>
                                                        | &gt;&gt;&gt;  
                                                                     
                                                        Pranith<br>
                                                        | &gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        but if I issue:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        root@pve1:~#
                                                        glusterfs -V<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        glusterfs 3.4.4
                                                        built on Jun 28
                                                        2014 03:44:57<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        seems ok.<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        server  use
                                                        3.4.4 meanwhile<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        [2014-08-05
                                                        09:23:45.117875]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
[server-handshake.c:567:server_setvolume]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        0-HA-fast-150G-PVE1-server:

                                                        accepted client
                                                        from<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
stor1-9004-2014/08/05-09:23:45:93538-HA-fast-150G-PVE1-client-1-0<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        (version: 3.4.4)<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        [2014-08-05
                                                        09:23:49.103035]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
[server-handshake.c:567:server_setvolume]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        0-HA-fast-150G-PVE1-server:

                                                        accepted client
                                                        from<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
stor1-8998-2014/08/05-09:23:45:89883-HA-fast-150G-PVE1-client-0-0<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        (version: 3.4.4)<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        if this could be
                                                        the reason, of
                                                        course.<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        I did restart
                                                        the Proxmox VE
                                                        yesterday (just
                                                        for an<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        information)<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                        2014-08-05 12:30
                                                        GMT+03:00
                                                        Pranith Kumar
                                                        Karampuri<br>
                                                      </div>
                                                    </div>
                                                    | &gt;&gt;&gt;&gt;  
                                                                  &lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>
                                                    &lt;mailto:<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;&gt;:<br>
                                                    <div>
                                                      <div>|
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                            On
                                                        08/05/2014 02:33
                                                        PM, Roman wrote:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            Waited long
                                                        enough for now,
                                                        still different<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            sizes and no
                                                        logs about
                                                        healing :(<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            stor1<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            # file:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
trusted.afr.HA-fast-150G-PVE1-client-0=0x000000000000000000000000<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
trusted.afr.HA-fast-150G-PVE1-client-1=0x000000000000000000000000<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
trusted.gfid=0xf10ad81b58484bcd9b385a36a207f921<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
                                                        root@stor1:~# du
                                                        -sh<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
                                                        /exports/fast-test/150G/images/127/<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            1.2G
                                                         /exports/fast-test/150G/images/127/<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            stor2<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            # file:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
exports/fast-test/150G/images/127/vm-127-disk-1.qcow2<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
trusted.afr.HA-fast-150G-PVE1-client-0=0x000000000000000000000000<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
trusted.afr.HA-fast-150G-PVE1-client-1=0x000000000000000000000000<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
trusted.gfid=0xf10ad81b58484bcd9b385a36a207f921<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
                                                        root@stor2:~# du
                                                        -sh<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                           
                                                        /exports/fast-test/150G/images/127/<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            1.4G
                                                         /exports/fast-test/150G/images/127/<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                            According to
                                                        the changelogs,
                                                        the file doesn&#39;t<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                            need any
                                                        healing. Could
                                                        you stop the
                                                        operations<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                            on the VMs
                                                        and take md5sum
                                                        on both these
                                                        machines?<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;
                                                                       
                                                            Pranith<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            2014-08-05
                                                        11:49 GMT+03:00
                                                        Pranith Kumar<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                            Karampuri
                                                        &lt;<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a><br>
                                                      </div>
                                                    </div>
                                                    |
                                                    &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                    &lt;mailto:<a href="mailto:pkarampu@redhat.com" target="_blank">pkarampu@redhat.com</a>&gt;&gt;:<br>
                                                    <div>
                                                      <div>|
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                On
                                                        08/05/2014 02:06
                                                        PM, Roman wrote:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                Well, it
                                                        seems like it
                                                        doesn&#39;t see the<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                changes
                                                        were made to the
                                                        volume ? I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                created
                                                        two files 200
                                                        and 100 MB (from<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        /dev/zero) after
                                                        I disconnected
                                                        the first<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                brick.
                                                        Then connected
                                                        it back and got<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                these
                                                        logs:<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.830150]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [glusterfsd-mgmt.c:1584:mgmt_getspec_cbk]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-glusterfs: No
                                                        change in
                                                        volfile,
                                                        continuing<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.830207]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [rpc-clnt.c:1676:rpc_clnt_reconfig]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-HA-fast-150G-PVE1-client-0:
                                                        changing<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                port to
                                                        49153 (from 0)<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.830239]
                                                        W<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [socket.c:514:__socket_rwv]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-HA-fast-150G-PVE1-client-0:
                                                        readv<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                failed
                                                        (No data
                                                        available)<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.831024]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [client-handshake.c:1659:select_server_supported_programs]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-HA-fast-150G-PVE1-client-0:
                                                        Using<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                Program
                                                        GlusterFS 3.3,
                                                        Num (1298437),<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                Version
                                                        (330)<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.831375]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [client-handshake.c:1456:client_setvolume_cbk]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-HA-fast-150G-PVE1-client-0:
                                                        Connected<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                to <a href="http://10.250.0.1:49153" target="_blank">10.250.0.1:49153</a><br>
                                                      </div>
                                                    </div>
                                                    |
                                                    &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                        &lt;<a href="http://10.250.0.1:49153" target="_blank">http://10.250.0.1:49153</a>&gt;,


                                                    attached to<br>
                                                    </div></div><div>
                                                      <div><div><div class="h5">|
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                remote
                                                        volume
                                                        &#39;/exports/fast-test/150G&#39;.<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.831394]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [client-handshake.c:1468:client_setvolume_cbk]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-HA-fast-150G-PVE1-client-0:
                                                        Server and<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                Client
                                                        lk-version
                                                        numbers are not
                                                        same,<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        reopening the
                                                        fds<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.831566]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [client-handshake.c:450:client_set_lk_version_cbk]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-HA-fast-150G-PVE1-client-0:
                                                        Server lk<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                version
                                                        = 1<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [2014-08-05
                                                        08:30:37.830150]
                                                        I<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        [glusterfsd-mgmt.c:1584:mgmt_getspec_cbk]<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        0-glusterfs: No
                                                        change in
                                                        volfile,
                                                        continuing<br></div></div><div class="">
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                this
                                                        line seems weird
                                                        to me tbh.<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                                I do not
                                                        see any traffic
                                                        on switch<br>
                                                        |
                                                        &gt;&gt;&gt;&gt;&gt;&gt;
                                                                       
                                                               
                                                        interfaces
                                                        between gluster
                                                        servers, which<br>
                                                   </div></div></div></blockquote></div></div></blockquote></div></div></div></blockquote></div></div></blockquote></div></blockquote></div></div></blockquote></div></blockquote>
</div></div></blockquote></div></div></blockquote></div></blockquote></div></div>...<br><br>[Письмо показано не полностью]  </blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards,<br>Roman.
</div>