Skip to content

Commit eed971c

Browse files
authored
Merge pull request xapi-project#3104 from gaborigloi/update_comment
Xapi_vm_lifecycle.check_operation_error: clarify comment
2 parents 99b5612 + 8b23c92 commit eed971c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_vm_lifecycle.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ let check_operation_error ~__context ~ref ~op ~strict =
488488
then Some (Api_errors.not_system_domain, [ ref_str ])
489489
else None) in
490490

491-
(* For cross-pool VM migration, check if any of the VM's VDIs has CBT enabled *)
491+
(* For storage migration, check if any of the VM's VDIs has CBT enabled *)
492492
let current_error = check current_error (fun () ->
493493
let is_cbt_enabled vdi = try Db.VDI.get_cbt_enabled ~__context ~self:vdi with _ -> false in
494494
if op = `migrate_send && List.exists is_cbt_enabled vdis then begin

0 commit comments

Comments
 (0)