Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
aio_dio_bugs test from upstream autotest is failing on btrfs, while working on other filesystems
***** Start of aio_dio_bugs Autotest *****
***** Start time 18:29:26 *****
18:29:27 INFO | Writing results to /usr/local/autotest/results/default
18:29:27 INFO | Initializing the state engine
18:29:27 INFO | Symlinking init scripts
18:29:31 INFO | START ---- ---- timestamp=1318631371 localtime=Oct 14 18:29:31
18:29:31 INFO | START aio_dio_bugs aio_dio_bugs timestamp=1318631371 localtime=Oct 14 18:29:31
18:29:31 INFO | Dependency libaio successfuly built
18:32:54 INFO | ERROR aio_dio_bugs aio_dio_bugs timestamp=1318631574 localtime=Oct 14 18:32:54 Command <LD_LIBRARY_PATH=/usr/local/autotest/deps/libaio/lib/ /usr/local/autotest/tests/aio_dio_bugs/src/aio-dio-extend-stat file> failed, rc=1, Command returned non-zero exit status
* Command:
LD_LIBRARY_PATH=/usr/local/autotest/deps/libaio/lib/
/usr/local/autotest/tests/aio_dio_bugs/src/aio-dio-extend-stat file
Exit status: 1
Duration: 0.35849905014
stdout:
failed to open device node: 6
18:32:54 INFO | END ERROR aio_dio_bugs aio_dio_bugs timestamp=1318631574 localtime=Oct 14 18:32:54
18:32:54 INFO | END GOOD ---- ---- timestamp=1318631574 localtime=Oct 14 18:32:54
***** End time 18:32:54 *****
***** End of aio_dio_bugs Autotest *****
208
aio_dio_bugs Failed:
Version-Release number of selected component (if applicable):
RHEL 6.2 snapshot 2 (-207 kernel) and occurs in earlier releases as well (not a regression)
autotest v. 5276
How reproducible:
always
Steps to Reproduce:
1.run /kernel/misc/autotest_r5278 with /usr/local using btrfs filesystem
2.
3.
Actual results:
Expected results:
test passes
Additional info:
This is likely similar to the other aio btrfs issues (731946, 734339)
I have a git tree with btrfs backported for 6.3, can you test the btrfs-fixes branch of
git://git.engineering.redhat.com/users/jwhiter/rhel6.git
Thanks.
Description of problem: aio_dio_bugs test from upstream autotest is failing on btrfs, while working on other filesystems ***** Start of aio_dio_bugs Autotest ***** ***** Start time 18:29:26 ***** 18:29:27 INFO | Writing results to /usr/local/autotest/results/default 18:29:27 INFO | Initializing the state engine 18:29:27 INFO | Symlinking init scripts 18:29:31 INFO | START ---- ---- timestamp=1318631371 localtime=Oct 14 18:29:31 18:29:31 INFO | START aio_dio_bugs aio_dio_bugs timestamp=1318631371 localtime=Oct 14 18:29:31 18:29:31 INFO | Dependency libaio successfuly built 18:32:54 INFO | ERROR aio_dio_bugs aio_dio_bugs timestamp=1318631574 localtime=Oct 14 18:32:54 Command <LD_LIBRARY_PATH=/usr/local/autotest/deps/libaio/lib/ /usr/local/autotest/tests/aio_dio_bugs/src/aio-dio-extend-stat file> failed, rc=1, Command returned non-zero exit status * Command: LD_LIBRARY_PATH=/usr/local/autotest/deps/libaio/lib/ /usr/local/autotest/tests/aio_dio_bugs/src/aio-dio-extend-stat file Exit status: 1 Duration: 0.35849905014 stdout: failed to open device node: 6 18:32:54 INFO | END ERROR aio_dio_bugs aio_dio_bugs timestamp=1318631574 localtime=Oct 14 18:32:54 18:32:54 INFO | END GOOD ---- ---- timestamp=1318631574 localtime=Oct 14 18:32:54 ***** End time 18:32:54 ***** ***** End of aio_dio_bugs Autotest ***** 208 aio_dio_bugs Failed: Version-Release number of selected component (if applicable): RHEL 6.2 snapshot 2 (-207 kernel) and occurs in earlier releases as well (not a regression) autotest v. 5276 How reproducible: always Steps to Reproduce: 1.run /kernel/misc/autotest_r5278 with /usr/local using btrfs filesystem 2. 3. Actual results: Expected results: test passes Additional info: This is likely similar to the other aio btrfs issues (731946, 734339)