Unable to Upload ISO from local

2024-01-30 Thread Bharat Bhushan Saini
Hi All, I am going to upload the ISO from local and it is not uploaded through GUI, reflects Network Error. Kindly help on that, If more information is needed then let me know I will share that and also the uploading of ISO or template has been happened from backend or not. If yes, then please

Re: VM spin fails with "com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM"

2024-01-30 Thread Francisco Arencibia Quesada
This fixed my issue..thanks wei On Tue, 30 Jan 2024, 18:16 Wei ZHOU, wrote: > Hi, > > The root cause seems to be > """ > 2024-01-30 16:32:03,185 DEBUG [c.c.n.r.NetworkHelperImpl] > (Work-Job-Executor-155:ctx-7c14ec55 job-2072/job-2073 ctx-32c09872) > (logid:baa568fc) KVM won't support system

Re: Method to edit global settings from command line

2024-01-30 Thread Marcus Torres
Hello Suresh 1. Cloudstack version 4.18.1.0 2. Management server = Rocky Linux 8.5 3. Hypervisors = Rocky Linux 8.5 4. the only change was enabling SAML in the global config in the UI. 5. I saw some entries in the log regarding SAML and the 'admin' user not being able to authenticate against

Re: VM spin fails with "com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM"

2024-01-30 Thread Wei ZHOU
Hi, The root cause seems to be """ 2024-01-30 16:32:03,185 DEBUG [c.c.n.r.NetworkHelperImpl] (Work-Job-Executor-155:ctx-7c14ec55 job-2072/job-2073 ctx-32c09872) (logid:baa568fc) KVM won't support system vm, skip it """ Please check the global setting and zone setting "router.template.kvm", and

VM spin fails with "com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM"

2024-01-30 Thread Kapil Bhuskute
Hello Wei, I have ensured the systemvm template is also in ready state now. And tried to re-spin another instance, but it is still complaining for the same reason. And the Instance is going to Error state again. Logs indicate the same InsufficientServerCapacityException errors: [HOST]# egrep

Re: Method to edit global settings from command line

2024-01-30 Thread Suresh Kumar Anaparti
Hi Marcus, Thanks for the update. Maybe some issue after enabling SAML, can you share the cloudstack version, and error log from the management server? Regards, Suresh On Tue, Jan 30, 2024 at 9:21 PM Marcus Torres wrote: > @SureshKumarAnaparti > > That worked! after a restart of the

Re: lauch vms fail

2024-01-30 Thread Suresh Kumar Anaparti
Is libvirtd service active/running or not? restart it and check. Regards, Suresh On Tue, Jan 30, 2024 at 8:50 PM Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > Hello guys, > > I have a new problem now, I can't launch a new vm, it fails, this is the > log from

MAC address pool

2024-01-30 Thread Christian Reichert
Hello, I have an application running on vmware as hypervisor, the vm needs a MAC address from the original vmware MAC address pool. Is there a way to change the pool CloudStack is assigning MAC addresses to a new VM? Thanks and best regards, Christian smime.p7s Description: S/MIME

Re: [D] Changing compute offering / scaling VM and root disk [cloudstack]

2024-01-30 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Changing compute offering / scaling VM and root disk @vonlo123 there is a global setting `allow.diskoffering.change.during.scale.vm` you can change the value to `true` and retry GitHub link:

Re: Method to edit global settings from command line

2024-01-30 Thread Marcus Torres
@SureshKumarAnaparti That worked! after a restart of the management service, I'm able to hit the UI on port 8080 now! thank you for that tip!! It's peculiar that simply enabling SAML in the global config and having a fault SAML config would stop the UI from opening port 8080 to access the

lauch vms fail

2024-01-30 Thread Francisco Arencibia Quesada
Hello guys, I have a new problem now, I can't launch a new vm, it fails, this is the log from cloudstack-agent in the hypervisor where I'm trying to launch a machine.. Thank you in advance. Regards 2024-01-30 14:30:56,879 INFO [kvm.resource.LibvirtConnection] (agentRequest-Handler-2:null)

Re: KVM systemvms not responding

2024-01-30 Thread Francisco Arencibia Quesada
We downloaded the systemvm templeate again, and it worked. Thank you all. On Tue, Jan 30, 2024 at 9:27 AM Wei ZHOU wrote: > Probably not an issue with initramfs. > > On the kvm host, you can use "virsh console " or the following > command to log into the system vms and check

Re: [D] Changing compute offering / scaling VM and root disk [cloudstack]

2024-01-30 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Changing compute offering / scaling VM and root disk @vonlo123 , did you investigate restricting the API for adjusting the diskoffering? I expect you would want to disallow the use of

Re: Unable to specify VLAN/VNI range for zone for private networks

2024-01-30 Thread Stefan Alfers
Hi, thank you for the super fast answer. Good to know this is already solved, we will be waiting for the new release. Best regards Stefan Alfers Am Di., 30. Jan. 2024 um 11:56 Uhr schrieb Wei ZHOU : > Hi, > > This issue has been resolved by > https://github.com/apache/cloudstack/pull/8122 > >

Re: VM Login Issue

2024-01-30 Thread Vivek Kumar
Hello Bharat, Looks like you are trying to access the system VM using wrong key - in you message it says no such file or directory, and the key name is - id_rsa.cloud 1- First find the correct ssh key - # find / -name id_rsa.cloud It should give you the key location, make sure it has 400

Re: VM Login Issue

2024-01-30 Thread Suresh Kumar Anaparti
Hi Bharat, Can you share the cloudstack version, and hypervisor details. Able to locate the key file in Host/MS? Regards, Suresh On Tue, Jan 30, 2024 at 6:07 PM Wei ZHOU wrote: > Hi, > > Sorry my previous reply was not clear. > > for kvm/xen/xcp-ng, please log into system vms/vrs from the kvm

Re: VM spin fails with "com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM"

2024-01-30 Thread Wei ZHOU
Hi, It looks like the systemvm template is not ready. please check -Wei On Tue, 30 Jan 2024 at 13:38, Kapil Bhuskute wrote: > We have been using the CloudStack version 4.18.1.0 with KVM hosts with a > NFS primary storage pool and a secondary NFS storage pool. > We have created a shared guest

VM spin fails with "com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM"

2024-01-30 Thread Kapil Bhuskute
We have been using the CloudStack version 4.18.1.0 with KVM hosts with a NFS primary storage pool and a secondary NFS storage pool. We have created a shared guest network with "DefaultSharedNetworkOffering" network offering with a fixed IP range to spin VMs using a standard linux image. However,

Re: [VOTE] Apache CloudStack 4.19.0.0 RC4

2024-01-30 Thread Rohit Yadav
+1 (binding) Tested 4.19.0.0 RC4 packages with EL8 (Alma Linux) + KVM using mbx. Tested the following: Registered new template Registered ssh public key Created isolated network in VM deploy form Deployed VM as root admin Allow egress rules for isolated network Created PF and FW rules, was able

Re: VM Login Issue

2024-01-30 Thread Wei ZHOU
Hi, Sorry my previous reply was not clear. for kvm/xen/xcp-ng, please log into system vms/vrs from the kvm host. for vmware, please log into the system vms/vrs from the mgmt server. -Wei On Tue, 30 Jan 2024 at 12:43, Bharat Bhushan Saini wrote: > Hi Suresh, > > > > It is login from the

Re: Unable to add the host: Cannot find the server resources at

2024-01-30 Thread Daan Hoogland
Christian, can you share how you tried adding the host (UI/CMK commands) And in case of UI maybe the calls as the UI generated them by looking at the dev tools network traffic? On Wed, Jan 24, 2024 at 9:25 AM wrote: > > Hello, > > > >Any workaround for this bug? "Unable to add the host:

Re: new website design

2024-01-30 Thread Daan Hoogland
I've been improving any points I got as criticism on the site. I will start a vote thread soon, though I don't think it is strictly necessary. please have a final run through if you have time, thanks, On Tue, Jan 23, 2024 at 1:08 PM Rohit Yadav wrote: > > +1 overall, but there are a few things

Re: [VOTE] Apache CloudStack 4.19.0.0 RC4

2024-01-30 Thread Daan Hoogland
signatures ok, +1 (binding) will also do a monkey test on simulator and retract my +1 if needed ;) On Mon, Jan 29, 2024 at 7:58 AM Abhishek Kumar wrote: > > Hi All, > > I've created a 4.19.0.0 release (RC4), with the following artifacts up for > a vote: > > Git Branch and Commit SH: >

Re: VM Login Issue

2024-01-30 Thread Bharat Bhushan Saini
Hi Suresh, It is login from the Host. I tried from management as well same output I got which I shared below. Thanks and Regards, Bharat Saini [signature_3506744539] From: Suresh Kumar Anaparti Date: Tuesday, 30 January 2024 at 4:08 PM To: users@cloudstack.apache.org Subject: Re: VM Login

Re: KVM systemvms not responding

2024-01-30 Thread Vivek Kumar
Hello, Have you tried the way which “Wei" has suggested, Login to KVM host where your system VMs are running and run 1- # virsh list And the connect your system VM via 2- # virsh console Once you login using default username password, check the /var/log/cloud.log, it will probably give

Re: KVM systemvms not responding

2024-01-30 Thread Francisco Arencibia Quesada
hi again :) I cannot access the machines, is there a way to force manually the download of KVM systemvms templates? Regards On Tue, Jan 30, 2024 at 9:27 AM Wei ZHOU wrote: > Probably not an issue with initramfs. > > On the kvm host, you can use "virsh console " or the following > command to

Re: Unable to specify VLAN/VNI range for zone for private networks

2024-01-30 Thread Wei ZHOU
Hi, This issue has been resolved by https://github.com/apache/cloudstack/pull/8122 It will be included in the coming 4.19.0.0 release (and 4.18.2.0) -Wei On Tue, 30 Jan 2024 at 11:41, Stefan Alfers wrote: > Hi all, > > we are in the process of setting up Cloudstack and have hit a roadblock >

Unable to specify VLAN/VNI range for zone for private networks

2024-01-30 Thread Stefan Alfers
Hi all, we are in the process of setting up Cloudstack and have hit a roadblock with how private L2 networks are allocated. It is my understanding that during creation of a zone you can specify a range of VLAN/VNI numbers, so that users can then later create private networks with an

Re: VM Login Issue

2024-01-30 Thread Suresh Kumar Anaparti
Hi Bharat, It seems you are trying to login from Host, not the Management Server. Can you check the key file at /root/.ssh/ ? else, try with find. After that, try cmd: ssh -p 3922 -i /root/.ssh/id_rsa.cloud 169.254.168.209 Regards, Suresh On Tue, Jan 30, 2024 at 3:38 PM Bharat Bhushan Saini

Re: VM Login Issue

2024-01-30 Thread Wei ZHOU
Hi, on mgmt server, the key file is ~cloud/.ssh/id_rsa on kvm hosts, the key file is /root/.ssh/id_rsa.cloud -Wei On Tue, 30 Jan 2024 at 11:08, Bharat Bhushan Saini wrote: > Hi All, > > > > When I try to login in the ssvm I found below errors, > > > > ssh -i

VM Login Issue

2024-01-30 Thread Bharat Bhushan Saini
Hi All, When I try to login in the ssvm I found below errors, ssh -i /var/cloudstack/management/.ssh/id_rsa -p 3922 root@169.254.168.209 Warning: Identity file /var/cloudstack/management/.ssh/id_rsa not accessible: No such file or directory. root@169.254.168.209: Permission denied

[DISCUSS] Next cmk release

2024-01-30 Thread Rohit Yadav
All, Anybody have any feature/improvements requests and bugs to report for the next cmk release? (RM/release timeline yet to be discussed/determined). Please add them here - https://github.com/apache/cloudstack-cloudmonkey/issues Regards.

Re: [D] Hello World! [cloudstack]

2024-01-30 Thread via GitHub
GitHub user rohityadavcloud closed the discussion with a comment: Hello World! Closing this :) GitHub link: https://github.com/apache/cloudstack/discussions/8343#discussioncomment-8300318 This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an

Re: [D] Hello World! [cloudstack]

2024-01-30 Thread via GitHub
GitHub user rohityadavcloud closed a discussion: Hello World! Hello community, started a test discussion to check the integration between Github and users@ mailing list. Feel free to use for any test/playground, and discuss how to better use Github Discussions for our CloudStack community.

Re: [D] Oracle Linux KVM Support for CloudStack [cloudstack]

2024-01-30 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: Oracle Linux KVM Support for CloudStack Both Oracle Linux 8 and 9 are RHEL clones and therefore supported as management server and KVM hosts with Apache CloudStack. We regularly run smoketests on pull requests against ol8/ol9. We

CloudStack India User Group Meetup

2024-01-30 Thread Rohit Yadav
Dear all, Reminder - today is the deadline for the CloudStack India User Group meetup CFP. The meetup is on the 23rd Feb 2024 in Hyderabad, India. Kindly submit your talk ideas by today, or RSVP your physical attendance on the meetup link -

Re: 4.19 - New Release Announcement

2024-01-30 Thread Rohit Yadav
Here's a quote you can use: "4.19 is a fantastic release that is culmination of all our efforts from much of last year coming together with a ton of exciting new features and benefits for existing and new users such as VMware to KVM instance migration, a new pluggable object storage framework

Re: KVM systemvms not responding

2024-01-30 Thread Wei ZHOU
Probably not an issue with initramfs. On the kvm host, you can use "virsh console " or the following command to log into the system vms and check /var/log/cloud.log to see what's wrong. ssh -i /root/.ssh/id_rsa.cloud -p 3922 169.254.x.y -Wei On Tue, 30 Jan 2024 at 09:23, Francisco Arencibia

KVM systemvms not responding

2024-01-30 Thread Francisco Arencibia Quesada
Good morning guys, SystemVMs looks like Up, but the agent status is not green. It seems that SystemsVMs are giving initramfs error, they are not booting, is it possible they could be corrupt from origin? We are using cloudstack 4.18.1.0 Kind regards Thank you in advance for your valuable help