commit
b470052bf1
@ -1112,8 +1112,7 @@ int set_cache_mode(unsigned int cache_mode, unsigned int cache_id, int flush)
|
|||||||
} else {
|
} else {
|
||||||
cas_printf(LOG_INFO, "CAS is currently migrating from %s to %s mode.\n"
|
cas_printf(LOG_INFO, "CAS is currently migrating from %s to %s mode.\n"
|
||||||
"Dirty data are being flushed to primary storage device in background.\n"
|
"Dirty data are being flushed to primary storage device in background.\n"
|
||||||
"Please find flushing progress via list caches command (‘casadm -L’) or\n"
|
"Please find flushing progress via statistics command (‘casadm -P’).\n",
|
||||||
"via statistics command (‘casadm -P’).\n",
|
|
||||||
cache_mode_to_name_long(orig_mode),
|
cache_mode_to_name_long(orig_mode),
|
||||||
cache_mode_to_name_long(cache_mode));
|
cache_mode_to_name_long(cache_mode));
|
||||||
}
|
}
|
||||||
|
@ -423,7 +423,7 @@ Defines output format for parameter list. It can be either \fBtable\fR (default)
|
|||||||
|
|
||||||
.SH Options that are valid with --set-cache-mode (-Q) are:
|
.SH Options that are valid with --set-cache-mode (-Q) are:
|
||||||
.TP
|
.TP
|
||||||
.B -c, --cache-mode {wt|wb|wa|pt}
|
.B -c, --cache-mode {wt|wb|wa|pt|wo}
|
||||||
Cache mode to be used with a given cache instance.
|
Cache mode to be used with a given cache instance.
|
||||||
|
|
||||||
Available modes:
|
Available modes:
|
||||||
|
@ -22,7 +22,7 @@ Cache ID <1-16384>
|
|||||||
.br
|
.br
|
||||||
Cache device <DEVICE>
|
Cache device <DEVICE>
|
||||||
.br
|
.br
|
||||||
Cache mode {wt|wb|wa|pt}
|
Cache mode {wt|wb|wa|pt|wo}
|
||||||
.br
|
.br
|
||||||
Extra fields (optional) ioclass_file=<file>,cleaning_policy=<alru,nop>,promotion_policy=<always,nhit>
|
Extra fields (optional) ioclass_file=<file>,cleaning_policy=<alru,nop>,promotion_policy=<always,nhit>
|
||||||
.RE
|
.RE
|
||||||
|
Loading…
Reference in New Issue
Block a user