Re: Review Request 25536: Adding new test case to verify the fix for issue "Exception when attaching data disk to Rhel vm on vSphere"

2014-09-18 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25536/#review53939 --- test/integration/component/test_escalations_vmware.py

Re: Review Request 25580: Adding test case to verify fix for issue "Create volume from custom disk offering does not work as expected"

2014-09-18 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25580/#review53938 --- Ship it! LGTM - SrikanteswaraRao Talluri On Sept. 12, 2014, 1:32

Re: Review Request 25771: Adding new test case to verify the fix provided in bug CLOUDSTACK-6172

2014-09-18 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25771/#review53937 --- test/integration/component/test_volumes.py

Review Request 25820: CLOUDSTACK-7575: Improve performance of cleanString method in StringUtils

2014-09-18 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25820/ --- Review request for cloudstack and Devdeep Singh. Summary (updated)

Re: Review Request 25773: Adding update method in base.py to update storagepool

2014-09-18 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25773/#review53936 --- Please fix pep8 issues. - SrikanteswaraRao Talluri On Sept. 18, 2

Re: 4.5.0 - status - looming dates

2014-09-18 Thread Daan Hoogland
On Fri, Sep 19, 2014 at 5:29 AM, David Nalley wrote ​ a lot of tl;dr​ ​ and then​ : > This likely > means that we'll need a small army of quality fascists who take a > serious interest in quality, and are liberal with vetoes and reverts > until we get something that automates gating on quality. >

Re: Review Request 25266: Simulator build support need to extends for RPM build

2014-09-18 Thread Rayees Namathponnan
> On Sept. 10, 2014, 10:31 a.m., Rohit Yadav wrote: > > This is great, can you also add rules for creating deb packages as well? I nevert tried for deb packages building, submitting new updated package file, can you reviw and push ? - Rayees

Re: Review Request 25266: Simulator build support need to extends for RPM build

2014-09-18 Thread Rayees Namathponnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25266/ --- (Updated Sept. 19, 2014, 4:58 a.m.) Review request for cloudstack, Frank Zhang

Jenkins build became unstable: simulator-singlerun #403

2014-09-18 Thread jenkins
See

Re: 4.5.0 - status - looming dates

2014-09-18 Thread David Nalley
On Thu, Sep 18, 2014 at 6:19 AM, Sebastien Goasguen wrote: > > On Sep 18, 2014, at 5:08 AM, Daan Hoogland wrote: > >> David, >> >> What do you plan to do after branching in terms of merge-back and or >> cherry-picking. We are discussing here (Schuberg-Philis + Rohit + Ian + >> Wido (+ Sebastien))

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
Turning off the version checking didn't fix the router issue. It gets cloned, then started, gets to the command prompt, then is shut down and restarted. It finally ends up in the stopped state and I get an error back in the GUI that deploying my VM failed. On Thu, Sep 18, 2014 at 7:46 PM, Mike Tu

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
Actually, the virtual router says it requires an upgrade. I think I can just turn that check off and re-run my create-VM test. On Thu, Sep 18, 2014 at 7:43 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > OK, I checked in a fix for this: > > > https://git-wip-us.apache.org/repos/asf?p

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
OK, I checked in a fix for this: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commitdiff;h=18e5aa116e99906f24a292bf7546809e05c72ec2;hp=7537c33bcdda65672fdd8f81509e6885aa536932 I did notice that both before and after my fix that the virtual router is NOT coming up. The system VM bei

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread ilya musayev
Thank you Mike, please keep us posted. Regards ilya On 9/18/14, 4:14 PM, Mike Tutkowski wrote: Little clarification on this: "The dsName is derived from the UUID of the datastore." I mean that the dsName is derived from the UUID primary storage in the DB. On Thu, Sep 18, 2014 at 5:12 PM, Mike

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
Just destroyed and re-created my env from scratch without 8bb4022f3729154f85036c4a7f55e2de783e4909 and it works fine. I think I know what the author was intending with the code that is causing the problem, so I'll go ahead and put in what I think is a fix, re-create my env, and see if it works. O

Re: Review Request 25518: CLOUDSTACK-7035-[Automation] - Automate ACL test cases relating to listNetworks() for isolated and shared networks.

2014-09-18 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25518/ --- (Updated Sept. 19, 2014, 12:14 a.m.) Review request for cloudstack, edison su,

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
If I revert 8bb4022f3729154f85036c4a7f55e2de783e4909, it seems to go back to working. I think the problem is the code should use this method to get the datastore object and then ask the datastore object for its name: HypervisorHostHelper.findDatastoreWithBackwardsCompatibility On Thu, Sep 18, 20

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
I agree with Ilya. This commit seems to be a likely candidate for this issue: 8bb4022f3729154f85036c4a7f55e2de783e4909 In this commit dsName is added and assigned to the UUID of the applicable primary storage (minus any hyphens in the UUID). I don't think this will match the name of a datastore

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
Little clarification on this: "The dsName is derived from the UUID of the datastore." I mean that the dsName is derived from the UUID primary storage in the DB. On Thu, Sep 18, 2014 at 5:12 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Just a little update on this: > > The problem

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
Just a little update on this: The problem doesn't seem to have anything to do with "managed" storage code that was introduced back in March. The dsName is derived from the UUID of the datastore. This leads to a null being returned from diskInfoBuilder.getDiskInfoByBackingFileBaseName, which subse

Re: Review Request 25796: CLOUDSTACK-7585 - Automation - Fix test_acl_sharednetwork.py and test_acl_sharednetwork_deployVM-impersonation.py to pick "Shared Network" network offering when creating netw

2014-09-18 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25796/#review53890 --- Ship it! Ship It! - edison su On Sept. 18, 2014, 10:13 p.m., san

Re: Review Request 25797: CLOUDSTACK-7522 : RPM build need to exit with return code 1, if there are failure in build

2014-09-18 Thread Frank Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25797/#review53888 --- Ship it! Ship It! - Frank Zhang On Sept. 18, 2014, 10:22 p.m., R

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
I think I found the magic. :) sudo mount -t nfs 192.168.129.46:/export/secondary /mnt/sec If I mount /export/secondary to /mnt/sec (I did it in a bit of a roundabout way here), then the management server is happy. I think this is only VMware "thing" for the management server. Does anyone know i

Review Request 25797: CLOUDSTACK-7522 : RPM build need to exit with return code 1, if there are failure in build

2014-09-18 Thread Rayees Namathponnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25797/ --- Review request for cloudstack and Frank Zhang. Bugs: CLOUDSTACK-7522 https:

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
The instructions even say the following: If your secondary storage mount point is not named /mnt/secondary, substitute your own mount point name. On Thu, Sep 18, 2014 at 4:15 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Yeah, I've been through the instructions a couple times and d

Re: Snapshots to template issue using Swift

2014-09-18 Thread Pierre-Luc Dion
We will build one with 4.3... Le jeudi 18 septembre 2014, Daan Hoogland a écrit : > On Thu, Sep 18, 2014 at 9:24 PM, Francois Gaudreault < > fgaudrea...@cloudops.com > wrote: > > > We don't have a 4.3.x setup using Swift.. unfortunately. I don't know if > > the issue was there on 4.3 as well. If

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
Yeah, I've been through the instructions a couple times and don't see anything that indicates why it's having trouble with /mnt/sec (it says /mnt/sec instead of /mnt/secondary in the log messages). On Thu, Sep 18, 2014 at 4:01 PM, Ritu Sabharwal wrote: > I have an external NFS server and it is m

Review Request 25796: CLOUDSTACK-7585 - Automation - Fix test_acl_sharednetwork.py and test_acl_sharednetwork_deployVM-impersonation.py to pick "Shared Network" network offering when creating networks

2014-09-18 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25796/ --- Review request for cloudstack, edison su and Min Chen. Repository: cloudstack-g

RE: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Ritu Sabharwal
I have an external NFS server and it is mounted to /mnt/secondary on my CS server so seeding command I used is: /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-vmware.ova -

Re: Snapshots to template issue using Swift

2014-09-18 Thread Francois Gaudreault
Not on this specific deployment for sure... I'll check with PL Dion to see what we can do in our lab. FG On 2014-09-18, 3:39 PM, Daan Hoogland wrote: On Thu, Sep 18, 2014 at 9:24 PM, Francois Gaudreault mailto:fgaudrea...@cloudops.com>> wrote: We don't have a 4.3.x setup using Swift..

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
The instructions to seed secondary storage for VMware look like this: /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \ -m /mnt/secondary \ -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-vmware.ova \ -h vmware \ -s \ -F For -m, I have /exp

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
I'm not getting far enough along in the process to repro (or not) the problem. I do have a /mnt/sec folder (and I even made it 777). Any thoughts on this? WARN [c.c.s.r.VmwareStorageProcessor] (DirectAgent-46:ctx-fdd23ec9 192.168.129.71, job-95/job-123, cmd: CopyCommand) Exception: tar --no-sam

Re: Snapshots to template issue using Swift

2014-09-18 Thread Daan Hoogland
On Thu, Sep 18, 2014 at 9:24 PM, Francois Gaudreault < fgaudrea...@cloudops.com> wrote: > We don't have a 4.3.x setup using Swift.. unfortunately. I don't know if > the issue was there on 4.3 as well. If we use pure NFS, it's all good. > Can you install a 4.3 version in this environment and try?

Re: Snapshots to template issue using Swift

2014-09-18 Thread Francois Gaudreault
We don't have a 4.3.x setup using Swift.. unfortunately. I don't know if the issue was there on 4.3 as well. If we use pure NFS, it's all good. FG On 2014-09-18, 3:13 PM, Daan Hoogland wrote: java.lang.NullPointerException at org.apache.cloudstack.storage.motion.AncientDataMotionStrategy

Re: Snapshots to template issue using Swift

2014-09-18 Thread Daan Hoogland
java.lang.NullPointerException at org.apache.cloudstack.storage.motion.AncientDataMotionStrategy.createTemplateFromSnapshot(AncientDataMotionStrategy.java:469) means your data store is not defined or hasn't got a role field. Did you try this same (scripted) configuration in another version? On

Snapshots to template issue using Swift

2014-09-18 Thread Francois Gaudreault
We ran into another issue on 4.4.1 trying to convert a snapshot to a template. We are using swift as secondary storage. This one is quite important since users can't create templates out of a VM snapshot :S Any one would like to have a look? https://issues.apache.org/jira/browse/CLOUDSTACK-758

Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs with Vmware setup with CS server

2014-09-18 Thread Mike Tutkowski
Thanks! I needed to hold off on building the env and running this test until today (issue in the lab), but I should be able to set up this config after my next meeting is over. On Wed, Sep 17, 2014 at 3:40 PM, Ritu Sabharwal wrote: > Hi Mike, > > Sure, it will help to see if you can reproduce t

Re: [PROPOSAL] db changes on release branches banned

2014-09-18 Thread Mike Tutkowski
I agree with Daan and Wido. It would make testing much easier. On Thu, Sep 18, 2014 at 8:30 AM, Wido den Hollander wrote: > > > On 09/18/2014 04:18 PM, Daan Hoogland wrote: > > H, > > > > I would like to propose that any db change on a branch scheduled for > > release be banned. During the 4.4.0

Re: Inter-network Communication

2014-09-18 Thread Pradeep Cloudstack
Thanks Gaurav. Is there a UI for this ? In the 4.5 UI, when I click on Network, I see only the "Egress rules" tab -Pradeep From: Gaurav Aradhye To: "dev@cloudstack.apache.org" ; Pradeep Cloudstack Sent: Thursday, September 18, 2014 6:33 PM Subject: Re: Int

Re: Building hyper-V agent agent issue

2014-09-18 Thread tawfiq zidi
Hi, Ok great , Building Works fine with method 2, I am able now to launch agentshell.exe with porwershell. Thank you for help. On Wed, Sep 17, 2014 at 8:42 AM, Anshul Gangwar wrote: > You don't have to download dependencies manually. Script does that for you. > > There seems to be some problem

Re: [ACS44] testing wanted

2014-09-18 Thread Rohit Yadav
Using the release test procedure: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+procedure Tested 4.4 branch, works with KVM + basic zone + SG. - Deployed basic zone with SG - Console proxy worked - SystemVms worked, downloaded templates etc - Was able to start a CentOS VM,

RE: [CCCEU14] hackathons

2014-09-18 Thread Stephen Turner
Thanks, Daan, I've added myself to the API session. -- Stephen Turner -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: 18 September 2014 14:59 To: dev Subject: Re: [CCCEU14] hackathons you're in On Thu, Sep 18, 2014 at 12:18 PM, Stephen Turner wrote: >

Re: [DISCUSS] How xs-tools gets installed for xen vms and systemvms

2014-09-18 Thread Pierre-Luc Dion
I'm quite interested on having latest xentools installed on systemvm for XenServer. It can be quite usefull for collecting metric usage from rrd api of xenserver and get some stats in XenCenter. Does anyone go success on adding xentools to template using tools/appliance/definitions/systemvm64templ

Re: [ACS44] testing wanted

2014-09-18 Thread Daan Hoogland
Thanks guys, I will await your reports before creating an RC. On Thu, Sep 18, 2014 at 4:46 PM, Wei ZHOU wrote: > I will perform some tests using KVM (QEMU 1.2.0). > > 2014-09-18 11:47 GMT+02:00 Daan Hoogland : > > > H devs, > > > > I just closed the last blocker for 4.4.1 and want to bake an RC

Re: [ACS44] testing wanted

2014-09-18 Thread Wei ZHOU
I will perform some tests using KVM (QEMU 1.2.0). 2014-09-18 11:47 GMT+02:00 Daan Hoogland : > H devs, > > I just closed the last blocker for 4.4.1 and want to bake an RC later in > the day. Can everybody please test the tip of the 4.4 branch for their > vital functionality so we can be reasonabl

Re: [ACS44] testing wanted

2014-09-18 Thread Pierre-Luc Dion
we will also perform some tests on 4.4.1 using XenServer 6.2sp1 as well. *Pierre-Luc DION* Architecte de Solution Cloud | Cloud Solutions Architect t 855.652.5683 *CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com

Re: [PROPOSAL] db changes on release branches banned

2014-09-18 Thread Wido den Hollander
On 09/18/2014 04:18 PM, Daan Hoogland wrote: > H, > > I would like to propose that any db change on a branch scheduled for > release be banned. During the 4.4.0 cycle most merge conflicts occured in > db related (sql) files. Also I heard several times of people having > problems with testing tha

[PROPOSAL] db changes on release branches banned

2014-09-18 Thread Daan Hoogland
H, I would like to propose that any db change on a branch scheduled for release be banned. During the 4.4.0 cycle most merge conflicts occured in db related (sql) files. Also I heard several times of people having problems with testing that led to them having to wipe the db and re-init'ing it. Thi

Re: 4.5.0 - status - looming dates

2014-09-18 Thread Wido den Hollander
On 09/18/2014 11:08 AM, Daan Hoogland wrote: > David, > > What do you plan to do after branching in terms of merge-back and or > cherry-picking. We are discussing here (Schuberg-Philis + Rohit + Ian + > Wido (+ Sebastien)) that we would like to branch after getting master > stable and then when

Re: release-notes script: jira.py

2014-09-18 Thread Pierre-Luc Dion
Daan, I've used it for the RN of 4.4.0 so early july. the newly created filter for 4.4.1 look ok, and the api url is returning the same output for filter of 4.4.1 and 4.4.0, so look like the Jira API behavior would have change during the summer. the issue with INFRA as been closed; https://issues

Jenkins build became unstable: simulator-hotfix-trigger #41

2014-09-18 Thread jenkins
See

Re: [CCCEU14] hackathons

2014-09-18 Thread Daan Hoogland
you're in On Thu, Sep 18, 2014 at 12:18 PM, Stephen Turner wrote: > Yes, that's me. Thanks. > > -- > Stephen Turner > > > -Original Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: 18 September 2014 08:17 > To: dev > Subject: Re: [CCCEU14] hackathons > > Stephen, I

Re: [ACS44] testing wanted

2014-09-18 Thread Ian Duffy
Looks OK to me. I built it and tested against XenServer 6.2 SP1. Brought up a basic zone, created an instance and opened security group rules. Ran into no issues. Thanks, Ian On 18 September 2014 10:47, Daan Hoogland wrote: > H devs, > > I just closed the last blocker for 4.4.1 and want to

Re: release-notes script: jira.py

2014-09-18 Thread Daan Hoogland
P-L, when did this last work? Before the JIRA accounts where restricted? biligual spelling checker used.read at your own risk Op 18 sep. 2014 14:09 schreef "Pierre-Luc Dion" : > Hi, > > Did anyone tried the script jira.py from cloudstack-docs-rn used to build > release notes and retrieve jira iss

Re: Inter-network Communication

2014-09-18 Thread Gaurav Aradhye
Pradeep, You can configure ingress rules too. For ex. API authorizeSecurityGroupIngress And if you are not using security groups, then you can configure Port Forawrding/LB rules for specific ports in Isolated networks that will serve as your ingress rules. Regards, Gaurav On Thu, Sep 18, 2014 at

Re: [DISCUSS] CloudStack Future

2014-09-18 Thread Osay Osman Yuuni
Nice going guys. One of the reasons we're using CS at moment is the ease of deployment (at least with a basic zone). On the other hand we note that we need an addon to do things like service catalogs, metering and charging. Though the APIs make it possible to develop such portals would like to s

Re: Review Request 25772: new nfs storage adapter for kvm hypervisor plugin to support managed storage.[CLOUDSTACK-7576]

2014-09-18 Thread punith s
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25772/ --- (Updated Sept. 18, 2014, 6:07 p.m.) Review request for cloudstack, edison su an

release-notes script: jira.py

2014-09-18 Thread Pierre-Luc Dion
Hi, Did anyone tried the script jira.py from cloudstack-docs-rn used to build release notes and retrieve jira issues? it look like Jira api does not behave as it used to... api resonse: https://issues.apache.org/jira/rest/api/2/filter/12329271 expected response from the ui: https://issues.apache

Jenkins build is back to normal : build-master-noredist #3562

2014-09-18 Thread jenkins
See

Re: 4.5.0 - status - looming dates

2014-09-18 Thread Sebastien Goasguen
On Sep 18, 2014, at 5:08 AM, Daan Hoogland wrote: > David, > > What do you plan to do after branching in terms of merge-back and or > cherry-picking. We are discussing here (Schuberg-Philis + Rohit + Ian + > Wido (+ Sebastien)) that we would like to branch after getting master > stable and then

RE: [CCCEU14] hackathons

2014-09-18 Thread Stephen Turner
Yes, that's me. Thanks. -- Stephen Turner -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: 18 September 2014 08:17 To: dev Subject: Re: [CCCEU14] hackathons Stephen, I see a stephen.turner not a stephen.tur...@citrix.com. Is that you? On Wed, Sep 17, 2014

Re: Review Request 25773: Adding update method in base.py to update storagepool

2014-09-18 Thread prashant mishra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25773/ --- (Updated Sept. 18, 2014, 10:17 a.m.) Review request for cloudstack, sanjeev n a

Build failed in Jenkins: build-master-noredist #3561

2014-09-18 Thread jenkins
See Changes: [Rohit Yadav] CID-1116231: Use implicit lock, synchronize _key in Link [Rohit Yadav] CID-1233090, CID-1233089: Synchronize on session object in ApiServer -- [...truncate

Review Request 25772: new nfs storage adapter for kvm hypervisor plugin to support managed storage.[CLOUDSTACK-7576]

2014-09-18 Thread punith s
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25772/ --- Review request for cloudstack, edison su and Mike Tutkowski. Bugs: CLOUDSTACK-7

Re: Inter-network Communication

2014-09-18 Thread Pradeep Cloudstack
Thanks Gaurav. I see that we can configure only Egress Rules for a Network. Why not Ingress Rules ? -Pradeep From: Gaurav Aradhye To: "dev@cloudstack.apache.org" ; Pradeep Cloudstack Sent: Thursday, September 18, 2014 11:57 AM Subject: Re: Inter-network C

[ACS44] testing wanted

2014-09-18 Thread Daan Hoogland
H devs, I just closed the last blocker for 4.4.1 and want to bake an RC later in the day. Can everybody please test the tip of the 4.4 branch for their vital functionality so we can be reasonably sure an RC would pass the vote? thanks, -- Daan

Review Request 25771: Adding new test case to verify the fix provided in bug CLOUDSTACK-6172

2014-09-18 Thread sanjeev n
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25771/ --- Review request for cloudstack and SrikanteswaraRao Talluri. Bugs: CS-6172 h

Re: 4.5.0 - status - looming dates

2014-09-18 Thread Daan Hoogland
David, What do you plan to do after branching in terms of merge-back and or cherry-picking. We are discussing here (Schuberg-Philis + Rohit + Ian + Wido (+ Sebastien)) that we would like to branch after getting master stable and then when the real release work is underway branching of 4.5. All new

Re: Travis failures

2014-09-18 Thread Ian Duffy
Hi All, For anybody interested I setup my own mirror of cloudstack: https://github.com/cs-travis-runs/cs-travis-run It will check for updates every 5 minutes. As this isn't owned by the apache travis account we get all 5 concurrent jobs to ourselves. Along with this we can assign user roles so pe

Re: Fwd: Re: Upgrade to 4.3.1

2014-09-18 Thread Mārtiņš Jakubovičs
Yes, it worked in 4.3.0. On 2014.09.17. 20:56, ilya musayev wrote: Has this worked for you in 4.3.0, before the upgrade to 4.3.1? I've briefly looked through change log from 4.3.0 to 4.3.1, i dont see any changes related to console - but this check was very brief. Regards ilya On 9/17/14, 1:

Re: [CCCEU14] hackathons

2014-09-18 Thread Daan Hoogland
Stephen, I see a stephen.turner not a stephen.tur...@citrix.com. Is that you? On Wed, Sep 17, 2014 at 6:26 PM, Stephen Turner wrote: > Shall do, but it looks like I don't have wiki edit rights yet. Could you > grant them to me? stephen.tur...@citrix.com. Thanks. > > -- > Stephen Turner > > > ---