From 408d6fc26bb1fa5f2adc5f770ec0116367709062 Mon Sep 17 00:00:00 2001 From: Damien Eichhorn Date: Tue, 4 Jan 2022 14:28:27 +0100 Subject: [PATCH] Fix repica typo Signed-off-by: Damien Eichhorn --- chart/questions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index d1a198a..c96a3f7 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -405,7 +405,7 @@ WARNING: default: 5 - variable: defaultSettings.disableRevisionCounter label: Disable Revision Counter - description: "This setting is only for volumes created by UI. By default, this is false meaning there will be a reivision counter file to track every write to the volume. During salvage recovering Longhorn will pick the repica with largest reivision counter as candidate to recover the whole volume. If revision counter is disabled, Longhorn will not track every write to the volume. During the salvage recovering, Longhorn will use the 'volume-head-xxx.img' file last modification time and file size to pick the replica candidate to recover the whole volume." + description: "This setting is only for volumes created by UI. By default, this is false meaning there will be a reivision counter file to track every write to the volume. During salvage recovering Longhorn will pick the replica with largest reivision counter as candidate to recover the whole volume. If revision counter is disabled, Longhorn will not track every write to the volume. During the salvage recovering, Longhorn will use the 'volume-head-xxx.img' file last modification time and file size to pick the replica candidate to recover the whole volume." group: "Longhorn Default Settings" type: boolean default: "false"