Re: New PMC member: Suresh Anaparti

2024-09-19 Thread Slavka Peleva
Congratulations Suresh! Best Regards, Slavka On Wed, 18 Sep 2024 at 22:31, Nicolas Vazquez wrote: > Congratulations Suresh! > > Regards, > Nicolas Vazquez > > > From: Rohit Yadav > Date: Wednesday, 18 September 2024 at 07:52 > To: dev , users > Subject: New PMC member: Suresh Anaparti > The P

Re: Secure Boot on Ubuntu 20.4 KVM Hypervisor for Win11

2024-09-19 Thread Ricardo Pertuz
Thanks Wei, The command shows me the whole xml dump, any particular section I should check? Regarding secure I only see loader readonly='yes' secure='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE_4M.secboot.fd Atte, Ricardo Pertuz On 19 Sep 2024 at 8:01 AM -0500, users@cloudstack.apache.org

Re: Can't register template from URL - How do I troubleshoot?

2024-09-19 Thread Sean Clark
I learned how to ssh into the system VM for storage using this domentaion for Accessing System VMs: https://docs.cloudstack.apache.org/en/latest/adminguide/systemvm.html I was able to ssh into my system storage VM from the KVM hypervisor Since I'm using hardcoded /etc/host and no homelab DNS serv

Can't register template from URL - How do I troubleshoot?

2024-09-19 Thread Sean Clark
I'm attempting cloudstack homelab on 2 modest home servers (4-core, 32GB RAM, 1TB SSD), one is the management server and one is the KVM host. I have a zone created with basic networking, but I still can't register a template from URL. I have tried using the ShapeBlue PoC guide instructions, but t

Re: [D] What's your vm provisioning time? [cloudstack]

2024-09-19 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: What's your vm provisioning time? normally the first vm in a network or from a template will take longer time than usual. to speed up - use persistent network (isolated network), as @JoaoJandre said. so that the network will be imp

Re: Secure Boot on Ubuntu 20.4 KVM Hypervisor for Win11

2024-09-19 Thread Wei ZHOU
Hi, Can you check if the output of the command "virsh dumpxml --security-info vm-name" is correct ? -Wei On Thu, Sep 19, 2024 at 1:26 PM Ricardo Pertuz wrote: > Hey community, > > I have Ubuntu 20.04 as KVM Hypervisor on my 4.19 ACS platform but when > booting a virtual machine with a Windows

Re: [D] KVM host in Alert State with Alert message Can not find network [cloudstack]

2024-09-19 Thread via GitHub
GitHub user alexandremattioli added a comment to the discussion: KVM host in Alert State with Alert message Can not find network @amitmvyas can you paste your netplan config here please? GitHub link: https://github.com/apache/cloudstack/discussions/9712#discussioncomment-10692875 This i

Re: [D] KVM host in Alert State with Alert message Can not find network [cloudstack]

2024-09-19 Thread via GitHub
GitHub user amitmvyas added a comment to the discussion: KVM host in Alert State with Alert message Can not find network Below is the netplan config details network: version: 2 renderer: networkd ethernets: enp33s0f0: dhcp4: false enp33s0f1: dhcp4: false enp193s0f

Re: [D] KVM host in Alert State with Alert message Can not find network [cloudstack]

2024-09-19 Thread via GitHub
GitHub user amitmvyas added a comment to the discussion: KVM host in Alert State with Alert message Can not find network Please read cloud_br0 as internet_br0. GitHub link: https://github.com/apache/cloudstack/discussions/9712#discussioncomment-10693107 This is an automatically sent ema

Re: [D] KVM host in Alert State with Alert message Can not find network [cloudstack]

2024-09-19 Thread via GitHub
GitHub user amitmvyas added a comment to the discussion: KVM host in Alert State with Alert message Can not find network Hi, Yes, its storage_br0 and not internet_br0. I would like to know, do I have create new brdige for guest or I can use any existing one ? GitHub link: https://github.co

Re: [D] KVM host in Alert State with Alert message Can not find network [cloudstack]

2024-09-19 Thread via GitHub
GitHub user alexandremattioli added a comment to the discussion: KVM host in Alert State with Alert message Can not find network >Guest -> keeping it blank_ This can't be kept blank, otherwise ACS won't know in which bridge to place your guest network VLANs >Management -> management_br0 >Publi

Re: [D] KVM host in Alert State with Alert message Can not find network [cloudstack]

2024-09-19 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: KVM host in Alert State with Alert message Can not find network Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link: https://github.com/apache/cloudstack/discussions/9712#discussioncomme

Re: [D] What's your vm provisioning time? [cloudstack]

2024-09-19 Thread via GitHub
GitHub user JoaoJandre added a comment to the discussion: What's your vm provisioning time? There are sadly no magic numbers that I could give you. I would test doubling the default values and see how it goes, and tweak it from there. Maybe put a somewhat big number for the VRs, like 2000MHz

Secure Boot on Ubuntu 20.4 KVM Hypervisor for Win11

2024-09-19 Thread Ricardo Pertuz
Hey community, I have Ubuntu 20.04 as KVM Hypervisor on my 4.19 ACS platform but when booting a virtual machine with a Windows 11 ISO I’m getting "Guest has not initialized the display (yet)" I followed the guide: https://blog.cloudabc.eu/cloudstack/2024/02/18/CloudStack-Create-Windows-11-on-U

Re: Error adding a extraconfig when updating virtual machine

2024-09-19 Thread Ricardo Pertuz
Thanks Wei, It worked. Atte, Ricardo Pertuz On 19 Sep 2024 at 6:08 AM -0500, users@cloudstack.apache.org, wrote: > > allow.additional.vm.configuration.list.kvm

Re: Error adding a extraconfig when updating virtual machine

2024-09-19 Thread Wei ZHOU
Hi, Please update the global configuration "allow.additional.vm.configuration.list.kvm". You can also set per account or domain. -Wei On Thu, Sep 19, 2024 at 1:03 PM Ricardo Pertuz wrote: > Hi community > > when > > update virtualmachine id=012287ac-8358-4e90-a1ec-b6e86dc23774 > extraconfig='%

Error adding a extraconfig when updating virtual machine

2024-09-19 Thread Ricardo Pertuz
Hi community when update virtualmachine id=012287ac-8358-4e90-a1ec-b6e86dc23774 extraconfig='%3Cdevices%3E%20%3Ctpm%20model%3D%22tpm-tis%22%3E%20%3Cbackend%20type%3D%22emulator%22%20version%3D%222.0%22/%3E%20%3C/tpm%3E%20%3C/devices%3E' Which is intended to enable tpm I’m having the foll

Re: [D] Convert DATADISK to ROOT [cloudstack]

2024-09-19 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Convert DATADISK to ROOT @weizhouapache oh, really. Earlier I got error. Thank you GitHub link: https://github.com/apache/cloudstack/discussions/9710#discussioncomment-10691567 This is an automatically sent email for users@cloud

Re: [D] Convert DATADISK to ROOT [cloudstack]

2024-09-19 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Convert DATADISK to ROOT @top-secrett When you attacha DATADISK, you can specify the deviceid if deviceid is 0, the DATADISK will be attached as a ROOT disk. It works only if the vm do not have a ROOT disk, as a vm can have only 1

Re: CloudStack Compatibility with Percona XtraDB

2024-09-19 Thread Francisco Arencibia Quesada
Thanks a lot for your feedback, We will go with MariaDB, since we need a productive environment, and MariaDB Galera seems to work with no issues. Thank you all. I really appreciate it. Kind regards On Thu, Sep 19, 2024 at 9:38 AM Jürgen Gotteswinter wrote: > The easiest approach is to set ip_

Re: CloudStack Compatibility with Percona XtraDB

2024-09-19 Thread Jürgen Gotteswinter
The easiest approach is to set ip_nonlocal_bind to 1 and install keepalived on each node to handle the vip. Send all requests to this vip. Setting permissive mode is required. Apart from that I use the same settings as with normal Mysql sql-mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,ERROR_

Security Check: High:Public Resource Access after upgrade to CS 4.19.1 (latest)

2024-09-19 Thread David Larsen
Hi I have recently done a upgrade from Cloudstack 4.18.0 to 4.19.1 (latest) Before the upgrade we ran a web security check against our CS site. No high security issues were found. After the upgrade to 4.19.1 (latest), we get the error shown below. Do I have to worry about this errors? I have i

Sv: Security Check: High:Public Resource Access after upgrade to CS 4.19.1 (latest)

2024-09-19 Thread David Larsen
Hi Wei CloudStack 4.19.1.1. I upgraded two days ago. -David Fra: Wei ZHOU Sendt: torsdag 19. september 2024 09:08 Til: david.lar...@adcom.no.invalid Kopi: users@cloudstack.apache.org Emne: Re: Security Check: High:Public Resource Access after upgrade to CS 4