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 cf25b00 + 777c73b commit 38ab849Copy full SHA for 38ab849
ocaml/idl/datamodel_vm.ml
@@ -1742,7 +1742,7 @@ let assert_can_migrate =
1742
; {
1743
param_type= Map (String, String)
1744
; param_name= "dest"
1745
- ; param_doc= "The result of a VM.migrate_receive call."
+ ; param_doc= "The result of a Host.migrate_receive call."
1746
; param_release= tampa_release
1747
; param_default= None
1748
}
@@ -1797,7 +1797,7 @@ let assert_can_migrate_sender =
1797
(Ref _vm, "vm", "The VM")
1798
; ( Map (String, String)
1799
, "dest"
1800
- , "The result of a VM.migrate_receive call."
+ , "The result of a Host.migrate_receive call."
1801
)
1802
; (Bool, "live", "Live migration")
1803
; ( Map (Ref _vdi, Ref _sr)
0 commit comments