Hi, How to create a flavor with GPU? The way we set vcpu and memory. Regards, Danishka
On Mon, Sep 6, 2021 at 14:02, open infra <openinfradn@gmail.com> wrote:
Hi,
How to create a flavor with GPU? This document helps with the vGPU support in nova: https://docs.openstack.org/nova/latest/admin/virtual-gpu.html
If you need a whole physical GPU to be passed to the guest instead then you can pass that through as a PCI device. Documented here: https://docs.openstack.org/nova/latest/admin/pci-passthrough.html Cheers, gibi
The way we set vcpu and memory.
Regards, Danishka
Thanks Balazs. If I already create vgpu I just need to update the flavor using the following command? openstack flavor set vgpu_1 --property "resources:VGPU=1" On Mon, Sep 6, 2021 at 4:12 PM Balazs Gibizer <balazs.gibizer@est.tech> wrote:
On Mon, Sep 6, 2021 at 14:02, open infra <openinfradn@gmail.com> wrote:
Hi,
How to create a flavor with GPU? This document helps with the vGPU support in nova: https://docs.openstack.org/nova/latest/admin/virtual-gpu.html
If you need a whole physical GPU to be passed to the guest instead then you can pass that through as a PCI device. Documented here: https://docs.openstack.org/nova/latest/admin/pci-passthrough.html
Cheers, gibi
The way we set vcpu and memory.
Regards, Danishka
On Mon, Sep 6, 2021 at 16:26, open infra <openinfradn@gmail.com> wrote:
Thanks Balazs.
If I already create vgpu I just need to update the flavor using the following command?
openstack flavor set vgpu_1 --property "resources:VGPU=1"
Yes, that is the way to request a VGPU via a flavor [1] [1] https://docs.openstack.org/nova/latest/admin/virtual-gpu.html#configure-a-fl... gibi
On Mon, Sep 6, 2021 at 4:12 PM Balazs Gibizer <balazs.gibizer@est.tech> wrote:
On Mon, Sep 6, 2021 at 14:02, open infra <openinfradn@gmail.com> wrote:
Hi,
How to create a flavor with GPU? This document helps with the vGPU support in nova: https://docs.openstack.org/nova/latest/admin/virtual-gpu.html
If you need a whole physical GPU to be passed to the guest instead then you can pass that through as a PCI device. Documented here: https://docs.openstack.org/nova/latest/admin/pci-passthrough.html
Cheers, gibi
The way we set vcpu and memory.
Regards, Danishka
If you deployed Cyborg on you environment, you can create a device_profile with GPU(openstack device profile create …),then add the metadata of device_profile:GPU in the flavor,then you can boot an instance with this flavor,it will be done by nova and cyborg. Below [1] is the SSD supported test that you can refer, the GPU test report we will plan to add in Yoga release. [1]https://wiki.openstack.org/wiki/Cyborg/TestReport/InspurFPGA -------- 原始邮件 -------- 发件人: open infra <openinfradn@gmail.com> 日期: 2021年9月6日周一 16:37 收件人: openstack-discuss <openstack-discuss@lists.openstack.org> 主 题: [lists.openstack.org代发]flavor with GPU Hi, How to create a flavor with GPU? The way we set vcpu and memory. Regards, Danishka
participants (3)
-
Balazs Gibizer
-
Brin Zhang(张百林)
-
open infra