We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99b5612 + 8b23c92 commit eed971cCopy full SHA for eed971c
ocaml/xapi/xapi_vm_lifecycle.ml
@@ -488,7 +488,7 @@ let check_operation_error ~__context ~ref ~op ~strict =
488
then Some (Api_errors.not_system_domain, [ ref_str ])
489
else None) in
490
491
- (* For cross-pool VM migration, check if any of the VM's VDIs has CBT enabled *)
+ (* For storage migration, check if any of the VM's VDIs has CBT enabled *)
492
let current_error = check current_error (fun () ->
493
let is_cbt_enabled vdi = try Db.VDI.get_cbt_enabled ~__context ~self:vdi with _ -> false in
494
if op = `migrate_send && List.exists is_cbt_enabled vdis then begin
0 commit comments