From 9f4e842f013c5bf06bda5fa38673fdd9082ad2d2 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Thu, 27 Jun 2019 11:11:02 -0400 Subject: [PATCH] Edit WO cache mode man page Signed-off-by: Adam Rutkowski --- utils/casadm.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/utils/casadm.8 b/utils/casadm.8 index 9bb0eea..5cc65b3 100644 --- a/utils/casadm.8 +++ b/utils/casadm.8 @@ -65,8 +65,7 @@ causing cache pollution. .TP .B Write-Only (wo) In Write-Only mode write operations are handled exactly like in Write-Back mode. Read -operations do not promote data to cache. Reads are typically serviced by the core -device, unless corresponding cache lines are dirty. +operations do not promote data to cache. .SH COMMANDS @@ -190,7 +189,7 @@ Force to start a cache. By default cache will not be started if utility detects This parameter ignores this situations, and starts a cache instance. .TP -.B -c, --cache-mode {wt|wb|wa|pt} +.B -c, --cache-mode {wt|wb|wa|pt|wo} Cache mode to be used for a cache instance. Available modes are: @@ -202,6 +201,8 @@ Available modes are: 3. \fBwa - Write-Around\fR. .br 4. \fBpt - Pass-Through\fR. +.br +5. \fBwo - Write-Only\fR. .TP .B -x, --cache-line-size @@ -380,6 +381,8 @@ Available modes: 3. \fBwa - Write-Around\fR. .br 4. \fBpt - Pass-Through\fR. +.br +5. \fBwo - Write-Only\fR. .TP .B -i, --cache-id