lvcreate, lvextend, lvreduce, lvremove, lvresize, lvs, pvcreate, pvs, vgcreate, vgs: harmonize descriptions (#5316)

This commit is contained in:
Adam Herst
2021-03-08 14:25:12 -05:00
committed by GitHub
parent df5439818b
commit 84d537deb1
10 changed files with 23 additions and 11 deletions

View File

@@ -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: <https://man7.org/linux/man-pages/man8/lvcreate.8.html>.
- Create a logical volume of 10 gigabytes in the volume group vg1: