Fix repica typo

Signed-off-by: Damien Eichhorn <damien@shockbyte.com>
This commit is contained in:
Damien Eichhorn 2022-01-04 14:28:27 +01:00 committed by David Ko
parent 1dedf7d37f
commit 408d6fc26b

View File

@ -405,7 +405,7 @@ WARNING:
default: 5 default: 5
- variable: defaultSettings.disableRevisionCounter - variable: defaultSettings.disableRevisionCounter
label: Disable Revision Counter 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" group: "Longhorn Default Settings"
type: boolean type: boolean
default: "false" default: "false"