<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>Hi Kiran,</tt><tt><br>
    </tt><tt><br>
    </tt><tt>Can we also get the xattrs of all the directories on the
      bricks</tt><tt>.</tt><tt> <br>
      <br>
      How to capture xattrs of all dirs in a brick is here:<br>
      <br>
    </tt><tt>Edit quota.t and find all the lines that match
      'EXPECT_WITHIN $MARKER_UPDATE_TIMEOUT "......" usage .........'</tt><tt><br>
    </tt><tt>Add below lines after every match:<br>
      <br>
      echo "Matching Testcase ...." &gt;&gt; </tt><tt>/var/tmp/quota-xattr.txt</tt><tt><br>
    </tt><tt>for file in `find $B0 -type d`; do echo $file; getfattr -d
      -m . -e hex $file; echo; done &gt;&gt; /var/tmp/quota-xattr.txt</tt><tt><br>
    </tt><tt>echo &gt;&gt; </tt><tt>/var/tmp/quota-xattr.txt</tt><tt><br>
      <br>
    </tt><tt>Thanks,</tt><tt><br>
    </tt><tt>Vijay</tt><br>
    <br>
    <br>
    <div class="moz-cite-prefix">On Wednesday 19 November 2014 01:17 PM,
      Vijaikumar M wrote:<br>
    </div>
    <blockquote cite="mid:546C4B11.306@redhat.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <tt>Hi Kiran,</tt><tt><br>
      </tt><tt><br>
      </tt><tt>Can we get the brick, client and quotad logs?</tt><tt><br>
      </tt><tt><br>
      </tt><tt>Thanks,</tt><tt><br>
      </tt><tt>Vijay</tt><tt><br>
      </tt><br>
      <br>
      <div class="moz-cite-prefix">On Tuesday 18 November 2014 10:35 PM,
        Pranith Kumar Karampuri wrote:<br>
      </div>
      <blockquote cite="mid:546B7C53.5040208@redhat.com" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        <br>
        <div class="moz-cite-prefix">On 11/12/2014 04:52 PM, Kiran Patil
          wrote:<br>
        </div>
        <blockquote
cite="mid:CAJAu-0gej7=aEJu2A+0cHj2552um+J=hGcyRuY1YbtgK4SH6Nw@mail.gmail.com"
          type="cite">
          <div dir="ltr">I have create zpool with name d and mnt and
            they appear in filesystem as follows.
            <div><br>
            </div>
            <div>d on /d type zfs (rw,xattr)<br>
            </div>
            <div>
              <div>mnt on /mnt type zfs (rw,xattr)</div>
            </div>
            <div><br>
            </div>
            <div>Debug enabled output of quota.t testcase is at <a
                moz-do-not-send="true" href="http://ur1.ca/irbt1"
                style="color:rgb(0,102,204);text-decoration:none;font-family:'Liberation
                Sans','Lucida Grande','Luxi Sans','Bitstream Vera
                Sans',helvetica,verdana,arial,sans-serif">http://ur1.ca/irbt1</a>.</div>
          </div>
        </blockquote>
        CC vijaikumar<br>
        <blockquote
cite="mid:CAJAu-0gej7=aEJu2A+0cHj2552um+J=hGcyRuY1YbtgK4SH6Nw@mail.gmail.com"
          type="cite">
          <div dir="ltr">
            <div class="gmail_extra"><br>
              <div class="gmail_quote">On Wed, Nov 12, 2014 at 3:22 PM,
                Kiran Patil <span dir="ltr">&lt;<a
                    moz-do-not-send="true"
                    href="mailto:kiran@fractalio.com" target="_blank">kiran@fractalio.com</a>&gt;</span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                  <div dir="ltr">Hi,
                    <div><br>
                    </div>
                    <div>Gluster suite report,</div>
                    <div><br>
                    </div>
                    <div>Gluster version: glusterfs 3.6.1 </div>
                    <div><br>
                    </div>
                    <div>On disk filesystem: Zfs 0.6.3-1.1</div>
                    <div><br>
                    </div>
                    <div>Operating system: CentOS release 6.6 (Final)</div>
                    <div><br>
                    </div>
                    <div>We are seeing quota and snapshot testcase
                      failures.</div>
                    <div><br>
                    </div>
                    <div>We are not sure why quota is failing since
                      quotas worked fine on gluster 3.4.</div>
                    <div><br>
                    </div>
                    <div>
                      <div>Test Summary Report</div>
                      <div>-------------------</div>
                      <div>./tests/basic/quota-anon-fd-nfs.t            
                             (Wstat: 0 Tests: 16 Failed: 1)</div>
                      <div>  Failed test:  16</div>
                      <div>./tests/basic/quota.t                        
                             (Wstat: 0 Tests: 73 Failed: 4)</div>
                      <div>  Failed tests:  24, 28, 32, 65</div>
                      <div>./tests/basic/uss.t                          
                             (Wstat: 0 Tests: 147 Failed: 78)</div>
                      <div>  Failed tests:  8-11, 16-25, 28-29, 31-32,
                        39-40, 45-47</div>
                      <div>                49-57, 60-61, 63-64, 71-72,
                        78-87, 90-91</div>
                      <div>                93-94, 101-102, 107-115,
                        118-119, 121-122</div>
                      <div>                129-130, 134, 136-137,
                        139-140, 142-143</div>
                      <div>                145-146</div>
                      <div>./tests/basic/volume-snapshot.t              
                             (Wstat: 0 Tests: 30 Failed: 12)</div>
                      <div>  Failed tests:  11-18, 21-24</div>
                      <div>./tests/basic/volume-status.t                
                             (Wstat: 0 Tests: 14 Failed: 1)</div>
                      <div>  Failed test:  14</div>
                      <div>./tests/bugs/bug-1023974.t                  
                              (Wstat: 0 Tests: 15 Failed: 1)</div>
                      <div>  Failed test:  12</div>
                      <div>./tests/bugs/bug-1038598.t                  
                              (Wstat: 0 Tests: 28 Failed: 6)</div>
                      <div>  Failed tests:  17, 21-22, 26-28</div>
                      <div>./tests/bugs/bug-1045333.t                  
                              (Wstat: 0 Tests: 16 Failed: 9)</div>
                      <div>  Failed tests:  7-15</div>
                      <div>./tests/bugs/bug-1049834.t                  
                              (Wstat: 0 Tests: 18 Failed: 7)</div>
                      <div>  Failed tests:  11-14, 16-18</div>
                      <div>./tests/bugs/bug-1087203.t                  
                              (Wstat: 0 Tests: 43 Failed: 2)</div>
                      <div>  Failed tests:  31, 41</div>
                      <div>./tests/bugs/bug-1090042.t                  
                              (Wstat: 0 Tests: 12 Failed: 3)</div>
                      <div>  Failed tests:  9-11</div>
                      <div>./tests/bugs/bug-1109770.t                  
                              (Wstat: 0 Tests: 19 Failed: 4)</div>
                      <div>  Failed tests:  8-11</div>
                      <div>./tests/bugs/bug-1109889.t                  
                              (Wstat: 0 Tests: 20 Failed: 4)</div>
                      <div>  Failed tests:  8-11</div>
                      <div>./tests/bugs/bug-1112559.t                  
                              (Wstat: 0 Tests: 11 Failed: 3)</div>
                      <div>  Failed tests:  8-9, 11</div>
                      <div>./tests/bugs/bug-1112613.t                  
                              (Wstat: 0 Tests: 22 Failed: 5)</div>
                      <div>  Failed tests:  12-14, 17-18</div>
                      <div>./tests/bugs/bug-1113975.t                  
                              (Wstat: 0 Tests: 13 Failed: 4)</div>
                      <div>  Failed tests:  8-9, 11-12</div>
                      <div>./tests/bugs/bug-847622.t                    
                             (Wstat: 0 Tests: 10 Failed: 1)</div>
                      <div>  Failed test:  8</div>
                      <div>./tests/bugs/bug-861542.t                    
                             (Wstat: 0 Tests: 13 Failed: 7)</div>
                      <div>  Failed tests:  7-13</div>
                      <div>./tests/features/ssl-authz.t                
                              (Wstat: 0 Tests: 18 Failed: 1)</div>
                      <div>  Failed test:  18</div>
                      <div>Files=277, Tests=7908, 8147 wallclock secs (
                        4.56 usr  0.78 sys + 774.74 cusr 666.97 csys =
                        1447.05 CPU)</div>
                      <div>Result: FAIL</div>
                    </div>
                    <div><br>
                    </div>
                    <div>Thanks,</div>
                    <div>Kiran.</div>
                  </div>
                </blockquote>
              </div>
              <br>
            </div>
          </div>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
Gluster-devel mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://supercolony.gluster.org/mailman/listinfo/gluster-devel">http://supercolony.gluster.org/mailman/listinfo/gluster-devel</a>
</pre>
        </blockquote>
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>