Review Request 14426: Tests for Netscaler support as external LB Provider in VPC

2013-09-30 Thread Sowmya Krishnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14426/ --- Review request for cloudstack, Rajesh Battala, venkata swamy babu budumuru, and

Re: Review Request 14405: ConstantTimeBackoff test and cleanup

2013-09-30 Thread Laszlo Hornyak
> On Sept. 30, 2013, 6:12 p.m., Darren Shepherd wrote: > > utils/src/com/cloud/utils/backoff/impl/ConstantTimeBackoff.java, line 60 > > > > > > I wouldn't log at WARN level for this, can you change to DEBUG. > > Hitti

Re: [PROPOSAL] Service monitoring tool in virtual router

2013-09-30 Thread Jayapal Reddy Uradi
The current scope is limited to VR. If a service fails to restart after certain cycles then monit will timeout, log the event. In this case admin has to interfere, solve the issue in the service and add it to monit again. Thanks, Jayapal On 01-Oct-2013, at 11:16 AM, Koushik Das wrote: > This

Re: Review Request 14060: CLOUDSTACK-4634 - CPU Limits/ test_maximum_limits.py - -Fixed issues arising due to wrong indentation

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14060/#review26546 --- Commit 7d15b50704b3b177d2b39fe55e30a9bba0f7b40a in branch refs/head

Re: Review Request 14197: CLOUDSTACK-4696 Handle Netscaler provider enable for multiple zones

2013-09-30 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14197/#review26545 --- Ship it! Ship It! - venkata swamy babu budumuru On Sept. 18, 20

Re: Review Request 14197: CLOUDSTACK-4696 Handle Netscaler provider enable for multiple zones

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14197/#review26544 --- Commit f0b4f894695939270a4415352070e33aff02763b in branch refs/head

Re: Review Request 14197: CLOUDSTACK-4696 Handle Netscaler provider enable for multiple zones

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14197/#review26543 --- Commit a5ede3af7f5837f9e8a1fb80e2a1f20f24ecb870 in branch refs/heads

Re: [PROPOSAL] Service monitoring tool in virtual router

2013-09-30 Thread Koushik Das
This is a very useful feature. Can this be extended to the other system VMs? SSVM and CPVM Based on the discussion I see that there is an assumption that restarting services/rebooting should fix the issues. Is that always true? What if the service fails to restart after repeated attempts? What

student interested in getting involved with a cloud-based project

2013-09-30 Thread Tamang, Apil
Hi, I am a graduate student in Software Engineering. I thought I might be interested in trying out on the project titled 'GSoC: Add GRE SDN controller support for KVM hosts.' Let me know if this project is still up for the taking. Regards, Apil

Re: LocalHostEndPoint seems to get called

2013-09-30 Thread Min Chen
Dann, Thanks for filing the bug. But I have problem to import your sql dump to db: $mysql -u root cloud < Dump20130930.sql ERROR 1064 (42000) at line 97: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'default t

Re: Release Criteria

2013-09-30 Thread David Nalley
On Tue, Sep 10, 2013 at 8:46 PM, David Nalley wrote: > Hi folks, > > One of the things I've been pondering of late is a set of release > criteria. E.g. here is what CloudStack MUST do to be considered for > release. > I've spent a lot of time thinking about this - and have modified my opinion som

Re: [PROPOSAL] Provide Option to Quiesce VMs While Taking Snapshots

2013-09-30 Thread Mike Tutkowski
Yeah, I've been through a project that dealt with application-level quiescing - as you say, that's a much larger undertaking. Thanks for the clarification. On Mon, Sep 30, 2013 at 6:38 PM, SuichII, Christopher < chris.su...@netapp.com> wrote: > I should clarify (because it may not have been cle

Re: [PROPOSAL] Provide Option to Quiesce VMs While Taking Snapshots

2013-09-30 Thread SuichII, Christopher
I should clarify (because it may not have been clear) that I'm talking about vm disk snapshots which go through the storage subsystem API, NOT entire VM snapshots. The important distinction is that calls to the storage subsystem would not snapshot VM memory - just VM volumes. In general, you're

Re: Review Request 14405: ConstantTimeBackoff test and cleanup

2013-09-30 Thread Darren Shepherd
> On Sept. 30, 2013, 6:12 p.m., Darren Shepherd wrote: > > utils/src/com/cloud/utils/backoff/impl/ConstantTimeBackoff.java, line 60 > > > > > > I wouldn't log at WARN level for this, can you change to DEBUG. > > Hitti

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

2013-09-30 Thread Darren Shepherd
> On Sept. 30, 2013, 9:52 p.m., Kelven Yang wrote: > > Ship It! master: efbfae723ec5583378cb90c54fc63b6975c7fc24 - Darren --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14190/#review26521 --

Re: [PROPOSAL] Provide Option to Quiesce VMs While Taking Snapshots

2013-09-30 Thread Mike Tutkowski
VM quiescing should be sufficient for hypervisor snapshots, though, because you are presumably snapping the disks and the memory. On Mon, Sep 30, 2013 at 4:02 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I would say 'no'. Let's say you have a DB app running in your host OS and > i

Re: [PROPOSAL] Provide Option to Quiesce VMs While Taking Snapshots

2013-09-30 Thread Mike Tutkowski
I would say 'no'. Let's say you have a DB app running in your host OS and it's in the middle of writing a transaction to a data disk...quiescing the VM - without quiescing the DB app (like SQL Server via VSS) - does not give you a properly quiesced snapshot on the data disk - just a point-in-time s

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

2013-09-30 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14190/#review26521 --- Ship it! Ship It! - Kelven Yang On Sept. 18, 2013, 3:49 p.m., Da

Re: [PROPOSAL] SSVM Generic Copy

2013-09-30 Thread Chiradeep Vittal
While SSVM is OK to understand the concept, it is more generically a transfer daemon which can run in a VM or not. For example, QuickCloud[1] takes the SSVM's daemon out and runs it on a standard Linux OS. [1] https://cwiki.apache.org/confluence/x/clnVAQ On 9/30/13 2:37 PM, "SuichII, Christopher"

Re: [PROPOSAL] Revert to VM disk Snapshot

2013-09-30 Thread Chiradeep Vittal
+1. On 9/30/13 2:31 PM, "SuichII, Christopher" wrote: >The storage subsystem API currently has an interface for takeSnapshot() >and an associated externally facing API for takeSnapshot. There is also a >method on the primary data store interface for revertSnapshot(). However, >this method is un

Re: [PROPOSAL] Provide Option to Quiesce VMs While Taking Snapshots

2013-09-30 Thread Chiradeep Vittal
Is VM Quiescing sufficient to ensure consistency of the snapshot? On 9/30/13 2:43 PM, "SuichII, Christopher" wrote: >CloudStack currently snapshots vm disks by taking hypervisor snapshots. >However, when implementing the storage subsystem API interface >takeSnapshot(), the VM associated with th

Re: Review Request 14320: add boolean option httpModeEnabled to the service offering for use in haproxy conf

2013-09-30 Thread Chiradeep Vittal
My point is that it is a tuning that is specific for HAProxy and shouldn't be exposed in an abstraction like the CS API. (After all, how do I choose, as an end-user Offering A with httpClose or offering B without httpClose). If there is another desirable feature Y in Netscaler, do you anticipate ch

Re: [PROPOSAL] Service monitoring tool in virtual router

2013-09-30 Thread Chiradeep Vittal
Good idea. If x and y and z are borked, initiate shutdown? More generically, it seems we need some form of in-VM automation that can co-ordinate with top-level orchestration On 9/28/13 4:14 AM, "Daan Hoogland" wrote: >Even when always restarting on every glitch we need to monitor the inside >of

Re: Review Request 14218: Add spring lifecycle framework to handle modularization

2013-09-30 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14218/#review26518 --- Ship it! Ship It! - Kelven Yang On Sept. 19, 2013, 9:41 p.m., Da

[PROPOSAL] Provide Option to Quiesce VMs While Taking Snapshots

2013-09-30 Thread SuichII, Christopher
CloudStack currently snapshots vm disks by taking hypervisor snapshots. However, when implementing the storage subsystem API interface takeSnapshot(), the VM associated with the requested volume is not quiesced since a hypervisor snapshot is not necessarily taken. When creating a storage level s

[PROPOSAL] SSVM Generic Copy

2013-09-30 Thread SuichII, Christopher
The storage subsystem currently uses a number of hypervisor APIs for transferring files between data stores (both primary and secondary). However, while implementing the storage subsystem API as a storage provider, we have discovered that there is a need for a generic copy method that can copy f

Re: Review Request 14187: Framework to discover and load spring contexts in a hierarchy

2013-09-30 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14187/#review26516 --- Ship it! Ship It! - Kelven Yang On Sept. 18, 2013, 5:51 p.m., Da

[PROPOSAL] Revert to VM disk Snapshot

2013-09-30 Thread SuichII, Christopher
The storage subsystem API currently has an interface for takeSnapshot() and an associated externally facing API for takeSnapshot. There is also a method on the primary data store interface for revertSnapshot(). However, this method is unused. We would like this storage subsystem interface method

Re: Review Request 14405: ConstantTimeBackoff test and cleanup

2013-09-30 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14405/ --- (Updated Sept. 30, 2013, 8:27 p.m.) Review request for cloudstack. Changes --

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

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

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

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

Re: Review Request 14405: ConstantTimeBackoff test and cleanup

2013-09-30 Thread Laszlo Hornyak
> On Sept. 30, 2013, 6:12 p.m., Darren Shepherd wrote: > > utils/src/com/cloud/utils/backoff/impl/ConstantTimeBackoff.java, line 60 > > > > > > I wouldn't log at WARN level for this, can you change to DEBUG. > > Hitti

Re: [RESULTS] [VOTE] Release Apache CloudStack 4.2.0 (sixth round)

2013-09-30 Thread Chip Childers
On Mon, Sep 30, 2013 at 06:48:00PM +, Animesh Chaturvedi wrote: > [Animesh>] Chip so should I go ahead and publish the website? For the > announcement tomorrow, I have to send an email to dev, user, marketing > mailing list at 7 AM PST (10 AM EST) right? Let me know if I missed anything Plea

RE: [RESULTS] [VOTE] Release Apache CloudStack 4.2.0 (sixth round)

2013-09-30 Thread Animesh Chaturvedi
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Tuesday, September 24, 2013 9:22 AM > To: dev@cloudstack.apache.org > Cc: Animesh Chaturvedi > Subject: Re: [RESULTS] [VOTE] Release Apache CloudStack 4.2.0 (sixth > round) > > 5 - Finish the release an

Re: Review Request 14405: ConstantTimeBackoff test and cleanup

2013-09-30 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14405/#review26503 --- utils/src/com/cloud/utils/backoff/impl/ConstantTimeBackoff.java

Review Request 14405: ConstantTimeBackoff test and cleanup

2013-09-30 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14405/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

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

2013-09-30 Thread Alex Huang
Likitha, This is not of value to VmWare only. We should make sure it works or has plugin points for all of the hypervisors. In general, how we support this today is through hypervisor capabilities to determine during orchestration and then on the Resource for each hypervisor, it can determine

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

2013-09-30 Thread Likitha Shetty
True, OVA can contain any disk image type. I specifically called out VMware because I was thinking about how today in CS this enhancement is of value only to VMware. But yes, as you pointed out, during implementation we should ensure this support is hypervisor agnostic. Thanks, Likitha >---

RE: Scaling up cpu and memory of user vm above host capacity

2013-09-30 Thread David Ortiz
A machine won't be able to support more cores on a VM than the physical processor. That should result in problems trying to deploy it. I'm guessing the service offering is still valid since you could add a host later which has a hex core or two cpus in it. As far as RAM goes, do you have over

Re: Review Request 12545: CLOUDSTACK-1800: Add automation tests for reset sshkey to access VM

2013-09-30 Thread Rayees Namathponnan
> On Sept. 18, 2013, 4:04 a.m., Prasanna Santhanam wrote: > > master, 4.2-forward In this code, piece of code executing in a loop this need be fixed 578 while True: 579 vms = VirtualMachine.list( 580 self.apiclient, 581

Re: Review Request 14381: KVM: add connect/disconnect capabilities to StorageAdaptors so that external storage services can attach/detach devices on-demand

2013-09-30 Thread Marcus Sorensen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14381/ --- (Updated Sept. 30, 2013, 5:14 p.m.) Review request for cloudstack, edison su an

Re: Review Request 14209: Add Named interface

2013-09-30 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14209/#review26500 --- Ship it! master: 9a083b9e66c15bd5b6d4a79e6952e3b6d778950b - Darren

Re: Review Request 14210: Add Registry interface

2013-09-30 Thread Darren Shepherd
> On Sept. 30, 2013, 4:56 p.m., Darren Shepherd wrote: > > Ship It! master: 78040f8769721ab68fa835dde199fbbc45167c2d - Darren --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14210/#review2649

Re: Review Request 14211: Add ability to programatically disable CloudStack ComponentConext intialization

2013-09-30 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14211/#review26498 --- Ship it! Ship It! - Darren Shepherd On Sept. 18, 2013, 6:14 p.m.

Re: Review Request 14210: Add Registry interface

2013-09-30 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14210/#review26496 --- Ship it! Ship It! - Darren Shepherd On Sept. 18, 2013, 6:10 p.m.

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

2013-09-30 Thread Darren Shepherd
> On Sept. 30, 2013, 4:22 a.m., Kelven Yang wrote: > > Daren, > > > > when getGuru() is call in a non-initial phase, it may be involved with > > multi-threaded context, I suggest to make it thread-safe > > > > > > public HypervisorGuru getGuru(HypervisorType hypervisorType) { > > 58 >

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

2013-09-30 Thread Chip Childers
On Mon, Sep 30, 2013 at 03:26:54PM +, Likitha Shetty wrote: > Chip, > > In Cloudstack, for Xen and KVM hypervisors since the files used for templates > and volumes are virtual disks (VHD, QCOW2) the current CS assumption of > template and volumes containing a single virtual disk seems fine.

Re: Review Request 14119: Default null value in ConfigKey results in NPE on second start

2013-09-30 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14119/#review26491 --- Ship it! Ship It! - Darren Shepherd On Sept. 13, 2013, 6:50 a.m.

Re: ovirt/RHEV-M support

2013-09-30 Thread Jithin Raju
yes, Regards, Jithin On Fri, Sep 27, 2013 at 10:28 PM, Laszlo Hornyak wrote: > Ok, so you want to keep your rhevm but you want to use > (start/stop/create/delete/etc) its resources (CS, storage, networks, vms) > in CS? > > > On Fri, Sep 27, 2013 at 6:13 PM, Jithin Raju wrote: > > > Hi, > > > >

RE: [Merge] Minimal Hyper-V Plugin

2013-09-30 Thread Donal Lafferty
Code already builds with Mono. Indeed, functional testing of the plugin was done using Mono-built code. The Mono build is a profile under the plugin's pom.xml For background on building C# code with Mono, see http://dlafferty.blogspot.co.uk/2013/08/building-your-microsoft-solution-with.html

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

2013-09-30 Thread Likitha Shetty
Chip, In Cloudstack, for Xen and KVM hypervisors since the files used for templates and volumes are virtual disks (VHD, QCOW2) the current CS assumption of template and volumes containing a single virtual disk seems fine. But since for VMware the files used for templates and volumes are in OVA

Re: CloudStack Server Memory Requirements

2013-09-30 Thread Marcus Sorensen
Edit JAVA_OPTS in /etc/cloudstack/management/tomcat6.conf (or whatever file your system uses) and adjust the memory settings as desired. On Mon, Sep 30, 2013 at 4:43 AM, Geoff Higginbottom wrote: > Marcus, Chiradeep, > > You've both made reference to the 'Spring Refactor', any chance you can let

Re: Cloudstack doesn't seem to recognize we added 100GB of memory to the nodes.

2013-09-30 Thread Timothy Ehlers
Hi Nitin, Jeronimo and i are with the same company it is our work around i filed the bug. Which is pretty a pretty dirty hack. Is there a better code fix coming ? On Fri, Sep 27, 2013 at 6:47 PM, Nitin Mehta wrote: > I guess you are referring to the same issue as discussed in the thread > http:

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

2013-09-30 Thread Chip Childers
On Mon, Sep 30, 2013 at 05:54:55AM +, Likitha Shetty wrote: > Hi, > > Currently, Cloudstack only supports Template creation based on OVA files > containing a single disk. If a user creates a template from a OVA file > containing more than 1 disk and launches an instance using this template,

Re: CS4.2 KVM VM Snapshot not implement yet?

2013-09-30 Thread David Nalley
There's a global setting that enables it IIRC. --David On Sun, Sep 29, 2013 at 9:23 PM, Jijun wrote: > hi all, > > i install CS4.2 from the url : http://cloudstack.apt-get.eu/ubuntu/ , > then create Basic Zone with KVM host added,then create some vms ,everything > work fine. > > create vm snapsh

Re: Review Request 14402: Test for URLEncoder

2013-09-30 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14402/#review26485 --- Ship it! Ship It! - daan Hoogland On Sept. 30, 2013, 10:57 a.m.,

Re: Review Request 14402: Test for URLEncoder

2013-09-30 Thread daan Hoogland
> On Sept. 30, 2013, 1:06 p.m., daan Hoogland wrote: > > Ship It! 13e7a7308b75bfccd1f3fb9686244ad2129ef7f0 - daan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14402/#review26485 --

Re: PCI-Passthrough with CloudStack

2013-09-30 Thread Pawit Pornkitprasan
Dear Sanjay, Thank you for your interest. I did the work as a part of an internship which has already ended, so unfortunately, I no longer have time to continue it. Please feel free to take it and base your work on it. :) Best regards, Pawit On Mon, Sep 30, 2013 at 7:32 PM, Sanjay Tripathi wr

Re: Scalable Backup and Recovery

2013-09-30 Thread SuichII, Christopher
See responses inline. -- Chris Suich chris.su...@netapp.com NetApp Software Engineer Data Center Platforms – Cloud Solutions Citrix, Cisco & Red Hat On Sep 29, 2013, at 10:22 AM, kel...@backbonetechnology.com wrote: > Even as a simple start it would be nice to have the option to back > up/snaps

Re: Virtual Router reachability

2013-09-30 Thread Girish Shilamkar
Indeed, thats what I had in mind. Keep trying to ssh with a suitable timeout. Thanks! Regards, Girish On 30-Sep-2013, at 2:40 PM, Jayapal Reddy Uradi wrote: > Hi Girish, > > While selecting the delay I suggest the following. > > In general check the time taken for the router boot up. > Ta

RE: PCI-Passthrough with CloudStack

2013-09-30 Thread Sanjay Tripathi
Hi Pawit, It's some nice work that you have done here: https://reviews.apache.org/r/12098/ . I am planning to enable the support of GPU/VGPU in VMWare/XenServer and started a discussion with the community: http://apache.markmail.org/message/peusnk6n6iz3tvaz . In your patch, you have already wr

Re: Review Request 14324: basic test for ApiDispatcher

2013-09-30 Thread daan Hoogland
> On Sept. 30, 2013, 12:20 p.m., daan Hoogland wrote: > > Ship It! c61997f022b6064eab39ca911434dc626944a28a - daan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14324/#review26483 -

Re: Review Request 14324: basic test for ApiDispatcher

2013-09-30 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14324/#review26483 --- Ship it! Ship It! - daan Hoogland On Sept. 24, 2013, 9:03 p.m.,

[PROPOSAL] Support GPU/VGPU in VMWare/XenServer

2013-09-30 Thread Sanjay Tripathi
Hi, It is increasingly common for servers to come with graphic cards that have multiple GPUs. Admin would like to leverage this and be able to dedicate GPU to user VMs that have high graphic processing requirements. For example, Auto-Cad applications, games. This feature will enable the suppor

Re: CS4.2 KVM VM Snapshot not implement yet?

2013-09-30 Thread Wei ZHOU
It looks so. In Release_Notes.xml, it says "Virtual Machine Snapshots for VMware" 2013/9/30 Jijun > hi all, > > i install CS4.2 from the url : > http://cloudstack.apt-get.eu/**ubuntu/, > then create Basic Zone with KVM host added,then create some vms > ,e

Review Request 14402: Test for URLEncoder

2013-09-30 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14402/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

RE: CloudStack Server Memory Requirements

2013-09-30 Thread Geoff Higginbottom
Marcus, Chiradeep, You've both made reference to the 'Spring Refactor', any chance you can let me know how I go about changing this so I can run CloudStack on a 1GB (or less) foot print, rather than the current 2GB. Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +44

[Responsiveness report] users 2013w39

2013-09-30 Thread Daan Hoogland
http://markmail.org/message/edkpxveqzbddn7mu cs 4.2 secondary storage capacity issue by Valery Ciareszka http://markmail.org/message/vhm3o6y54qmpwkqw GRE traffic stopped working between XenServer hosts after reboot by Shanker Balan http://markmail.org/message/m2ax4qmhrsn4ruea createSecurityGroup in

[Responsiveness report] dev 2013w39

2013-09-30 Thread Daan Hoogland
http://markmail.org/message/wrgniq4eqt76rajc Using Vlan id in the physical network by Gaurav Aradhye http://markmail.org/message/z7trbnwya3b7aajb capacity of secondaey stor us eq 0. bug ir known ussue? by Netmaster http://markmail.org/message/4kny5jmfp5ztfqfe CS4.2 KVM VM Snapshot not implement yet

[Resposiveness report] dev 2013w38

2013-09-30 Thread Daan Hoogland
http://markmail.org/message/4jkjoqhycpi7dgyh Test procedure for upgrade from 4.1.x to 4.2 RC by Simon Weller http://markmail.org/message/rt5b2nhbmx6k577h Problem executing async jobs explicitly by Gaurav Aradhy

Re: Review Request 14307: CLOUDSTACK-702: New test for deploying vm in new cidr

2013-09-30 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14307/#review26481 --- Ship it! Ship It! - venkata swamy babu budumuru On Sept. 24, 20

Re: Review Request 14143: CLOUDSTACK-4637: Add 30sec sleep before router is ssh'd

2013-09-30 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14143/#review26482 --- Ship it! Ship It! - venkata swamy babu budumuru On Sept. 14, 20

Re: Review Request 14225: CLOUDSTACK: 4706 - Adding missing method "get_region"

2013-09-30 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14225/#review26480 --- Ship it! Ship It! - venkata swamy babu budumuru On Sept. 19, 20

Re: Review Request 14332: CLOUDSTACK-4646: increase the delay for the routers to go into stopped state

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14332/#review26479 --- Commit 07a6daf6cb8d096ee661362d57632302cbf12422 in branch refs/head

Re: Review Request 14333: CLOUDSTACK-4691: move egress rules host maintenance tests to maint folder

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14333/#review26476 --- Commit 65da24c35e58ac7dd796f48edaccc87400735f1c in branch refs/heads

Re: Review Request 14332: CLOUDSTACK-4646: increase the delay for the routers to go into stopped state

2013-09-30 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14332/#review26478 --- Ship it! Ship It! - venkata swamy babu budumuru On Sept. 25, 20

Re: Review Request 14333: CLOUDSTACK-4691: move egress rules host maintenance tests to maint folder

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14333/#review26475 --- Commit 6b28e03d6d88e9b6bd9d0521a45c93d5b4af6501 in branch refs/head

Re: Review Request 14332: CLOUDSTACK-4646: increase the delay for the routers to go into stopped state

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14332/#review26477 --- Commit 55ef4b8c3c6d583c7e4de4b11613db718c590b82 in branch refs/heads

Re: Review Request 14333: CLOUDSTACK-4691: move egress rules host maintenance tests to maint folder

2013-09-30 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14333/#review26474 --- Ship it! Ship It! - venkata swamy babu budumuru On Sept. 25, 20

Re: Review Request 14307: CLOUDSTACK-702: New test for deploying vm in new cidr

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14307/#review26473 --- Commit a34bf457dfb3726842c1fde002be61c53b0a60d7 in branch refs/head

Re: Review Request 14307: CLOUDSTACK-702: New test for deploying vm in new cidr

2013-09-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14307/#review26472 --- Commit ff2bd3d44325ef915cb3d7b11a966c9c7c387cb3 in branch refs/heads

Re: Virtual Router reachability

2013-09-30 Thread Jayapal Reddy Uradi
Hi Girish, While selecting the delay I suggest the following. In general check the time taken for the router boot up. Take the max interval as 10 times of boot up time. Repeat the ssh for each boot up interval. Thanks, Jayapal On 30-Sep-2013, at 1:38 PM, Girish Shilamkar wrote: > Marcus,

Scaling up cpu and memory of user vm above host capacity

2013-09-30 Thread Gaurav Aradhye
Hi, I am trying to automate a scenario here. I have only one host in cluster with 4 CPU cores and 15 GB total memory. When I try to scale up cpu and RAM of a running user vm above the host capacity, it doesn't throw any error and I can see the updated values in VM statistics too. For CPU, I am ab

Re: Review Request 14319: CLOUDSTACK 2238: Automation - Non Contiguous VLAN Ranges

2013-09-30 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14319/ --- (Updated Sept. 30, 2013, 1:51 p.m.) Review request for cloudstack, Harikrishna

Re: Virtual Router reachability

2013-09-30 Thread Girish Shilamkar
Marcus, I guess it no longer applies to even KVM . I have seen the router in running state and yet fails to accept ssh connection. Santhosh, Adding random delay is what I am trying to avoid or at least minimise. Thanks for the suggestions. Regards, Girish On 30-Sep-2013, at 12:18 PM, Marcus

RE: [DISCUSS] Release Managers for future ACS releases - enhacement

2013-09-30 Thread Ram Ganesh
> -Original Message- > From: Alex Huang [mailto:alex.hu...@citrix.com] > Sent: 26 September 2013 22:52 > To: dev@cloudstack.apache.org > Subject: RE: [DISCUSS] Release Managers for future ACS releases - > enhacement > > Agreed. If you look at what a release manager has to do today > > -

Review Request 14401: Automation: Scaling CPU and RAM for running VMs

2013-09-30 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14401/ --- Review request for cloudstack, Nitin Mehta and Prasanna Santhanam. Repository:

Re: LocalHostEndPoint seems to get called

2013-09-30 Thread Daan Hoogland
H Min I made a bug and attached the log. If you don't see it at the spot don't worry. when prio gets high I'll look at it myself. https://issues.apache.org/jira/browse/CLOUDSTACK-4759 On Fri, Sep 27, 2013 at 7:07 PM, Min Chen wrote: > Can you file a bug and attach your db dump and ms log with it?

[PROPOSAL] Dynamic Compute Offering

2013-09-30 Thread Bharat Kumar
Hi All, Currently in cloudstack we need to associate every vm with a service offering and also we cannot specify the size of the root disk when using templates i.e. we cannot specify different size of root disks while using the same template. I would like to propose a feature to allow VM creat