Skip to content

Commit 6d0eff1

Browse files
author
Philippe
authored
Merge pull request #38 from openvstorage/add-dtl-status
Add dtl status
2 parents 4ddd3fa + e7271dd commit 6d0eff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/vdisk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class DtlStatus(object):
3434
"""
3535

3636
SYNC = "ok_sync"
37+
STANDALONE = "ok_standalone"
3738
CHECKUP = "checkup_required"
3839
DEGRADED = "degraded"
3940
DISABLED = "disabled"

0 commit comments

Comments
 (0)