Skip to content

Commit

Permalink
Merge pull request #5701 from GabrielBuica/private/dbuica/CA-394444
Browse files Browse the repository at this point in the history
CA-394444: `hard_shutdown` stuck behind a `pending` `shutdown`
  • Loading branch information
edwintorok authored Jun 18, 2024
2 parents 242e626 + 5c906eb commit b3bba59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ocaml/xapi-cli-server/record_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ let vm_operation_table =
; (`changing_NVRAM, "changing_NVRAM")
; (`start, "start")
; (`start_on, "start_on")
; (`shutdown, "shutdown")
; (`suspend, "suspend")
; (`unpause, "unpause")
; (`update_allowed_operations, "update_allowed_operations")
Expand Down
1 change: 1 addition & 0 deletions ocaml/xapi/message_forwarding.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2126,6 +2126,7 @@ functor
; `hard_reboot
; `pool_migrate
; `call_plugin
; `shutdown
; `suspend
] ;
(* If VM is actually suspended and we ask to hard_shutdown, we need to
Expand Down

0 comments on commit b3bba59

Please sign in to comment.