Re: disk resize support on VMWare

2013-07-12 Thread Prasanna Santhanam
Results of our bad git habits I think: The original commit by Hongtu made the full fix but it probably got messed up in some merge later. :/ We need to look into the resize volume test that exists in the smoke tests. Rayees, since run vmware environments internally for Citrix - has the resize tes

Re: disk resize support on VMWare

2013-07-12 Thread Prasanna Santhanam
To update the thread: Vijay filed CLOUDSTACK-3509 for the missing support for vmware and identified the commit for the vmware support in CLOUDSTACK-644. So the review was submitted but had a different author which is why we failed to find it the last time. This should be good now after Vijay's fi

Re: Review Request 12510: CLOUDSTACK 3476 : deleteDomain api should fail when release dedicated resource to that domain fails:

2013-07-12 Thread Saksham Srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12510/ --- (Updated July 13, 2013, 6 a.m.) Review request for cloudstack, Alena Prokharchy

Re: Review Request 12510: CLOUDSTACK 3476 : deleteDomain api should fail when release dedicated resource to that domain fails:

2013-07-12 Thread Saksham Srivastava
> On July 12, 2013, 5:08 p.m., Alena Prokharchyk wrote: > > 1) Replace > > > > hasDedicatedResources == false > > > > with > > > > !hasDedicatedResources > > > > > > and else if (hasDedicatedResources == true) { > > > > with > > > > else if (hasDedicatedResources) { > > > > > > 2) Add

Re: Review Request 12521: Include vmware in hypervisor list for volume resize support

2013-07-12 Thread Prasanna Santhanam
> On July 13, 2013, 4:53 a.m., Prasanna Santhanam wrote: > > server/src/com/cloud/storage/VolumeManagerImpl.java, line 1124 > > > > > > Well - this comment should have gone away ;) Ok - I'll update that thread on the

Re: Something going on with ssvm in 4.2?

2013-07-12 Thread Mike Tutkowski
These are essentially the same stack trace, but here are some recent ones (also, these seem to be in regards to CPVM instead of SSVM): ERROR [cloud.vm.VirtualMachineManagerImpl] (consoleproxy-1:) Failed to start instance VM[ConsoleProxy|v-2-VM] com.cloud.utils.exception.ExecutionException: Unable

Re: Review Request 12521: Include vmware in hypervisor list for volume resize support

2013-07-12 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12521/#review23128 --- server/src/com/cloud/storage/VolumeManagerImpl.java

Re: Something going on with ssvm in 4.2?

2013-07-12 Thread Prasanna Santhanam
What stack traces do you see? On Fri, Jul 12, 2013 at 07:43:38PM -0600, Mike Tutkowski wrote: > Hi, > > I've noticed quite a few stack traces in my console as of late related to > SSVM and that the SSVM often gets deleted and re-created (in 4.2). > > Is there a known issue around this? > > Than

Re: Review Request 12521: Include vmware in hypervisor list for volume resize support

2013-07-12 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12521/#review23127 --- Sorry - had one lingering question that was asked here http://markm

Re: systemVM templates

2013-07-12 Thread Prasanna Santhanam
I think Abhi is coming from the context of the bug CLOUDSTACK-3480 (Abhi correct me if I am wrong). There are parts of the object store work that depend on the hardlink to the template url. Right now that url points to the cloud.com resource which is in the vm_template table. May be we can fix obj

Something going on with ssvm in 4.2?

2013-07-12 Thread Mike Tutkowski
Hi, I've noticed quite a few stack traces in my console as of late related to SSVM and that the SSVM often gets deleted and re-created (in 4.2). Is there a known issue around this? Thanks! -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkow...@solidfire.com o: 303.

Re: Disk Allocated Versus Disk Used

2013-07-12 Thread Mike Tutkowski
In looking at my Xen boxes, disksizeused appears to equate to used space. disksizeallocated, I presume, should equate to what Xen calls allocated space, but it does not seem to (ex. the GUI wasn't showing anything, but in XenCenter it says 8 GB allocated space for one of my hosts). On Fri, Jul 1

Disk Allocated Versus Disk Used

2013-07-12 Thread Mike Tutkowski
Hi, I noticed in the 4.2 GUI under the details of Primary Storage that the Disk Allocated field always seems to be empty. I changed the logic to display the disksizeused field (instead of the disksizeallocated field) and now it seems to work. Can someone tell me what the difference is supposed t

Re: RE: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Mike Tutkowski
So, I haven't been following this thread in detail, but was curious: If it's too much work to fix this by the end of the month (code freeze), what are we planning on doing (moving 4.2 back or allowing this feature to not exist in 4.2)? On Fri, Jul 12, 2013 at 6:31 PM, Yehuda Sadeh wrote: > > I

Re: RE: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Yehuda Sadeh
I should point at ceph, and specifically the ceph rados gateway (rgw), as it's been mentioned before in this thread. As you may know, ceph has already been integrated with cloudstack through the ceph block storage (rbd). So installations that already use ceph through that may get two for the

RE: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Edison Su
I need the following functionalities from any swift client/library: 1. can directly upload an remote URL into swift, S3 has the API: http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Client.html#putObject(java.lang.String, java.lang.String, java.io.InputStream

Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Andrew Bayer
Don't forget Apache jclouds - we've got a robust Swift interface: http://jclouds.incubator.apache.org/documentation/quickstart/openstack/ A. On Fri, Jul 12, 2013 at 4:11 PM, Edison Su wrote: > > > > -Original Message- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent:

RE: Compilation failed in 4.2

2013-07-12 Thread Edison Su
Should be fixed. > -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: Friday, July 12, 2013 3:56 PM > To: dev@cloudstack.apache.org > Subject: RE: Compilation failed in 4.2 > > I fixed it on my local branch already, let me check it in. > > > -Original Message-

RE: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Edison Su
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, July 12, 2013 7:50 AM > To: ; Edison Su > Subject: Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2? > > On Fri, Jul 12, 2013 at 10:40 AM, John Burwell wrote: > > All, > > >

RE: Compilation failed in 4.2

2013-07-12 Thread Edison Su
I fixed it on my local branch already, let me check it in. > -Original Message- > From: Rayees Namathponnan [mailto:rayees.namathpon...@citrix.com] > Sent: Friday, July 12, 2013 3:08 PM > To: dev@cloudstack.apache.org > Subject: Compilation failed in 4.2 > > Compilation failed in 4.2 , so

Re: Review Request 12348: Fix for NPE when listing eligible primary storage pools for volume migration across primary storages

2013-07-12 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12348/#review23107 --- Ship it! Ship It! - edison su On July 9, 2013, 10:15 p.m., Venka

Re: Review Request 12521: Include vmware in hypervisor list for volume resize support

2013-07-12 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12521/#review23106 --- Ship it! Ship It! - edison su On July 12, 2013, 9:02 p.m., Venka

Compilation failed in 4.2

2013-07-12 Thread Rayees Namathponnan
Compilation failed in 4.2 , someone please look this ? [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-plugin-hypervisor-vmware --- [INFO] Compiling 48 source files to /root/jenkins/build/workspace/CloudPlatform-4.2-rhel63/cloudplatform

Re: [ACS42] Three weeks to code freeze

2013-07-12 Thread Sheng Yang
There is one thing need attention: https://issues.apache.org/jira/browse/CLOUDSTACK-3434 Would involve lock mechanism improvement in the VR which has potential big impact. I am planning to check-in the improvement soon(likely this weekend). --Sheng On Tue, Jul 9, 2013 at 7:59 PM, Animesh Chatu

On Boarding wiki

2013-07-12 Thread Amogh Vasekar
Hi All, Being new to the project and having gone through the on boarding process recently, I just documented things on : https://cwiki.apache.org/confluence/display/CLOUDSTACK/OnBoarding It is essentially an index page to all the info already on wiki. This is still a work-in-progress, and any s

Review Request 12521: Include vmware in hypervisor list for volume resize support

2013-07-12 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12521/ --- Review request for cloudstack and edison su. Bugs: CLOUDSTACK-3509 Repository

RE: [ACS42] Regarding HyperV is support with 4.2

2013-07-12 Thread Donal Lafferty
https://reviews.apache.org/r/12519/ PS. Thanks for volunteering to review guys. Remember to include the review dependencies when adding the diffs to 4.2 ;) > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: 12 July 2013 7:41 PM > To: dev@cloudsta

Review Request 12519: Server-side portion of Hyper-V plugin

2013-07-12 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12519/ --- Review request for cloudstack, Alex Huang, Devdeep Singh, Mike Tutkowski, and sa

Re: Instructions to *consume* events in another region?

2013-07-12 Thread Chip Childers
Ah, right. I'll play with it some then... perhaps I can hack together a prototype queue listener to process the events coming from other regions. On Fri, Jul 12, 2013 at 4:35 PM, Sangeetha Hariharan wrote: > Currently , we have the following stated as known limitations in the FS - > https://cw

RE: Instructions to *consume* events in another region?

2013-07-12 Thread Sangeetha Hariharan
Currently , we have the following stated as known limitations in the FS - https://cwiki.apache.org/confluence/display/CLOUDSTACK/AWS-Style+Regions+Functional+Spec# Limitations 1. Account/User/Domain data propogation/sync has to be handled outside cloudstack 2. Only events will be generated by

Re: Instructions to *consume* events in another region?

2013-07-12 Thread Chip Childers
On Fri, Jul 12, 2013 at 4:27 PM, Sangeetha Hariharan wrote: > Management server can be configured to publish CloudStack events to RabbitMQ > server. > Documentation relating to Event Notification can found in - > http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Admin_Guide/e

RE: Instructions to *consume* events in another region?

2013-07-12 Thread Sangeetha Hariharan
Management server can be configured to publish CloudStack events to RabbitMQ server. Documentation relating to Event Notification can found in - http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Admin_Guide/events.html#event-framework -Thanks Sangeetha -Original Message

Re: Does the default Xen SystemVM Template understand S3?

2013-07-12 Thread Chip Childers
AFAIK, yes. That code is loaded when the agent software is updated by the mgmt server. On Fri, Jul 12, 2013 at 05:02:12PM +, Donal Lafferty wrote: > AFAIK, the database deploy script in Master sets the Xen SystemVM URL to > http://download.cloud.com/templates/acton/acton-systemvm-02062012.vh

Instructions to *consume* events in another region?

2013-07-12 Thread Chip Childers
Hi all, I've been slowly getting an environment up that can help me play with the regions feature. Do we have *any* docs out there (that I apparently can't find) that talk about how to get the mgmt servers to actually subscribe to changes that others are making? -chip

Re: sonar

2013-07-12 Thread Chip Childers
On Mon, Jul 8, 2013 at 3:25 PM, Chip Childers wrote: > On Mon, Jul 08, 2013 at 09:02:04PM +0200, Laszlo Hornyak wrote: >> It usually runs from a CI job, but I haven't found anything like that >> between the CS builds on builds.apache.org nor on jenkins.cloudstack.org. >> It requires a JDBC connect

Re: systemVM templates

2013-07-12 Thread Chip Childers
On Sat, Jul 13, 2013 at 12:10:08AM +0530, Rohit Yadav wrote: > Hi Abhi, > > You may upload on your people.apache.org/~ hosting space (which is on > Apache infra as well) and give the links to the community? That may not be something that Infra wants us to do in the p.a.o space, but I could be wro

Re: [ACS42] Issues that are resolved but not closed yet

2013-07-12 Thread Chip Childers
On Fri, Jul 12, 2013 at 11:59:29PM +0530, Rohit Yadav wrote: > +1 what Chip suggests. Developers will have a habit to see the ticket > they're assigned. > You can actually automate this by forking my RBTool fork [1] for your > benefit (idea would be write a tool for Release managers to keep a track

Re: systemVM templates

2013-07-12 Thread David Nalley
The project can not host these images itself due to licensing issues. >From a project perspective, just like with our, releases, we provide the ability for users to build a systemVM. However, you'll note that our community-provided binary repos also host some systemvms today (the IPv6) We merely n

Re: Another ISO Question

2013-07-12 Thread Mike Tutkowski
Either way, I think we have a usability problem here. :) It is not at all obvious (without perhaps having to go to the docs) on what the behavior will be. I believe the problem here is related to Compute Offerings having knowledge of storage. We talked a bit on the hackday at CCC 2013 about breaki

Re: Adding git commit ids to our packaging...

2013-07-12 Thread Rohit Yadav
+1 Would help users verify the git sha and for reference. Cheers. On Fri, Jul 12, 2013 at 6:06 AM, Alex Huang wrote: > Hi All, > > I added the branch and git commit id to the war file. You can find it by > opening the war file and retrieving the META-INF/MANIFEST.MF. Inside, > there is a Impl

Review Request 12517: Fix checks for already existing primary and secondary pvlan id on vmware DVS in pvlan setup

2013-07-12 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12517/ --- Review request for cloudstack, Chip Childers, edison su, Kelven Yang, and Satees

Re: systemVM templates

2013-07-12 Thread Rohit Yadav
Hi Abhi, You may upload on your people.apache.org/~ hosting space (which is on Apache infra as well) and give the links to the community? After the release/voting process those appliances can be moved to official ACS hosting space but I'm not sure how this will work because AFAIK for a release we

Re: [ACS42] Regarding HyperV is support with 4.2

2013-07-12 Thread Mike Tutkowski
I am running in 4.2 for the purposes of testing my storage plug-in and I have also noticed Hyper-V as a hypervisor option. On Fri, Jul 12, 2013 at 6:19 AM, Donal Lafferty wrote: > AFAIK, the UI was updated for Master, and not 4.1 or 4.2, but... > > You can make the message go away by installing

Re: Review Request 12481: DeployDatabase script need to skip add host in VMWARE

2013-07-12 Thread Rayees Namathponnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12481/ --- (Updated July 12, 2013, 5:58 p.m.) Review request for cloudstack, edison su and

RE: Adding git commit ids to our packaging...

2013-07-12 Thread Alex Huang
I think it should be in both. In fact, I am hoping to push them further down. Before our switch to git, the build number, which with svn included the revision as the last octet, was pushed to every script, javascript, jar, and war. I like to see that back again. It's very useful when trying t

RE: NULL entry in folder colum in volumes table

2013-07-12 Thread Edison Su
It's changed to use the "path" only. > -Original Message- > From: Sanjay Tripathi [mailto:sanjay.tripa...@citrix.com] > Sent: Friday, July 12, 2013 4:27 AM > To: dev@cloudstack.apache.org > Subject: NULL entry in folder colum in volumes table > > Hi, > > I have noticed a change in the "v

Re: [UI][[GSoC] Feedback on UI prototype with angular.js

2013-07-12 Thread Kelcey Jamison Damage
I went through some of the code and I like much of what I see, but I don't have a system right now that I can deploy and test this on. Does anyone have a demo build? Thanks - Original Message - From: "Sebastien Goasguen" To: dev@cloudstack.apache.org, "Shiva Teja" Sent: Friday, July 1

Re: Review Request 12510: CLOUDSTACK 3476 : deleteDomain api should fail when release dedicated resource to that domain fails:

2013-07-12 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12510/#review23089 --- 1) Replace hasDedicatedResources == false with !hasDedicatedReso

Does the default Xen SystemVM Template understand S3?

2013-07-12 Thread Donal Lafferty
AFAIK, the database deploy script in Master sets the Xen SystemVM URL to http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 Is this SystemVM image aware of S3 object store? If now, can someone recommend a Xen image that both works and works with S3? DL

Re: [GSOC] Update to document

2013-07-12 Thread Nguyen Anh Tu
@Sebgoa: I added my first update progress report on blogspot. Like Ian Duffy, It's also my primary channel to report. From now until the end, I will frequently update to the blog and then transfer to ACS document. Please take a look on it: http://ngtuna.blogspot.com/ 2013/7/8 Dharmesh Kakadia

Re: Specifying Storage Provider for Primary Storage Creation/Registration

2013-07-12 Thread John Burwell
David, The capability you are describing is the generic properties idea that we discuss at Collab (see http://markmail.org/message/jtntptrouvvzsdgi for a capture). Essentially, drivers would be alb to provide meta-data definition for a property bag associated with DataStore instances. This me

RE: Optimising Google Searches

2013-07-12 Thread Donal Lafferty
Thanks Dave! >From a marketing point of view, it will be good to have the .html URLs gone >altogether :) > -Original Message- > From: David Nalley [mailto:da...@gnsa.us] > Sent: 12 July 2013 3:00 PM > To: dev@cloudstack.apache.org > Subject: Re: Optimising Google Searches > > add inurl:

Re: [ACS42] Issues that are resolved but not closed yet

2013-07-12 Thread Chip Childers
Perhaps use a mass-update of these tickets to simply add a comment asking for validation and closure? On Fri, Jul 12, 2013 at 06:23:46AM +, Animesh Chaturvedi wrote: > We have large number of issues (510) that are resolved but not closed yet. > Here is the list by reporter. Please review the

Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Chip Childers
On Fri, Jul 12, 2013 at 10:40 AM, John Burwell wrote: > All, > > I have assembled a wiki topic [1] that describes the process for creating > Riak CS and Swift development/test environments using Vagrant and VirtualBox. > I created a Devstack Vagrant configuration [2], and, following further >

Re: [GSoC] sdnextensions branch

2013-07-12 Thread Nguyen Anh Tu
Hi guys, I'm working on this branch to improve the current native sdn controller. Firstly I already made it supports to XCP 1.6. Now I'm working on integrating an open-source OpenFlow controller to control and manage virtual switches via OpenFlow protocol. The current SDN controller is missing amo

Re: Review Request 12513: Add documentation for new ldap implementation.

2013-07-12 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12513/#review23087 --- Ship it! I applied it to master with 48abf3c98dfe0f1aad6740e0936637

Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread John Burwell
All, I have assembled a wiki topic [1] that describes the process for creating Riak CS and Swift development/test environments using Vagrant and VirtualBox. I created a Devstack Vagrant configuration [2], and, following further testing and feedback, I plan to submit it to the OpenStack projec

Re: Specifying Storage Provider for Primary Storage Creation/Registration

2013-07-12 Thread La Motta, David
Mike, Edison, et al., this brings up the question of what UI will be displayed when the user selects a storage vendor's plugin implementation. In other words, IMO the ideal scenario is to have the ability to allow the storage plugin's implementer to display a custom UI. That way, the tradition

Review Request 12513: Add documentation for new ldap implementation.

2013-07-12 Thread Ian Duffy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12513/ --- Review request for cloudstack, Abhinandan Prateek and Sebastien Goasguen. Repos

Re: Optimising Google Searches

2013-07-12 Thread David Nalley
add inurl:https://cwiki.apache.org/confluence/display/CLOUDSTACK/ to your search string in google. That said, the exports are rapidly going away - I will inquire with infra what the plan is about deprecating that. --David On Fri, Jul 12, 2013 at 9:57 AM, Donal Lafferty wrote: > Google often r

Review Request 12510: CLOUDSTACK 3476 : deleteDomain api should fail when release dedicated resource to that domain fails:

2013-07-12 Thread Saksham Srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12510/ --- Review request for cloudstack, Alena Prokharchyk and Devdeep Singh. Bugs: 3476

Optimising Google Searches

2013-07-12 Thread Donal Lafferty
Google often returns the .html version of cwiki, which is scary and ugly. Does anyone know how to get it return only the 'confluence' version? E.g. Ugly: https://cwiki.apache.org/CLOUDSTACK/setting-up-a-cloudstack-dev-environment-on-windows.html Confluence: https://cwiki.apache.org/confluen

Re: Adding git commit ids to our packaging...

2013-07-12 Thread Chip Childers
On Fri, Jul 12, 2013 at 09:48:12AM -0400, David Nalley wrote: > On Thu, Jul 11, 2013 at 11:05 PM, Alex Huang wrote: > > Will work on making it nicer but do we want to put this information into > > release? Is there any harm to have this in the release build? I can't > > think of any off-hand.

Re: Adding git commit ids to our packaging...

2013-07-12 Thread David Nalley
On Thu, Jul 11, 2013 at 11:05 PM, Alex Huang wrote: > Will work on making it nicer but do we want to put this information into > release? Is there any harm to have this in the release build? I can't think > of any off-hand. If we don't want them, we can change build_asf.sh to set > those tw

Re: Review Request 12469: WIP: New implementation of LDAP authentication

2013-07-12 Thread David Nalley
On Fri, Jul 12, 2013 at 7:58 AM, Ian Duffy wrote: > > >> On July 12, 2013, 9:50 a.m., Abhinandan Prateek wrote: >> > Ship It! >> >> Sebastien Goasguen wrote: >> Abhi, I had already applied it to the ldapplugin branch. Did you apply >> the patch somewhere else ? >> >> Abhinandan Prateek wrote:

Re: Review Request 12505: fix white-space

2013-07-12 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12505/#review23085 --- Ship it! applied cleanly to sdnextensions branch 2b8389584963a76ee5

Re: Review Request 12509: Add integration test and apache license

2013-07-12 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12509/#review23084 --- Ship it! applied cleanly to ldapplugin branch 215aa0372baafc28461e8

RE: [ACS42] Regarding HyperV is support with 4.2

2013-07-12 Thread Donal Lafferty
AFAIK, the UI was updated for Master, and not 4.1 or 4.2, but... You can make the message go away by installing the Hyper-V plugin's server component. It is undergoing functional testing, and it should appear in a Review Board request towards the end of the day. If you want to control a Hyper

Review Request 12509: Add integration test and apache license

2013-07-12 Thread Ian Duffy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12509/ --- Review request for cloudstack, Abhinandan Prateek and Sebastien Goasguen. Repos

RE: systemVM templates

2013-07-12 Thread Donal Lafferty
+1 > -Original Message- > From: Abhinandan Prateek [mailto:cloudst...@aprateek.com] > Sent: 12 July 2013 10:46 AM > To: dev@cloudstack.apache.org > Subject: systemVM templates > > The cloudstack community needs to find a online space to host system VM > templates. With 4.2 upgrade to ne

Re: Review Request 12469: WIP: New implementation of LDAP authentication

2013-07-12 Thread Ian Duffy
> On July 12, 2013, 9:50 a.m., Abhinandan Prateek wrote: > > Ship It! > > Sebastien Goasguen wrote: > Abhi, I had already applied it to the ldapplugin branch. Did you apply > the patch somewhere else ? > > Abhinandan Prateek wrote: > No thats fine. I realised that after I have marked "

[ACS42]Regarding the Public IP availability Count with listAccounts

2013-07-12 Thread Sailaja Mada
Hi, This is regarding the Public IP availability Count with listAccounts . I have an account created and tried to get the Public IPs usage using listAccounts API. With this available IP's are listed as 14 . ( This 14 is the total no of free Public IP's that are available @ Zone ) 20 0 14 Fo

Re: Review Request 12504: CLOUDSTACK-2757. Category not persisted when config items are added

2013-07-12 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12504/#review23082 --- Commit 6e160d33361e2664f261fdc17d63e947b56105fe in branch refs/head

NULL entry in folder colum in volumes table

2013-07-12 Thread Sanjay Tripathi
Hi, I have noticed a change in the "volumes" table that CloudStack is not setting up the any value in "folder" column. The entry used to tell us about the location of volume in the primary storage, but now it is NULL. So we can't figure out the location where this volume is located. Can somebo

Re: Review Request 12504: CLOUDSTACK-2757. Category not persisted when config items are added

2013-07-12 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12504/#review23081 --- Commit aaaf168f5a38294ef098bdf9c60657711f6655bf in branch refs/heads

Re: Review Request 12504: CLOUDSTACK-2757. Category not persisted when config items are added

2013-07-12 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12504/#review23080 --- Commit 87df51356b8d3a00c1c7a8def753de052a471b3e in branch refs/heads

Re: Review Request 12504: CLOUDSTACK-2757. Category not persisted when config items are added

2013-07-12 Thread Likitha Shetty
> On July 12, 2013, 11:08 a.m., Kishan Kavala wrote: > > Looks good to me Thanks for reviewing Kishan. - Likitha --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12504/#review23078 ---

Re: Review Request 12504: CLOUDSTACK-2757. Category not persisted when config items are added

2013-07-12 Thread Kishan Kavala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12504/#review23078 --- Ship it! Looks good to me - Kishan Kavala On July 12, 2013, 4:26

Re: Review Request 12500: fix CLOUDSTACK-3495 xenserver 6.1 and 6.2 can not open vnc console

2013-07-12 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12500/#review23077 --- Ship it! Ship It! - Abhinandan Prateek On July 12, 2013, 9:58 a.

Re: Review Request 12469: WIP: New implementation of LDAP authentication

2013-07-12 Thread Abhinandan Prateek
> On July 12, 2013, 9:50 a.m., Abhinandan Prateek wrote: > > Ship It! > > Sebastien Goasguen wrote: > Abhi, I had already applied it to the ldapplugin branch. Did you apply > the patch somewhere else ? No thats fine. I realised that after I have marked "ship it". Maybe Ian can close this

Review Request 12505: fix white-space

2013-07-12 Thread tuna
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12505/ --- Review request for cloudstack and Sebastien Goasguen. Repository: cloudstack-gi

Review Request 12504: CLOUDSTACK-2757. Category not persisted when config items are added

2013-07-12 Thread Likitha Shetty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12504/ --- Review request for cloudstack and Kishan Kavala. Bugs: CLOUDSTACK-2757 Reposi

RE: [acs42] [live storage migration]

2013-07-12 Thread Paul Angus
Will do. Regards, Paul Angus S: +44 20 3603 0540 | M: +447711418784 paul.an...@shapeblue.com -Original Message- From: Devdeep Singh [mailto:devdeep.si...@citrix.com] Sent: 12 July 2013 11:44 To: dev@cloudstack.apache.org; Srikanteswararao Talluri Subject: RE: [acs42] [live storage migrat

RE: [acs42] [live storage migration]

2013-07-12 Thread Devdeep Singh
Hi Paul, Please see inline. Regards, Devdeep > -Original Message- > From: Paul Angus [mailto:paul.an...@shapeblue.com] > Sent: Friday, July 12, 2013 2:58 PM > To: dev@cloudstack.apache.org; Srikanteswararao Talluri > Subject: RE: [acs42] [live storage migration] > > I'm using XenServer

Re: Review Request 12498: CLOUDSTACK-2987: Fixing dynamicallyscalable flag in register and update template API

2013-07-12 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12498/#review23075 --- Commit 8816d41d3b62fe50bbeb70e541f54f8e232c362e in branch refs/heads

Review Request 12500: fix CLOUDSTACK-3495 xenserver 6.1 and 6.2 can not open vnc console

2013-07-12 Thread Hongtu Zang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12500/ --- Review request for cloudstack, Abhinandan Prateek and Devdeep Singh. Bugs: CLOU

Re: Review Request 12498: CLOUDSTACK-2987: Fixing dynamicallyscalable flag in register and update template API

2013-07-12 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12498/#review23074 --- Commit 5dd1a1dd8eec0a37db36b5c86d847fbbe4fcc41d in branch refs/heads

Re: Review Request 12469: WIP: New implementation of LDAP authentication

2013-07-12 Thread Sebastien Goasguen
> On July 12, 2013, 9:50 a.m., Abhinandan Prateek wrote: > > Ship It! Abhi, I had already applied it to the ldapplugin branch. Did you apply the patch somewhere else ? - Sebastien --- This is an automatically generated e-mail. To reply

Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-12 Thread Sebastien Goasguen
FYI, 6 months ago there was a discuss on linked in with Gerry Havinga who apparently was working on the swiftstack integration: http://www.linkedin.com/groups/Little-bit-help-installing-Cloudstack-3144859%2ES%2E203595045?qid=da98b8b1-6ebc-4218-a541-79982bc8cc1f&trk=group_items_see_more-0-b-ttl A

Re: Review Request 12469: WIP: New implementation of LDAP authentication

2013-07-12 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12469/#review23072 --- Ship it! Ship It! - Abhinandan Prateek On July 11, 2013, 1:32 p.

Re: Review Request 12498: CLOUDSTACK-2987: Fixing dynamicallyscalable flag in register and update template API

2013-07-12 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12498/ --- (Updated July 12, 2013, 9:48 a.m.) Review request for cloudstack, Abhinandan Pr

Re: Review Request 12498: CLOUDSTACK-2987: Fixing dynamicallyscalable flag in register and update template API

2013-07-12 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12498/#review23071 --- Ship it! Ship It! - Abhinandan Prateek On July 12, 2013, 8:03 a.

systemVM templates

2013-07-12 Thread Abhinandan Prateek
The cloudstack community needs to find a online space to host system VM templates. With 4.2 upgrade to new sytemVM templates is inevitable. Can we request PMC to get us some space on apache infrastructure for the same. -abhi

Re: Review Request 9696: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-07-12 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9696/#review23070 --- Commit 3b5bcac81a14aa239e172f14f1819bd445063a6a in branch refs/heads/

RE: [acs42] [live storage migration]

2013-07-12 Thread Paul Angus
I'm using XenServer 6.2, I have 2 storage pools in that cluster and one in a separate cluster. Looking in the logs I've got: 2013-07-12 10:23:44,330 DEBUG [cloud.api.ApiServlet] (catalina-exec-22:null) ===START=== 10.0.0.33 -- GET command=findStoragePoolsForMigration&id=fa1dc489-0414-4f91-96

Review Request 12499: CLOUDSTACK-3376: NPE: resource count calculation from the account manager on account cleanup

2013-07-12 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12499/ --- Review request for cloudstack, Devdeep Singh and Prasanna Santhanam. Bugs: CLOU

RE: [ACS 4.2 with KVM 6.2]System VM's are failed to start with 'LibvirtException: internal error unknown timer name 'kvmclock'

2013-07-12 Thread Sailaja Mada
Hi, Edison applied the patch provided by you today to use as a temporary workaround . I will try with latest builds and update the details . Thanks, Sailaja.M -Original Message- From: Wei ZHOU [mailto:ustcweiz...@gmail.com] Sent: Friday, July 12, 2013 2:26 PM To: dev@cloudstack.apac

RE: [ACS 4.2 with KVM 6.2]System VM's are failed to start with 'LibvirtException: internal error unknown timer name 'kvmclock'

2013-07-12 Thread Sailaja Mada
[root@rhel19 ~]# cat /etc/issue Red Hat Enterprise Linux Server release 6.2 (Santiago) Kernel \r on an \m [root@rhel19 ~]# virsh --version 0.9.4 [root@rhel19 ~]# rpm -qa | grep qemu qemu-img-0.12.1.2-3.209.el6.4.x86_64 gpxe-roms-qemu-0.9.7-6.9.el6.noarch qemu-kvm-0.12.1.2-3.209.el6.4.x86_64 [root@

Re: Review Request 9696: (CLOUDSTACK-1475) update keystore in SSVM and change download iso/template url after Update SSL Certificate

2013-07-12 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9696/#review23069 --- Commit b2a077dfff5ba71723187ce970a4aa040794fe82 in branch refs/heads/

RE: [acs42] [live storage migration]

2013-07-12 Thread Devdeep Singh
In your setup, there may not have been a suitable storage pool available for a volume to be migrated too. That is why the list is empty. Which hypervisor (and version) are you trying? How may storage pools are there in the cluster? Regards, Devdeep From: Paul Angus [mailto:paul.an...@shapeblue.

  1   2   >