summaryrefslogtreecommitdiff
path: root/man/lvmcache.7_main
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-05-02 16:47:02 -0500
committerDavid Teigland <teigland@redhat.com>2017-05-02 16:47:02 -0500
commite15c7c5ff963e1a0287f25bca401bc3dbe515f76 (patch)
tree6fd13a837c4a504066f9f89645ec8cc8a6d452c8 /man/lvmcache.7_main
parent253bc5eb2e570fab788640e7256aeb52d1f51045 (diff)
downloadlvm2-e15c7c5ff963e1a0287f25bca401bc3dbe515f76.tar.gz
man: references to lvm entities
Try to reference lvm(8) at the start of topical man pages, and spell out acronyms early in the text, descriptions of which can be found in lvm(8).
Diffstat (limited to 'man/lvmcache.7_main')
-rw-r--r--man/lvmcache.7_main11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/lvmcache.7_main b/man/lvmcache.7_main
index 3ddb7cd63..e573b58e7 100644
--- a/man/lvmcache.7_main
+++ b/man/lvmcache.7_main
@@ -4,9 +4,9 @@ lvmcache \(em LVM caching
.SH DESCRIPTION
-The \fBcache\fP logical volume type uses a small and fast LV to improve
-the performance of a large and slow LV. It does this by storing the
-frequently used blocks on the faster LV.
+An \fBlvm\fP(8) \fBcache\fP Logical Volume (LV) uses a small and
+fast LV to improve the performance of a large and slow LV. It does this
+by storing the frequently used blocks on the faster LV.
LVM refers to the small fast LV as a \fBcache pool LV\fP. The large
slow LV is called the \fBorigin LV\fP. Due to requirements from dm-cache
(the kernel driver), LVM further splits the cache pool LV into two
@@ -16,7 +16,8 @@ origin LV to increase speed. The cache metadata LV holds the
accounting information that specifies where data blocks are stored (e.g.
on the origin LV or on the cache data LV). Users should be familiar with
these LVs if they wish to create the best and most robust cached
-logical volumes. All of these associated LVs must be in the same VG.
+LVs. All of these associated LVs must be in the same Volume
+Group (VG).
.SH Cache Terms
.nf
@@ -29,7 +30,7 @@ cache LV CacheLV OriginLV + CachePoolLV
.SH Cache Usage
-The primary method for using a cache type logical volume:
+The primary method for using a cache type LV:
.SS 0. create OriginLV