1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Change confusing message that is printed when a RAID device fails.

s/Issue/Use/, otherwise it is easy to misread "Issue" as "Issuing" - causing
the user confusion as to whether the action was performed automatically or
whether they need to issue the command.
This commit is contained in:
Jonathan Earl Brassow 2012-02-13 18:38:36 +00:00
parent 1456c3b298
commit 96f82296ae

View File

@ -1537,7 +1537,7 @@ static int lvconvert_raid(struct logical_volume *lv, struct lvconvert_params *lp
/* "warn" if policy not set to replace */
if (arg_count(cmd, use_policies_ARG))
log_error("Issue 'lvconvert --repair %s/%s' to "
log_error("Use 'lvconvert --repair %s/%s' to "
"replace failed device",
lv->vg->name, lv->name);
return 1;