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 1266290 - RHEL 7.2 DM Multipath Configuration and Administration Configuration Defaults Table missing some entries
Summary: RHEL 7.2 DM Multipath Configuration and Administration Configuration Defaults...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: doc-DM_Multipath
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: ---
Assignee: Steven J. Levine
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1270989 1368266
TreeView+ depends on / blocked
 
Reported: 2015-09-25 00:41 UTC by mulhern
Modified: 2019-03-06 01:27 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1270989 1368266 (view as bug list)
Environment:
Last Closed: 2016-11-07 21:17:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
RHEL6 multipath.conf man page (17.28 KB, text/plain)
2015-10-12 21:04 UTC, Ben Marzinski
no flags Details
RHEL7 multipath.conf man page (18.35 KB, text/plain)
2015-10-12 21:04 UTC, Ben Marzinski
no flags Details

Description mulhern 2015-09-25 00:41:43 UTC
Description of problem:

If a path goes offline, procedure check_path() seems to need to mention that every three seconds, it makes the journal unnecessarily busy.

Version-Release number of selected component (if applicable):

Name        : device-mapper-multipath
Arch        : x86_64
Version     : 0.4.9
Release     : 82.el7

How reproducible:

Always.

Steps to Reproduce:
1. echo offline > /sys/devices/virtual/block/dm-21/slaves/sdak/device/state (or similar)
2. journalctl --reverse
3. observe long sequence of messages in journal like: sdak - path offline, logged about once every three seconds

Actual results:

Very long sequence of "path offline" messages.

Expected results:

Very long sequence of "path offline" messages.

Additional info:

It's understandable why this should happen, but it would be nicer if somehow, if nothing has changed, it would be possible not to keep on reporting the same thing over and over again.

Comment 2 Ben Marzinski 2015-09-25 18:59:46 UTC
in the defaults section of your multipath.conf file, set

log_checker_err once

An you will only see this when the error is first noticed by the checker. Obviously, if the path comes back and then fails again, you will see the error message again.

Comment 3 mulhern 2015-09-28 12:39:15 UTC
The particular key, "log_checker_err, seems to have been around since 2011 but does not seem to be listed in Table 4.1. Multipath Configuration Defaults:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7-Beta/html-single/DM_Multipath/index.html#tb-config_defaults.

I think there are a few other keys that appear in the manpages, but are not listed in the table.

Comment 4 Laura Bailey 2015-10-12 09:07:05 UTC
Reassigning all of my bugs to the new DPM Tomas Capek.

Comment 8 Steven J. Levine 2015-10-12 20:38:11 UTC
I have added an entry for log_checker_err to the Defaults table in the RHEL 7.2 draft. This will be reflected in the 7.2 GA release.

Comment 9 Ben Marzinski 2015-10-12 21:04:22 UTC
Created attachment 1082134 [details]
RHEL6 multipath.conf man page

This is the RHEL6 multipath.conf man page. To view this, run

# ls -R rhel6_multipath.conf.5

Comment 10 Ben Marzinski 2015-10-12 21:04:53 UTC
Created attachment 1082135 [details]
RHEL7 multipath.conf man page

Comment 11 Steven J. Levine 2015-10-15 15:36:12 UTC
I'm re-opening this bug. I added log_checker_err to the indicated table, but there are other options that are in the man page but not in the table. I'm currently researching these and will add them to the manual -- but they are not 7.2-specific features so I'm moving this to 7.3 for administrative reasons (so it doesn't block 7.2 at the last minute). But I can update the document on the Portal at any time, as soon as we get these new option in to the document.


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