1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

man: advise against mirrored mirror log

This commit is contained in:
David Teigland 2017-03-17 11:54:39 -05:00
parent 8d7be8f5df
commit 07040942ed

View File

@ -331,7 +331,8 @@ arg(mirrorlog_ARG, '\0', "mirrorlog", mirrorlog_VAL, 0, 0,
"\\fBcore\\fP is not persistent; the log is kept only in memory.\n" "\\fBcore\\fP is not persistent; the log is kept only in memory.\n"
"In this case, the mirror must be synchronized (by copying LV data from\n" "In this case, the mirror must be synchronized (by copying LV data from\n"
"the first device to others) each time the LV is activated, e.g. after reboot.\n" "the first device to others) each time the LV is activated, e.g. after reboot.\n"
"\\fBmirrored\\fP is a persistent log that is itself mirrored.\n") "\\fBmirrored\\fP is a persistent log that is itself mirrored, but\n"
"should be avoided. Instead, use the raid1 type for log redundancy.\n")
arg(mirrorsonly_ARG, '\0', "mirrorsonly", 0, 0, 0, arg(mirrorsonly_ARG, '\0', "mirrorsonly", 0, 0, 0,
"Only remove missing PVs from mirror LVs.\n") "Only remove missing PVs from mirror LVs.\n")