Re: Virtual Router Constantly Fails to Update /etc/hosts file

2023-06-15 Thread Nux
Hi, This sounds like a bug and you should create a github issue for it. Thanks On 2023-06-15 07:26, Granwille Strauss wrote: Hi Guys I have a very basic private cloud setup, we make use of a a virtual router in Cloudstack Management, for some reason, each time we restart a VM instance via UI,

Re: Waldur for cloudstack

2023-06-15 Thread Nux
Hi, I would give the users access to the UI, that's what it is for. You might want to check the dynamic roles though and make sure the users only have access to the APIs they really need. That said, a Waldur plugin sounds nice, keep us updated if you go that way. Cheers On 2023-06-14 14:42

Unable to ping System VM in Advanced Zone (without SG)

2023-06-15 Thread Pratik Chandrakar
Hi all, In the Advanced Zone-SG Enabled deployment there is no issue but on the same setup when I deploy Advanced Zone-Without SG, I am not able to ping System VMs from other client machines/CS hosts. Both Console Proxy and Secondary storage are UP and agent states are also UP in case Management Se

Re: Unable to ping System VM in Advanced Zone (without SG)

2023-06-15 Thread Wei ZHOU
Hi, If VMs on the same host work, but not on different hosts - this is a typical issue of network misconfiguration. Please check if switch ports are trunk mode, hosts and cloudstack network configurations are correct. -Wei On Thu, 15 Jun 2023 at 11:46, Pratik Chandrakar wrote: > Hi all, > In t

Re: Unable to ping System VM in Advanced Zone (without SG)

2023-06-15 Thread Pratik Chandrakar
Hi Wei, Switch ports are in trunk mode. VM on the same host is also not working even though its agent state is showing up. I think the Configuration is also correct because the same configuration is working for SG-enabled Zone. On Thu, Jun 15, 2023 at 3:30 PM Wei ZHOU wrote: > Hi, > > If VMs on

Restarting multiple VPCs simultaneously

2023-06-15 Thread Frederic Larcher
Hi, I am using Cloudstack 4.15.2. Is there a way to force Cloudstack to restart multiple VPCs at once? From what I have seen so far, Cloudstack won't restart a VPC while the previous one has not finished being recreated, so it is taking quite a while if I need to restart all the VPCs. I guess

Re: Restarting multiple VPCs simultaneously

2023-06-15 Thread Wei ZHOU
Hi Frederic, I do not think there is such restriction in cloudstack ? Have you tried it on UI ? -Wei On Thursday, 15 June 2023, Frederic Larcher wrote: > Hi, > > I am using Cloudstack 4.15.2. > > Is there a way to force Cloudstack to restart multiple VPCs at once? From > what I have seen so fa

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-15 Thread Will Conrad
Nicolas, The reason we're considering using the directdownload feature is to simplify template maintenance/updates. I presume that's what it was designed for. We want to be able to, preferably through cloudstack functionality, update the template image file associated with a template. We planned o

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-15 Thread Nicolas Vazquez
Hi Will, When registering a template CloudStack usually downloads it first to secondary storage and then copies it through the different primary storage pools when a VM deployment requires it. The aim of the direct download feature is to skip the first step and directly downloading the template

Re: Unable to ping System VM in Advanced Zone (without SG)

2023-06-15 Thread Wei ZHOU
Hi, System vms have multiple IPs, which IP do you ping to? -Wei On Thursday, 15 June 2023, Pratik Chandrakar wrote: > Hi Wei, > Switch ports are in trunk mode. > VM on the same host is also not working even though its agent state is > showing up. > I think the Configuration is also correct bec