Re: proper place to put migrations

2017-05-04 Thread Wido den Hollander
> Op 3 mei 2017 om 22:47 schreef Nathan Johnson : > > > I have created a JIRA bug here that will require the use of a migration to > fix. > > https://issues.apache.org/jira/browse/CLOUDSTACK-9902 > > What is the most appropriate branch to fork from to submit a PR in this > case, and what i

Re: Very slow Virtual Router provisioning with 4.9.2.0

2017-05-04 Thread Wido den Hollander
Thanks Daan, Remi. I found a additional bug where it seems that 'network.dns.basiczone.updates' isn't read when sending DHCP settings in Basic Networking. This means that the VR gets all DHCP setting for the whole zone instead of just for that POD. In this case some VRs we have get ~2k of DHCP

Re: Very slow Virtual Router provisioning with 4.9.2.0

2017-05-04 Thread Wei ZHOU
Hi Wido, A simple improvement is, donot wait while restarting dnsmasq service in VR. ''' diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py index 95d2eff..999be8f 100755 --- a/systemvm/patches/debian/config/opt/cloud

Re: ovf file parser

2017-05-04 Thread Abhinandan Prateek
The template generation related actions are better done on SSVM as they will be dealing/moving with various data/boot disks. Vim(VMWare infrastructure management), works with vCenter context and as such cannot be used inside SSVM. Vim gives a much better validation of OVF as it can make compati

Re: Very slow Virtual Router provisioning with 4.9.2.0

2017-05-04 Thread Wido den Hollander
Hi, Yes, we are working on a few low hanging fruit fixes. Like checking if the last restart of dnsmasq was < 10 sec ago. If so, skip the restart. Will report back once we have anything. Wido > Op 4 mei 2017 om 11:11 schreef Wei ZHOU : > > > Hi Wido, > > A simple improvement is, donot wait w

unable to download volume on cloudstack 4.6

2017-05-04 Thread Marc Poll Garcia
Hi all, i'm not able to download a "volume" on cloudstack 4.6, having a 403 forbidden instead. I've just upgraded our cloudstack version to 4.6, so i'm performing a list of tests to confirm the usage is ok. My setup is the following one: - 1 x cloudstack managment server - 1 x bbdd server cloud

Re: Very slow Virtual Router provisioning with 4.9.2.0

2017-05-04 Thread Wido den Hollander
Here we go: https://github.com/apache/cloudstack/pull/2077 That works really well for us. 70% less DHCP entries in our VR in Basic Networking since only the entries for that POD are send to the VR. Wido > Op 4 mei 2017 om 12:12 schreef Wido den Hollander : > > > Hi, > > Yes, we are working o

Re: proper place to put migrations

2017-05-04 Thread Nathan Johnson
Wido den Hollander wrote: > > I think 4.9.3 will be released. You could put it into master I think and > right now in 4920to41000.sql > > Wido Thank you. I have created a PR here: https://github.com/apache/cloudstack/pull/2078 So another question: In the past, whenever I would reference a J