From 3988447c4efd96b354dbc9bf9da87283e5bfa5c7 Mon Sep 17 00:00:00 2001 From: Krzysztof Majzerowicz-Jaszcz Date: Thu, 24 Mar 2022 10:49:25 +0100 Subject: [PATCH] Manpage update to include standby mode Updated manpage troff source with standby mode options Signed-off-by: Krzysztof Majzerowicz-Jaszcz --- casadm/casadm.8 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/casadm/casadm.8 b/casadm/casadm.8 index 1dce949..4edffd2 100644 --- a/casadm/casadm.8 +++ b/casadm/casadm.8 @@ -137,6 +137,15 @@ Manage IO classes. 2. \fB-L, --list\fR - print current IO class configuration. Allowed output formats: table or CSV. +.TP +.B --standby +Manage standby failover mode. Valid commands are: +.BR + \fB--init - \fRinitialize standby failover cache + \fB--load - \fRload cache in standby mode + \fB--detach - \fRdetach cache device in standby mode + \fB--activate - \fRactivate standby cache + .TP .B --zero-metadata Remove metadata from previously used cache device. @@ -573,6 +582,42 @@ Identifier of cache instance <1-16384>. Defines output format for printed IO class configuration. It can be either \fBtable\fR (default) or \fBcsv\fR. +.SH Options that are valid with --standby --init are: +.TP +.B -i, --cache-id +Identifier of a cache instance <1-16384> + +.TP +.B -x, --cache-line-size +Cache line size in kibibytes: {4,8,16,32,64} [KiB] + +.TP +.B -d, --cache-device +Device to be used for standby cache + +.TP +.B -f, --force +Force the initialization of cache instance + +.SH Options that are valid with --standby --load are: +.TP +.B -d, --cache-device +Caching device to be used + +.SH Options that are valid with --standby --detach are: +.TP +.B -i, --cache-id +Identifier of a cache instance <1-16384> + +.SH Options that are valid with --standby --activate are: +.TP +.B -i, --cache-id +Identifier of a cache instance <1-16384> + +.TP +.B -d, --cache-device +Caching device to be used + .SH Options that are valid with --zero-metadata are: .TP .B -d, --device