mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #435] vGPU #266
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#266
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tree1123 on GitHub (Apr 26, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/435
how can i set vGPU? does someone has idea?
@catborise commented on GitHub (Apr 27, 2021):
you should add it with virt-manager.
not implemented at webvirtcloud.
@tree1123 commented on GitHub (Apr 27, 2021):
thank you.
can i build a instance in webvirtcloud, than add gpu with virt-manager?
which document i can read?
@catborise commented on GitHub (Apr 27, 2021):
using webvirtcloud, you can list, create, update, manage, delete instances.
you can manage multiple hypervisor hosts.
it is simple application.
it is a web ui alternative for virt-manager.
yes u can create instance with webvirtcloud then edit with virt-manager to add vgpu.
webvirtcloud and virt-manager is a ui for libvirt.
libvirt is an api for managing kvm/xen/hyperv hypervisors.
normally libvirt has own tool which is “virsh”. but it is a command line application. webvirtcloud eases libvirt usage.
you should read libvirt/virt-manager/kvm related articles to understand the concept.
@tree1123 commented on GitHub (Apr 28, 2021):
thank you.
i know.i will try.