Re: System VMs not running

2013-08-26 Thread Nitin Mehta
Glad it helped. Donal my friend can you add this in your blog please :) On 26/08/13 11:44 AM, "Amit Das" wrote: >Thanks Nitin. This helped. > >Setting the verbose mode & running the script manually showed me >'Permission Denied' error on vhd-util file. > >I had to change the permission on vhd-u

Re: System VM stuck in Expunging State

2013-08-26 Thread Daan Hoogland
Mike, make sure there is no ip associated with it On Mon, Aug 26, 2013 at 6:05 AM, Mike Tutkowski wrote: > I'm not seeing any recognition from CS that this VM exists at all...no > print outs in the console at least. > > > On Sat, Aug 24, 2013 at 7:08 PM, Marcus Sorensen wrote: > >> Yes, there ar

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Wido den Hollander
-1 (binding) I am aware of Ceph bugs which are still open for 4.2, like migrating from primary to primary storage. I didn't get around fixing those yet since they were reported just last week. The issue: https://issues.apache.org/jira/browse/CLOUDSTACK-4423 Wido On 08/23/2013 08:55 PM, An

Re: [DISCUSS/PROPOSAL] Upgrading Driver Model

2013-08-26 Thread Daan Hoogland
I could give inline answers, but let's not waste to much more time. One point I would like to make is that the live-cycle functions that driver writers implement take care of how (in what state) instances are stopped. Your point on restricting dependencies is valid and a real concern. And to not

Review Request 13804: CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.

2013-08-26 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13804/ --- Review request for cloudstack, Abhinandan Prateek and Devdeep Singh. Bugs: CLOU

Log files on add ISOs/Templates

2013-08-26 Thread Amit Das
Hi folks, Are there any specific success/error log statements on adding ISOs or Templates. Can we find them in management server's catalina.out ? Do we have any manual workaround to add ISOs or Templates ? Regards, Amit *CloudByte Inc.*

Re: System VM stuck in Expunging State

2013-08-26 Thread Mike Tutkowski
Just looked...no IPs show up in the details for the "expunging" SSVM. How do you recommend I get rid of it? Thanks! On Mon, Aug 26, 2013 at 1:17 AM, Daan Hoogland wrote: > Mike, > > make sure there is no ip associated with it > > On Mon, Aug 26, 2013 at 6:05 AM, Mike Tutkowski > wrote: > > I'

Review Request 13805: CLOUDSTACK-3806: OS Preference can not be set

2013-08-26 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13805/ --- Review request for cloudstack, Devdeep Singh and Sateesh Chodapuneedi. Bugs: ht

Re: System VM stuck in Expunging State

2013-08-26 Thread Daan Hoogland
I was recollecting an occassion where this was what kept vms from being expunged. If there are no ips, probably something else is keeping them tied to existence. My guess is some data relation, but as I said 'my guess'. Good luck:| On Mon, Aug 26, 2013 at 10:11 AM, Mike Tutkowski wrote: > Just lo

Re: System VM stuck in Expunging State

2013-08-26 Thread Mike Tutkowski
It's no big deal for me to leave it as it is. :) It's just a CS setup people are using at VMworld this week to demo the SolidFire plug-in. Thanks, though! On Mon, Aug 26, 2013 at 2:18 AM, Daan Hoogland wrote: > I was recollecting an occassion where this was what kept vms from > being expunged.

Writing to volume attached to VM

2013-08-26 Thread Gaurav Aradhye
Hi all, Can you guide me on how to write on the external volume (DataDisk) attached to a VM? I am trying to mount the partition, but the list of partitions before and after attaching the volume to vm, remains the same, so I am unable to detect which partition has been added. Has anybody done thi

Re: Writing to volume attached to VM

2013-08-26 Thread Wei ZHOU
What is OS of your vm? Does it support acpi hotplug? 2013/8/26 Gaurav Aradhye > Hi all, > > Can you guide me on how to write on the external volume (DataDisk) attached > to a VM? > > I am trying to mount the partition, but the list of partitions before and > after attaching the volume to vm, re

Re: Writing to volume attached to VM

2013-08-26 Thread Prasanna Santhanam
On Mon, Aug 26, 2013 at 02:08:19PM +0530, Gaurav Aradhye wrote: > Hi all, > > Can you guide me on how to write on the external volume (DataDisk) attached > to a VM? > > I am trying to mount the partition, but the list of partitions before and > after attaching the volume to vm, remains the same,

Re: Review Request 13736: Resolved Cloudstack: 4452 - fixed test cases in test_snapshots.py

2013-08-26 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13736/#review25538 --- Ship it! Applied to master and 4.2-forward but with additional chan

Re: Review Request 13771: CLOUDSTACK-4346 replace URI getHost() and create(String) calls

2013-08-26 Thread Dave Cahill
Get well soon! On Mon, Aug 26, 2013 at 3:48 PM, Daan Hoogland wrote: > You are right, I incorporated Alex' auto format for eclipse. Sorry for > that. Being sick at home today, I will try to submit an update without it > tomorrow. > > regards, > > > > On Mon, Aug 26, 2013 at 6:04 AM, Dave Cahill

Re: Writing to volume attached to VM

2013-08-26 Thread Gaurav Aradhye
Hi, Answering your questions in order c,a,b. c) I am listing the partitions on the vm using fdisk -l command. This is giving me following output. ['', 'Disk /dev/vda: 8589 MB, 8589934592 bytes', '255 head s, 63 sectors/track, 1044 cylinders', 'Units = cylinders of 16065 * 512 = 8225280 bytes',

Re: Review Request 13001: Automation: Adding test cases for CPU limits from Limit Resources.

2013-08-26 Thread Gaurav Aradhye
> On Aug. 19, 2013, 11:49 a.m., Sanjay Tripathi wrote: > > test/integration/component/cpu_limits/test_cpu_limits.py, line 526 > > > > > > As the test title says "reboot_instance" , please use reboot instance > > API i

RE: Writing to volume attached to VM

2013-08-26 Thread Suresh Sadhu
/dev/vdb is your data disk CS won't format automatically ,you have to manually create LV and format operations do the following steps: Fdisk /dev/vdb Option m will provide the menu in that menu select option to create new pattiton 2. Select n option to create new partition and choose/

Re: Review Request 13001: Automation: Adding test cases for CPU limits from Limit Resources.

2013-08-26 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13001/#review25541 --- test/integration/component/cpu_limits/test_project_limits.py

Re: Review Request 11626: Automation: Memory limits tests from Resource Limits Tests

2013-08-26 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/#review25218 --- test/integration/component/memory_limits/test_domain_limits.py

Re: Review Request 11626: Automation: Memory limits tests from Resource Limits Tests

2013-08-26 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/#review25546 --- Can you please remove the trailing white spaces from the patch so th

RE: [ACS42] Closing resolved issues

2013-08-26 Thread Sudha Ponnaganti
When I meant "those would also be picked up " means picked up by community for validation. Unfortunately there is no QA assignee or validation assignee in JIRA for people to identify that they wanted to validate. Comments shows the assignment and testing that is being done. -Original Mes

RE: Writing to volume attached to VM

2013-08-26 Thread Sanjeev Neelarapu
In case of vmware vm needs to have pv-drivers installed to hot-plugin the disk. Otherwise vm restart will show the attached disks . -Original Message- From: Suresh Sadhu [mailto:suresh.sa...@citrix.com] Sent: Monday, August 26, 2013 3:09 PM To: dev@cloudstack.apache.org Subject: RE: Writ

Review Request 13806: CLOUDSTACK-4407: Use extractTemplate API to get hypervisor specific template information

2013-08-26 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13806/ --- Review request for cloudstack and Prasanna Santhanam. Bugs: CLOUDSTACK-4407 R

Review Request 13807: we should not reserve memory and cpu for vmware VMs if the vmware.reserve.cpu and vmware.reserve.mem are set to false.

2013-08-26 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13807/ --- Review request for cloudstack and Nitin Mehta. Bugs: Cloudstack-4498 Reposito

Review Request 13810: [ZWPS] attaching an uploaded volume to a VM is always going to first primary storage added

2013-08-26 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13810/ --- Review request for cloudstack, edison su and Ram Ganesh. Bugs: CLOUDSTACK-4475

RE: [GSoC] Branch Merge Request LdapPlugin and Master

2013-08-26 Thread Musayev, Ilya
Ian I want to leave you with 1 last thought, this plugin will be used on daily basis by hundreds (if not thousands) in the near future - all thanks to you and GSoC. Thank you for your contribution. It is greatly appreciated! Regards ilya PS: If you can complete the part that was out of scope

Re: Review Request 13807: we should not reserve memory and cpu for vmware VMs if the vmware.reserve.cpu and vmware.reserve.mem are set to false.

2013-08-26 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13807/ --- (Updated Aug. 26, 2013, 3:42 p.m.) Review request for cloudstack and Nitin Meht

Re: [GSoC] Branch Merge Request LdapPlugin and Master

2013-08-26 Thread Chip Childers
Ilya, Can you handle doing his merge request into master? -chip On Mon, Aug 26, 2013 at 03:23:30PM +, Musayev, Ilya wrote: > Ian > > I want to leave you with 1 last thought, this plugin will be used on daily > basis by hundreds (if not thousands) in the near future - all thanks to you >

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Chip Childers
On Fri, Aug 23, 2013 at 06:55:03PM +, Animesh Chaturvedi wrote: > > > Hi All, > > I've created a 4.2.0 release, with the following artifacts up for a > vote: > > Git Branch and Commit SH: > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.2 > Commit: 06f287

why 2 spaces for xml?

2013-08-26 Thread Darren Shepherd
I hate discussions about coding conventions, but I just have to ask. Why is XML two spaces? Java, JavaScript, Python, all 4 spaces for indent. But XML is 2. Why is it special? Darren

Re: why 2 spaces for xml?

2013-08-26 Thread Marty Sweet
All the XML documentation I have seen has been 4 spaces for indent, what XML files are you talking about? Marty On Mon, Aug 26, 2013 at 5:11 PM, Darren Shepherd < darren.s.sheph...@gmail.com> wrote: > I hate discussions about coding conventions, but I just have to ask. Why > is XML two spaces?

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Chip Childers
On Mon, Aug 26, 2013 at 12:02:32PM -0400, Chip Childers wrote: > On Fri, Aug 23, 2013 at 06:55:03PM +, Animesh Chaturvedi wrote: > > > > > > Hi All, > > > > I've created a 4.2.0 release, with the following artifacts up for a > > vote: > > > > Git Branch and Commit SH: > > https://git-wip-us

Re: why 2 spaces for xml?

2013-08-26 Thread Sebastien Goasguen
On Aug 26, 2013, at 12:22 PM, Marty Sweet wrote: > All the XML documentation I have seen has been 4 spaces for indent, what > XML files are you talking about? in the documentation I don't think we have been very consistent... > > Marty > > > On Mon, Aug 26, 2013 at 5:11 PM, Darren Shepherd

Re: why 2 spaces for xml?

2013-08-26 Thread Darren Shepherd
On 08/26/2013 09:22 AM, Marty Sweet wrote: All the XML documentation I have seen has been 4 spaces for indent, what XML files are you talking about? I couldn't find documented on the ACS web page or website that the standard was 2 spaces, but I swear I saw it written somewhere. Regardless, I

Re: why 2 spaces for xml?

2013-08-26 Thread Chip Childers
On Mon, Aug 26, 2013 at 10:12:30AM -0700, Darren Shepherd wrote: > On 08/26/2013 09:22 AM, Marty Sweet wrote: > >All the XML documentation I have seen has been 4 spaces for indent, what > >XML files are you talking about? > > > > I couldn't find documented on the ACS web page or website that the >

Re: CloudMonkey 5.0 (was Re: CloudMonkey's new home)

2013-08-26 Thread Chip Childers
On Sun, Aug 11, 2013 at 01:06:37PM +0200, Daan Hoogland wrote: > ok, the down side will be that the semantics of the versioning are > confusing when cloudstack 5 comes and the version numbers don't match. > still a +1 from me though. I find it confusing as well, but am OK with a stable 5.x line be

Re: Templates via Vagrant Provider and Veewee

2013-08-26 Thread Chiradeep Vittal
The stuff in tools/appliance is easy to customize. I built a Quagga template with slight mods. Methinks we can use it like Aminator https://github.com/Netflix/aminator On 8/25/13 10:11 AM, "Prasanna Santhanam" wrote: >All our systemVMs come from veewee + vagrant. > >see tools/appliance > >On Su

[DISCUSS] Gearing up for an official CloudMonkey independent release

2013-08-26 Thread Chip Childers
Hi all, I'm looking at what it's going to take to get CloudMonkey out as an official release. Here's what I believe needs to be done: 1) Legal doc check (I think we're good here, since I just added the NOTICE file) 2) Release process document 3) Add an initial pre-cache file to the repo itself

Review Request 13821: CLOUDSTACK-4510 Move NS scripts to appropriate suite to avoid failures

2013-08-26 Thread Sowmya Krishnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13821/ --- Review request for cloudstack, venkata swamy babu budumuru and Prasanna Santhan

Re: Log files on add ISOs/Templates

2013-08-26 Thread Chiradeep Vittal
>From the db select id, unique_name, name, type, created, state from vm_template; select id, template_id, download_state, error_str from template_host_ref where template_id= On 8/26/13 1:06 AM, "Amit Das" wrote: >Hi folks, > >Are there any specific success/error log statements on adding ISOs or

Re: Log files on add ISOs/Templates

2013-08-26 Thread Min Chen
In 4.2, template_host_ref is deprecated, you should use template_store_ref. Thanks -min On 8/26/13 10:46 AM, "Chiradeep Vittal" wrote: >From the db >select id, unique_name, name, type, created, state from vm_template; >select id, template_id, download_state, error_str from template_host_ref >wh

VMware error

2013-08-26 Thread Mike Tutkowski
Hi, I was wondering if one of our VMware experts out there might be able to comment on why I'm getting the following exception when trying to add a static iSCSI target to an ESXi host of mine: Operation failed, diagnostics report: iScsiLibException: status(c000): Invalid parameter; Message= I

Review Request 13833: Added missing getters to UserVmResponse

2013-08-26 Thread Chris Suich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13833/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

4.3 Code Freeze

2013-08-26 Thread Will Stevens
Can someone please let me know what the code freeze date for 4.3 is? Thanks, Will

RE: 4.3 Code Freeze

2013-08-26 Thread Animesh Chaturvedi
Last week of october > -Original Message- > From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On > Behalf Of Will Stevens > Sent: Monday, August 26, 2013 12:28 PM > To: dev@cloudstack.apache.org > Subject: 4.3 Code Freeze > > Can someone please let me know what the code fre

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Monday, August 26, 2013 9:38 AM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache Cloudstack 4.2.0 > > On Mon, Aug 26, 2013 at 12:02:32PM -0400, Chip Childers wrote: > > On Fri, Aug 23, 2013

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
I have actually received some critical info from VMworld about how people what to use the SolidFire plug-in. It is a small, but important change. Can I put my fix in? On Mon, Aug 26, 2013 at 2:13 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > > > > -Original Message-

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
> -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Monday, August 26, 2013 12:24 AM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache Cloudstack 4.2.0 > > -1 (binding) > > I am aware of Ceph bugs which are still open for 4.2, like migrating > from

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
> -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Monday, August 26, 2013 1:22 PM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache Cloudstack 4.2.0 > > I have actually received some critical info from VMworld about how > people what to

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Wido den Hollander
On 08/26/2013 10:25 PM, Animesh Chaturvedi wrote: -Original Message- From: Wido den Hollander [mailto:w...@widodh.nl] Sent: Monday, August 26, 2013 12:24 AM To: dev@cloudstack.apache.org Subject: Re: [VOTE] Apache Cloudstack 4.2.0 -1 (binding) I am aware of Ceph bugs which are stil

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
Hi Animesh, It is related to adding an iSCSI target to ESX(i). The 4.2 code assumes you will want to use Mutual CHAP. This fix allows the user to not have to use Mutual CHAP. It's only a small number of changes, pretty low risk, and should only impact the SolidFire plug-in as no other plug-in co

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
> >> > > [Animesh>] Wido I am going to cut another RC to pick up licensing > fixes from Chip. Do you have a fix for the issue reported? IMO looking > through that issue it can be covered in 4.2.1. > > > > I also sent a cherry-pick request last week for a fix which is in > 4.2-forward: 829dbaccb47

Re: [DISCUSS] Gearing up for an official CloudMonkey independent release

2013-08-26 Thread Chiradeep Vittal
Does the release require voting? On 8/26/13 10:27 AM, "Chip Childers" wrote: >Hi all, > >I'm looking at what it's going to take to get CloudMonkey out as an >official release. Here's what I believe needs to be done: > >1) Legal doc check (I think we're good here, since I just added the >NOTICE

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
> -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Monday, August 26, 2013 1:48 PM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache Cloudstack 4.2.0 > > Hi Animesh, > > It is related to adding an iSCSI target to ESX(i). > > The 4.2 cod

Re: [DISCUSS/PROPOSAL] Upgrading Driver Model

2013-08-26 Thread Darren Shepherd
John, I mentioned before I'd been thinking up some ideas that go along with some of the things you've proposed here. I'm working through a lot of different ideas right now, but I've thrown up some notes in a totally random part of the CloudStack wiki. Take a look, this is a complete work in

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Wido den Hollander
On 08/26/2013 10:50 PM, Animesh Chaturvedi wrote: [Animesh>] Wido I am going to cut another RC to pick up licensing fixes from Chip. Do you have a fix for the issue reported? IMO looking through that issue it can be covered in 4.2.1. I also sent a cherry-pick request last week for a fi

Re: [DISCUSS] Gearing up for an official CloudMonkey independent release

2013-08-26 Thread David Nalley
IMO: JFDI On Mon, Aug 26, 2013 at 1:27 PM, Chip Childers wrote: > Hi all, > > I'm looking at what it's going to take to get CloudMonkey out as an > official release. Here's what I believe needs to be done: > > 1) Legal doc check (I think we're good here, since I just added the > NOTICE file) > >

Re: 4.3 Code Freeze

2013-08-26 Thread Will Stevens
Thank you. :) ws On Mon, Aug 26, 2013 at 4:03 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > Last week of october > > > -Original Message- > > From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On > > Behalf Of Will Stevens > > Sent: Monday, August 26, 2

Please cherry pick 4 doc fixes

2013-08-26 Thread Jessica Tomechak
>From 4.2-forward (1) *Commit:* ecbd9ed93d71284c9764c191fd94c5f9cf63dd6d [ecbd9ed] *Parents:* 9a6f2de70e *Author:* Jessica *Date:* August 26, 2013 1:47:41 PM PDT *Commit Date:* August 26, 2013 1:49:42 PM PDT *Labels:* HEAD origin/4.2-forward 4.2-forward CLOUDSTACK-4334. Documentation for

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Chip Childers
On Mon, Aug 26, 2013 at 08:13:34PM +, Animesh Chaturvedi wrote: > [Animesh>] I will create a new RC and start a new VOTE. If this is the only > change (mostly textual) does the VOTE has to be open for still 72 hours? Yes. It's important to note that voting is a method of community engagement

Re: [DISCUSS] Gearing up for an official CloudMonkey independent release

2013-08-26 Thread Chip Childers
On Mon, Aug 26, 2013 at 08:31:33PM +, Chiradeep Vittal wrote: > Does the release require voting? Absolutely. If it's a release from the project, it's just like any other release. > > On 8/26/13 10:27 AM, "Chip Childers" wrote: > > >Hi all, > > > >I'm looking at what it's going to take to

Doc] Please review: 3rd party storage plugin architecture doc

2013-08-26 Thread Jessica Tomechak
Hi, New doc on 3rd party object store plugin architecture is ready for review. You can view the updated text at the link below. This is checked in to both master and 4.2-forward branch. Please provide your feedback. Diffs: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=ecbd9ed and htt

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Monday, August 26, 2013 2:05 PM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache Cloudstack 4.2.0 > > On Mon, Aug 26, 2013 at 08:13:34PM +, Animesh Chaturvedi wrote: > > [Animesh>] I wil

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
No problem - I'll let you know when it's there. On Mon, Aug 26, 2013 at 2:54 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > > > > -Original Message- > > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > > Sent: Monday, August 26, 2013 1:48 PM > > To: dev@clou

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
> -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Monday, August 26, 2013 1:58 PM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache Cloudstack 4.2.0 > > > > On 08/26/2013 10:50 PM, Animesh Chaturvedi wrote: > > > > >>> [Animesh>] Wido I am

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
OK, Animesh. My changes are in 4.2-forward now. Thanks! On Mon, Aug 26, 2013 at 3:18 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > No problem - I'll let you know when it's there. > > > On Mon, Aug 26, 2013 at 2:54 PM, Animesh Chaturvedi < > animesh.chaturv...@citrix.com> wrote: >

[Doc] Please review: Zone-wide primary storage doc

2013-08-26 Thread Jessica Tomechak
Hi, New doc on zone-wide primary storage is ready for review. You can view the updated text at the links below. Or -- since there were several changes -- simply read the files docs/en-US/primary-storage-add.xml and about-primary-storage.xml. Please provide your feedback. Diffs: By Jessica T (in m

[Doc] Please review: Mapping VMware Datacenter to Zone doc

2013-08-26 Thread Jessica Tomechak
Hi, New doc on VMware Datacenters and zones is ready for review. You can view the updated text at the link below. This is checked in to both master and 4.2-forward. Please provide your feedback. Since the doc is very short, I have just placed the text right in the Bug. Bug: https://issues.apache.

Re: [Doc] Please review: Mapping VMware Datacenter to Zone doc

2013-08-26 Thread Jessica Tomechak
+cc Sateesh On Mon, Aug 26, 2013 at 2:56 PM, Jessica Tomechak < jessica.tomec...@gmail.com> wrote: > Hi, > New doc on VMware Datacenters and zones is ready for review. You can view > the updated text at the link below. This is checked in to both master and > 4.2-forward. > > Please provide your

[ACS42]Cherry-pick several commits

2013-08-26 Thread Min Chen
Hi Animesh, Here are several commits that need to cherry pick to 4.2: f814bdfd404749bd1cbf4209fedc9a9d0f22 CLOUDSTACK-4468:template created from snapshot is destroyed... f501c7bbe1ba3fca4071daa520230a34323900cb CLOUDSTACK-4481:API: listEventTypes returns nothing... c6928f2f5390420ea3f578ff

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
Mike with your commit 6a2f15f94ae74b563a2d4df6da38e7f6ff44c8ac I see a few changes to Ui\scripts\ui-custom\zoneWizard.js Ui\scripts\zoneWizard.js Are they needed for your CHAP changes? These seems unrelated to me. Animesh > -Original Message- > From: Mike Tutkowski [mailto:mike.tutko

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
I don't understand how those got in there. I think they were merged into my code from Jessica's earlier checkin. They are not related to my fix. On Mon, Aug 26, 2013 at 4:41 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > Mike with your commit 6a2f15f94ae74b563a2d4df6da38e7f6f

Re: Review Request 13804: CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.

2013-08-26 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13804/#review25578 --- Commit 208507a42a4db252dc3d7cf299c146315423a071 in branch refs/head

Re: Review Request 13804: CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.

2013-08-26 Thread Prachi Damle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13804/#review25579 --- Ship it! Looks correct. Applied using: Commit hash:208507a42a4

[BUG] vSphere - VMs are force powered off by ACS

2013-08-26 Thread Musayev, Ilya
I've been trying to figure out an issue where some of my VMs will go offline if I restart cloudstack management service. After digging for a bit, I found a culprit. If you don't have vmware tools installed, ACS checks the state of vm (I.e. running or stopped, as well as agentState) If VM state

RE: [GSoC] Branch Merge Request LdapPlugin and Master

2013-08-26 Thread Musayev, Ilya
Chip, Will do. Regards Ilya > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Monday, August 26, 2013 11:51 AM > To: dev@cloudstack.apache.org > Subject: Re: [GSoC] Branch Merge Request LdapPlugin and Master > > Ilya, > > Can you handle doing his mer

[ACS42] Cherry pick CLOUDSTACK-4495

2013-08-26 Thread Prachi Damle
Hi Animesh, Can you cherry-pick the following patch to 4.2: https://reviews.apache.org/r/13804/ Commit hash: 208507a42a4db252dc3d7cf299c146315423a071 Contained in branches: 4.2-forward Thanks, Prachi

[ACS42]Cherry pick CLOUDSTACK-3405

2013-08-26 Thread Min Chen
Hi Animesh, Can you cherry-pick commit 5a11fe77bae1966c986e541e484ae3d56485d78f for CLOUDSTACK-3405? The commit is in 4.2-forward branch. Thanks -min

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
Mike the commit message shows it is a merge "Merge remote-tracking branch 'upstream/4.2-forward' into 4.2-forward" Adding Brian and Jessica to the thread. From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Monday, August 26, 2013 3:45 PM To: Animesh Chaturvedi Cc: dev@cloudstack.ap

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
Yeah, that is interesting. My changes are only these: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=13a415fe8a3917a49dae5a1f3998f5ae78a61da3 On Mon, Aug 26, 2013 at 4:55 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > Mike the commit message shows it is

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
I probably should have done a rebase instead of a merge. I think her changes were merged into my local 4.2-forward branch and then I pushed my branch. On Mon, Aug 26, 2013 at 4:56 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Yeah, that is interesting. > > My changes are only thes

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Brian Federle
Probably something just got messed up during the rebase, I see this commit below yours: commit ae68c841f668768118bbff07f07060416fb16d48 Author: Jessica Wang Date: Mon Aug 26 14:24:22 2013 -0700 CLOUDSTACK-4089: UI > zone wizard > hypervisor VMware > configure physical network > edit traf

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Mike Tutkowski
Yeah, I agree. :) I think I merged instead of rebased. On Mon, Aug 26, 2013 at 5:00 PM, Brian Federle wrote: > Probably something just got messed up during the rebase, I see this > commit below yours: > > ** ** > > commit ae68c841f668768118bbff07f07060416fb16d48 > > Author: Jessica Wang

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
Ok so git experts on the list I should skip Mike's merge commit and instead pick the one from Jessica? Thanks Animesh From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Monday, August 26, 2013 4:03 PM To: Brian Federle Cc: Animesh Chaturvedi; dev@cloudstack.apache.org; Jessica Wang

RE: [VOTE] Apache Cloudstack 4.2.0 [Cancelled]

2013-08-26 Thread Animesh Chaturvedi
I am cancelling this VOTE and I will start another VOTE thread when I have a new RC build available shortly Edison is helping me out with the git merge issue. There are a number of fixes that I would like to pick up so as well merge the branch from 4.2-forward Thanks Animesh > -Original M

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Dave Cahill
Hi, I reported CLOUDSTACK-4466 4 days ago and submitted a patch. It's restricted to plugin code, so should be a simple and isolated change to grab. Although my vote would be non-binding, I would be -1 without the change, as it fixes DHCP functionality which was broken by a recent commit in core c

Re: Review Request 13804: CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.

2013-08-26 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13804/#review25583 --- Commit 208507a42a4db252dc3d7cf299c146315423a071 in branch refs/heads

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Sheng Yang
Animesh, You can just pick up the single commits. e.g. commit 13a415fe8a3917a49dae5a1f3998f5ae78a61da3 Author: Mike Tutkowski Date: Mon Aug 26 15:33:39 2013 -0600 Not everyone wants to use Mutual CHAP with VMware - make it optional. --Sheng On Mon, Aug 26, 2013 at 4:05 PM, Animesh Chat

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
Your patch is in review board and not committed yet. It needs to be reviewed and committed in a branch before it can be picked up for 4.2 RC build. Copying Hugo (called out as reviewer in review board) and Chiradeep Thanks Animesh > -Original Message- > From: Dave Cahill [mailto:dcah..

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Sheng Yang
Hi Dave, I've taken a look at the patch. The dhcp capability fix is pretty simple, but the name changing part involved much more modifications. Can the name change done after 4.2? It should reduce the patch size a lot. --Sheng On Mon, Aug 26, 2013 at 4:24 PM, Dave Cahill wrote: > Hi, > > I re

[VOTE][CANCELLED] Apache Cloudstack 4.2.0

2013-08-26 Thread Animesh Chaturvedi
Cancelling this VOTE officially. I will start a new VOTE soon > -Original Message- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: Friday, August 23, 2013 11:55 AM > To: dev@cloudstack.apache.org > Subject: [VOTE] Apache Cloudstack 4.2.0 > > > > Hi All, > > I'

Re: why 2 spaces for xml?

2013-08-26 Thread Darren Shepherd
On Aug 26, 2013, at 10:21 AM, Chip Childers wrote: > On Mon, Aug 26, 2013 at 10:12:30AM -0700, Darren Shepherd wrote: >> On 08/26/2013 09:22 AM, Marty Sweet wrote: >>> All the XML documentation I have seen has been 4 spaces for indent, what >>> XML files are you talking about? >> >> I couldn't

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-26 Thread Dave Cahill
Hi Sheng, Thanks for reviewing. The name change is also necessary for 4.2. Since the code changes are entirely restricted to plugin code (all within the midonet dir), I think it's a very safe change. Thanks, Dave. On Tue, Aug 27, 2013 at 8:36 AM, Sheng Yang wrote: > Hi Dave, > > I've taken

Re: [VOTE] Apache Cloudstack 4.2.0 [Cancelled]

2013-08-26 Thread Mike Tutkowski
Thanks, guys! I should have done a rebase. Sorry about that. On Mon, Aug 26, 2013 at 5:24 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > > I am cancelling this VOTE and I will start another VOTE thread when I have > a new RC build available shortly > > Edison is helping me out

RE: Please cherry pick 4 doc fixes

2013-08-26 Thread Animesh Chaturvedi
Done will be in RC2 From: Jessica Tomechak [mailto:jessica.tomec...@gmail.com] Sent: Monday, August 26, 2013 2:02 PM To: dev@cloudstack.apache.org Cc: Animesh Chaturvedi Subject: Please cherry pick 4 doc fixes >From 4.2-forward (1) Commit: ecbd9ed93d71284c9764c191fd94c5f9cf63dd6d [ecbd9ed] Paren

RE: [ACS42] cherry pick commit 5b319ba0cb46160451ec05de32a8409b44a08f5b

2013-08-26 Thread Animesh Chaturvedi
Done will be in RC2 > -Original Message- > From: Devdeep Singh [mailto:devdeep.si...@citrix.com] > Sent: Friday, August 23, 2013 2:50 AM > To: dev@cloudstack.apache.org > Subject: [ACS42] cherry pick commit > 5b319ba0cb46160451ec05de32a8409b44a08f5b > > Hi Animesh, > > This is a fix for

RE: why 2 spaces for xml?

2013-08-26 Thread Alex Huang
I have always preferred two spaces because xml can be indented so far so quickly that often the main part of the xml must be scrolled horizontally to read but I'm open to have it at four. --Alex > -Original Message- > From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > Sent: Mo

please

2013-08-26 Thread 陈珂
dev@cloudstack.apache.org 发自 Windows 邮件

Re: Templates via Vagrant Provider and Veewee

2013-08-26 Thread Prasanna Santhanam
Aminator looks cool. I've been working on a cloudstack builder for a tool named packer [1] that does the same but cross-provider. It has support for AMIs, vmware, digital ocean and virtual box so far. And it has a plugin model for extending other builders. Is Quagga going to be for extending/repla

  1   2   >