Skip to content

Commit 56b37fe

Browse files
authored
Merge pull request #59 from opencredo/master
Add "syncing" storage state
2 parents a3ac872 + 480a3b7 commit 56b37fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upcloud/storage.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const (
2424
StorageStateCloning = "cloning"
2525
StorageStateBackuping = "backuping"
2626
StorageStateError = "error"
27+
StorageStateSyncing = "syncing"
2728

2829
BackupRuleIntervalDaily = "daily"
2930
BackupRuleIntervalMonday = "mon"

0 commit comments

Comments
 (0)