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.
1 parent ddb1848 commit 5bbe1f4Copy full SHA for 5bbe1f4
ocaml/xapi/xapi_pgpu_helpers.ml
@@ -56,7 +56,7 @@ let assert_no_resident_VGPUs_of_type ~__context ~self ~vgpu_type =
56
match Db.VGPU.get_records_where ~__context
57
~expr:(And
58
(Eq (Field "resident_on", Literal (Ref.string_of self)),
59
- Eq (Field "vgpu_type", Literal (Ref.string_of vgpu_type))))
+ Eq (Field "type", Literal (Ref.string_of vgpu_type))))
60
with
61
| [] -> ()
62
| vgpus_and_records ->
0 commit comments