lvm2/0013-man-remove-spaces-at-eol.patch
2026-05-19 19:38:20 -04:00

86 lines
2.8 KiB
Diff

From cee5f97289d4c775a198f1720e1ed8cfda439851 Mon Sep 17 00:00:00 2001
From: Zdenek Kabelac <zkabelac@redhat.com>
Date: Sat, 25 Oct 2025 22:21:48 +0200
Subject: [PATCH 13/32] man: remove spaces at eol
(cherry picked from commit c96312fe021fd2619eb77638393412d3ab657fb4)
---
man/lvmlockd.8_main | 8 ++++----
man/lvmpersist.8_main | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/man/lvmlockd.8_main b/man/lvmlockd.8_main
index 621224df7..96a033e48 100644
--- a/man/lvmlockd.8_main
+++ b/man/lvmlockd.8_main
@@ -267,7 +267,7 @@ in the last (sixth) attr position for a shared VG:
.
.P
$ vgs
- VG #PV #LV #SN Attr VSize VFree
+ VG #PV #LV #SN Attr VSize VFree
vgfoo 1 0 0 wz--ns 992.00m 736.00m
.fi
.
@@ -279,7 +279,7 @@ reporting field:
.P
.nf
$ vgs -o+shared
- VG #PV #LV #SN Attr VSize VFree Shared
+ VG #PV #LV #SN Attr VSize VFree Shared
vgfoo 1 0 0 wz--ns 992.00m 736.00m shared
.fi
.P
@@ -292,7 +292,7 @@ command can also display the lock type:
.nf
$ vgs -o+locktype
VG #PV #LV #SN Attr VSize VFree LockType
- vgfoo 1 0 0 wz--ns 992.00m 736.00m sanlock
+ vgfoo 1 0 0 wz--ns 992.00m 736.00m sanlock
.fi
.P
.
@@ -306,7 +306,7 @@ option is added:
.P
.nf
$ vgs --shared
- VG #PV #LV #SN Attr VSize VFree
+ VG #PV #LV #SN Attr VSize VFree
vgfoo 1 0 0 wz--ns 992.00m 736.00m
.fi
.
diff --git a/man/lvmpersist.8_main b/man/lvmpersist.8_main
index 785e0ed97..4efc979c0 100644
--- a/man/lvmpersist.8_main
+++ b/man/lvmpersist.8_main
@@ -43,7 +43,7 @@ restart multipathd.)
.SS Persistent reservation types
.P
LVM uses PR type "Write Exclusive" (WE) for devices in a local VG, and
-"Write Exclusive - all registrants" (WEAR) for devices in a shared VG.
+"Write Exclusive - all registrants" (WEAR) for devices in a shared VG.
One exception is dm-multipath devices, for which WEAR is used in both
local and shared VGs (this is needed for all paths to remain usable.)
.P
@@ -54,7 +54,7 @@ The lvmpersist command has two options for specifying the PR type:
Set access to "ex" (exclusive) if the devices should be accessed by only
one host (i.e. the devices are part of a local VG.)
Set access to "sh" (shared) if the devices are meant to be accessed
-concurrently by multiple hosts (i.e. the devices are part of a shared VG.)
+concurrently by multiple hosts (i.e. the devices are part of a shared VG.)
lvmpersist will choose the appropriate PR type for each device (usually
WE for "ex", and WEAR for "sh".)
.TP
@@ -426,7 +426,7 @@ has been started independent of any setpersist settings, then vgremove
will not automatically stop PR on the devices.
.P
.SS vgexport/vgimport
-.B vgexport --persist stop
+.B vgexport --persist stop
stops PR after exporting the VG, and
.B vgimport --persist start
starts PR before importing the VG.
--
2.52.0