From 84d537deb1902fcde2a9a997dc5ec2a859a31ad7 Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Mon, 8 Mar 2021 14:25:12 -0500 Subject: [PATCH] lvcreate, lvextend, lvreduce, lvremove, lvresize, lvs, pvcreate, pvs, vgcreate, vgs: harmonize descriptions (#5316) --- pages/linux/lvcreate.md | 5 +++-- pages/linux/lvextend.md | 4 ++-- pages/linux/lvreduce.md | 2 ++ pages/linux/lvremove.md | 3 ++- pages/linux/lvresize.md | 1 + pages/linux/lvs.md | 5 +++-- pages/linux/pvcreate.md | 4 +++- pages/linux/pvs.md | 5 +++-- pages/linux/vgcreate.md | 2 ++ pages/linux/vgs.md | 3 ++- 10 files changed, 23 insertions(+), 11 deletions(-) diff --git a/pages/linux/lvcreate.md b/pages/linux/lvcreate.md index 00be05dfa..a2243c9d7 100644 --- a/pages/linux/lvcreate.md +++ b/pages/linux/lvcreate.md @@ -1,7 +1,8 @@ # lvcreate -> Creates a logical volume in an existing volume group. -> A volume group is a collection of logical and physical volumes. +> Creates a logical volume in an existing volume group. A volume group is a collection of logical and physical volumes. +> See also: `lvm`. +> More information: . - Create a logical volume of 10 gigabytes in the volume group vg1: diff --git a/pages/linux/lvextend.md b/pages/linux/lvextend.md index a1eebea79..f52212262 100644 --- a/pages/linux/lvextend.md +++ b/pages/linux/lvextend.md @@ -1,8 +1,8 @@ # lvextend > Increase the size of a logical volume. -> One of the Logical Volume Manager (LVM) tools. -> More information: . +> See also: `lvm`. +> More information: . - Increase a volume's size to 120GB: diff --git a/pages/linux/lvreduce.md b/pages/linux/lvreduce.md index 584820d61..324e7f1e1 100644 --- a/pages/linux/lvreduce.md +++ b/pages/linux/lvreduce.md @@ -1,6 +1,8 @@ # lvreduce > Reduce the size of a logical volume. +> See also: `lvm`. +> More information: . - Reduce a volume's size to 120GB: diff --git a/pages/linux/lvremove.md b/pages/linux/lvremove.md index 3883ba9da..2ba1fe73e 100644 --- a/pages/linux/lvremove.md +++ b/pages/linux/lvremove.md @@ -1,7 +1,8 @@ # lvremove > Remove one or more logical volumes. -> More information: . +> See also: `lvm`. +> More information: . - Remove a logical volume in a volume group: diff --git a/pages/linux/lvresize.md b/pages/linux/lvresize.md index 907a770b6..3a72c4f94 100644 --- a/pages/linux/lvresize.md +++ b/pages/linux/lvresize.md @@ -1,6 +1,7 @@ # lvresize > Change the size of a logical volume. +> See also: `lvm`. > More information: . - Change the size of a logical volume to 120GB: diff --git a/pages/linux/lvs.md b/pages/linux/lvs.md index 1063c35ab..e03f9481e 100644 --- a/pages/linux/lvs.md +++ b/pages/linux/lvs.md @@ -1,7 +1,8 @@ # lvs -> Display information about LVM logical volumes. -> More information: . +> Display information about logical volumes. +> See also: `lvm`. +> More information: . - Display information about logical volumes: diff --git a/pages/linux/pvcreate.md b/pages/linux/pvcreate.md index 2cccd9b90..97cbf2856 100644 --- a/pages/linux/pvcreate.md +++ b/pages/linux/pvcreate.md @@ -1,6 +1,8 @@ # pvcreate -> Initialize a physical volume (disk or partition) for use by the Logical Volume Manager (LVM). +> Initialize a disk or partition for use as a physical volume. +> See also: `lvm`. +> More information: . - Initialize the `/dev/sda1` volume for use by LVM: diff --git a/pages/linux/pvs.md b/pages/linux/pvs.md index d7a56d552..50663835a 100644 --- a/pages/linux/pvs.md +++ b/pages/linux/pvs.md @@ -1,7 +1,8 @@ # pvs -> Display information about LVM physical volumes. -> More information: . +> Display information about physical volumes. +> See also: `lvm`. +> More information: . - Display information about physical volumes: diff --git a/pages/linux/vgcreate.md b/pages/linux/vgcreate.md index 0302fe2ee..1092b619c 100644 --- a/pages/linux/vgcreate.md +++ b/pages/linux/vgcreate.md @@ -1,6 +1,8 @@ # vgcreate > Create volume groups combining multiple mass-storage devices. +> See also: `lvm`. +> More information: . - Create a new volume group called vg1 using the `/dev/sda1` device: diff --git a/pages/linux/vgs.md b/pages/linux/vgs.md index a8ac375c5..b7fcca2a1 100644 --- a/pages/linux/vgs.md +++ b/pages/linux/vgs.md @@ -1,6 +1,7 @@ # vgs -> Display information about LVM volume groups. +> Display information about volume groups. +> See also: `lvm`. > More information: . - Display information about volume groups: