summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-10-08 13:21:42 -0500
committerDavid Teigland <teigland@redhat.com>2015-10-08 13:26:09 -0500
commit5446d177569ca10476c935013ae03e6a0763ab34 (patch)
tree1ee2a71ccb99f746ffb3254610377ac5d8ff117b
parentc9ff5c8223c6c2d23829aef076d58c32382891c8 (diff)
downloadlvm2-5446d177569ca10476c935013ae03e6a0763ab34.tar.gz
man lvmsystemid: fix typos
-rw-r--r--man/lvmsystemid.7.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/lvmsystemid.7.in b/man/lvmsystemid.7.in
index eb10ac5c4..004887328 100644
--- a/man/lvmsystemid.7.in
+++ b/man/lvmsystemid.7.in
@@ -274,7 +274,7 @@ cache with pvscan --cache will allow a host to recognize the newly
exported VG.
vgimport sets the VG system_id to the local system_id as determined by
-lvm.conf system_id_sources. vgimport automatically scans storage for
+lvm.conf system_id_source. vgimport automatically scans storage for
newly exported VGs.
After vgimport, the exporting host will continue to see the VG as
@@ -300,9 +300,9 @@ To move a VG from one host to another, vgexport and vgimport should be
used.
To forcibly gain ownership of a foreign VG, a host can add the foreign
-system_id to its allow_system_id list, change the system_id of the foreign
-VG to its own, and remove the foreign system_id from its allow_system_id
-list.
+system_id to its extra_system_ids list, change the system_id of the
+foreign VG to its own, and remove the foreign system_id from its
+extra_system_ids list.
.SS shared VGs
@@ -328,7 +328,7 @@ creation_host will be the same.
Orphan PVs are unused devices; they are not currently used in any VG.
Because of this, they are not protected by a system_id, and any host can
-use them. Coodination of changes to orphan PVs is beyond the scope of
+use them. Coordination of changes to orphan PVs is beyond the scope of
system_id. The same is true of any block device that is not a PV.
The effects of this are especially evident when lvm uses lvmetad caching.
@@ -337,7 +337,7 @@ using the orphan, the other hosts will continue to report the PV as an
orphan. Nothing would automatically prevent the other hosts from using
the newly allocated PV and corrupting it. If the other hosts run a
command to rescan devices, and update lvmetad, they would then recognize
-the PV has been used by another host. A command that rescans devices
+that the PV has been used by another host. A command that rescans devices
could be pvscan --cache, or vgs --foreign.
.SH SEE ALSO