Re: Libvirt-java 0.5.0 has been released

2013-09-29 Thread Wei ZHOU
try backup and remove the jna.jar in /usr/share/java 2013/9/29, Mike Tutkowski mike.tutkow...@solidfire.com: Hi Wei, So, re-installing cloudstack-common allowed cloudstack-agent to install successfuly. Thanks I'm still having what appears to be Libvirt-related issues on Ubuntu 12.04 with

Re: Review Request 14398: NumbersUtil cleanup

2013-09-29 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14398/ --- (Updated Sept. 29, 2013, 7:24 a.m.) Review request for cloudstack, daan

Re: Libvirt-java 0.5.0 has been released

2013-09-29 Thread Wido den Hollander
On 09/29/2013 08:01 AM, Wei ZHOU wrote: try backup and remove the jna.jar in /usr/share/java I fixed the init scripts, it was still including the old JNA in the classpath: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=e6fd794ca0b10a00f3fc93e5f3e81ab342f5b860 That

Re: my outstanding patches on review board

2013-09-29 Thread Daan Hoogland
H Darren, I was instructed, when becoming a committer a few weeks ago that low impact changes are at my discretion. I'd say go ahead. I read some of them and have no objections. I am not the greatest expert of course but for what its worth. regards, Daan On Sun, Sep 29, 2013 at 6:02 AM, Darren

Re: [ANNOUNCE] New Committer: Darren Shepherd

2013-09-29 Thread Jayapal Reddy Uradi
Congrats Darren! -Jayapal On 29-Sep-2013, at 10:12 AM, Alena Prokharchyk alena.prokharc...@citrix.com wrote: Congrats, Darren! -Alena From: Chip Childers chip.child...@sungard.commailto:chip.child...@sungard.com Reply-To: dev@cloudstack.apache.orgmailto:dev@cloudstack.apache.org

Re: my two cents on RBAC/authorization

2013-09-29 Thread Sebastien Goasguen
On 29 Sep 2013, at 05:51, Darren Shepherd darren.s.sheph...@gmail.com wrote: I've noticed there's a rbac branch and things are being committed there. I didn't see any documentation about the design or anything (maybe it exists and I looked in the wrong place), so I'm just going to give you

Re: Scalable Backup and Recovery

2013-09-29 Thread kel...@backbonetechnology.com
Even as a simple start it would be nice to have the option to back up/snapshot a VM (which means all volumes as a collection) and not just per volume. If I have 200 VMs with 3 volumes each, that's 600 snapshots and 400 attach disk actions. Now scale that out to your average production

Re: my two cents on RBAC/authorization

2013-09-29 Thread Koushik Das
I think it is important to identify what is exclusively for Cloudstack and what all can be reused across multiple services. 1. Authentication - Typically enterprises/service providers would like to reuse their existing authentication systems. So an easy mechanism needs to be provided for

Re: [MAJOR][BUG] ACS powers off some VMs in vSphere - when MS service is restarted

2013-09-29 Thread Koushik Das
Ilya, Can you check in the MS logs if more than one thread tries to process connect for the same host simultaneously? In case of XS I had seen that there is a possibility of the vm states getting incorrectly determined (during vm sync) in case more than one thread tries to process connect to

Re: [DISCUSS] UI: New look and feel

2013-09-29 Thread Shiva Teja
On Fri, Sep 27, 2013 at 5:44 PM, SuichII, Christopher chris.su...@netapp.com wrote: Shiva Sebastien - What impact would this angular.js project have on UI plugins? It would definitely make it easy and offer cleaner code. I'll try to write an overview soon. In a brief way : 1. You don't

Re: my two cents on RBAC/authorization

2013-09-29 Thread Min Chen
RBAC branch was created by Prachi and me to do some quick prototype on rbac feature we are going to propose in the community soon. Since it is not ready yet, we haven't proposed and published FS on the ML. In this prototype, we have group, accout, role, permission as our first class object.

Re: my two cents on RBAC/authorization

2013-09-29 Thread Darren Shepherd
I look forward to the proposal. Based on your short comments and the artifacts I've seen so, I'll warn you that I'll probably disagree strongly with the implement Darren On Sep 29, 2013, at 12:04 PM, Min Chen min.c...@citrix.com wrote: RBAC branch was created by Prachi and me to do some

Re: my two cents on RBAC/authorization

2013-09-29 Thread Darren Shepherd
Oops accidentally sent the last email before I finished. I'll probably disagree with the implementation. It sounds like your scope right now is very simple and small and thus your are doing a very simple approach. But that in my mind will lead to either 1) you scrap and rewrite the thing

Re: my two cents on RBAC/authorization

2013-09-29 Thread Darren Shepherd
So this will replace the commands.properties. If one adds a new api, will they need to update the DB? Darren On Sep 29, 2013, at 5:15 PM, Min Chen min.c...@citrix.com wrote: One random question, I'm interested in knowing what the relationship between commands.props and this new rbac

CS4.2 KVM VM Snapshot not implement yet?

2013-09-29 Thread Jijun
hi all, i install CS4.2 from the url : http://cloudstack.apt-get.eu/ubuntu/ , then create Basic Zone with KVM host added,then create some vms ,everything work fine. create vm snapshot for one stopped vm, the snapshot progress is always with state Creating. Management Server log :

Re: Review Request 14058: Including tests for VPC VM Lifecycle on Tagged hosts

2013-09-29 Thread Ashutosh Kelkar
On Sept. 26, 2013, 1:30 a.m., Sheng Yang wrote: Please test it before submit. Ashutosh Kelkar wrote: The tests have been tested and run correctly. There is a manual step needed in setup for these tests - Adding host tags to the hosts which is why the tests are skipped when

Re: Review Request 14190: Switch to setter injection for extensibility

2013-09-29 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14190/#review26468 --- Daren, when getGuru() is call in a non-initial phase, it may be

Re: my two cents on RBAC/authorization

2013-09-29 Thread Min Chen
Commands.properties will stay as it is for now, acl_api_permission will be auto-populated based on this commands.properties file. So developers do not need to update the DB when they add a new api. -min On 9/29/13 6:10 PM, Darren Shepherd darren.s.sheph...@gmail.com wrote: So this will replace

RE: [DISCUSS] UI: New look and feel

2013-09-29 Thread Shiva Teja
Hi, Sorry about that. Our ISP seems to be down. I am not sure if it will be back soon. Shiva Teja On Sep 30, 2013 10:04 AM, Santhosh Edukulla santhosh.eduku...@citrix.com wrote: Hi Shiva, Iam trying to access http://students.iitmandi.ac.in:2, but couldnt. It seems there was a name

Re: [ANNOUNCE] New Committer: Darren Shepherd

2013-09-29 Thread Abhinandan Prateek
Congrats Darren ! -abhi On 28/09/13 5:54 pm, Chip Childers chip.child...@sungard.com wrote: The Project Management Committee (PMC) for Apache CloudStack has asked Darren Shepherd to become a committer and we are pleased to announce that he has accepted. Being a committer allows many

Virtual Router reachability

2013-09-29 Thread Girish Shilamkar
Hello, Egress rules tests rely on accessing virtual router VR after creating a network. I have often seen that VR is not immediately accessible. A ssh to VR fails, I think it takes a while for the network to come up and VR can be ssh'd. This happens even though the VR is in Running state. So I

[PROPOSAL] Support OVA files with multiple disks for templates and uploaded volumes in VMWare

2013-09-29 Thread Likitha Shetty
Hi, Currently, Cloudstack only supports Template creation based on OVA files containing a single disk. If a user creates a template from a OVA file containing more than 1 disk and launches an instance using this template, only the first disk is attached to the new instance and other disks are

RE: Virtual Router reachability

2013-09-29 Thread Santhosh Edukulla
Girish, 1. Using timeout will make it to wait for that many units always and again it may not be fool proof, we may succeed to find ssh daemon on remote machine is up and running and with this, we again run it few more times to check again if it is not running, so its not much predictable.