[Gluster-devel] quota and snapshot testcase failure (zfs on CentOS 6.6)

Vijaikumar M vmallika at redhat.com
Wed Nov 19 08:05:13 UTC 2014


Hi Kiran,

Can we also get the xattrs of all the directories on the bricks.

How to capture xattrs of all dirs in a brick is here:

Edit quota.t and find all the lines that match 'EXPECT_WITHIN 
$MARKER_UPDATE_TIMEOUT "......" usage .........'
Add below lines after every match:

echo "Matching Testcase ...." >> /var/tmp/quota-xattr.txt
for file in `find $B0 -type d`; do echo $file; getfattr -d -m . -e hex 
$file; echo; done >> /var/tmp/quota-xattr.txt
echo >> /var/tmp/quota-xattr.txt

Thanks,
Vijay


On Wednesday 19 November 2014 01:17 PM, Vijaikumar M wrote:
> Hi Kiran,
>
> Can we get the brick, client and quotad logs?
>
> Thanks,
> Vijay
>
>
> On Tuesday 18 November 2014 10:35 PM, Pranith Kumar Karampuri wrote:
>>
>> On 11/12/2014 04:52 PM, Kiran Patil wrote:
>>> I have create zpool with name d and mnt and they appear in 
>>> filesystem as follows.
>>>
>>> d on /d type zfs (rw,xattr)
>>> mnt on /mnt type zfs (rw,xattr)
>>>
>>> Debug enabled output of quota.t testcase is at http://ur1.ca/irbt1.
>> CC vijaikumar
>>>
>>> On Wed, Nov 12, 2014 at 3:22 PM, Kiran Patil <kiran at fractalio.com 
>>> <mailto:kiran at fractalio.com>> wrote:
>>>
>>>     Hi,
>>>
>>>     Gluster suite report,
>>>
>>>     Gluster version: glusterfs 3.6.1
>>>
>>>     On disk filesystem: Zfs 0.6.3-1.1
>>>
>>>     Operating system: CentOS release 6.6 (Final)
>>>
>>>     We are seeing quota and snapshot testcase failures.
>>>
>>>     We are not sure why quota is failing since quotas worked fine on
>>>     gluster 3.4.
>>>
>>>     Test Summary Report
>>>     -------------------
>>>     ./tests/basic/quota-anon-fd-nfs.t      (Wstat: 0 Tests: 16
>>>     Failed: 1)
>>>       Failed test:  16
>>>     ./tests/basic/quota.t      (Wstat: 0 Tests: 73 Failed: 4)
>>>       Failed tests:  24, 28, 32, 65
>>>     ./tests/basic/uss.t      (Wstat: 0 Tests: 147 Failed: 78)
>>>       Failed tests:  8-11, 16-25, 28-29, 31-32, 39-40, 45-47
>>>                     49-57, 60-61, 63-64, 71-72, 78-87, 90-91
>>>                     93-94, 101-102, 107-115, 118-119, 121-122
>>>                     129-130, 134, 136-137, 139-140, 142-143
>>>                     145-146
>>>     ./tests/basic/volume-snapshot.t      (Wstat: 0 Tests: 30 Failed: 12)
>>>       Failed tests:  11-18, 21-24
>>>     ./tests/basic/volume-status.t      (Wstat: 0 Tests: 14 Failed: 1)
>>>       Failed test:  14
>>>     ./tests/bugs/bug-1023974.t       (Wstat: 0 Tests: 15 Failed: 1)
>>>       Failed test:  12
>>>     ./tests/bugs/bug-1038598.t       (Wstat: 0 Tests: 28 Failed: 6)
>>>       Failed tests:  17, 21-22, 26-28
>>>     ./tests/bugs/bug-1045333.t       (Wstat: 0 Tests: 16 Failed: 9)
>>>       Failed tests:  7-15
>>>     ./tests/bugs/bug-1049834.t       (Wstat: 0 Tests: 18 Failed: 7)
>>>       Failed tests:  11-14, 16-18
>>>     ./tests/bugs/bug-1087203.t       (Wstat: 0 Tests: 43 Failed: 2)
>>>       Failed tests:  31, 41
>>>     ./tests/bugs/bug-1090042.t       (Wstat: 0 Tests: 12 Failed: 3)
>>>       Failed tests:  9-11
>>>     ./tests/bugs/bug-1109770.t       (Wstat: 0 Tests: 19 Failed: 4)
>>>       Failed tests:  8-11
>>>     ./tests/bugs/bug-1109889.t       (Wstat: 0 Tests: 20 Failed: 4)
>>>       Failed tests:  8-11
>>>     ./tests/bugs/bug-1112559.t       (Wstat: 0 Tests: 11 Failed: 3)
>>>       Failed tests:  8-9, 11
>>>     ./tests/bugs/bug-1112613.t       (Wstat: 0 Tests: 22 Failed: 5)
>>>       Failed tests:  12-14, 17-18
>>>     ./tests/bugs/bug-1113975.t       (Wstat: 0 Tests: 13 Failed: 4)
>>>       Failed tests:  8-9, 11-12
>>>     ./tests/bugs/bug-847622.t      (Wstat: 0 Tests: 10 Failed: 1)
>>>       Failed test:  8
>>>     ./tests/bugs/bug-861542.t      (Wstat: 0 Tests: 13 Failed: 7)
>>>       Failed tests:  7-13
>>>     ./tests/features/ssl-authz.t       (Wstat: 0 Tests: 18 Failed: 1)
>>>       Failed test:  18
>>>     Files=277, Tests=7908, 8147 wallclock secs ( 4.56 usr  0.78 sys
>>>     + 774.74 cusr 666.97 csys = 1447.05 CPU)
>>>     Result: FAIL
>>>
>>>     Thanks,
>>>     Kiran.
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Gluster-devel mailing list
>>> Gluster-devel at gluster.org
>>> http://supercolony.gluster.org/mailman/listinfo/gluster-devel
>>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-devel/attachments/20141119/5a0c54c4/attachment-0001.html>


More information about the Gluster-devel mailing list