Remove reference to flush progress in casadm -L

The functionality of displaying flush progress in caches list
was removed. Updating casadm user message to reflect this.

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski 2019-09-23 13:31:38 -04:00
parent a208fd4682
commit 1b31aed691

View File

@ -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));
} }