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 851416 - [RFE] display the multipathd running status by mpathconf
Summary: [RFE] display the multipathd running status by mpathconf
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: device-mapper-multipath
Version: 7.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Ben Marzinski
QA Contact: Petr Beňas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-24 06:53 UTC by Xiaowei Li
Modified: 2023-03-08 07:25 UTC (History)
8 users (show)

Fixed In Version: device-mapper-multipath-0.4.9-51.el7
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 12:22:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Xiaowei Li 2012-08-24 06:53:22 UTC
Description of problem:
It's an enhancement and low priority.


Version-Release number of selected component (if applicable):
device-mapper-multipath-0.4.9-26.el7.x86_64

How reproducible:


Steps to Reproduce:
1. install device-mapper-multipath
2. mpathconf --enable
3. mpathconf
it's better to display the multipathd running status.
  
Actual results:
# mpathconf 
error reading information on service multipathd: No such file or directory

Note: This output shows SysV services only and does not include native
      systemd services. SysV configuration data might be overridden by native
      systemd configuration.

multipath is enabled
find_multipaths is enabled
user_friendly_names is disabled
dm_multipath module is loaded
multipathd is chkconfiged off



Expected results:


Additional info:

Comment 3 Ben Marzinski 2013-05-20 19:05:55 UTC
mpathconf now lists the multipathd running state.

[root@ask-08 ~]# mpathconf 
multipath is enabled
find_multipaths is disabled
user_friendly_names is disabled
dm_multipath module is loaded
multipathd is running
[root@ask-08 ~]# service multipathd stop
Stopping multipathd (via systemctl):                       [  OK  ]
[root@ask-08 ~]# mpathconf 
multipath is enabled
find_multipaths is disabled
user_friendly_names is disabled
dm_multipath module is loaded
multipathd is not running

Comment 5 Petr Beňas 2013-06-17 13:27:49 UTC
Reproduced in device-mapper-multipath-0.4.9-50.el7.x86_64 and verfied in device-mapper-multipath-0.4.9-51.el7.x86_64.

Comment 6 Ludek Smid 2014-06-13 12:22:43 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


Note You need to log in before you can comment on or make changes to this bug.