From 708435d187f614dd7b3a25e5673bd24e797fdcc3 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Fri, 25 Oct 2024 22:03:18 +0200 Subject: [PATCH] man: lvchange update about --syncaction being transient --- man/lvchange.8_pregen | 2 ++ tools/args.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/man/lvchange.8_pregen b/man/lvchange.8_pregen index 5cd6d27c4..616ae5083 100644 --- a/man/lvchange.8_pregen +++ b/man/lvchange.8_pregen @@ -922,6 +922,8 @@ blocks in the array and check for discrepancies (mismatches between mirrors or incorrect parity values). \fBcheck\fP will count but not correct discrepancies. \fBrepair\fP will correct discrepancies. +Mind that these synchronization actions are transient and have to be restarted +after a system failure/reboot or a configuration change to the RaidLV. See \fBlvs\fP(8) for reporting discrepancies found or repaired. . .HP diff --git a/tools/args.h b/tools/args.h index 3a53d5771..4a9ec5ad0 100644 --- a/tools/args.h +++ b/tools/args.h @@ -864,6 +864,8 @@ arg(syncaction_ARG, '\0', "syncaction", syncaction_VAL, 0, 0, "(mismatches between mirrors or incorrect parity values).\n" "\\fBcheck\\fP will count but not correct discrepancies.\n" "\\fBrepair\\fP will correct discrepancies.\n" + "Mind that these synchronization actions are transient and have to be restarted\n" + "after a system failure/reboot or a configuration change to the RaidLV.\n" "See \\fBlvs\\fP(8) for reporting discrepancies found or repaired.\n") arg(sysinit_ARG, '\0', "sysinit", 0, 0, 0,