]> git.proxmox.com Git - mirror_zfs.git/commit
ZTS: Detect e2fsprogs verity issue
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 26 Mar 2019 20:57:40 +0000 (13:57 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2019 20:57:40 +0000 (13:57 -0700)
commitdb6be852da8762059c40dd2ae6bfb9c19a25e0af
treeb391a6adebe0f9a6ef6e55ce4b94137eef62e3ee
parent74580a9411a9f53fa72ed33eb37b284c277e3a15
ZTS: Detect e2fsprogs verity issue

The projectid_001_pos and projecttree_001_pos test cases use the lsattr
command to detect that the project quota bit is set correctly.  Due to
a bug in e2fsprogs-1.44.4 setting the Project 'P' bit also results in
the Verity 'V' bit being reported as set.  This will result in the test
case failing.

The issue has been resolved in e2fsprogs but in order to avoid testing
failures these two test cases are skipped when e2fsprogs-1.44.4 is
installed.

https://github.com/tytso/e2fsprogs/commit/7e5a95e3d

Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #8534
tests/zfs-tests/tests/functional/projectquota/projectid_001_pos.ksh
tests/zfs-tests/tests/functional/projectquota/projecttree_001_pos.ksh