summaryrefslogtreecommitdiffstats
path: root/0002-multipath-add-man-page-info-for-my-prkey-changes.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2018-02-15 13:17:53 -0600
committerBenjamin Marzinski <bmarzins@redhat.com>2018-02-15 13:17:53 -0600
commit5bea53fe7ed7dd7afa8e76f7f84f76fdb89d59d9 (patch)
tree9a89c87df6336311ebe30ae2c51af13f92d6a3d6 /0002-multipath-add-man-page-info-for-my-prkey-changes.patch
parent7e8f34e1813a9ae89b5acc012fa7d45c3d7bbdb8 (diff)
downloaddevice-mapper-multipath-master.tar.gz
device-mapper-multipath-master.tar.xz
device-mapper-multipath-master.zip
device-mapper-multipath-0.7.4-1.git07e7bd5master
Update Source to the latest upstream commit * Previous patches 0001-0006 are included in this commit * Previous patches 0007-0014 are now patches 0015-0022 Add 0001-libmultipath-fix-tur-checker-locking.patch * Fixed spinlock bug. posted upstream Add 0002-multipath-fix-DEF_TIMEOUT-use.patch * Add missing sec to ms conversion. posted upstream Add 0003-multipathd-remove-coalesce_paths-from-ev_add_map.patch * Remove unused code. posted upstream Add 0004-multipathd-remove-unused-configure-parameter.patch * Remove unused code. posted upstream Add 0005-Fix-set_no_path_retry-regression.patch * Fix issue with queueing and path addition. posted upstream Add 0006-multipathd-change-spurious-uevent-msg-priority.patch * Change message priority to Notice. posted upstream Add 0007-multipath-print-sysfs-state-in-fast-list-mode.patch * Show sysfs state correctly in fast list mode (-l). posted upstream Add 0008-libmultipath-move-remove_map-waiter-code-to-multipat.patch * Move code around. posted upstream Add 0009-move-waiter-code-from-libmultipath-to-multipathd.patch * Move code around. posted upstream Add 0010-call-start_waiter_thread-before-setup_multipath.patch * Fix race on multipath device creations. posted upstream Add 0011-libmultipath-add-helper-functions.patch * posted upstream Add 0012-multipathd-RFC-add-new-polling-dmevents-waiter-threa.patch * Add alternate method of getting dmevents, that doesn't require a thread per device. posted upstream Add 0013-libmultipath-condlog-log-to-stderr.patch * change condlog to log to stderr instead of stdout. posted upstream Add 0014-multipathd-fix-compiler-warning-for-uev_pathfail_che.patch * fix indentation issue. posted upstream
Diffstat (limited to '0002-multipath-add-man-page-info-for-my-prkey-changes.patch')
-rw-r--r--0002-multipath-add-man-page-info-for-my-prkey-changes.patch79
1 files changed, 0 insertions, 79 deletions
diff --git a/0002-multipath-add-man-page-info-for-my-prkey-changes.patch b/0002-multipath-add-man-page-info-for-my-prkey-changes.patch
deleted file mode 100644
index 0ce4f81..0000000
--- a/0002-multipath-add-man-page-info-for-my-prkey-changes.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Benjamin Marzinski <bmarzins@redhat.com>
-Date: Tue, 19 Sep 2017 16:29:18 -0500
-Subject: [PATCH] multipath: add man page info for my prkey changes
-
-Update the man pages to list the new configuration options and
-multipathd commands.
-
-Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
----
- multipath/multipath.conf.5 | 17 +++++++++++++++++
- multipathd/multipathd.8 | 16 ++++++++++++++++
- 2 files changed, 33 insertions(+)
-
-diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
-index 5b6dde7..92ad8b1 100644
---- a/multipath/multipath.conf.5
-+++ b/multipath/multipath.conf.5
-@@ -682,6 +682,17 @@ The default is: \fB/etc/multipath/wwids\fR
- .
- .
- .TP
-+.B prkeys_file
-+The full pathname of the prkeys file, which is used by multipathd to keep
-+track of the persistent reservation key used for a specific WWID, when
-+\fIreservation_key\fR is set to \fBfile\fR.
-+.RS
-+.TP
-+The default is \fB/etc/multipath/prkeys\fR
-+.RE
-+.
-+.
-+.TP
- .B log_checker_err
- If set to
- .I once
-@@ -703,6 +714,12 @@ the same as the RESERVATION KEY field of the PERSISTENT RESERVE OUT parameter
- list which contains an 8-byte value provided by the application client to the
- device server to identify the I_T nexus.
- .RS
-+.PP
-+Alternatively, this can be set to \fBfile\fR, which will store the RESERVATION
-+KEY registered by mpathpersist in the \fIprkeys_file\fR. multipathd will then
-+use this key to register additional paths as they appear. When the
-+registration is removed, the RESERVATION KEY is removed from the
-+\fIprkeys_file\fR.
- .TP
- The default is: \fB<unset>\fR
- .RE
-diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.8
-index 2615728..5c96680 100644
---- a/multipathd/multipathd.8
-+++ b/multipathd/multipathd.8
-@@ -247,6 +247,22 @@ Disable persistent reservation management on $map.
- Get the current persistent reservation management status of $map.
- .
- .TP
-+.B map|multipath $map getprkey
-+Get the current persistent reservation key associated with $map.
-+.
-+.TP
-+.B map|multipath $map setprkey key $key
-+Set the persistent reservation key associated with $map to $key in the
-+\fIprkeys_file\fR. This key will only be used by multipathd if
-+\fIreservation_key\fR is set to \fBfile\fR in \fI/etc/multipath.conf\fR.
-+.
-+.TP
-+.B map|multipath $map unsetprkey
-+Remove the persistent reservation key associated with $map from the
-+\fIprkeys_file\fR. This will only unset the key used by multipathd if
-+\fIreservation_key\fR is set to \fBfile\fR in \fI/etc/multipath.conf\fR.
-+.
-+.TP
- .B quit|exit
- End interactive session.
- .
---
-2.7.4
-