Skip to content

Commit ca0e7c1

Browse files
authored
Merge pull request #167 from mseri/SCTX-2558
CA-259579: Introduce ballooning timeout before migration error
2 parents aecff84 + 97d497a commit ca0e7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xen/xenops_interface.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ exception No_bootable_device
5151
exception Bootloader_error of (string * string)
5252
exception Cannot_free_this_much_memory of (int64 * int64)
5353
exception Vms_failed_to_cooperate of string list
54-
exception Ballooning_error of (string * string)
5554
exception IO_error
5655
exception Failed_to_contact_remote_service of string
5756
exception Hook_failed of (string * string * string * string)
@@ -61,6 +60,7 @@ exception Storage_backend_error of (string * (string list))
6160
exception PCIBack_not_loaded
6261
exception Failed_to_run_script of string
6362
exception Failed_to_start_emulator of (string * string * string)
63+
exception Ballooning_timeout_before_migration
6464

6565
type debug_info = string
6666

0 commit comments

Comments
 (0)