Re: error uploading iso

2023-12-11 Thread Wei ZHOU
Yes, it is correct. but the format is not supported. the ISO format should look like "ISO 9660 CD-ROM filesystem data 'CDROM'" You can extract the image, and build a new ISO using mkisofs -Wei On Mon, 11 Dec 2023 at 13:47, wrote: > Hi all, > > > > I am getting the following error when

AW: AW: AW: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread me
I did some testing and it looks like dynamic scale of cpu works, but I get this error: 2023-12-11 15:35:52,098 ERROR [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-124:ctx-66fc7dd5 job-656/job-657 ctx-08b950d5) (logid:99e455c2) Invocation exception, caused by:

AW: OS Upgrade Rocky 8.5 to 8.9

2023-12-11 Thread Christian Reichert
Hi Nux, thanks for your replay, I did a first test in changing the OS and I was able to add the host again. Many thanks, Christian -Ursprüngliche Nachricht- Von: Nux [mailto:n...@li.nux.ro] Gesendet: Montag, 11. Dezember 2023 12:07 An: users@cloudstack.apache.org Cc: Christian

AW: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread me
Thx, Wei, I used OS Type Windows Server 2022 (64-bit). Is this not working? -Ursprüngliche Nachricht- Von: Wei ZHOU Gesendet: Montag, 11. Dezember 2023 11:29 An: users@cloudstack.apache.org Betreff: Re: running Windows VM on Ubuntu 22 KVM You can stop the vm, change the OS type to

Re: AW: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread Nux
You can VM snapshot Windows, no issues, doesn't need any special tools. That said, I usually bundle virtio drivers and QEMU guest agent in Windows VMs. Basically install something like this:

Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-11 Thread Rohit Yadav
Update - Github Discussions is enabled now for apache/cloudstack repository. Some of us have tested to find the Github Dicussions updates are synchronised from Github to the users mailing list only (similar to issues and pull requests). You're all welcome to try it here, or start new

Re: [D] Test Discussion [cloudstack]

2023-12-11 Thread Rohit Yadav
Confirm - messages from Github Discussions end up on mailing list, but it's not two-way sync'd from users mailing list to Github. Regards. From: Nux Sent: Monday, December 11, 2023 17:22 To: users@cloudstack.apache.org Cc: NuxRo (via GitHub) Subject: Re: [D]

Re: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread Ruben Bosch
This is related to cgroups in Ubuntu 22: https://github.com/apache/cloudstack/issues/6744 Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 11 Dec 2023, at 15:42, wrote: > > I did some testing and it looks like dynamic scale of cpu works, but I get > this error: > >

Re: [D] Hello World! [cloudstack]

2023-12-11 Thread via GitHub
GitHub user rohityadavcloud deleted a comment on the discussion: Hello World! Testing comment -> this should land to users@ ML otherwise we would need to consult/ask ASF infra. GitHub link: https://github.com/apache/cloudstack/discussions/8343#discussioncomment-7818425 This is an

Re: [D] Hello World! [cloudstack]

2023-12-11 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: Hello World! Testing - if this message ends up on the users mailing list. GitHub link: https://github.com/apache/cloudstack/discussions/8343#discussioncomment-7819017 This is an automatically sent email for

Re: [D] Test Discussion [cloudstack]

2023-12-11 Thread via GitHub
GitHub user rohityadavcloud closed a discussion: Test Discussion Testing if this ends on the users mailing list. GitHub link: https://github.com/apache/cloudstack/discussions/8344 This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email

Re: AW: AW: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread Nux
If it is then it will certainly require the virtio drivers. That said I always avoided doing this operation, often prone to crashes in my experience. On 2023-12-11 11:53, m...@swen.io wrote: Hi Nux, thx, virtio-win-gt-x64.msi was the missing link. Now VM-snapshot do work! What is not

Re: [D] Test Discussion [cloudstack]

2023-12-11 Thread via GitHub
GitHub user rohityadavcloud closed the discussion with a comment: Test Discussion Closing this, looks like messages are ending up on the users mailing list now. GitHub link: https://github.com/apache/cloudstack/discussions/8344#discussioncomment-7819002 This is an automatically sent

error uploading iso

2023-12-11 Thread me
Hi all, I am getting the following error when uploading a specific iso: Failed to install: Template content is unsupported, or mismatch between selected format and template content. Found : UDF filesystem data (version 1.5) My understanding was that I am able to upload any iso to CS.

Re: OS Upgrade Rocky 8.5 to 8.9

2023-12-11 Thread Nux
Hi, Cloudstack matches the Rocky OS by means of 2 things: - the contents of /etc/redhat-release and - the contents of cloud.host_details (where existing entries are) The script who does this is /usr/share/cloudstack-common/scripts/vm/hypervisor/versions.sh I am not 100% this will work, but

Re: [D] Test Discussion [cloudstack]

2023-12-11 Thread via GitHub
GitHub user NuxRo added a comment to the discussion: Test Discussion yo GitHub link: https://github.com/apache/cloudstack/discussions/8344#discussioncomment-7818945 This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to:

Re: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread Wei ZHOU
You can stop the vm, change the OS type to "Windows PV" and then start the vm. -Wei On Mon, 11 Dec 2023 at 11:17, wrote: > Hi all, > > > > I am kind of new to use KVM for Windows VMs and run into some problems. > > I used an English template for Windows Server 2022 and installed a VM >

AW: AW: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread me
Hi Nux, thx, virtio-win-gt-x64.msi was the missing link. Now VM-snapshot do work! What is not working at the moment is dynamically scaling cpu of a running VM. Is this even possible with Windows? Regards, Swen -Ursprüngliche Nachricht- Von: Nux Gesendet: Montag, 11. Dezember 2023

Re: KVM + Ceph volume attach problem

2023-12-11 Thread Andrei Mikhailovsky
Hi Wei, yeah, they are on the same account. I've done testing with a vm in a started/stopped state. When it's stopped, I can attach the volume. When I start the vm, it is not shown in the list of available VMs. I will check the cmk, which I've not used for ages tbh. Cheers Andrei -

Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-11 Thread Rohit Yadav
The motion passes with the following votes: 5votes: +1 (binding) - Wei, Bobby, Abhishek, Nicolas, Sven 3 votes: +1 (non-binding) Sina, Suresh, Pearl 1 vote: +0: Daan 2 votes: -0: Lucian, Wido 0 votes: -1 (binding & non-binding) I'll work with ASF-infra to get the feature enabled in Github and

Re: KVM + Ceph volume attach problem

2023-12-11 Thread Wei ZHOU
Hi, Do the volumes/vms belong to the same account ? Can you try with cmk/cloudmonkey ? -Wei On Mon, 11 Dec 2023 at 11:05, Andrei Mikhailovsky wrote: > Hello guys, > > I am having a strange issue which I've not noticed before. I am running > ACS version 4.18.1.0 with ceph using rbd for

running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread me
Hi all, I am kind of new to use KVM for Windows VMs and run into some problems. I used an English template for Windows Server 2022 and installed a VM successfully via Cloudstack. Everything looks good and the NIC is working Intel PRO 1000 emulation. As far as I understand you need to install

Re: KVM + Ceph volume attach problem

2023-12-11 Thread Andrei Mikhailovsky
Hey Wei, I tested and I can attach it from the cloudmonkey just fine. Do you know what could be causing the issue in the GUI? Cheers Andrei - Original Message - > From: "Wei ZHOU" > To: "users" > Sent: Monday, 11 December, 2023 10:15:20 > Subject: Re: KVM + Ceph volume attach

Re: [D] Test Discussion [cloudstack]

2023-12-11 Thread Nux
test reply On 2023-12-11 11:52, NuxRo wrote: GitHub user NuxRo added a comment to the discussion: Test Discussion yo GitHub link: https://github.com/apache/cloudstack/discussions/8344#discussioncomment-7818945 This is an automatically sent email for users@cloudstack.apache.org. To

KVM + Ceph volume attach problem

2023-12-11 Thread Andrei Mikhailovsky
Hello guys, I am having a strange issue which I've not noticed before. I am running ACS version 4.18.1.0 with ceph using rbd for images. I've created a new volume and trying to attach it. However, the list of VMs that I can attach a volume to is only showing STOPPED VMs. I can't seem to

AW: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread me
Is it possible to create VM-snapshots of Windows VMs? Do I need to install other guest tools? -Ursprüngliche Nachricht- Von: Wei ZHOU Gesendet: Montag, 11. Dezember 2023 11:43 An: users@cloudstack.apache.org Betreff: Re: running Windows VM on Ubuntu 22 KVM If the OS type is "Windows

AW: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread me
Hi Ruben, thx fort he link! -Ursprüngliche Nachricht- Von: Ruben Bosch Gesendet: Montag, 11. Dezember 2023 16:01 An: users@cloudstack.apache.org Betreff: Re: running Windows VM on Ubuntu 22 KVM This is related to cgroups in Ubuntu 22: https://github.com/apache/cloudstack/issues/6744

Re: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread Wei ZHOU
If the OS type is "Windows Server ", the VM will be started with an E1000 nic device and IDE disk. You need to change to "Windows PV", vm will have virtio NIC and disk. If you want better disk performance, you can try with "Other PV Virtio-SCSI (64-bit)", which might require some changes on

Re: OS Upgrade Rocky 8.5 to 8.9

2023-12-11 Thread Wei ZHOU
Right. The value might be updated each time when cloudstack-agent is restarted. -Wei 在 2023年12月11日星期一,Nux 写道: > Great, > > When you are done upgrading all hosts then you can revert the original > /etc/redhat-release. If it's identical on all hosts it should be fine, if > it still complains

Re: OS Upgrade Rocky 8.5 to 8.9

2023-12-11 Thread Nux
Thanks Wei, yes, that is my understanding as well. On 2023-12-11 22:44, Wei ZHOU wrote: Right. The value might be updated each time when cloudstack-agent is restarted. -Wei 在 2023年12月11日星期一,Nux 写道: Great, When you are done upgrading all hosts then you can revert the original

Re: AW: OS Upgrade Rocky 8.5 to 8.9

2023-12-11 Thread Nux
Great, When you are done upgrading all hosts then you can revert the original /etc/redhat-release. If it's identical on all hosts it should be fine, if it still complains you can have a look in the DB. On 2023-12-11 14:14, Christian Reichert wrote: Hi Nux, thanks for your replay, I did a