Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=07d92322c13e942b…
Commit: 07d92322c13e942b8a47b4370a82b70d33a6f0c8
Parent: d90d99b23d94dea41b65166f8bb19cb2883e527c
Author: Zdenek Kabelac <zkabelac(a)redhat.com>
AuthorDate: Mon Apr 25 13:38:24 2016 +0200
Committer: Zdenek Kabelac <zkabelac(a)redhat.com>
CommitterDate: Tue Apr 26 23:29:58 2016 +0200
man: lvcreate doc passthrough
Add few more words about passthough mode.
---
man/lvcreate.8.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index f6bb14f..fd8b3a7 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -219,7 +219,10 @@ If \fBwritethough\fP is specified, a write is considered complete only
when it has been stored in the cache pool LV and on the origin LV.
While \fBwritethrough\fP may be slower for writes, it is more
resilient if something should happen to a device associated with the
-cache pool LV.
+cache pool LV. With \fBpassthrough\fP mode, all reads are served
+from origin LV (all reads miss the cache) and all writes are
+forwarded to the origin LV; additionally, write hits cause cache
+block invalidates. See \fBlvmcache(7)\fP for more details.
.
.HP
.BR \-\-cachepolicy
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=d90d99b23d94dea4…
Commit: d90d99b23d94dea41b65166f8bb19cb2883e527c
Parent: e77b6968b6b420a4d0d9f14af1386f28761f055b
Author: Zdenek Kabelac <zkabelac(a)redhat.com>
AuthorDate: Sun Apr 24 11:40:59 2016 +0200
Committer: Zdenek Kabelac <zkabelac(a)redhat.com>
CommitterDate: Tue Apr 26 23:29:58 2016 +0200
man: lvchange updates
Drop never existing --degrade.
---
man/lvchange.8.in | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/man/lvchange.8.in b/man/lvchange.8.in
index fb16530..34ce583 100644
--- a/man/lvchange.8.in
+++ b/man/lvchange.8.in
@@ -26,15 +26,14 @@ lvchange \(em change attributes of a logical volume
.RB [ \-A | \-\-autobackup
.RB { y | n }]
.RB [ \-\-cachepolicy
-.IR policy ]
+.IR Policy ]
.RB [ \-\-cachesettings
-.IR key \fB= value ]
+.IR Key \fB= Value ]
.RB [ \-\-commandprofile
.IR ProfileName ]
.RB [ \-C | \-\-contiguous
.RB { y | n }]
.RB [ \-d | \-\-debug ]
-.RB [ \-\-degraded ]
.RB [ \-\-deltag
.IR Tag ]
.RB [ \-\-detachprofile ]
@@ -57,9 +56,9 @@ lvchange \(em change attributes of a logical volume
.RB [ \-M | \-\-persistent
.RB { y | n }
.RB [ \-\-major
-.IR major ]
+.IR Major ]
.RB [ \-\-minor
-.IR minor ]]
+.IR Minor ]]
.RB [ \-\-poll
.RB { y | n }]
.RB [ \-\- [ raid ] maxrecoveryrate
@@ -188,9 +187,9 @@ of the flag is reported within \fBlv_attr\fP bits.
.
.HP
.BR \-\-cachepolicy
-.IR policy ,
+.IR Policy ,
.BR \-\-cachesettings
-.IR key \fB= value
+.IR Key \fB= Value
.br
Only applicable to cached LVs; see also \fBlvmcache(7)\fP. Sets
the cache policy and its associated tunable settings. In most use-cases,
@@ -240,7 +239,7 @@ Do not use this if dmeventd is already monitoring a device.
.
.HP
.BR \-\-major
-.IR major
+.IR Major
.br
Sets the major number. This option is supported only on older systems
(kernel version 2.4) and is ignored on modern Linux systems where major
@@ -248,7 +247,7 @@ numbers are dynamically assigned.
.
.HP
.BR \-\-minor
-.IR minor
+.IR Minor
.br
Set the minor number.
.