From c97aa8c19d01de66c584d471db313e963b2e1b02 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 25 Mar 2020 10:42:19 -0700 Subject: [PATCH] Update volume.md https://github.com/longhorn/longhorn/issues/1136 Signed-off-by: Sheng Yang --- docs/volume.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/volume.md b/docs/volume.md index c88b263..58b776e 100644 --- a/docs/volume.md +++ b/docs/volume.md @@ -38,3 +38,7 @@ After v0.6.0, when the user attaching the volume from Longhorn UI, there is a ch It's mainly used to perform `Snapshot Revert`. After v0.6.0, Snapshot Reverting operation required volume to be in `Maintenance mode` since we cannot modify the block device's content with the volume mounted or being used, otherwise it will cause filesystem corruptions. It's also useful to inspect the volume state without worry that the data can be accessed by accident. + +## Volume parameters +#### Stale Replica Timeout (`staleReplicaTimeout`) +Stale Replica Timeout determines when would Longhorn cleanup an error replica after the replica become `ERROR`. Unit is in minutes. Default is `2880` (48 hours)