mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
lvcreate: error message with dot.
This commit is contained in:
parent
4a3884245d
commit
adb80816fb
@ -643,7 +643,7 @@ static int _read_mirror_and_raid_params(struct cmd_context *cmd,
|
||||
}
|
||||
|
||||
if ((lp->nosync = arg_is_set(cmd, nosync_ARG)) && seg_is_any_raid6(lp)) {
|
||||
log_error("nosync option prohibited on RAID6");
|
||||
log_error("nosync option prohibited on RAID6.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user