mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-10 07:27:34 +02:00
snapper: make error mode an error wait mode
Just because taking one snapshot fails does not mean snapper needs to stop for all others. Since users are advised to monitor error logs, snapshot-taking errors can still be addressed. The ErrorWait mode allows a potential future Report / Status command to distinguish normal waits from error waits.
This commit is contained in:
@ -8,7 +8,7 @@ const (
|
||||
_State_name_0 = "SyncUpPlanning"
|
||||
_State_name_1 = "Snapshotting"
|
||||
_State_name_2 = "Waiting"
|
||||
_State_name_3 = "Error"
|
||||
_State_name_3 = "ErrorWait"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user