-
nikolamIf using VT-d , do to you think that PCI-passthrough could be safe ? And not to give the whole box/compute node to that GPU user ?
-
nikolamAlso I am seeing a video using unprivileged LXC on Proxmox sharing GPU (with cgroups on Linux host). Wonder how secure that actually is (With Intel A380 GPU) but it seems it makes GPU accelerated light virtualization possible .
-
nikolamOr I am just not taking into account actual GPU drivers for illumso for Intel and AMD GPUs in the first place.
-
danmcdUnless vgatext is attached to the device, illumos probably doesn't have the GPU driver (esp. not SmartOS... OI might, but not SmartOS).
-
nikolamI hear people mentioning new wave of all types of (desktop, other) apps would ask for GPU to function properly
-
nikolamLike AI parts in it doing it's job locally
-
sommerfeldPossibly dumb question: is there way to programatticaly determine your cpu cap inside a smartos zone?
-
sommerfeld("getconf NPROCESSORS_ONLN" gives a number larger than what I can use)
-
jbksommerfeld: i think it might be in the metadata
-
jbkthough depends i guess
-
bahamatsommerfeld: You can do `mdata-get sdc:cpu_cap`
-
bahamatsommerfeld: These are the committed fields available: eng.tritondatacenter.com/mdata/datadict.html
-
bahamatsommerfeld: There are others available, but they're considered internal.
-
bahamatThe others available but not documented are basically because they're OS dependent.
-
sommerfeldbahamat: thanks. units are centi-cpus? (n% of a cpu?)
-
bahamatsommerfeld: yes
-
bahamatsommerfeld: those are properties mapped directly in from vmadm, so thats your auxiliary documentation.