Bug 818404
Summary: | Need update documents for queue_without_daemon option of multipath as its default value changed. | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Gris Ge <fge> | |
Component: | device-mapper-multipath | Assignee: | Ben Marzinski <bmarzins> | |
Status: | CLOSED ERRATA | QA Contact: | Lin Li <lilin> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 6.3 | CC: | agk, bmarzins, dwysocha, heinzm, lilin, msnitzer, prajnoha, prockai, rbalakri, zkabelac | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | device-mapper-multipath-0.4.9-88.el6 | Doc Type: | Bug Fix | |
Doc Text: |
Fix documentation typo. No doc text needed.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1273173 (view as bug list) | Environment: | ||
Last Closed: | 2016-05-10 20:10:29 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1273173 |
Description
Gris Ge
2012-05-03 01:39:42 UTC
please also warn user: if these two lines effected, iSCSI multipath might stop OS shutting down: === features "1 queue_if_no_path" queue_without_daemon yes === This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. Verified on device-mapper-multipath-0.4.9-91.el6 1). check /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf.annotated #defaults { [...] # queue_without_daemon no [...] #} 2).check /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf.defaults #defaults { [...] # queue_without_daemon no [...] #} 3).# multipathd -k'show config' | grep queue_without_daemon queue_without_daemon no 4). #man multipath.conf queue_without_daemon If set to no , multipathd will disable queueing for all devices when it is shut down. Default is no change to verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0777.html |