Skip to content

Commit

Permalink
Add 'Rebuild' to ServerStatus enum
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored Oct 15, 2023
1 parent 137e340 commit 5524bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compute/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ protocol_enum! {
Migrating = "MIGRATING",
Paused = "PAUSED",
Rebooting = "REBOOT",
Rebuild = "REBUILD",
Resizing = "RESIZE",
RevertingResize = "REVERT_RESIZE",
ShutOff = "SHUTOFF",
Expand Down

0 comments on commit 5524bef

Please sign in to comment.