Merge pull request #929 from mmichal10/fix-zero-md-typo

casadm: fix typo in an error message
This commit is contained in:
Robert Baldyga 2021-08-20 10:37:42 +02:00 committed by GitHub
commit 0987c1b39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2933,7 +2933,7 @@ int zero_md(const char *cache_device, bool force)
if (!force) {
cas_printf(LOG_ERR, "Cache instance did not shut down cleanly. It might contain dirty data. \n"
"Clearing metadata might result in loss of dirty data. Please recover cache instance\n"
"by loading it and flush dirty data in order to preserve then on the core device.\n"
"by loading it and flush dirty data in order to preserve them on the core device.\n"
"Alternatively, if you wish to clear metadata anyway, please use '--force' option. \n");
return FAILURE;
} else {