Re: [Question] GUI and failed async commands

2015-01-27 Thread Rohit Yadav
This probably is a bug that needs to be fixed in the UI. On Tuesday 27 January 2015 02:05 AM, Mike Tutkowski wrote: Hi, I noticed that the GUI reports what appears to be success when I try to delete a snapshot, but the snapshot is not really being deleted. I've tracked down where the snapshot-

Re: [VOTE] Apache CloudStack 4.5.0 RC2

2015-01-27 Thread Rohit Yadav
+users Hi, While everyone is encouraged to build from sourcce, I've built packages out of the RC2 (SHA dbfb78d4b8ad074f602540002e8678432d258bb5) for your convenience for testing ACS 4.5.0 RC2: CentOS6: http://packages.shapeblue.com/cloudstack/testing/centos/4.5/ CentOS7: http://packages.shapebl

Re: Re: [VOTE] Apache CloudStack 4.5.0 RC2

2015-01-27 Thread wangyuyang1...@163.com
can you tell me how to build the rpm,the step one by one step? thanks! wangyuyang1...@163.com From: Rohit Yadav Date: 2015-01-27 17:37 To: dev@cloudstack.apache.org; us...@cloudstack.apache.org Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC2 +users Hi, While everyone is encouraged to build

Re: Re: [VOTE] Apache CloudStack 4.5.0 RC2

2015-01-27 Thread Wei ZHOU
cd packaging/centos63 ./package.sh 2015-01-27 10:15 GMT+01:00 wangyuyang1...@163.com : > can you tell me how to build the rpm,the step one by one step? > thanks! > > > > wangyuyang1...@163.com > > From: Rohit Yadav > Date: 2015-01-27 17:37 > To: dev@cloudstack.apache.org; us...@cloudstack.apache.

Re: [VOTE] Apache CloudStack 4.5.0 RC2

2015-01-27 Thread Rohit Yadav
> On 27-Jan-2015, at 2:45 pm, wangyuyang1...@163.com wrote: > > can you tell me how to build the rpm,the step one by one step? > thanks! > cd packaging/centos63 bash -x package.sh -p noredist # Run for EL6 bash -x package.sh -p noredist -o rhel7 # Or, run for EL7 Hope this helps. > > > wangyuy

Re: Review Request 30075: CLOUDSTACK-8124: Skipping snapshot tests on Hyper-V

2015-01-27 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30075/#review69779 --- Please cherry-pick missing commit 214d63ee1eb393168c2f91a646a775cdae

Re: Review Request 29394: CLOUDSTACK-8124: Skipping snapshot test cases on hyperv

2015-01-27 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29394/#review69780 --- This is absent in 4.5. Instructions included in RR https://reviews.

Jenkins build is back to normal : build-4.5-simulator #178

2015-01-27 Thread jenkins
See

Jenkins build is still unstable: simulator-4.5-singlerun #142

2015-01-27 Thread jenkins
See

Re: Packer for XenServer VHDs

2015-01-27 Thread Tim Mackey
Thanks. Once I regain access to my hosts I'll work on getting that in. I'm assuming this is general to all OSes, not just CentOS7. -tim On Tue, Jan 27, 2015 at 2:31 AM, Nux! wrote: > Hi Tim, > > I think cloud-init is a must. I am maintaining CentOS building at > http://dl.openvm.eu using virt-

Re: Re: [VOTE] Apache CloudStack 4.5.0 RC2

2015-01-27 Thread David Nalley
My Ansible playbook for RPMs should have literal step-by-step instructions. https://github.com/ke4qqq/ansible_cloudstack_rpmbuild/blob/master/rpmbuilder.yml --David On Tue, Jan 27, 2015 at 4:15 AM, wangyuyang1...@163.com wrote: > can you tell me how to build the rpm,the step one by one step? >

Re: Packer for XenServer VHDs

2015-01-27 Thread Nux!
Indeed, all linuxes should have cloud-init installed, configured to use the cloudstack source of course. There is work going on in Cloudbase-init to make it run with Cloudstack instances, as well (so we can ditch the Cloud.com password thingy). Lucian -- Sent from the Delta quadrant using Borg

Re: Cross Zone Templates

2015-01-27 Thread Logan Barfield
This is on CloudStack 4.4. I'm thinking the necessary fixes are: - If using region-wide (Swift/S3) secondary storage make the "Copy" function set the "cross_zones" field to "1" for the selected template, and add an entry for each zone to the template_zone_ref table. - If using region-wide (Swift/S

Re: Apache CloudStack 4.5.0 RC2

2015-01-27 Thread Paul Angus
I'm testing RC2 against VMware 5.5U2 The Virtual Routers are being deployed with 5 NICs. 3 of them on the public network(s). Is this expected behaviour? They seem to be functioning correctly otherwise https://s3-eu-west-1.amazonaws.com/uploads-eu.hipchat.com/150383/1124988/i34n46Yej4CTZsh/VR.p

Re: [Question] GUI and failed async commands

2015-01-27 Thread Nitin Mehta
Yeah it is somewhat confusing experience. Async api has 2 parts - 1. Sync part - does basic checks, db creation/updates and returns job id 2. Async part - Does the actual business logic and contacting the resource layer. At some places UI returns on #1 itself reporting success, whereas in some cas

Re: [Question] GUI and failed async commands

2015-01-27 Thread Mike Tutkowski
FYI that I just logged an issue for it: https://issues.apache.org/jira/browse/CLOUDSTACK-8185 I marked it as Major because it could be quite confusing to end users, but maybe it should just be Minor. On Tue, Jan 27, 2015 at 12:33 PM, Nitin Mehta wrote: > Yeah it is somewhat confusing experienc

Re: [Question] GUI and failed async commands

2015-01-27 Thread Mike Tutkowski
Also, just for the sake of clarity, the "success" that the GUI reports here happens after the async part has completed (even though an exception was thrown from the "execute" method of the command object). On Tue, Jan 27, 2015 at 12:42 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > F

systemvm java 7

2015-01-27 Thread Marcus
Anyone know if there's a systemvm version shipping with java 7? Is 4.4 systemvm supposed to have it (since the release notes say java 1.7)?

Re: systemvm java 7

2015-01-27 Thread Mike Tutkowski
I think the 4.4 system VM templates use Java 7. On Tuesday, January 27, 2015, Marcus wrote: > Anyone know if there's a systemvm version shipping with java 7? Is 4.4 > systemvm supposed to have it (since the release notes say java 1.7)? > -- *Mike Tutkowski* *Senior CloudStack Developer, Solid

Re: [QUESTION] Synchronizing across management servers

2015-01-27 Thread Mike Tutkowski
FYI: It appears this GlobalLock class is used pretty frequently in the codebase. I went ahead and replaced my synchronized logic with GlobalLock logic. On Tue, Jan 13, 2015 at 8:54 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > The use case is that I have access control lists on my S

Build failed in Jenkins: build-master #2195

2015-01-27 Thread jenkins
See Changes: [mike.tutkowski] Replace synchronized with the use of database locking -- [...truncated 1408 lines...] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec -

Re: [QUESTION] Synchronizing across management servers

2015-01-27 Thread Mike Tutkowski
In addition to providing a locking mechanism across multiple instances of the management server, GlobalLock also let me change my logic so that my lock could be more fine grained (in this case, a different lock per cluster). On Tue, Jan 27, 2015 at 7:18 PM, Mike Tutkowski < mike.tutkow...@solidfir

Build failed in Jenkins: build-master-simulator #1622

2015-01-27 Thread jenkins
See Changes: [mike.tutkowski] Replace synchronized with the use of database locking -- [...truncated 1262 lines...] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plug

Re: systemvm java 7

2015-01-27 Thread Marcus
Indeed. I thought so, but I tried installing it and didn't get it to work. I guess I didn't try right because I eventually got it going. There's been a fix committed to 4.3 for the SSL "poodle" attack, however, the fix in its current version seems to require java 7 for TLSv1.2, even if the binarie

Re: systemvm java 7

2015-01-27 Thread Mike Tutkowski
Interesting...it seems like we should be able to do something on the MS side, too, to detect such a hung thread, kill it, and create a new one. On Tue, Jan 27, 2015 at 10:56 PM, Marcus wrote: > Indeed. I thought so, but I tried installing it and didn't get it to > work. I guess I didn't try righ

[GitHub] cloudstack pull request: CLOUDSTACK-6900: This fixes volume migrat...

2015-01-27 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/68#issuecomment-71788178 Yes. It seems travis CI errored out before running any tests. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: Guest VM hostname to its IP address mapping is not getting set in Virtual Router's /etc/hosts file

2015-01-27 Thread Sheng Yang
Hi Suresh, You can check edithosts.sh in the VR. It was called either VR is started with existed VMs, or a new VM is created. Dnsmasq would read the /etc/hosts file and offer hostname to guest VM. --Sheng On Mon, Jan 26, 2015 at 6:53 PM, Suresh Ramamurthy < suresh.ramamur...@nuagenetworks.net>