Dedicated hosts for Domain/Account

2019-08-12 Thread Rakesh Venkatesh
Hello In my cloudstack setup, I have three KVM hypervisors out of which two hypervisors are dedicated to Root/admin account and the third is not dedicated. When I enable the maintenance mode on the dedicated hypervisor, it will always migrate the vm's from dedicated to non dedicated hypervisor but

Re: Dedicated hosts for Domain/Account

2019-08-12 Thread Andrija Panic
Considering that manual VM LIVE migrations via CloudStack from non-dedicated to dedicated SHOULD/DOES work - then I would say this is an "unhandled" case, which indeed should be handled and live migration should happen instead of stopping the VMs. I assume someone else might jump in - but if not,

Re: Dedicated hosts for Domain/Account

2019-08-12 Thread Rakesh Venkatesh
Thanks for the quick reply. I was browsing through the code and found the following // check affinity group of type Explicit dedication exists. If No put // dedicated pod/cluster/host in avoid list List vmGroupMappings = _affinityGroupVMMapDao.findByVmIdType(vm.getId(), "E

VR Loses Instance IP Address

2019-08-12 Thread li jerry
Hi All After our ACS is upgraded to 4.11.3, the VM on the shared network usually loses its IP address (it cannot get an IP address in the guest VM). Analysis of the cloud.log in vr, we found that sometimes restarting or deleting the A VM will cause the B VM to disappear in /etc/dhcphosts.t

Incorrect packages being maintained at download.cloudstack.org

2019-08-12 Thread Syed Mushtaq
Hi All, We have found that the RPMs for 4.12.0.0 on http://download.cloudstack.org/ are incorrect. For example the package "cloudstack-common" has files that are not present in the 4.12 branch. Does anyone knows who maintains them? We need to fix that as it is the official URL for installation. T

Re: Incorrect packages being maintained at download.cloudstack.org

2019-08-12 Thread Gabriel Beims Bräscher
Hello Syed, What files are you referring to? Thanks, Gabriel. Em seg, 12 de ago de 2019 às 14:19, Syed Mushtaq escreveu: > Hi All, > > We have found that the RPMs for 4.12.0.0 on > http://download.cloudstack.org/ > are incorrect. For example the package "cloudstack-common" has files that > are

Re: Incorrect packages being maintained at download.cloudstack.org

2019-08-12 Thread Siddhartha Kattoju
Hi Gabriel, Specifically there is a reference to patchviasocket.py which was removed in 4.11 The cloudstack common package cloudstack-common-4.12.0.0-1.el7.centos.x86_64.rpm

Re: Incorrect packages being maintained at download.cloudstack.org

2019-08-12 Thread Gabriel Beims Bräscher
Hello Syed and Sid, There is a conceptual misunderstanding. A "git branch" is different from "a git tag"; each release (4.11.z.s, 4.12.0.0, and so on) is based on a tag, not a branch. The branch is created based on 4.y.0.0. Then, as other versions are added and released the branch is updated for f