We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a888b6c commit e7271ddCopy full SHA for e7271dd
helpers/vdisk.py
@@ -34,6 +34,7 @@ class DtlStatus(object):
34
"""
35
36
SYNC = "ok_sync"
37
+ STANDALONE = "ok_standalone"
38
CHECKUP = "checkup_required"
39
DEGRADED = "degraded"
40
DISABLED = "disabled"
0 commit comments