Skip to content

Commit b3bba59

Browse files
authored
Merge pull request #5701 from GabrielBuica/private/dbuica/CA-394444
CA-394444: `hard_shutdown` stuck behind a `pending` `shutdown`
2 parents 242e626 + 5c906eb commit b3bba59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ocaml/xapi-cli-server/record_util.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ let vm_operation_table =
118118
; (`changing_NVRAM, "changing_NVRAM")
119119
; (`start, "start")
120120
; (`start_on, "start_on")
121+
; (`shutdown, "shutdown")
121122
; (`suspend, "suspend")
122123
; (`unpause, "unpause")
123124
; (`update_allowed_operations, "update_allowed_operations")

ocaml/xapi/message_forwarding.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,6 +2126,7 @@ functor
21262126
; `hard_reboot
21272127
; `pool_migrate
21282128
; `call_plugin
2129+
; `shutdown
21292130
; `suspend
21302131
] ;
21312132
(* If VM is actually suspended and we ask to hard_shutdown, we need to

0 commit comments

Comments
 (0)