Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-20 Thread via GitHub
GitHub user SviridoffA closed the discussion with a comment: Change type of machine in KVM hypervisor Hi @NuxRo! Thanks for you reply. As I wrote above, I followed the order you specified, but when we change the type from pc-i440fx to pc-q35, we also need to modify several parameters related

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-20 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor Thank you for your hint, I performed it using virsh shutdown and virsh start. There are too many interconnected parameters in the XML that need to be adjusted for this type of virtual machine. I

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-17 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor It seems like I'm missing something... But to apply these changes, I need to stop and start the VM, and if I stop and start it, the XML will be overwritten, right? So I can't apply these changes

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-15 Thread via GitHub
GitHub user NuxRo closed the discussion with a comment: Change type of machine in KVM hypervisor Only manual way @SviridoffA 1. go to hypervisor 2. virsh edit instance-name, change to pc-i440fx-8.0 or whatever you need 3. virsh destroy instance-name (or "shutdown" if machine is responsive) 4.

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-11 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Change type of machine in KVM hypervisor yes it will be a workaround, just to verify that it can run. While you wait for the more permanent solution mentioned above (https://github.com/apache/cloudstack/discussions/11583#discussionco

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA closed a discussion: Change type of machine in KVM hypervisor Hi Everyone! Please help me ๐Ÿ™! Can someone tell me if there's any way to change parameter arch='x86_64' machine='pc-i440fx-8.2' in a virtual machine's XML to arch='x86_64' machine='pc-q35-8.2' without CloudSt

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-09 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Change type of machine in KVM hypervisor if you start from cloudstack, these changes will be overwritten, but if you stop/start out of bound they wonโ€™t. GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussionc

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-08 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor Hi @DaanHoogland! Do you mean "virsh edit"? But won't it be overwritten during start or migration operations? GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussioncomme

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-08 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Change type of machine in KVM hypervisor how about using virsh to edit the domain on the hypervisor? (donโ€™t try this at home!!!) GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussioncomment-14340437 Th

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-07 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Change type of machine in KVM hypervisor @SviridoffA there is a recent PR for it: #11569 GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussioncomment-14315870 This is an automatically sent email for

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-07 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor Hi @weizhouapache, thanks for this information. It's a great enhancement, but if I can't build CloudStack myself with this PR, is there any other way to do this at the moment? I have tried ```

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-07 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor It seems the only way to do this now is to create a virtual machine with UEFI settings. If you choose this option, VM type will be set to pc-q35-8.2. However, this cannot be applied to an alread

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-05 Thread via GitHub
GitHub user SviridoffA edited a discussion: Change type of machine in KVM hypervisor Hi Everyone! Please help me ๐Ÿ™! Can someone tell me if there's any way to change parameter arch='x86_64' machine='pc-i440fx-8.2' in a virtual machine's XML to arch='x86_64' machine='pc-q35-8.2' without CloudSt

[D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-05 Thread via GitHub
GitHub user SviridoffA created a discussion: Change type of machine in KVM hypervisor Hi Everyone! Please help me ๐Ÿ™! Can someone tell me if there's any way to change parameter hvm in a virtual machine's XML to hvm without CloudStack overwriting these changes, perhaps through some extra confi