Skip to content

Commit 480a3b7

Browse files
committed
Add "syncing" storage state
1 parent a3ac872 commit 480a3b7

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)