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.

Bug 2134287

Summary: blktests srp/011 failed at common/multipath-over-rdma: line 526: 17975 Illegal instruction (core dumped) fio "${args[@]}" 2>&1
Product: Red Hat Enterprise Linux 9 Reporter: Zhang Yi <yizhan>
Component: fioAssignee: Eric Sandeen <esandeen>
Status: CLOSED DUPLICATE QA Contact: Samuel Petrovic <spetrovi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.2Flags: pm-rhel: mirror+
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-10-13 06:32:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Zhang Yi 2022-10-13 06:04:49 UTC
Description of problem:
blktests srp/011 failed at common/multipath-over-rdma: line 526: 17975 Illegal instruction     (core dumped) fio "${args[@]}" 2>&1

Version-Release number of selected component (if applicable):
fio-3.27-7.el9.aarch64
I tried fio-3.29-1.fc36.aarch64 and cannot reproduce it.
Seems it's similar to BZ1954143, I want to try the test package on the BZ, but I cannot download it.



How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

beaker server: hpe-apollo80-02-n00.khw4.lab.eng.bos.redhat.com
Model Name	ARMv8 (-)


```
[root@hpe-apollo80-02-n00 blktests]# rpm -qa fio
fio-3.29-1.fc36.aarch64
[root@hpe-apollo80-02-n00 blktests]# use_siw=1 ./check srp/011 srp/015
srp/011 (Block I/O on top of multipath concurrently with logout and login) [passed]
    runtime  3.640s  ...  35.159s
srp/015 (File I/O on top of multipath concurrently with logout and login (mq) using the SoftiWARP (siw) driver) [passed]
    runtime  37.000s  ...  36.905s
```

```
[root@hpe-apollo80-02-n00 blktests]# rpm -qa fio
fio-3.27-7.el9.aarch64
[root@hpe-apollo80-02-n00 blktests]# use_siw=1 ./check srp/011 srp/015
srp/011 (Block I/O on top of multipath concurrently with logout and login) [failed]
    runtime  35.159s  ...  36.119s
    --- tests/srp/011.out	2022-10-13 01:32:54.839019482 -0400
    +++ /root/kernel-tests/storage/blktests/srp/blktests/results/nodev/srp/011.out.bad	2022-10-13 01:59:18.243671146 -0400
    @@ -1,2 +1,2 @@
     Configured SRP target driver
    -Passed
    +common/multipath-over-rdma: line 526: 202652 Illegal instruction     (core dumped) fio "${args[@]}" 2>&1
srp/015 (File I/O on top of multipath concurrently with logout and login (mq) using the SoftiWARP (siw) driver) [failed]
    runtime  36.905s  ...  37.791s
    --- tests/srp/015.out	2022-10-13 01:32:54.839019482 -0400
    +++ /root/kernel-tests/storage/blktests/srp/blktests/results/nodev/srp/015.out.bad	2022-10-13 02:00:00.194058939 -0400
    @@ -1,2 +1,2 @@
     Configured SRP target driver
    -Passed
    +common/multipath-over-rdma: line 526: 203843 Illegal instruction     (core dumped) fio "${args[@]}" 2>&1
```

Comment 1 Zhang Yi 2022-10-13 06:32:57 UTC

*** This bug has been marked as a duplicate of bug 1974189 ***