Re: KVM Assistance

2013-08-29 Thread Jörgen Maas
Mike, Did you enable PermitRootLogin in /etc/ssh/sshd_config ? On Fri, Aug 30, 2013 at 7:16 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I'm going to call it a night on this. :) > > Thanks for all the help, Marcus! > > If you have a sec, maybe you can tell me if you spot somethi

Re: [Questions]: Basic Zone Securiy Group problem?

2013-08-29 Thread Jijun
thank you very much. the rule looks good, but so strange, i can ping the two guest vms [ i-2-7-VM, i-3-8-VM] on my work host. [ranger@ranger cloudstack]$ ping 192.168.253.66 PING 192.168.253.66 (192.168.253.66) 56(84) bytes of data. 64 bytes from 192.168.253.66: icmp_seq=1 ttl=59 time=4.40

Re: [Questions]: Basic Zone Securiy Group problem?

2013-08-29 Thread Jayapal Reddy Uradi
Hi, The rules are looking as expected. The ingress traffic to vm should block. Can you run 'iptables -L -nv' and see which rules are accepting the ingress traffic. Thanks, Jayapal On 30-Aug-2013, at 7:41 AM, Jijun wrote: > i clone branch 4.2 code, package and do a fresh installation. > > hy

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
I'm going to call it a night on this. :) Thanks for all the help, Marcus! If you have a sec, maybe you can tell me if you spot something odd in my interfaces file: auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 172.16.140.5 netmas

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

2013-08-29 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/#review25788 --- Ship it! Looks good to me. - Sanjay Tripathi On Aug. 29, 2013, 1

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
I figured out how to assign a password to root on Ubuntu, but that didn't solve the problem. As I thought about it more, I'm actually running the 4.2 CSMS, but the 4.1 version of the agent code on the KVM host. I'm not sure how to deploy the newest agent code from the 4.2 branch to the KVM host,

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Yeah, I wanted to use root, but got the following when trying to SSH in: mtutkowski-LT:~ mtutkowski$ ssh root@172.16.140.5 root@172.16.140.5's password: Permission denied, please try again. On Thu, Aug 29, 2013 at 10:28 PM, Marcus Sorensen wrote: > I've only ever seen it work with root. Do the

Re: KVM Assistance

2013-08-29 Thread Marcus Sorensen
I've only ever seen it work with root. Do the docs say otherwise? Maybe your user credentials will work if you have it set with sudo privileges and privileges to libvirtd. On Aug 29, 2013 10:25 PM, "Mike Tutkowski" wrote: > By the way, I've been supplying the username I log into Ubuntu with: > mt

Re: KVM Assistance

2013-08-29 Thread Marcus Sorensen
You can run the command you pasted manually if you'd like to see where it stops. It does the initial setup and should only be needed once. The agent is managed by a startup script and the setup usually kicks that off. On Aug 29, 2013 10:21 PM, "Mike Tutkowski" wrote: > I don't see a process by ei

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
By the way, I've been supplying the username I log into Ubuntu with: mtutkowski (not root). I think that's correct for Ubuntu. After the script executes, I get the following back in the CSMS log: { Ans: , MgmtId: 1, via: 2, Ver: v1, Flags: 100010, [{"com.cloud.agent.api.AgentControlAnswer":{"resu

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
I don't see a process by either name in System Monitor. Is that SSH call supposed to have started such a process running? On Thu, Aug 29, 2013 at 10:15 PM, Marcus Sorensen wrote: > Is the agent running? Or perhaps cloud-setup-agent? > On Aug 29, 2013 10:13 PM, "Mike Tutkowski" > wrote: > > > I

Re: KVM Assistance

2013-08-29 Thread Marcus Sorensen
Is the agent running? Or perhaps cloud-setup-agent? On Aug 29, 2013 10:13 PM, "Mike Tutkowski" wrote: > Interesting...there is an agent folder, but no files in it. > > > On Thu, Aug 29, 2013 at 10:10 PM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > > > Thanks! > > > > By the way, the

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Interesting...there is an agent folder, but no files in it. On Thu, Aug 29, 2013 at 10:10 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Thanks! > > By the way, these are the parameters I pass into cloudstack-setup-agent > (just in case something looks odd to you there): > > -m 172.

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Thanks! By the way, these are the parameters I pass into cloudstack-setup-agent (just in case something looks odd to you there): -m 172.16.140.1 -z 1 -p 1 -c 3 -g 8bd34de8-783c-387f-a043-aa53ee31df6b -a --pubNic=cloudbr0 --prvNic=cloudbr0 --guestNic=cloudbr0 On Thu, Aug 29, 2013 at 10:07 PM, Ma

Re: KVM Assistance

2013-08-29 Thread Marcus Sorensen
/var/log/cloudstack/agent/agent.log ... There is also a setup log in that location to see if something in the agent setup went awry. On Aug 29, 2013 10:05 PM, "Mike Tutkowski" wrote: > Thanks, Marcus > > I'm not used to playing around in a KVM environment. Can you tell me where > our agent logs a

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
KVM is running on Ubuntu 12.04.1 by the way. On Thu, Aug 29, 2013 at 10:05 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Thanks, Marcus > > I'm not used to playing around in a KVM environment. Can you tell me where > our agent logs are on KVM? > > Originally I didn't have SSH insta

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Thanks, Marcus I'm not used to playing around in a KVM environment. Can you tell me where our agent logs are on KVM? Originally I didn't have SSH installed, but I noticed that problem while stepping through the debugger. After I installed it, the SSH call went through just fine as far as the CSMS

Re: KVM Assistance

2013-08-29 Thread Marcus Sorensen
Normally the agent service starts and connects up. The mgmt server uses ssh to start the agent and set it up for the first time. You will probably need to look at the agent logs and see if it is having trouble connecting to the mgmt server or something (firewall?). On Aug 29, 2013 9:55 PM, "Mike Tu

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
So, now I'm trying to add a KVM host to CS and am having a bit of trouble with LibvirtServerDiscoverer finding it (this line below: List hosts = _resourceMgr.listAllUpAndEnabledHosts(Host.Type.Routing, clusterId, podId, dcId);). private HostVO waitForHostConnect(long dcId, long podId, longclus

[Questions]: Basic Zone Securiy Group problem?

2013-08-29 Thread Jijun
i clone branch 4.2 code, package and do a fresh installation. hypervisor : xenserver 6.2 change openvswitch to bridge. add basic zone ,security group enabeld. create a new vm , default security group the previous version document said the ingress will be blocked by default. but in my te

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Thanks, Marty - that solved the problem! On Thu, Aug 29, 2013 at 4:56 PM, Marty Sweet wrote: > Hi Mike, > > Something like this should help: > http://en.kioskea.net/faq/809-debian-apt-get-no-pubkey-gpg-error > > Marty > > On Thursday, August 29, 2013, Mike Tutkowski wrote: > > > Any thoughts on

Fwd: no Public Network exist in Advance Zone with Security Group enabled

2013-08-29 Thread Jijun
hi all, now we try to add advance zone , shared network offering with security group enabled. but in the UI when click the next step we can not choose the public network. when vm created , cpvm , ssvm will get a public ip address from guest network. is there any design considerations?

[ACS42] KVM upgrade path to 4.2

2013-08-29 Thread Edison Su
There is a bug related to KVM upgrade: CLOUDSTACK-4405. The main issue is related to guest network bridge name schema is changed, thus migrate vm, create new vm will have problem after upgraded to 4.2. If you are using basic network, then don't need to do the following steps. The proposed upgrade

Build failure in 4.2-forward

2013-08-29 Thread Animesh Chaturvedi
Folks We need to compile before checking in a fix especially that we are close to wrapping up on 4.2. Kelven thanks for fixing it Thanks Animesh -Original Message- From: kelv...@apache.org [mailto:kelv...@apache.org] Sent: Thursday, August 29, 2013 4:32 PM To: comm...@cloudstack.apach

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-29 Thread Jonathan Creasy
Pardon my ignorance, and lack of a computer at hand, what specifically would you like me to check? I am happy to help track this down. -Jonathan On Aug 28, 2013 11:14 PM, "Marcus Sorensen" wrote: > Does the actual ROOT/Admin user show that? If so, we should probably fix > that rather than the do

Re: KVM Assistance

2013-08-29 Thread Marty Sweet
Hi Mike, Something like this should help: http://en.kioskea.net/faq/809-debian-apt-get-no-pubkey-gpg-error Marty On Thursday, August 29, 2013, Mike Tutkowski wrote: > Any thoughts on this, Wei? > > W: GPG error: http://cloudstack.apt-get.eu precise Release: The following > signatures couldn't b

Re: Review Request 13907: change criteria to set vmware.create.full.clone global flag

2013-08-29 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13907/#review25764 --- Ship it! Ship It! - Kelven Yang On Aug. 29, 2013, 10:41 p.m., Ve

Re: [VOTE] Apache CloudStack 4.2.0 (third round)

2013-08-29 Thread Mike Tutkowski
Oh, OK, sorry - I just saw two messages yesterday from people with critical fixes requesting to be cherry picked to 4.2, so I assumed that would happen. Thanks for the update! On Thu, Aug 29, 2013 at 4:28 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > > > > -Original Messa

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Any thoughts on this, Wei? W: GPG error: http://cloudstack.apt-get.eu precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BBFCFE5386C278E3 On Thu, Aug 29, 2013 at 4:21 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Than

Review Request 13907: change criteria to set vmware.create.full.clone global flag

2013-08-29 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13907/ --- Review request for cloudstack, Alex Huang and Kelven Yang. Bugs: CLOUDSTACK-453

RE: [VOTE] Apache CloudStack 4.2.0 (third round)

2013-08-29 Thread Animesh Chaturvedi
> -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Wednesday, August 28, 2013 10:40 PM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache CloudStack 4.2.0 (third round) > > Hi Animesh, > > It looks like we have a couple Critical bug fixes

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Thanks for the repo info, Wei! On Thu, Aug 29, 2013 at 4:19 PM, Wei ZHOU wrote: > You need to add a repo, or download the deb files and install them. > > for CentOS/RHEL, http://cloudstack.apt-get.eu/rhel/4.1/ > for Ubuntu, http://cloudstack.apt-get.eu/ubuntu/dists/precise/4.1/pool/ > > > 2013/

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
What I'm planning on doing is allowing KVM to leverage dynamically created volumes the way I did for XenServer and VMware in 4.2. Traditionally in CloudStack, admins have had to preallocate a large amount of storage (ex. a volume from a SAN) up front, update the hypervisor to use this storage, the

Re: KVM Assistance

2013-08-29 Thread Wei ZHOU
You need to add a repo, or download the deb files and install them. for CentOS/RHEL, http://cloudstack.apt-get.eu/rhel/4.1/ for Ubuntu, http://cloudstack.apt-get.eu/ubuntu/dists/precise/4.1/pool/ 2013/8/29 Mike Tutkowski > Maybe I need to add a repo for CloudStack? I didn't see that in the KVM

Re: Template Problem

2013-08-29 Thread Wei ZHOU
Chiradeep, Thanks. I cannot give more information as the environment has been cleaned. Maybe Soheil can. I think it is the same issue. 2013/8/29 Chiradeep Vittal > It should be template_store_ref > > On 8/29/13 2:34 PM, "Wei ZHOU" wrote: > > >It is the same issue to what I described in comment

Re: KVM Assistance

2013-08-29 Thread Mike Tutkowski
Maybe I need to add a repo for CloudStack? I didn't see that in the KVM section, but perhaps it was earlier in the documentation. On Thu, Aug 29, 2013 at 3:35 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > For the past nine months that I've been working with CloudStack, I've

Re: Template Problem

2013-08-29 Thread Chiradeep Vittal
It should be template_store_ref On 8/29/13 2:34 PM, "Wei ZHOU" wrote: >It is the same issue to what I described in comment of CLOUDSTACK-4459: > > >Wei >Zhoua >dded >a comment - 29/Aug/13 >22:24 > >Edison, after I redeploy the

KVM Assistance

2013-08-29 Thread Mike Tutkowski
Hi, For the past nine months that I've been working with CloudStack, I've exclusively used XenServer and ESXi as my hosts. I am now trying out KVM and following the instruction here: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Installation_Guide/hypervisor-kvm-install-fl

Re: Template Problem

2013-08-29 Thread Wei ZHOU
It is the same issue to what I described in comment of CLOUDSTACK-4459: Wei Zhouadded a comment - 29/Aug/13 22:24 Edison, after I redeploy the environment (clean db, restore devcloud to original, reploydb), the system is up. T

Template Problem

2013-08-29 Thread Soheil Eizadi
I migrated my development environment to the top of trunk which points to 4.3 now. I created a new CloudStack runtime environment running XenServer 6.2, for my Secondary Store I replicated another NFS Server that has images for preRC CloudStack version 4.2 SystemVM and TinyLinux on it. I have t

Re: [VOTE] Apache CloudStack 4.2.0 (third round)

2013-08-29 Thread Chiradeep Vittal
DevCloud2 works with fix 1a333f36 for CLOUDSTACK-4559 On 8/29/13 10:08 AM, "Chiradeep Vittal" wrote: >I have not had success on DevCloud2, there seems to be an issue with a XCP >plugin. I don't think it warrants a -1 yet, I am scrambling to find a >regular XS host to test on. > > >On 8/28/13 6:5

Re: VMware error

2013-08-29 Thread Kelven Yang
Glad that you've found the cause. Kelven On 8/28/13 1:15 PM, "Mike Tutkowski" wrote: >I found the error. > >/iqn/lun > >should just be > >iqn > >Critical, but easy to fix. > > >On Wed, Aug 28, 2013 at 1:34 PM, Mike Tutkowski < >mike.tutkow...@solidfire.com> wrote: > >> Related: >> >> 2013-08-27

RE: Add network offering UI problem

2013-08-29 Thread Soheil Eizadi
OK, logged a bug for it: https://issues.apache.org/jira/browse/CLOUDSTACK-4558 I can recreate it on Safari as well, but could not reproduce it on Win7 with IE. -Soheil From: Marty Sweet [msweet@gmail.com] Sent: Wednesday, August 28, 2013 4:02 PM To: dev

Re: [VOTE] Apache CloudStack 4.2.0 (third round)

2013-08-29 Thread Chiradeep Vittal
I have not had success on DevCloud2, there seems to be an issue with a XCP plugin. I don't think it warrants a -1 yet, I am scrambling to find a regular XS host to test on. On 8/28/13 6:57 AM, "Animesh Chaturvedi" wrote: > >Fixed the subject line as third round >- >Hi All, >

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-29 Thread Marcus Sorensen
I can confirm that either one works as well. I have noticed that sometimes if I try to log in right as the mgmt server is coming up, it will reject my credentials, and then 5 seconds later when it's finished initializing, it works. We should really delay the login/UI to be the last thing that come

Re: IPTables Issues

2013-08-29 Thread Maurice Lawler
Hello,Right now, after rebooting the instance / router, the IPTables are as follows:[root@cloud ~]# iptables -L -nvChain INPUT (policy ACCEPT 61208 packets, 199M bytes) pkts bytes target prot opt in out source   destination     Chain FORWARD (policy ACCEPT 0 packets, 0 b

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-29 Thread Jonathan Creasy
Our database has "admin" for the user. I can login as "Admin" or "admin" on a freshly minted system. I am not sure what problem I faced originally that led me to think that I had to use "Admin" in order to login. -Jonathan - Original Message - From: "Marcus Sorensen" To: "Jonathan C

[ACS42] Closing resolved issues

2013-08-29 Thread Sudha Ponnaganti
Pl close the following defects after validation. If there are any that are not fixed, pl reopen them Reporter Total Abhinandan Prateek 2 Abhinav Roy 2 Ahmad Emneina 2 Alena Prokharchyk 12 angeline shen7 Anthony Xu4 Ashutosk Kelkar

Re: HA redundant virtual router

2013-08-29 Thread Daan Hoogland
ok, let's postpone the discussion till you are at least halve done. We will of course continue to deliberate on what we need internally. Daan On Thu, Aug 29, 2013 at 5:08 PM, Sheng Yang wrote: > Hi Daan, > > As I said, I am writing a design doc to describe the current redundant > router policy,

Re: HA redundant virtual router

2013-08-29 Thread Sheng Yang
Hi Daan, As I said, I am writing a design doc to describe the current redundant router policy, to help understanding redundant router. Current it doesn't support VPC, so how to implement it in VPC is still open to discuss. --Sheng On Thu, Aug 29, 2013 at 4:26 AM, Daan Hoogland wrote: > Sheng,

Re: Review Request 12134: removed txn attribute from DB annotation

2013-08-29 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12134/#review25742 --- By now this patch is kind of outdated and needs an update, just wond

Re: Storage Allocated: 0.00 KB / 0.00 KB, hence unable to start a VM

2013-08-29 Thread Nikolay Kabadjov
Hi,  the issue is resolved! The root cause was that one of the XEN Servers has run out of disk sapce and CS was not able to connect to it.  Regards, Niki From: Nikolay Kabadjov To: "us...@cloudstack.apache.org" ; "dev@cloudstack.apache.org" Sent: Wednesday

RE: New Committer: Daan Hoogland

2013-08-29 Thread Musayev, Ilya
Welcome and congrats Daan! > -Original Message- > From: Wei ZHOU [mailto:ustcweiz...@gmail.com] > Sent: Thursday, August 29, 2013 8:43 AM > To: dev@cloudstack.apache.org > Subject: Re: New Committer: Daan Hoogland > > Congrats! > > > 2013/8/28 Chip Childers > > > The Project Managemen

Re: Review Request 13889: CLOUDSTACK-4487: Add Netscaler service provider if not already present

2013-08-29 Thread Rayees Namathponnan
> On Aug. 29, 2013, 4:33 a.m., Prasanna Santhanam wrote: > > The NetScaler provider is not different from any other provider and the > > test should not enable/disable it unless that's the test itself. The > > deployment configuration would need to be done differently. The providers > > requir

Re: Review Request 13559: Automation: Portable IP test cases

2013-08-29 Thread Gaurav Aradhye
> On Aug. 27, 2013, 6:02 p.m., venkata swamy babu budumuru wrote: > > test/integration/component/test_portable_ip.py, line 817 > > > > > > Isn't it a better idea to check the programmed NAT rule is functioning > > pr

Re: Review Request 13889: CLOUDSTACK-4487: Add Netscaler service provider if not already present

2013-08-29 Thread Prasanna Santhanam
> On Aug. 29, 2013, 4:33 a.m., Prasanna Santhanam wrote: > > The NetScaler provider is not different from any other provider and the > > test should not enable/disable it unless that's the test itself. The > > deployment configuration would need to be done differently. The providers > > requir

Re: Review Request 13889: CLOUDSTACK-4487: Add Netscaler service provider if not already present

2013-08-29 Thread Rayees Namathponnan
> On Aug. 29, 2013, 4:33 a.m., Prasanna Santhanam wrote: > > The NetScaler provider is not different from any other provider and the > > test should not enable/disable it unless that's the test itself. The > > deployment configuration would need to be done differently. The providers > > requir

Re: Review Request 13901: fix long cast to double

2013-08-29 Thread Laszlo Hornyak
> On Aug. 29, 2013, 12:40 p.m., Wei Zhou wrote: > > It looks the type of varieties in vmStats class need to be changed as well. Hi Wei, VmStatsEntry.networkReadKBs and other statistics information are already double. I think that is good, the problem was that at the division of the long value

Re: New Committer: Daan Hoogland

2013-08-29 Thread Wei ZHOU
Congrats! 2013/8/28 Chip Childers > The Project Management Committee (PMC) for Apache CloudStack > has asked Daan Hoogland to become a committer and we are pleased to > announce that he has accepted! > > Daan's been quite active on the dev list, working on not just the code > but also helping u

Re: Review Request 13901: fix long cast to double

2013-08-29 Thread Wei Zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13901/#review25728 --- It looks the type of varieties in vmStats class need to be changed a

Re: New Committer: Daan Hoogland

2013-08-29 Thread John Burwell
Congrats, Daan. On Aug 28, 2013, at 9:58 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Daan Hoogland to become a committer and we are pleased to > announce that he has accepted! > > Daan's been quite active on the dev list, working on not ju

Review Request 13901: fix long cast to double

2013-08-29 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13901/ --- Review request for cloudstack, Alena Prokharchyk and Wei Zhou. Repository: clou

Review Request 13900: simplify setCpuUsed

2013-08-29 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13900/ --- Review request for cloudstack and Min Chen. Repository: cloudstack-git Descri

Review Request 13897: simplified casting

2013-08-29 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13897/ --- Review request for cloudstack and Min Chen. Repository: cloudstack-git Descri

Re: Review Request 13896: JIRA-3702 : VM instantiation : specific information for hypervisors

2013-08-29 Thread Nicolas FOATA
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13896/ --- (Updated Aug. 29, 2013, 11:48 a.m.) Review request for cloudstack. Summary (u

Review Request 13896: VM instantiation : specific information for hypervisors

2013-08-29 Thread Nicolas FOATA
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13896/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: HA redundant virtual router

2013-08-29 Thread Daan Hoogland
Sheng, just to make sure; You are going to write this document? I see Roeland understood your mail like this. When you do, I'd like you to keep in mind that we also want redundant routers within a VPC to ensure ACS upgrades are more seamless for customer application groups and - dtap streets. If

RE: HA redundant virtual router

2013-08-29 Thread Roeland Kuipers
Hi Sheng, Thanks for the info. Looking forward to the design doc, I trust this will make things clearer. In the meantime will be doing some research and thinking too, to see how we can improve things to also have HA on the RvR in a safe way. We will share this once ready. Thanks, Roeland From

Re: Storage Allocated: 0.00 KB / 0.00 KB, hence unable to start a VM

2013-08-29 Thread Nikolay Kabadjov
Yes Nitin,  both Xen hosts (in a pool) were up and running all the time.  Regards, Niki From: Nitin Mehta To: "us...@cloudstack.apache.org" ; Nikolay Kabadjov ; "dev@cloudstack.apache.org" Sent: Thursday, August 29, 2013 1:36 PM Subject: Re: Storage Allocat

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

2013-08-29 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/ --- (Updated Aug. 29, 2013, 4:24 p.m.) Review request for cloudstack, sailaja mada,

Re: Storage Allocated: 0.00 KB / 0.00 KB, hence unable to start a VM

2013-08-29 Thread Nitin Mehta
Were your hosts up all this while ? CS gets storage statistics by connecting with the hosts. On 29/08/13 12:52 AM, "Nikolay Kabadjov" wrote: >Hello everybody, >While using CloudStack 3.0.6, from time to time we a gettin the >folloiwing issue: >the dashboard shows Storage Allocated: 0.00 KB / 0.

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

2013-08-29 Thread Prasanna Santhanam
> On Aug. 27, 2013, 2:48 p.m., Sanjay Tripathi wrote: > > Looks good to me. Thanks for the detailed review Sanjay. I've merged this to master/4.2-forward. Gaurav, there were many formatting errors in the patch. Please verify the merge and ensure that you've checked for formatting in your futur

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

2013-08-29 Thread Dave Cahill
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13771/#review25724 --- Ship it! LGTM. - Dave Cahill On Aug. 28, 2013, 2:37 p.m., daan H

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

2013-08-29 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/#review25723 --- Diff for common.py is not available in the patch, update the patch a

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

2013-08-29 Thread Girish Shilamkar
> On Aug. 29, 2013, 7:09 a.m., Prasanna Santhanam wrote: > > Do you want to fix the other test suites listed in the bug report with > > different patches? The problem with the hypervisor-specific template exists > > in other suites as in the bug report. I almost forgot about other tests to be

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

2013-08-29 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13806/#review25720 --- Commit c6f0d46911143ef79bec86d4b989d9256f15b29e in branch refs/heads

Re: Review Request 13886: Need to update the vmware clusters with the global overporvisioning factors after upgrade to 4.2.

2013-08-29 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13886/#review25719 --- Ship it! Ship It! - Nitin Mehta On Aug. 29, 2013, 8:02 a.m., bha

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

2013-08-29 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13806/#review25718 --- Commit de86e5e63dcb5f11c139acf4f0f027fbecbaa00d in branch refs/head

Re: Review Request 13886: Need to update the vmware clusters with the global overporvisioning factors after upgrade to 4.2.

2013-08-29 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13886/ --- (Updated Aug. 29, 2013, 8:02 a.m.) Review request for cloudstack and Kishan Kav

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

2013-08-29 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/ --- (Updated Aug. 29, 2013, 1:02 p.m.) Review request for cloudstack, sailaja mada,

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

2013-08-29 Thread Gaurav Aradhye
> On Aug. 1, 2013, 4:57 p.m., Sanjay Tripathi wrote: > > test/integration/component/memory_limits/test_domain_limits.py, line 302 > > > > > > Migration of a VM to another host will not affect/update any count > > beca

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

2013-08-29 Thread Gaurav Aradhye
> On June 17, 2013, 10:32 a.m., Prasanna Santhanam wrote: > > test/integration/component/test_memory_limits.py, line 184 > > > > > > what if networks is an empty list? [] Removed this method as it is no longer used an

Re: Please cherry pick very small doc fix

2013-08-29 Thread Animesh Chaturvedi
Thanks Prasanna Thanks Animesh On Aug 28, 2013, at 10:32 PM, "Prasanna Santhanam" wrote: > The docs job should build soon as it detects a change in the docs/ directory. > > I'll get you access so you can trigger it if required. > > On Thu, Aug 29, 2013 at 05:24:43AM +, Animesh Chaturvedi

Re: Review Request 13895: CLOUDSTACK-4531: Resolved ssh error for basic zone. Public ip should be used for ssh instead of ipaddress of nic

2013-08-29 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13895/#review25716 --- tools/marvin/marvin/integration/lib/base.py

Re: Review Request 13895: CLOUDSTACK-4531: Resolved ssh error for basic zone. Public ip should be used for ssh instead of ipaddress of nic

2013-08-29 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13895/ --- (Updated Aug. 29, 2013, 7:13 a.m.) Review request for cloudstack, venkata swamy

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

2013-08-29 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13806/#review25715 --- Do you want to fix the other test suites listed in the bug report wi