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 1368016

Summary: Output of "/usr/sbin/opagetvf_env --help " is empty
Product: Red Hat Enterprise Linux 7 Reporter: zguo <zguo>
Component: opa-ffAssignee: Honggang LI <honli>
Status: CLOSED NOTABUG QA Contact: zguo <zguo>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.3CC: mstowell, rdma-dev-team
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: 2016-08-30 02:31:31 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 zguo 2016-08-18 06:50:33 UTC
Description of problem:


Version-Release number of selected component (if applicable):
[root@rdma-qe-15 ~]$ rpm -qa|grep opa
opa-basic-tools-10.0.1.0-2.el7.x86_64
opa-fm-10.1.0.0-145.el7.x86_64
opa-fastfabric-10.0.1.0-2.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. /usr/sbin/opagetvf_env --help
2. And manual page of /usr/sbin/opagetvf_env does not describe the usage either, so users may don't know how to use it properly.
3.

Actual results:
Nothing displayed

Expected results:
Show the usage of  /usr/sbin/opagetvf_env

Additional info:

Comment 1 Honggang LI 2016-08-29 08:43:34 UTC
https://github.com/01org/opa-ff/issues/5

Comment 2 Honggang LI 2016-08-30 02:31:31 UTC
------------------------------------------------------------------------------
This is the expected behavior, this script is designed to be “dot included” in other scripts. As such it does not parse $* so that it will not impact the script it is installed in. 
Todd Rimmer DCSG Architecture
Todd.Rimmer<Todd.Rimmer>
------------------------------------------------------------------------------

Close it as it is not a bug.