File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ let vgpus_of_vm ~__context vm_r =
4141let m = Mutex. create ()
4242
4343let create_passthrough_vgpu ~__context ~vm vgpu available_pgpus pcis =
44- debug " Create vGPUs " ;
44+ debug " Creating passthrough VGPUs " ;
4545 let compatible_pgpus = Db.GPU_group. get_PGPUs ~__context ~self: vgpu.gpu_group_ref in
4646 let pgpus = List. intersect compatible_pgpus available_pgpus in
4747 let rec reserve_one = function
@@ -94,6 +94,7 @@ let add_pcis_to_vm ~__context vm passthru_vgpus =
9494 Db.VM. add_to_other_config ~__context ~self: vm ~key: Xapi_globs. vgpu_pci ~value
9595
9696let create_virtual_vgpu ~__context vm vgpu =
97+ debug " Creating virtual VGPUs" ;
9798 let host = Helpers. get_localhost ~__context in
9899 let available_pgpus = Db.Host. get_PGPUs ~__context ~self: host in
99100 let compatible_pgpus = Db.GPU_group. get_PGPUs ~__context ~self: vgpu.gpu_group_ref in
You can’t perform that action at this time.
0 commit comments