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

2013-07-15 Thread Animesh Chaturvedi
As a community we made good progress and closed 80 issues since Thursday night and 192 issues in last 7 days. Thank you everyone Animesh > -Original Message- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: Thursday, July 11, 2013 11:24 PM > To: dev@cloudstack.ap

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

2013-07-15 Thread Ryan Lei
> On July 16, 2013, 2:06 p.m., Ryan Lei wrote: > > Hi, my first comment at the review board. :) > > Looking at the diff, I think it's better to change the if else statements > > so that 6.x is the default behavior. Like this: > > > > if version[:3] == '5.6': > > path1 = "/local/domain/" + d

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

2013-07-15 Thread Ryan Lei
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12500/#review23200 --- Hi, my first comment at the review board. :) Looking at the diff, I

Re: Review Request 11977: Re-enabling baremetal for 4.2/master

2013-07-15 Thread Chiradeep Vittal
This actually breaks basic zone and re-opens bug CLOUDSTACK-1812 On 6/30/13 12:05 PM, "Prasanna Santhanam" wrote: > >--- >This is an automatically generated e-mail. To reply, visit: >https://reviews.apache.org/r/11977/#review22577 >---

Re: [CLOUDSTACK-212] [Review Request and Test]

2013-07-15 Thread Dharmesh Kakadia
juberwell and chip Sorry. I forgot to mention that this patches are for namespace branch. Is this the right way to push changes into feature branch for non-committers ? Thanks, Dharmesh On Tue, Jul 16, 2013 at 2:37 AM, John Burwell wrote: > Chip, > > I apologize for my lack clarity. I am onl

RE: Is VMware working in 4.2?

2013-07-15 Thread Koushik Das
This is fixed as part of CLOUDSTACK-3445 in master and 4.2. The issue was with local storage pool used bytes getting wrongly stored as you noted. -Koushik > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Tuesday, July 16, 2013 6:46 AM > To: dev@cl

Re: Invoking an API from an API plugin

2013-07-15 Thread SuichII, Christopher
I thought about this approach, but all of the commands have private members/parameters and do not have setters. Chris On Jul 15, 2013, at 11:50 PM, Alex Huang wrote: > Chris, > > You should be able to just create the command instances yourself and feed it > to the service class. It does no

Re: Review Request 12251: Incorporating the review comments given by Alena and Sheng

2013-07-15 Thread Abhinandan Prateek
> On July 15, 2013, 6:33 p.m., Sheng Yang wrote: > > I think we can split the patch by different fixes(ensure each one of them > > won't break compile or any functionality), then we can commit it gradually. > > Do all of them in one batch is too big and hard to review. > > > > Besides, I didn'

Re: Removing a host via the GUI

2013-07-15 Thread Mike Tutkowski
Ah, OK - thanks! On Mon, Jul 15, 2013 at 10:07 PM, Pranav Saxena wrote: > When you go to the maintenance mode , you have to wait for a while to allow > the "remove the host" icon to appear . By default it's hidden . > > Thanks, > Pranav > > > On Tue, Jul 16, 2013 at 6:13 AM, Mike Tutkowski < >

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
It looks like it tried to create this path and failed: /mnt/sec/template/tmpl/1/8 I created the /mnt/sec folder, but this didn't seem to allow the CS MS to create the rest of the path. On Mon, Jul 15, 2013 at 10:02 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Yeah, I think I'm g

Re: Removing a host via the GUI

2013-07-15 Thread Pranav Saxena
When you go to the maintenance mode , you have to wait for a while to allow the "remove the host" icon to appear . By default it's hidden . Thanks, Pranav On Tue, Jul 16, 2013 at 6:13 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Looks like you have to unmanage the cluster, then y

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Yeah, I think I'm getting closer. :) Still kind of looks like a permissions issue, though. What do you think? WARN [vmware.manager.VmwareManagerImpl] (DirectAgent-1:172.16.140.2) Unable to mount 172.16.140.5:/export/secondary due to ERROR [vmware.manager.VmwareManagerImpl] (DirectAgent-1:172.16.1

RE: Invoking an API from an API plugin

2013-07-15 Thread Alex Huang
Chris, You should be able to just create the command instances yourself and feed it to the service class. It does not require the handler. --Alex > -Original Message- > From: Chiradeep Vittal > Sent: Monday, July 15, 2013 7:36 PM > To: dev@cloudstack.apache.org > Cc: Min Chen; Alex Hua

Re: [ISSUES] ArrayTypeAdatptor

2013-07-15 Thread Kelven Yang
Thanks, I've removed this restriction in master already. One correction, the assumption about Command class and all of its inherited classes are required to locate in the same java package. It looks like that even if the constraint is fulfilled from code logic, the timing of initializing static var

Re: Invoking an API from an API plugin

2013-07-15 Thread Chiradeep Vittal
Yes, that is unfortunate design. The service interface was not supposed to do that. CC Min and Alex to see if they have a quick workaround. It would also help to know what exactly you are trying to achieve. On 7/15/13 11:12 PM, "SuichII, Christopher" wrote: >It looks like the service interfaces

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Thanks so much for that info! I feel I'm getting closer. I added /mnt and subfolders were created shortly thereafter. I don't know if you saw another e-mail I sent out under a different subject, but I think that e-mail describes the current cause of my problems (a misunderstanding in VMware code

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
Hi Mike! I haven't actually ever run my setup on Mac OS X, do my work on a CentOS VM.. should give that a try soon. The last time I tried, I ran into issues with deploydb (mysql errored out on some syntax when granting root privileges to the cloud user if I remember right) and got diverted and

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
This is my related env var: MAVEN_OPTS=-XX:MaxPermSize=1024m -Xmx2048m -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n On Mon, Jul 15, 2013 at 7:40 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Tried to run it with sudo, but got the following PermGen exceptio

Review Request 12566: Fix NPE when getting resource count

2013-07-15 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12566/ --- Review request for cloudstack, Chip Childers, Kelven Yang, Sateesh Chodapuneedi,

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Tried to run it with sudo, but got the following PermGen exception: java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.findBootstrapClass(Native Method) at java.lang.ClassLoader.findBootstrapClassOrNull(ClassLoader.java:926) at java.lang.ClassLoader.loadClass(ClassLoader.java:297)

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Thanks for all the detail, Vijay! I looked and do not see a /mnt folder at all. This is the contents of the template.properties file I downloaded earlier today when seeding my secondary storage location: filename=7035599C-FDB7-4B8F-B880-3C8D0176F921.ova description=SystemVM Template checksum=

Re: [ACS411] Fix for CLOUDSTACK-3540

2013-07-15 Thread Chip Childers
The branch is free for you to push stuff into. Feel free. On Jul 15, 2013, at 9:06 PM, Sheng Yang wrote: > Hi, > > Please cherry-pick the following commit from MASTER(it's already in MASTER > and 4.2 branch): > > commit 9fe1a2b9fabcc655ef4f2db0e384e9953fc9d691 > Author: Sheng Yang > Date: Mon

Re: Another KVM blocker issue: https://issues.apache.org/jira/browse/CLOUDSTACK-2725

2013-07-15 Thread Marcus Sorensen
I'll try to track it down tonight. As far as anyone knows this is 4.2 specific? On Jul 15, 2013 7:02 PM, "Edison Su" wrote: > If you have other KVM environment, other than RHEL 6.3, could you help to > investigate bug 2725? > I can easily reproduce the issue with the following steps: > 1. create

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
Hi Mike, The very first time the mgmt. server has to bring up the SSVM, it needs to prepare the ova template and make it available to ESX such that ESX can import the ovf generated from the ova template over to primary storage, thus deploying the system VM. So, the mgmt server mounts the primar

Re: Is VMware working in 4.2?

2013-07-15 Thread Mike Tutkowski
Yeah, it appears to be completely backwards. When I go to the dashboard, it says I've got 34.05 GB used of 35 GB. In reality 34.05 are available (per what vSphere Client says). I can log a bug on this. On Mon, Jul 15, 2013 at 7:00 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi,

[ACS411] Fix for CLOUDSTACK-3540

2013-07-15 Thread Sheng Yang
Hi, Please cherry-pick the following commit from MASTER(it's already in MASTER and 4.2 branch): commit 9fe1a2b9fabcc655ef4f2db0e384e9953fc9d691 Author: Sheng Yang Date: Mon Jul 15 18:00:11 2013 -0700 CLOUDSTACK-3540: Fix edithosts.sh to prevent removing active dhcp entries IP match m

Another KVM blocker issue: https://issues.apache.org/jira/browse/CLOUDSTACK-2725

2013-07-15 Thread Edison Su
If you have other KVM environment, other than RHEL 6.3, could you help to investigate bug 2725? I can easily reproduce the issue with the following steps: 1. create a vm with multiple data disks 2. detach one of data disk 3. attach the same data disk with the same device id, then this issue will b

Is VMware working in 4.2?

2013-07-15 Thread Mike Tutkowski
Hi, I was having a hard time understanding why my VMware-only setup was complaining that there was little space left on my one primary storage until I looked in the DB. 36562796544 (below) supposedly represents the used bytes while 37580963840 (also below) represents the capacity bytes. Used byt

Re: Removing a host via the GUI

2013-07-15 Thread Mike Tutkowski
Looks like you have to unmanage the cluster, then you can remove the host and delete the cluster. On Mon, Jul 15, 2013 at 5:01 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > Is there a way to remove a host via the GUI? > > I go into Maintenance Mode thinking I'll get such an

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
It seems like we're trying to create mount points on ESX. Is that correct? They appear to be failing. INFO [storage.resource.VmwareStorageProcessor] (DirectAgent-24:172.16.140.2) Template routing-8 is not setup yet, setup template from secondary storage with uuid name: 37ef1524d36338b8bef2f601843

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
So, I see references like this in the log: 2013-07-15 18:12:59,378 INFO [storage.resource.VmwareStorageProcessor] (DirectAgent-270:172.16.140.2) Executing command: tar --no-same-owner -xf /mnt/sec/template/tmpl/1/8/routing-8.ova 1) I'm not sure why it's referencing /mnt/sec. 2) I don't see any

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
I mean withOUT DevCloud2. :) On Mon, Jul 15, 2013 at 5:37 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Also, I just have the one secondary storage configured in CloudStack with > the following path: > > nfs://172.16.140.5/export/secondary > > Thanks so much for your help! I'm pick

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Also, I just have the one secondary storage configured in CloudStack with the following path: nfs://172.16.140.5/export/secondary Thanks so much for your help! I'm picking up quite a bit from setting this up with DevCloud2. On Mon, Jul 15, 2013 at 5:34 PM, Mike Tutkowski < mike.tutkow...@solidf

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
My /etc/exports file reads: /export *(rw,async,no_root_squash) On Mon, Jul 15, 2013 at 5:32 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Oh, wait. > > /mnt/sec/template/tmpl/1/8/ > > If this is referencing my NFS share (which I'm guessing it is), my NFS > share is /export/second

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Oh, wait. /mnt/sec/template/tmpl/1/8/ If this is referencing my NFS share (which I'm guessing it is), my NFS share is /export/secondary ... Should I rename it? On Mon, Jul 15, 2013 at 5:31 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I think you're correct (about permissions).

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
I think you're correct (about permissions). Do you think I missed a step in the instructions when setting up ESX? java.io.IOException: Cannot run program "tar" (in directory "/mnt/sec/template/tmpl/1/8"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
Looks like /mnt/sec/template/tmpl/1/8/ isn't writable - what do the directory permissions show? Also, what's the umask? What other exceptions show up (look for the earliest one in the logs)? Regards, Vijay -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Se

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Any thoughts on this? I have my zone, pod, and cluster up and running, but am getting several exception, including the following: ERROR [storage.resource.VmwareStorageProcessor] (DirectAgent-56:172.16.140.2) Unable to unpack snapshot OVA file at: /mnt/sec/template/tmpl/1/8/routing-8.ova ERROR [sto

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

2013-07-15 Thread Sheng Yang
> On July 15, 2013, 11:08 p.m., Sheng Yang wrote: > > Ship It! Committed to the 4.2/MASTER. - Sheng --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12517/#review23188

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

2013-07-15 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12517/#review23188 --- Ship it! Ship It! - Sheng Yang On July 15, 2013, 10:41 p.m., Ven

Removing a host via the GUI

2013-07-15 Thread Mike Tutkowski
Hi, Is there a way to remove a host via the GUI? I go into Maintenance Mode thinking I'll get such an option, but the only options available in that mode are to Cancel Maintenance Mode or to dedicate the host. Thanks! -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tu

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

2013-07-15 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12517/ --- (Updated July 15, 2013, 10:41 p.m.) Review request for cloudstack, Chip Childer

Re: How to fix libvirt storage pool refresh issue?

2013-07-15 Thread Marcus Sorensen
I'm ok with a symptom fix on our end, if the root cause is in Libvirt we can't do much about that. This is the sort of patch that tends to get pulled into the regular update cycle of the distributions, so unless there's more to it and it's not a good fix I imagine we will see it come through wit

RE: New to CloudStack

2013-07-15 Thread John Pelletier
Mike, thanks for the help! Great links. -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Monday, July 15, 2013 5:42 PM To: dev@cloudstack.apache.org Subject: Re: New to CloudStack Hi, I also work for a storage company. Here are a couple videos of mine

Re: New to CloudStack

2013-07-15 Thread Mike Tutkowski
Hi, I also work for a storage company. Here are a couple videos of mine that you might find of interest: http://buildacloud.org/cloud-computing-vids/video/latest/storage-plug-ins-by-mike-tutkowski.html http://www.youtube.com/watch?v=Mg2nTWejiwM This document I wrote up might help, as well: ht

How to fix libvirt storage pool refresh issue?

2013-07-15 Thread Edison Su
There is a serious issue on KVM(https://issues.apache.org/jira/browse/CLOUDSTACK-2729): a libvirt storage pool can disappear on KVM host, it's easy to be reproduced in our internal QA environment. Wei found the root cause, is on the libvirt: " This is a libvirt issue. I created a ticket for it.

New to CloudStack

2013-07-15 Thread John Pelletier
I'm a new Prod Mgr and wondering what it takes to support CloudStack as a storage provider. Is there a portal for storage vendors or documents on how to support the API? Is there any way to support CloudStack without having a specific driver for the API? Can we just appear as local storage to a C

Re: [CLOUDSTACK-212] [Review Request and Test]

2013-07-15 Thread John Burwell
Chip, I apologize for my lack clarity. I am only -1 for master merge until the community has reviewed the changes and come to consensus on landing the change. I am +1 to push the changes into a dedicated feature branch within the ASF repo.. Thanks, -John On Jul 15, 2013, at 4:34 PM, Chip C

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
You can copy over the entire contents over to your nfs server share and reuse it - just make sure that any temp files that get created between deployments in that secondary storage nfs directory are removed before you go ahead and create your zones. For example, vmware deployments store and retr

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
Great! :) -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Monday, July 15, 2013 1:58 PM To: dev@cloudstack.apache.org Subject: Re: Secondary Storage Setup Question This command seems to be working (6% done at the moment): ./cloud-install-sys-tmplt -m

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Since I am copying the template info to the computer running the CS MS, but - ultimately - I'd like this template info on my NFS server, can I just copy the new folder (and all subfolders, of course) to the right location on the NFS server or are there other changes that would need to be performed?

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
This command seems to be working (6% done at the moment): ./cloud-install-sys-tmplt -m /Users/mtutkowski/Documents/nfs -u http://jenkins.cloudstack.org/job/build-systemvm-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-2013-07-14-master-vmware.ova-h vmware -F -o localhost

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Here are my super-secret DB settings. :) # CloudStack database settings db.cloud.username=cloud db.cloud.password=cloud db.root.password= db.cloud.host=localhost db.cloud.port=3306 db.cloud.name=cloud On Mon, Jul 15, 2013 at 2:50 PM, Vijayendra Bhamidipati < vijayendra.bhamidip...@citrix.c

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
Hi Mike, The db.properties file that you copied over should contain the db usernames and passwords - can you check that file? Regards, Vijay -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Monday, July 15, 2013 1:49 PM To: dev@cloudstack.apache.org S

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Looks like I need to specify my username and password. Also, it looks like wget is not installed on my computer. On Mon, Jul 15, 2013 at 2:40 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Great - thanks. I'm not sure if I should specify -s and the secret or not. > The way I'm doin

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Great - thanks. I'm not sure if I should specify -s and the secret or not. The way I'm doing this, with the DB on one computer and the NFS share on another, I was just assuming I could leave off -s. This is the current result I get (using the path John provided for the OVA file): ./cloud-install-

Re: In-Development Release Naming

2013-07-15 Thread John Burwell
Sudha, My thought is that when we identify the codename for a release, we would add it to JIRA (e.g. Gamma Rays). All defects found before pre-freeze for that release would use this version label. When we cut the release branch and determine the actual version number of the release (e.g. 4.3.

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
Hi Mike, Yes, you can leave out the -s option in that case. Looking at the script, the -F option if specified, deletes all existing files in the destination directory where the system templates are to be placed, so if you want it to start clean, you should specify that, else you can leave it ou

Re: [CLOUDSTACK-212] [Review Request and Test]

2013-07-15 Thread Chip Childers
On Mon, Jul 15, 2013 at 04:30:53PM -0400, John Burwell wrote: > Dharnesh, > > I am placing a pre-emptive -1 on this patch merge because I don't feel > adequate community awareness/coordination regarding the impact of this > change. In particular, I want to make the sure the timing is appropriat

RE: In-Development Release Naming

2013-07-15 Thread Sudha Ponnaganti
Do you mean pre- release defects would retain code name and Post release defects would have a codename + release version?? -Original Message- From: John Burwell [mailto:jburw...@basho.com] Sent: Monday, July 15, 2013 1:17 PM To: dev@cloudstack.apache.org Subject: Re: In-Development Rel

Re: [CLOUDSTACK-212] [Review Request and Test]

2013-07-15 Thread John Burwell
Dharnesh, I am placing a pre-emptive -1 on this patch merge because I don't feel adequate community awareness/coordination regarding the impact of this change. In particular, I want to make the sure the timing is appropriate since we doing a lot of master->4.2 merges at the moment. This patch

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Just curious about the optional parameter: /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova -h vmware -s -F If you don't want to specify a secret key, do you also leave the -

Re: CloudMonkey using user / password authentication

2013-07-15 Thread Rohit Yadav
On Mon, Jul 15, 2013 at 7:00 PM, Donal Lafferty wrote: > Any plans to allow CloudMonkey make API requests authenticated with > username / password? > +1 submit/apply a patch :) Btw, you can setup keys using the CLI itself, using port 8096 call the generate keys api on your username/id/domain and

[CLOUDSTACK-212] [Review Request and Test]

2013-07-15 Thread Dharmesh Kakadia
Hi, I have completed the namespace changes to org.apache. A single patch was leaving some deleted files behind. I tried to figure out the problem for a day, but didn't get any issue. So I have created 3 different patches and uploaded to the reviewboard (https://reviews.apache.org/r/12198/). I hav

Re: Secondary Storage Setup Question

2013-07-15 Thread John Burwell
Mike, You can grab the latest and greatest system VM template builds from http://jenkins.cloudstack.org/job/build-systemvm-master/?. Simply point cloud-install-sys-tmplt to the URL from Jenkins for the applicable platform (e.g. VMWare). Thanks, -John On Jul 15, 2013, at 3:58 PM, Mike Tutkows

Re: In-Development Release Naming

2013-07-15 Thread John Burwell
Sudha, Sorry, let this discussion fall off the bottom of my inbox. I am assuming that folks only set the "Affected Version/s" field when creating defects. To my mind, we should only be setting the "Fixed Version/s" field when we are closing a defect. If we following this behavior, why would

Re: Secondary Storage Setup Question

2013-07-15 Thread Mike Tutkowski
Perfect - thanks! On Mon, Jul 15, 2013 at 12:51 PM, Vijayendra Bhamidipati < vijayendra.bhamidip...@citrix.com> wrote: > Hi Mike, > > You can find the cloud-install-sys-tmplt script in the source at > ./scripts/storage/secondary/cloud-install-sys-tmplt - you can run that > directly from that loc

Re: [ISSUES] ArrayTypeAdatptor

2013-07-15 Thread Min Chen
In 4.2 during object_store refactoring, we have removed that assumption. Thanks -min On 7/8/13 7:44 PM, "Kelven Yang" wrote: >When I ran a build from latest 4.1 branch, I found an issue and I'm >wondering why it is not breaking 4.1.1 builds from others, here is some >of details > > >public clas

RE: Secondary Storage Setup Question

2013-07-15 Thread Vijayendra Bhamidipati
Hi Mike, You can find the cloud-install-sys-tmplt script in the source at ./scripts/storage/secondary/cloud-install-sys-tmplt - you can run that directly from that location and preseed your secondary storage. The script would error out with a message saying it can't read /etc/cloudstack/manage

Re: Review Request 12251: Incorporating the review comments given by Alena and Sheng

2013-07-15 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12251/#review23165 --- I think we can split the patch by different fixes(ensure each one of

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

2013-07-15 Thread John Burwell
Edison, My bad thing for the Python client oversight and +1 to simply carrying the 4.1.x implementation forward. I have added an enhancement ticket [1] for post-4.2.0 to move a Java native client when we have the proper time to assess/contribute to upstream projects. Thanks, -John [1]: https

Re: Invoking an API from an API plugin

2013-07-15 Thread SuichII, Christopher
It looks like the service interfaces all expect to be invoked directly from an API handler (they only have Cmds for parameters). For example, QueryService/QueryManagerImpl.searchForServers() takes a ListHostsCmd. This ListsHostsCmd can only be created by invoking the listHosts API. If it had pu

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

2013-07-15 Thread Mike Tutkowski
I totally agree. It would be a really tough decision to risk breaking environments that are using this feature. On Mon, Jul 15, 2013 at 11:17 AM, Alex Huang wrote: > > > > -Original Message- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent: Monday, July 15, 2013 7:25

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

2013-07-15 Thread Alex Huang
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Monday, July 15, 2013 7:25 AM > To: dev@cloudstack.apache.org > Cc: Edison Su > Subject: Re: RE: Swift in 4.2 is broken, anybody wants it to be supported in > 4.2? > > On Fri, Jul 12, 2013 at 07:08:41PM

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

2013-07-15 Thread Edison Su
The 4.1 swift does support >5GB upload, AFAIK, as it uses python swift client, which can support that. So I'll reuse whatever code we have in 4.1. From: John Burwell [mailto:jburw...@basho.com] Sent: Monday, July 15, 2013 8:47 AM To: dev@cloudstack.apache.org Cc: Edison Su Subject: Re: Swift in 4

Re: GlusterFS QEMU libgfapi

2013-07-15 Thread John Skinner
I dug a little bit deeper and found that it IS a supported storage type of NETFS, as a valid poor format type (see below from libvirt.org). Now, not being familiar with how CloudStack handles storage; I was think that under cloud-plugin-hypervisoer-kvm > src > com.cloud.hypervisor.kvm.storage >

RE: [URGENT] KVM HA - (FW: cs 4.1 host disconnected status)

2013-07-15 Thread Paul Angus
Bug ID: CLOUDSTACK-3535 https://issues.apache.org/jira/browse/CLOUDSTACK-3535 Regards, Paul Angus S: +44 20 3603 0540 | M: +447711418784 | T: CloudyAngus paul.an...@shapeblue.com -Original Message- From: Joe Brockmeier [mailto:j...@zonker.net] Sent: 15 July 2013 15:32 To: dev@cloudstac

Re: CloudStack Mirrors

2013-07-15 Thread Wido den Hollander
On 07/11/2013 01:41 PM, Wido den Hollander wrote: On 07/10/2013 02:54 PM, Chip Childers wrote: Adding Wido to the CC. Wido, what do you think about adding a mirror or two from your RPM / DEB repo server? No problem! I think rsync would be the best way to go here? Problem is however, I've nev

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

2013-07-15 Thread John Burwell
All, The openstack-java-client [1] looks to include a decent Swift client (a tutorial[2] is also available). It is also Apache v2 licensed. From my cursory review, it doesn't appear to support HTTP chunking (i.e. support for > 5GB objects) or progress reporting. However, the 4.1.x Swift inte

Events table.

2013-07-15 Thread Jeronimo Garcia
hey there. Is there any way to correlate the Event to the VM that has been create/stopped/destroyed? "account": "admin", "created": "2013-07-08T20:28:04-0500", "description": "Starting job for starting Vm. Vm Id: 1542", "domain": "ROOT", "domainid": "07dc79cc-5056-499b-9f1d-a0

Re: GlusterFS QEMU libgfapi

2013-07-15 Thread John Skinner
Wido, Are you sure on that? I know the libgfapi is in C. But I thought GlusterFS was now supported in both libvirt and qemu (1.0.1+, 1.3; respectively). 1.0.1: Dec 17 2012 Features: Introduce virtlockd daemon (Daniel P. Berrange), parallels: add disk and network device support (Dmitry Guryanov),

Re: GlusterFS QEMU libgfapi

2013-07-15 Thread Wido den Hollander
Hi John, On 07/15/2013 04:52 PM, John Skinner wrote: Thanks, Wido. I am not a programmer per se, but I am going to pull the code down and have a look to see if I can figure it out. I know some java guys so may be able to get some help on that end. It won't be only Java code, but also C cod

Re: Shared networks without IP range.

2013-07-15 Thread Chip Childers
On Mon, Jul 15, 2013 at 04:32:33AM +, Chiradeep Vittal wrote: > I can think of a use case where the user wants static Ips, but with > range/overlap/reuse checks. +1, although perhaps the tracking of IPs could be optional? Would it be worth breaking out IPAM as a "service" provided to networks

Re: GlusterFS QEMU libgfapi

2013-07-15 Thread John Skinner
Thanks, Wido. I am not a programmer per se, but I am going to pull the code down and have a look to see if I can figure it out. I know some java guys so may be able to get some help on that end. Thanks, John On Jul 15, 2013, at 9:36 AM, Wido den Hollander wrote: > Hi John, > > On 07/15/201

Re: [URGENT] KVM HA - (FW: cs 4.1 host disconnected status)

2013-07-15 Thread Marcus Sorensen
My strong preference would be to avoid any cluster locking libraries or similar on the agent side, if possible. I've just seen too many clustering products that are brittle and easily deadlock-able, where you end up having to reboot *everything* if something goes wrong on one host. It should be fa

Re: Review Request 12546: CLOUDSTACK-3168: test_network.py - Changed try_ssh function defn. Resolved Object NoneType issues

2013-07-15 Thread Prasanna Santhanam
> On July 15, 2013, 1:07 p.m., Prasanna Santhanam wrote: > > This won't apply as it was already resolved in > > b8d876fff806e33e859016c252bd208c1ea28c2d. Is there a new diff on top of > > master? Can you please check? > > Gaurav Aradhye wrote: > Hi Prasanna, > > The commit "b8d876

Re: [URGENT] KVM HA - (FW: cs 4.1 host disconnected status)

2013-07-15 Thread Marcus Sorensen
For open stack, look to the current state of "evacuate". http://www.mirantis.com/blog/cloud-prizefight-vmware-vs-openstack/ "there is no official support for VM-level HA in OpenStack—it was initially planned for the Folsom release but was later dropped/postponed. There is currently an incubation

Re: [URGENT] KVM HA - (FW: cs 4.1 host disconnected status)

2013-07-15 Thread Joe Brockmeier
Hi Paul, What's the bug ID for this so we can track it properly? Thanks! Joe On Mon, Jul 15, 2013, at 02:31 AM, Paul Angus wrote: > I bumped this from the user list as we've just come across the same > issue. > > CloudStack does not react or even change host status when contact is lost > with

Re: GlusterFS QEMU libgfapi

2013-07-15 Thread Wido den Hollander
Hi John, On 07/15/2013 04:31 PM, John Skinner wrote: Is there any way to use GlusterFS with the native QEMU libgfapi so we do not have to use Fuse to access the shares? Or are there any plans to build libgfapi QEMU support into CloudStack in the future? As for now there is no way to use lib

Re: Review Request 12547: Add embedded LDAP server for integration tests

2013-07-15 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12547/#review23155 --- Ship it! Applied to your branch: commit c50d9fece03c2eec1037416d5d

GlusterFS QEMU libgfapi

2013-07-15 Thread John Skinner
Is there any way to use GlusterFS with the native QEMU libgfapi so we do not have to use Fuse to access the shares? Or are there any plans to build libgfapi QEMU support into CloudStack in the future? Thanks, John

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

2013-07-15 Thread Chip Childers
On Fri, Jul 12, 2013 at 07:08:41PM -0600, Mike Tutkowski wrote: > 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

Re: CloudMonkey using user / password authentication

2013-07-15 Thread Chip Childers
On Mon, Jul 15, 2013 at 01:30:29PM +, Donal Lafferty wrote: > Any plans to allow CloudMonkey make API requests authenticated with username > / password? > > This would be handy for API keys setup. > Moving discussion to dev@. AFAIK, nothing has been discussed about this yet.

Re: Review Request 12546: CLOUDSTACK-3168: test_network.py - Changed try_ssh function defn. Resolved Object NoneType issues

2013-07-15 Thread Gaurav Aradhye
> On July 15, 2013, 1:07 p.m., Prasanna Santhanam wrote: > > This won't apply as it was already resolved in > > b8d876fff806e33e859016c252bd208c1ea28c2d. Is there a new diff on top of > > master? Can you please check? > > Gaurav Aradhye wrote: > Hi Prasanna, > > The commit "b8d876

Re: Review Request 12546: CLOUDSTACK-3168: test_network.py - Changed try_ssh function defn. Resolved Object NoneType issues

2013-07-15 Thread Prasanna Santhanam
> On July 15, 2013, 1:07 p.m., Prasanna Santhanam wrote: > > This won't apply as it was already resolved in > > b8d876fff806e33e859016c252bd208c1ea28c2d. Is there a new diff on top of > > master? Can you please check? > > Gaurav Aradhye wrote: > Hi Prasanna, > > The commit "b8d876

Re: Review Request 12546: CLOUDSTACK-3168: test_network.py - Changed try_ssh function defn. Resolved Object NoneType issues

2013-07-15 Thread Gaurav Aradhye
> On July 15, 2013, 1:07 p.m., Prasanna Santhanam wrote: > > This won't apply as it was already resolved in > > b8d876fff806e33e859016c252bd208c1ea28c2d. Is there a new diff on top of > > master? Can you please check? Hi Prasanna, The commit "b8d876fff806e33e859016c252bd208c1ea28c2d" is absen

Re: [URGENT] KVM HA - (FW: cs 4.1 host disconnected status)

2013-07-15 Thread Shanker Balan
On 15-Jul-2013, at 12:03 PM, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> wrote: A robust solution would probably involve Apache Zookeeper (using Curator perhaps) to perform robust distributed locking and/or leader election. Just curious - Any idea as to how OpenStack deals with a fail

Re: Review Request 12546: CLOUDSTACK-3168: test_network.py - Changed try_ssh function defn. Resolved Object NoneType issues

2013-07-15 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12546/#review23147 --- This won't apply as it was already resolved in b8d876fff806e33e8590

Review Request 12547: Add embedded LDAP server for integration tests

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

Review Request 12546: CLOUDSTACK-3168: test_network.py - Changed try_ssh function defn. Resolved Object NoneType issues

2013-07-15 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12546/ --- Review request for cloudstack and Prasanna Santhanam. Repository: cloudstack-gi

  1   2   >