From 1b31aed691480609d0f8532f1d27eaab14431c06 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Mon, 23 Sep 2019 13:31:38 -0400 Subject: [PATCH] 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 --- casadm/cas_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/casadm/cas_lib.c b/casadm/cas_lib.c index 6a497c3..7c91725 100644 --- a/casadm/cas_lib.c +++ b/casadm/cas_lib.c @@ -1112,8 +1112,7 @@ int set_cache_mode(unsigned int cache_mode, unsigned int cache_id, int flush) } else { 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" - "Please find flushing progress via list caches command (‘casadm -L’) or\n" - "via statistics command (‘casadm -P’).\n", + "Please find flushing progress via statistics command (‘casadm -P’).\n", cache_mode_to_name_long(orig_mode), cache_mode_to_name_long(cache_mode)); }