Hi Gluster Devs,
I ran the Gluster Test Framework on Gluster+zfs stack and found issues.We modified the paths in include.rc to make sure that mount points and bricks directories are created under the zfs datasets.
For example: include.rc first line
For example: include.rc first line
Original path -> M0=${M0:=/mnt/glusterfs/0}; # 0th mount point for FUSE
New path -> M0=${M0:=/fractalpool/normal/mnt/glusterfs/0}; # 0th mount point for FUSE
Where /fractalpool is zfs pool and normal is zfs dataset.
Gluster version: v3.5.2
Zfs version: v0.6.2-1
Hardware: x86_64
How reproducible: Always
Steps to Reproduce:
1. Install gluster v3.5.2 rpm on CentOS 6.4
How reproducible: Always
Steps to Reproduce:
1. Install gluster v3.5.2 rpm on CentOS 6.4
2. Install zfsonlinux v0.6.2
3. clone the gluster from github and checkout v3.5.2
4. ./run-tests.sh
4. ./run-tests.sh
Here is a summary of Testcases failed, along with some hints on where they failed.
Test Summary Report
-------------------
./tests/basic/quota.t (Wstat: 0 Tests: 45 Failed: 3) --> quota issue
Failed tests: 24, 28, 32
./tests/bugs/bug-1004744.t (Wstat: 0 Tests: 14 Failed: 4) --> passes on changing EXPECT_WITHIN 20 to EXPECT_WITHIN 30
Failed tests: 10, 12-14
./tests/bugs/bug-1023974.t (Wstat: 0 Tests: 15 Failed: 1) --> quota issue
Failed test: 12
./tests/bugs/bug-824753.t (Wstat: 0 Tests: 16 Failed: 1) --> file-locker issue
Failed test: 11
./tests/bugs/bug-856455.t (Wstat: 0 Tests: 8 Failed: 1) --> brick directory name is hardcoded while executing kill command
Failed test: 8
./tests/bugs/bug-860663.t (Wstat: 0 Tests: 10 Failed: 1) --> brick directory name is hardcoded and failed at TEST ! touch $M0/files{1..10000};
Failed test: 8
./tests/bugs/bug-861542.t (Wstat: 0 Tests: 13 Failed: 4) --> brick directory name is hardcoded and all EXPECT tests are failing
Failed tests: 10-13
./tests/bugs/bug-902610.t (Wstat: 0 Tests: 8 Failed: 1) --> brick directory name is hardcoded and EXPECT test failing
Failed test: 8
./tests/bugs/bug-948729/bug-948729-force.t (Wstat: 0 Tests: 35 Failed: 4) --> XFS related and brick directory name is hardcoded
Failed tests: 15, 17, 19, 21
./tests/bugs/bug-948729/bug-948729-mode-script.t (Wstat: 0 Tests: 35 Failed: 8) --> XFS related and brick directory name is hardcoded
Failed tests: 15, 17, 19, 21, 24-27
./tests/bugs/bug-948729/bug-948729.t (Wstat: 0 Tests: 23 Failed: 3) --> XFS related and brick directory name is hardcoded
Failed tests: 12, 15, 23
./tests/bugs/bug-963541.t (Wstat: 0 Tests: 13 Failed: 3) --> remove-brick issue
Failed tests: 8-9, 13
./tests/features/glupy.t (Wstat: 0 Tests: 6 Failed: 2)
Failed tests: 2, 6
Subset of the above bugs which can be reproduced on Glusterfs + ext4 is filed at Redhat bugzilla which is Bug id 1132496.
Thanks,
Kiran.
Kiran.
_______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://supercolony.gluster.org/mailman/listinfo/gluster-devel