Skip to content

Commit

Permalink
CA-394444: Update vm_operation_table
Browse files Browse the repository at this point in the history
Adds ``shutdown` to `vm_operation_table`.

`VM.shutdown` operations were displayed as `(unknown operation)`. This
should display the operation correctly in logs and during `xe task-list`.

Signed-off-by: Gabriel Buica <[email protected]>

Co-authored-by: Christian Lindig <[email protected]>
  • Loading branch information
GabrielBuica and Christian Lindig committed Aug 13, 2024
1 parent 3b85b7a commit 7e01f00
Showing 1 changed file with 1 addition 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 @@ -108,6 +108,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

0 comments on commit 7e01f00

Please sign in to comment.