mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #533] Some problems with creating Instances on ARM server(Huawei Taishan 200) #317
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#317
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 @smallpize on GitHub (Aug 31, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/533
Server environment: Huawei Taishan 200, ARM server
libvirt: 6.2.0
qemu.aarch64: 4.1.0
modify instances/models.py file:
set instance video model must be "virtro"

cdrom default bus='sata', not work:
set1:
set2:
set1: add usb controller
set2: change mouse and keyboard setting to these
Suggestion:
@catborise commented on GitHub (Aug 31, 2022):
i think you are using debian based operating system, isnt it?(my environment is rhel based because of that arm support is missing. i should install deb derivative)
i never used arm based instance because of that my knownledge is missing. it think when you create an arm instance you must also choose boot image init file?
it is easy to add arm support. i can work on it...
@smallpize commented on GitHub (Sep 1, 2022):
I use rhel based, OS: Kylin server SP2, (like openEuler-20.03-LTS-SP1), I think some problems are related to hardware. For example: I test arm vm can't snapshot, the reason: KVM Does Not Support Internal Snapshots
@catborise commented on GitHub (Sep 5, 2022):
i want to ask about your feedback;
@catborise commented on GitHub (Sep 9, 2022):
@smallpize #538 changes made happen. bus for cdrom and input devices can be changeable. usb controller addition is done. length of firmware size is increased. default options for arm are added.
@smallpize commented on GitHub (Sep 15, 2022):
@catborise
I will test the new version in order to add the default options for arm.