Re: [VOTE] Apache CloudStack 4.16.1.0 (RC2)

2022-03-01 Thread Vladimir Petrov
Hi all, Voting +1 I did a lot of upgrade tests with pre-RC, RC1 and RC2 versions, using different hypervisors and from different versions (4.11, 4.13, 4.15.2, 4.16.0). I also tested main workflows and basic operations and haven't found a single issue. Best wishes, Vladi Suresh Anaparti wrote

Re: [VOTE] Apache CloudStack 4.16.1.0 (RC2)

2022-03-01 Thread Gabriel Bräscher
+1 on continuing with RC2 Vote. On Tue, Mar 1, 2022, 17:03 Vladimir Petrov wrote: > Hi all, > > Voting +1 > > I did a lot of upgrade tests with pre-RC, RC1 and RC2 versions, using > different hypervisors and from different versions (4.11, 4.13, 4.15.2, > 4.16.0). I also tested main workflows and

Re: [VOTE] Apache CloudStack 4.16.1.0 (RC2)

2022-03-01 Thread Rohit Yadav
+1 (binding) Regards. From: Gabriel Br?scher Sent: Tuesday, March 1, 2022 9:41:25 PM To: dev Cc: users Subject: Re: [VOTE] Apache CloudStack 4.16.1.0 (RC2) +1 on continuing with RC2 Vote. On Tue, Mar 1, 2022, 17:03 Vladimir Petrov wrote: > Hi all, > > Voting

Procedure to remove management server

2022-03-01 Thread Ricardo Pertuz
Hi, What is the best option to remove management servers from webui not longer used? Thanks! Regards

Virtual router issue on multiple hosts

2022-03-01 Thread jcapagcuan .
Hi, I have 2 hosts (XCP-NG hosts) in my cloudstack. Whenever I launch an instance that is in a different host as the virtual routers, the instance cannot retrieve proper IP (internal, private) configuration and is not accessible even from the virtual router it is attached. But if the virtual ro

Multiple primary storage issue

2022-03-01 Thread jcapagcuan .
Hi, I have created 2 primary storage for my Cloudstack (4.16.0). Whenever I launch an instance from a template, it randomizes from the 2 primary storage on where it will put the root disk. Is there a way to restrict the root disk to a specific storage? Thanks, Irvin

Re: Cannot mount NFS share as a primary storage

2022-03-01 Thread jcapagcuan .
Yes I was able to fix this by allowing NFSv3 on my server. Thanks, Irvin > On Feb 28, 2022, at 1:39 AM, Antoine Boucher wrote: > > Hi Irvin, > > Have you solved your problem? We are having same problem with TrueNAS Core > for primary NFS storage. We have tried about everything. > > Howev

Re: Virtual router issue on multiple hosts

2022-03-01 Thread Antoine Boucher
Hi Irvin, We are also running xcp-ng clusters. I find xen much easier to diagnose with XenCenter or xen orchestra. If all the network creation seem right on the hosts with vlans, I would check the host firewall setting and the switch setting. Regards, Antoine Antoine Boucher antoi...@halton

Re: Multiple primary storage issue

2022-03-01 Thread Antoine Boucher
Use tags on storage and on templates, compute offering or instance creation. Antoine Boucher antoi...@haltondc.com Confidentiality Warning: This message and any attachments are intended only for the use of the intended recipient(s), are confidential, and may be privileged. If you are not the

Corruption on SSVM

2022-03-01 Thread Jeremy Hansen
I’m seeing what looks like some file system corruption or block device corruption on the secondary storage system vm: Rebooting seems to fix it temporarily but the issues pop up within 24 hours. What’s the best way to fix this? -jeremy signature.asc Description: PGP signature

Re: Virtual router issue on multiple hosts

2022-03-01 Thread jcapagcuan .
Hi Antoine, Firewall seems ok. Actually if I view the console of my VM, it can’t resolve networking on boot. Then network resolution will fail and the VM will not have the correct IP when I check it. Thanks, Irvin > On Mar 2, 2022, at 10:01 AM, Antoine Boucher wrote: > > Hi Irvin, > > We ar

Re: Multiple primary storage issue

2022-03-01 Thread jcapagcuan .
Hi Antoine, Yes, I’m using tags whenever i add data disk and that works fine. My issue is for the root disk when I launch from a template, that’s when it randomizes where to put the root disk to the 2 primary storage. Thanks, Irvin > On Mar 2, 2022, at 10:05 AM, Antoine Boucher wrote: > > Us

Re: Virtual router issue on multiple hosts

2022-03-01 Thread Wei ZHOU
Hi, This is a typical issue caused by vlan/port misconfiguration on switches. -Wei On Wed, 2 Mar 2022 at 01:01, jcapagcuan . wrote: > Hi, > > I have 2 hosts (XCP-NG hosts) in my cloudstack. Whenever I launch an > instance that is in a different host as the virtual routers, the instance > canno

Re: Multiple primary storage issue

2022-03-01 Thread Slavka Peleva
Hi Irvin, You have to add the same storage tags of your primary storage to the compute offering that you're using while deploying a VM. If this does not work, can you share more information about the two primary storage (Zone-wide or Cluster-wide), their tags and the compute offering tags? Best r

Re: Multiple primary storage issue

2022-03-01 Thread jcapagcuan .
Ohh, I missed the storage tags in the compute offering. I only configured it in the disk offering. Got it working now correctly. Thanks Slavka. Thanks, Irvin > On Mar 2, 2022, at 2:46 PM, Slavka Peleva > wrote: > > Hi Irvin, > > You have to add the same storage tags of your primary storage t

Re: [VOTE] Apache CloudStack 4.16.1.0 (RC2)

2022-03-01 Thread Harikrishna Patnala
+1 Tested on a VMware environment with VM and volume operations on NFS and Datastore Cluster storage types and a few network operations. Thanks, Harikrishna From: Rohit Yadav Sent: Wednesday, March 2, 2022 1:20 AM To: dev Cc: users Subject: Re: [VOTE] Apache C

Re: Procedure to remove management server

2022-03-01 Thread Suresh Anaparti
Hi Ricardo, The management server remove option is currently not available from webui. You can manually remove by updating cloud.mshost table (using below sql) for that management server host. UPDATE cloud.mshost SET state='Down', removed=NOW() WHERE id= Regards, Suresh On 02/03/22, 4:26 AM,