[GitHub] cloudstack pull request: CLOUDSTACK-8708: gson update and ArrayTyp...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/932#issuecomment-150648494
  
@DaanHoogland I have the same result as @borisroman reports:

```
 Deploy DC Started 
Exception Occurred: ['Traceback (most recent call last):\n', '  File 
"/data/git/cs1/cloudstack/tools/marvin/marvin/deployDataCenter.py", line 254, 
in createPrimaryStorages\nret = 
self.__apiClient.createStoragePool(primarycmd)\n', '  File 
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", 
line 1727, in createStoragePool\nresponse = 
self.connection.marvinRequest(command, response_type=response, 
method=method)\n', '  File 
"/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 379, in 
marvinRequest\nraise e\n', 'CloudstackAPIException: Execute cmd: 
createstoragepool failed, due to: errorCode: 530, errorText:Failed to add data 
store: Failed to access storage pool\n']
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150652979
  
@remibergsma not for the HypervisorGuru, as they are really specific, It 
does however conflict with the original idea behind the Gurus if I'm not 
mistaken, as a Guru is well ehr, a Guru.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: FIX: Ovm3 physical network traffic labels...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/964#issuecomment-150653911
  
@remibergsma thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150657287
  
@snuf @remibergsma I like this idea. I actually think we should have this 
kind behavior everywhere...

Here's another example of non-deterministic behavior:

https://github.com/apache/cloudstack/blob/fddf59f8852000c5f3905197508d4cd129f6cc1b/services/secondary-storage/server/src/org/apache/cloudstack/storage/template/DownloadManagerImpl.java#L474

It loops over all processors and the first one to return a non null answer 
wins! 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Fix KVM snap to vol and ...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/962#issuecomment-150657334
  
@NuxRo @karuturi Superseded by #975 and in . Closing this one!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Fix KVM snap to vol and ...

2015-10-23 Thread snuf
Github user snuf closed the pull request at:

https://github.com/apache/cloudstack/pull/962


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8987 call s3xen/swiftxen plugi...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/970#issuecomment-150662299
  
Based on code review, LGTM :+1: 

I haven't spun up a cluster to run integration tests...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Interface pattern check

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/973#issuecomment-150662287
  
Oh and push again so Jenkins can restart, please.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8981 coded a more obscure host...

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/965


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Ovm3HypervisorGuru wrong answer and snaps...

2015-10-23 Thread snuf
GitHub user snuf opened a pull request:

https://github.com/apache/cloudstack/pull/975

Ovm3HypervisorGuru wrong answer and snapshot to volume implementation.

Fixes the wrong answer that is given for host delegation, the snapshot to 
volume is implemented and a small logger is added to the XenServerGuru to make 
host delegation visible.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/snuf/cloudstack DuckingGurus

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/975.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #975


commit 66fed462b64c8e3fe9e7ee39c7a1c07ff33108f9
Author: Funs Kessen 
Date:   2015-10-23T13:58:40Z

simple change to prevent failure and keep OVM3 snapshots working

commit 6db4b7b0be28617feb3367e8984f95aabff97556
Author: Funs Kessen 
Date:   2015-10-23T14:50:26Z

Getting volume from snapshot working again... odd

commit c4afb76d8cce15a67b72e5849ff84e5ff5304b5e
Author: Funs Kessen 
Date:   2015-10-23T18:09:06Z

host delegation logging for XenServerGuru.java




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8987 call s3xen/swiftxen plugi...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/970#issuecomment-150663941
  
@borisroman Thanks, will ask @wilderrodrigues to run some integration tests.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread jburwell
Github user jburwell commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150660824
  
This seems like a pragmatic fix for 4.6.  In the long term, I am concerns 
that the method provides an inaccurate view of system state.  When no answer is 
found, it says that the passed host processed it when, in fact, it was not 
processed.  Since this problem is existing, we can address it post-4.6.

Additionally, I don't see any reason why this fixed should be two commits.  
It would be nice to see it squashed to reduce clutter on the master branch log.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150661801
  
@jburwell I think it should be 2 commits... They fix 2 different things. 
The first fixes the Guru issue, while the second one makes it possible to 
create snapshots from removed volumes, right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8985: Deleted volume's removed...

2015-10-23 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request:

https://github.com/apache/cloudstack/pull/968#issuecomment-150663033
  
@DaanHoogland At present, I don't have any way to run SolidFire integration 
tests inside of the Apache community. Perhaps I can leverage a virtual 
appliance at some point to make this happen, though.

@pdube It turns out it's actually the way the storage framework is 
implemented. When it invokes the "delete" method on the storage plug-in, the 
"removed" column has not yet been updated in the database. That only happens 
once the plug-in returns "success" on its side (then a callback method is 
invoked within the storage framework to update the "removed" column (among 
other things)). My assumption in the plug-in was initially that this "removed" 
column was updated before the storage framework told me to remove the object, 
but that was not correct (so I need to treat the volume like it's still "alive 
and well" and just ignore it when I calculate space numbers).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread jburwell
Github user jburwell commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150665355
  
@borisroman it fixes one ticket -- it should be one commit.  In the grand 
scheme of the master log, the distinction is not valuable -- it only obfuscates 
the intention.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: UI translation for 4.6

2015-10-23 Thread Erik Weber
On Fri, Oct 23, 2015 at 6:11 PM, Milamber  wrote:

> Hello,
>
> The new stats for the translations of Web UI 4.6 (languages over 50%):
>
> French (France) 100%
> Portuguese (Brazil) 99%
> Japanese (Japan)99%
> Chinese (China) 99%
> Norwegian Bokmål (Norway)   99%
> Hungarian   98%
> Dutch (Netherlands) 94%
> German (Germany)76%
> Russian (Russia)75%
> Korean (Korea)  66%
> Spanish 53%
>
> Thanks for the translators! (especially to the Norwegian 70%->99%, 655 new
> translated strings!)
>
>
I just finished the 2.2 strings that were missing and got us up to 100%.

Thanks to Dag S. and Jan-Arve N. as well for their efforts!

-- 
Erik


[GitHub] cloudstack pull request: [4.6]CLOUDSTACK-8912: Fixed listGuestOsMa...

2015-10-23 Thread borisroman
Github user borisroman closed the pull request at:

https://github.com/apache/cloudstack/pull/890


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [ACS460] QA days (part one)

2015-10-23 Thread Remi Bergsma
If you have some time, join us now :-)



On 22/10/15 22:48, "Pierre-Luc Dion"  wrote:

>Hi,
>Just as a quick reminder, we will do the First QA days tomorrow. We should
>use the Slack channel: #qa_days and IRC channel #cloudstack-dev for live
>communications.
>The idea, tests new and current features of master branches, might worth to
>use jenkins builds and packages to speed up QA process.
>
>Cheers,
>
>
>
>
>On Sun, Oct 18, 2015 at 2:24 PM, Paul Angus 
>wrote:
>
>> If you guys set the date I'll try to ring fence from anything else.
>>
>> Regards,
>> Paul Angus
>> VP Technology/Cloud Architect
>> ShapeBlue Ltd
>> S: +44 20 3603 0540 | M: +447711418784 | T: @CloudyAngus
>> paul.an...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
>> ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
>> -Original Message-
>> From: Timothy Lothering [mailto:tlother...@datacentrix.co.za]
>> Sent: Thursday, October 15, 2015 7:49 AM
>> To: us...@cloudstack.apache.org; dev@cloudstack.apache.org
>> Subject: RE: [ACS460] QA days (part one)
>>
>> I am in..
>>
>> Kind Regards,
>>
>> Timothy Lothering
>>
>> -Original Message-
>> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
>> Sent: Thursday, 15 October 2015 2:01 AM
>> To: dev@cloudstack.apache.org
>> Cc: us...@cloudstack.apache.org
>> Subject: Re: [ACS460] QA days (part one)
>>
>> That works for me.
>>
>> On Wednesday, October 14, 2015, Pierre-Luc Dion 
>> wrote:
>>
>> > Does anybody would be interested to participate to a global QA days
>> > for the coming release 4.6.0 ?
>> >
>> > The idea would be to do a full day hackathon (remote or via User
>> > Groups) on testing of ACS 4.6.0 by using available online tools such
>> > as IRC, slack, GoToMeeting if we have access to one.  so I would be a
>> > good time to perform a lot of test over 4.6.0.  We would probably
>> > speedup PR that they when they would address bugs, or add tests.
>> >
>> > So the basic ID would be to:
>> > - Test features that are important for you and are required for your
>> > environment, more if you can.
>> > - document found issues into jira
>> > - see if you can fix them then PR.
>> > - how to improve automatic tests (marvin)
>> > - maybe we could schedule few GoToWebinar session around Marvin that day
>> ?
>> >
>> > Usual QA stuff, but online into an Hackathon formula.  Dates targets
>> > would be 2 days:  October 23rd and November 6th.
>> >
>> > Does anyone would have an idea on how to organize that? via
>> > meetup.com/eventbrite or something else?
>> >
>> > Cheers,
>> >
>> > PLD
>> >
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud
>> *™*
>> Timothy Lothering
>> Solutions Architect
>> Managed Services
>>
>> T: +27877415535
>> F: +27877415100
>> C: +27824904099
>> E: tlother...@datacentrix.co.za
>>
>>
>> DISCLAIMER NOTICE:
>>
>> Everything in this e-mail and any attachments relating to the official
>> business of Datacentrix Holdings Ltd. and its subsidiaries
>> ('Datacentrix') is proprietary to Datacentrix. It is confidential, legally
>> privileged and protected by law. Datacentrix does not own and endorse any
>> other content. Views and opinions are those of the sender unless clearly
>> stated as being that of Datacentrix.
>> The person addressed in the e-mail is the sole authorised recipient.
>> Please notify the sender immediately if it has unintentionally reached you
>> and do not read, disclose or use the content in any way. Datacentrix cannot
>> assure that the integrity of this communication has been maintained nor
>> that it is free of errors, virus, interception or interference.
>> Find out more about ShapeBlue and our range of CloudStack related services
>>
>> IaaS Cloud Design & Build<
>> http://shapeblue.com/iaas-cloud-design-and-build//>
>> CSForge – rapid IaaS deployment framework
>> CloudStack Consulting
>> CloudStack Software Engineering<
>> http://shapeblue.com/cloudstack-software-engineering/>
>> CloudStack Infrastructure Support<
>> http://shapeblue.com/cloudstack-infrastructure-support/>
>> CloudStack Bootcamp Training Courses<
>> http://shapeblue.com/cloudstack-training/>
>>
>> This email and any attachments to it may be confidential and are intended
>> solely for the use of the individual to whom it is addressed. Any views or
>> opinions expressed are solely those of the author and do not necessarily
>> represent those of Shape Blue Ltd or related companies. If you are not the
>> intended recipient of this email, you must neither take any action based
>> upon its contents, nor copy or show it to anyone. Please contact the sender
>> if you believe you have received this email in error. Shape Blue Ltd is a
>> 

[GitHub] cloudstack pull request: CLOUDSTACK-8964: Fix KVM snap to vol and ...

2015-10-23 Thread NuxRo
Github user NuxRo commented on the pull request:

https://github.com/apache/cloudstack/pull/962#issuecomment-150537570
  
@Snuf is there a list of all hv gurus? I'd like to exclude all of them (bar 
kvm), see if that helps.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Added support for KVM teamd devices to Li...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/966#issuecomment-150546240
  
See also PR #812 and the comments there. Can anyone combine the two and 
address the comments in PR #812 please? If it can be done soon, we can merge it 
in 4.6. Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8979: add virtio support for C...

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/963


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8708: gson update and ArrayTyp...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/932#issuecomment-150553777
  
@DaanHoogland Could you please have a look again?
```
WARN  [c.c.a.m.AgentManagerImpl] (StatsCollector-1:ctx-94b6fe0e) Exception 
while sending
java.lang.ArrayIndexOutOfBoundsException: 0
at 
com.cloud.agent.manager.AgentManagerImpl.send(AgentManagerImpl.java:365)
at 
com.cloud.agent.manager.AgentManagerImpl.easySend(AgentManagerImpl.java:938)
at 
com.cloud.resource.ResourceManagerImpl.getHostStatistics(ResourceManagerImpl.java:2485)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy159.getHostStatistics(Unknown Source)
at 
com.cloud.server.StatsCollector$HostCollector.runInContext(StatsCollector.java:380)
at 
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at 
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
WARN  [c.c.r.ResourceManagerImpl] (StatsCollector-1:ctx-94b6fe0e) Unable to 
obtain host 7 statistics. 
WARN  [c.c.s.StatsCollector] (StatsCollector-1:ctx-94b6fe0e) Received 
invalid host stats for host: 7
WARN  [c.c.a.m.AgentManagerImpl] (StatsCollector-1:ctx-d81486fe) Exception 
while sending
java.lang.ArrayIndexOutOfBoundsException: 0
at 
com.cloud.agent.manager.AgentManagerImpl.send(AgentManagerImpl.java:365)
at 
com.cloud.agent.manager.AgentManagerImpl.easySend(AgentManagerImpl.java:938)
at 
com.cloud.resource.ResourceManagerImpl.getHostStatistics(ResourceManagerImpl.java:2485)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy159.getHostStatistics(Unknown Source)
at 
com.cloud.server.StatsCollector$HostCollector.runInContext(StatsCollector.java:380)
at 
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
at 

[GitHub] cloudstack pull request: Added support for KVM teamd devices to Li...

2015-10-23 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/966#issuecomment-150553318
  
Agreed with @remibergsma, but the code-wise this is a LGTM.

One PR which includes #812 as well would be nice.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Added support for KVM teamd devices to Li...

2015-10-23 Thread dmabry
Github user dmabry commented on the pull request:

https://github.com/apache/cloudstack/pull/966#issuecomment-150588016
  
@DaanHoogland Sounds good.  I'll hold off.  Thanks for the help.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: UI translation for 4.6

2015-10-23 Thread Milamber

Hello,

The new stats for the translations of Web UI 4.6 (languages over 50%):

French (France) 100%
Portuguese (Brazil) 99%
Japanese (Japan)99%
Chinese (China) 99%
Norwegian Bokmål (Norway)   99%
Hungarian   98%
Dutch (Netherlands) 94%
German (Germany)76%
Russian (Russia)75%
Korean (Korea)  66%
Spanish 53%

Thanks for the translators! (especially to the Norwegian 70%->99%, 655 
new translated strings!)


I will integrate all this new strings in a new PR the next week around 
the 30/31st October.


Hungarian / Dutch (@dahn), just a small work to go to 100%!

The transifex project to translate the Web UI:
https://www.transifex.com/ke4qqq/CloudStack_UI/

That would be great to have a lot of localization Web UI for CloudStack 4.6!

Thanks

Milamber

PS. All languages stats for 4.6:
https://www.transifex.com/ke4qqq/CloudStack_UI/46xmessagesproperties/


On 09/10/2015 09:49, Sebastien Goasguen wrote:

Milamber reminded me that before releasing 4.6 we should include the latest 
translated strings for the UI.
If you care about translation, you might be interested to work on it in the 
coming days.

Here is where we stand:

Portuguese (Brazil) 100%
French (France) 100%

Japanese (Japan)99%
Hungarian   98%
Chinese (China) 93%
Dutch (Netherlands) 89%
Russian (Russia)75%
German (Germany)71%
Norwegian Bokmål (Norway)   70%
Korean (Korea)  66%
Spanish 53%


Italian (Italy) 36%
Polish  21%
Catalan 13%
Arabic  12%
Persian 11%
Romanian (Romania)  9%
Chinese (Taiwan)7%
Georgian5%
Thai (Thailand) 5%
Turkish (Turkey)2%
Tatar   2%
Indonesian  1%

you can see that Japanese, Hungarian, Chinese and Dutch are really close to 
100%:

https://www.transifex.com/ke4qqq/CloudStack_UI/


-sebastien




[GitHub] cloudstack pull request: CLOUDSTACK-8979: add virtio support for C...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/963#issuecomment-150547987
  
@remibergsma All green now! LGTM :+1: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Quota

2015-10-23 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/768#discussion_r42860960
  
--- Diff: framework/db/src/com/cloud/utils/db/Transaction.java ---
@@ -59,4 +59,30 @@ public T doInTransaction(TransactionStatus status) 
throws RuntimeException {
 });
 }
 
+@SuppressWarnings("deprecation")
+public static  T execute(final short 
databaseId, TransactionCallbackWithException callback) throws E {
+String name = "tx-" + counter.incrementAndGet();
+TransactionLegacy currentTxn = TransactionLegacy.currentTxn(false);
+short outer_txn_databaseId = (currentTxn != null ? 
currentTxn.getDatabaseId() : databaseId);
+TransactionLegacy txn = TransactionLegacy.open(name, databaseId, 
true);
+try {
--- End diff --

This is not part of quota package.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Added support for KVM teamd devices to Li...

2015-10-23 Thread dmabry
Github user dmabry commented on the pull request:

https://github.com/apache/cloudstack/pull/966#issuecomment-150582452
  
I'll take a look at #812 and see about combining them into this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Added support for KVM teamd devices to Li...

2015-10-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/966#issuecomment-150585840
  
@dmabry I am already writng a combination. please review when done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8985: Deleted volume's removed...

2015-10-23 Thread pdube
Github user pdube commented on the pull request:

https://github.com/apache/cloudstack/pull/968#issuecomment-150575383
  
The fix looks like it will work, but it seems like it is just a workaround. 
Shouldn't the column be updated correctly instead?

Either in this method or the other one :

deleteSolidFireVolume(sfConnection, volumeInfo);
_volumeDetailsDao.removeDetails(volumeId);


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Add agent name in received response

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/936#issuecomment-150578738
  
@remibergsma Did the same :) KVM Basic setup though. Integeration test: 
smoke/test_vm_life_cycle.py returned all success!

LGTM :+1: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Add agent name in received response

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/936


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Quota

2015-10-23 Thread jburwell
Github user jburwell commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/768#discussion_r42860149
  
--- Diff: framework/db/src/com/cloud/utils/db/Transaction.java ---
@@ -59,4 +59,30 @@ public T doInTransaction(TransactionStatus status) 
throws RuntimeException {
 });
 }
 
+@SuppressWarnings("deprecation")
+public static  T execute(final short 
databaseId, TransactionCallbackWithException callback) throws E {
+String name = "tx-" + counter.incrementAndGet();
+TransactionLegacy currentTxn = TransactionLegacy.currentTxn(false);
+short outer_txn_databaseId = (currentTxn != null ? 
currentTxn.getDatabaseId() : databaseId);
+TransactionLegacy txn = TransactionLegacy.open(name, databaseId, 
true);
+try {
--- End diff --

@abhinandanprateek I don't see how using Java7's try-with-resource feature 
would bleed quota code.  It's a standard Java7 feature that reduces user error 
and code. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: smoke/test_internal_lb.py: Fix template n...

2015-10-23 Thread michaelandersen
Github user michaelandersen commented on the pull request:

https://github.com/apache/cloudstack/pull/971#issuecomment-150571635
  
ran the following test:
```
nosetests --with-marvin --log-folder-path=/tmp/marvin/ 
--marvin-config=../../../mct-zone1-kvm1.cfg -a tags=advanced  
test_internal_lb.py
```

with results:
```
Test to verify access to loadbalancer haproxy admin stats page ... === 
TestName: test02_internallb_haproxy_stats_on_all_interfaces | Status : SUCCESS 
===
ok
Test create, assign, remove of an Internal LB with roundrobin http traffic 
to 3 vm's ... === TestName: test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 
| Status : SUCCESS ===
ok
--
Ran 2 tests in 1156.295s
OK
```




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Funs Kessen
Perhaps it would be nice to put the logging in all the GURUs so you can 
actually see which
ones are used, and how it is used ?

Cheers,

Funs

> On 23 Oct 2015, at 11:21, Wei ZHOU  wrote:
> 
> As I said in previous mail, the request should be sent to
> KVMHypervisorGuru, not others.
> Mike, can you try my PR:  https://github.com/apache/cloudstack/pull/954
> 
> 2015-10-23 8:49 GMT+02:00 Rajani Karuturi :
> 
>> Interesting. Incase of KVM, its the reverse. The command which is supposed
>> to goto SSVM ended up on KVM host.
>> 
>> ~Rajani
>> 
>> 
>> 
>> On 23-Oct-2015, at 10:49 am, Mike Tutkowski 
>> wrote:
>> 
>>> Hi Rajani,
>>> 
>>> I seem to get the same error.
>>> 
>>> "Are you sure you got the right type of server?" is listed again in the
>>> output.
>>> 
>>> It seems VMwareGuru is invoked and it passes the CopyCommand on to the
>>> SSVM, which claims it doesn't support the command.
>>> 
>>> Thanks,
>>> Mike
>>> 
>>> On Thu, Oct 22, 2015 at 10:56 PM, Rajani Karuturi <
>>> rajani.karut...@citrix.com> wrote:
>>> 
 Yes. This is the pr.  We have some design issues to fix to make sure
 hypervisor gurus doesn't cross boundaries. But, until then, we have to
>> fix
 the respective hv gurus. You can find more details on the bug which nux
 shared.
 
 You could also test with hypervisor gurus exclude global Param and
>> exclude
 ovm3guru to be sure that this is the issue. (exact configuration and its
 value is on bug comments)
 
 ~Rajani
 Sent from my Windows Phone
 
 From: Mike Tutkowski
 Sent: ‎23-‎10-‎15 09:56
 To: dev@cloudstack.apache.org
 Subject: Re: [4.6] Can't create template or volume from snapshot
 
 Hi Rajani,
 
 Just checking to make sure this is the PR you intended. It looks
>> related to
 OVM3 only.
 
 Thanks!
 Mike
 
 On Thu, Oct 22, 2015 at 9:39 PM, Rajani Karuturi <
 rajani.karut...@citrix.com
> wrote:
 
> Mike,
> Can you please test on PR
>> https://github.com/apache/cloudstack/pull/962?
> It fixes this issue.
> 
> ~Rajani
> 
> 
> 
> On 23-Oct-2015, at 7:29 am, Mike Tutkowski <
>> mike.tutkow...@solidfire.com
> 
> wrote:
> 
>> I guess I should point out that my system VMs are all running on
> XenServer,
>> but I don't think that should be a problem.
>> 
>> On Thu, Oct 22, 2015 at 7:57 PM, Mike Tutkowski <
>> mike.tutkow...@solidfire.com> wrote:
>> 
>>> I seem to be having a similar problem with deploying a VM on VMware
 (on
>>> 4.6). I first tried with my (SolidFire) plug-in and then with just
 local
>>> storage. In both cases, I get an error saying "Are you sure you got
 the
>>> right type of server?"
>>> 
>>> On Sun, Oct 18, 2015 at 2:29 AM, Nux!  wrote:
>>> 
 All I get is a "Are you sure you got the right type of server?"
 
 More info at https://issues.apache.org/jira/browse/CLOUDSTACK-8964
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
>>> 
>>> 
>>> 
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud
>>> *™*
>>> 
>> 
>> 
>> 
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud
>> *™*
> 
> 
 
 
 --
 *Mike Tutkowski*
 *Senior CloudStack Developer, SolidFire Inc.*
 e: mike.tutkow...@solidfire.com
 o: 303.746.7302
 Advancing the way the world uses the cloud
 *™*
 
>>> 
>>> 
>>> 
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud
>>> *™*
>> 
>> 



[GitHub] cloudstack pull request: Fix template not ready error

2015-10-23 Thread michaelandersen
GitHub user michaelandersen opened a pull request:

https://github.com/apache/cloudstack/pull/971

Fix template not ready error

Add wait for template download
Refactored template section of services

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/michaelandersen/cloudstack 
fix/loadbalancer-test

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/971.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #971


commit b95c8200e20e7a2bec369b2ba8b8c4fbbc71b0ca
Author: Michael Andersen 
Date:   2015-10-23T13:22:48Z

Add wait for template download
Refactored template section of services




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Add agent name in received response

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/936#issuecomment-150572549
  
LGTM, built infra and run this test:

```
nosetests --with-marvin --marvin-config=${marvinCfg} -s -a 
tags=advanced,required_hardware=false smoke/test_vm_life_cycle.py
```

Results:
```
[root@cs3 integration]# cat 
/tmp//MarvinLogs/test_vm_life_cycle_X1KMH8/results.txt 
Test advanced zone virtual router ... === TestName: 
test_advZoneVirtualRouter | Status : SUCCESS ===
ok
Test Deploy Virtual Machine ... === TestName: test_deploy_vm | Status : 
SUCCESS ===
ok
Test Multiple Deploy Virtual Machine ... === TestName: 
test_deploy_vm_multiple | Status : SUCCESS ===
ok
Test Stop Virtual Machine ... === TestName: test_01_stop_vm | Status : 
SUCCESS ===
ok
Test Start Virtual Machine ... === TestName: test_02_start_vm | Status : 
SUCCESS ===
ok
Test Reboot Virtual Machine ... === TestName: test_03_reboot_vm | Status : 
SUCCESS ===
ok
Test destroy Virtual Machine ... === TestName: test_06_destroy_vm | Status 
: SUCCESS ===
ok
Test recover Virtual Machine ... === TestName: test_07_restore_vm | Status 
: SUCCESS ===
ok
Test migrate VM ... === TestName: test_08_migrate_vm | Status : SUCCESS ===
ok
Test destroy(expunge) Virtual Machine ... === TestName: test_09_expunge_vm 
| Status : SUCCESS ===
ok

--
Ran 10 tests in 1557.153s

OK
```

Checked functionality, saw this in logs now:

```
MgmtId: 90520732674659, via: 1(kvm3)
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix for CLOUDSTACK-8937 - XenServer migra...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/925#issuecomment-150550247
  
Hi @atrbgithub thanks for the patch! Can you supply this patch also to 
master? We can only merge it, if it enters master first (will change soon, but 
right now this is it). Otherwise this will break when upgrading from 4.5 to 4.6 
etc.

Please force-push to trigger another Jenkins build. if it fails, please 
check why.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8815 : Issues with cloudstack-...

2015-10-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/799


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8987 call s3xen/swiftxen plugi...

2015-10-23 Thread remibergsma
GitHub user remibergsma opened a pull request:

https://github.com/apache/cloudstack/pull/970

CLOUDSTACK-8987 call s3xen/swiftxen plugins with their name

It's called `s3xen`, not `s3xenserver`. While investigating, I found the 
same issue for `swiftxen`.

Regresion from a8212d9ef458dd7ac64b021e6fa33fcf64b3cce0 where things were 
massively renamed, without proper verification.

Error seen:
```
2015-10-22 21:42:30,372 WARN  [c.c.h.x.r.CitrixResourceBase] 
(DirectAgent-261:ctx-862ebceb) callHostPlugin failed for cmd: s3 with args 
maxErrorRetry: 10, secretKey: +XGy4yPPbAH9AijYxFTr1yVCCiVQuSfXWWj1Invs, 
connectionTtl: null, iSCSIFlag: false, maxSingleUploadSizeInBytes: 
5368709120, bucket: mccx-nl2, endPoint: s3.storage.acc.schubergphilis.com, 
filename: /var/run/sr-mount/9414f970-0afd-42db-972f-aa4743293430/2
cf0c24b-a596-4039-b50a-7ce87da4f273.vhd, accessKey: 16efbc4e870f24338141, 
socketTimeout: null, https: false, connectionTimeout: 30, operation: put, 
key: snapshots/2/10/2cf0c24b-a596-4039-b50a-7ce87da4f273
.vhd, useTCPKeepAlive: null,  due to Task failed! Task record:  
   uuid: 4be8a515-1e2a-59de-6301-029fb0326651
   nameLabel: Async.host.call_plugin
 nameDescription: 
   allowedOperations: []
   currentOperations: {}
 created: Thu Oct 22 21:42:44 CEST 2015
finished: Thu Oct 22 21:42:44 CEST 2015
  status: failure
  residentOn: com.xensource.xenapi.Host@9c7aad90
progress: 1.0
type: 
  result: 
   errorInfo: [XENAPI_MISSING_PLUGIN, s3xenserver]
 otherConfig: {}
   subtaskOf: com.xensource.xenapi.Task@aaf13f6f
subtasks: []
Task failed! Task record: uuid: 
4be8a515-1e2a-59de-6301-029fb0326651
   nameLabel: Async.host.call_plugin
 nameDescription: 
   allowedOperations: []
   currentOperations: {}
 created: Thu Oct 22 21:42:44 CEST 2015
finished: Thu Oct 22 21:42:44 CEST 2015
  status: failure
  residentOn: com.xensource.xenapi.Host@9c7aad90
progress: 1.0
type: 
  result: 
   errorInfo: [XENAPI_MISSING_PLUGIN, s3xenserver]
 otherConfig: {}
   subtaskOf: com.xensource.xenapi.Task@aaf13f6f
subtasks: []
```

Here we see the correct name:

```

scripts/vm/hypervisor/xenserver/s3xen:lib.setup_logging("/var/log/cloud/s3xen.log")

scripts/vm/hypervisor/xenserver/xenserver56/patch:s3xen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver56fp1/patch:s3xen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver60/patch:s3xen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver62/patch:s3xen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver65/patch:s3xen=..,0755,/etc/xapi.d/plugins
```

And:

```

scripts/vm/hypervisor/xenserver/xenserver56/patch:swiftxen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver56fp1/patch:swiftxen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver60/patch:swiftxen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver62/patch:swiftxen=..,0755,/etc/xapi.d/plugins

scripts/vm/hypervisor/xenserver/xenserver65/patch:swiftxen=..,0755,/etc/xapi.d/plugins
```

These plugins are pushed to the hypervisor.

Finally, s3xen logrotate wasn't setup properly as the logfile was missing 
`.log`.

Build succeeds:
```
[INFO] 

[INFO] BUILD SUCCESS
[INFO] 

[INFO] Total time: 6:27.763s
[INFO] Finished at: Fri Oct 23 09:08:14 GMT 2015
[INFO] Final Memory: 92M/415M
[INFO] 

[INFO] Scanning for projects...
[INFO]  
   
[INFO] 

[INFO] Building Apache CloudStack Developer Mode 4.6.0-SNAPSHOT
[INFO] 

```

After this, S3 works as expected on XenServer. Couldn't test swift but it's 
the same issue. Pinging @pdion891 to have look at swift.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/remibergsma/cloudstack s3xen-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/970.patch

To close this pull request, make a 

[GitHub] cloudstack pull request: CLOUDSTACK-8975:skip test case if niciraN...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/960#issuecomment-150535530
  
Who's going to propose a PR that moves the test? Then we're done and can 
focus on getting 4.6 released!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread NuxRo
Github user NuxRo commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150545386
  
I can confirm Wei's modifications fixes my problem.
Both operations (create tmpl and create vol from snapshot) succeed with 
RPMs built from https://github.com/ustcweizhou/cloudstack/tree/CLOUDSTACK-8964 

Not sure how we should proceed next, but for now I am happy functionality 
is restored.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Wei ZHOU
As I said in previous mail, the request should be sent to
KVMHypervisorGuru, not others.
Mike, can you try my PR:  https://github.com/apache/cloudstack/pull/954

2015-10-23 8:49 GMT+02:00 Rajani Karuturi :

> Interesting. Incase of KVM, its the reverse. The command which is supposed
> to goto SSVM ended up on KVM host.
>
> ~Rajani
>
>
>
> On 23-Oct-2015, at 10:49 am, Mike Tutkowski 
> wrote:
>
> > Hi Rajani,
> >
> > I seem to get the same error.
> >
> > "Are you sure you got the right type of server?" is listed again in the
> > output.
> >
> > It seems VMwareGuru is invoked and it passes the CopyCommand on to the
> > SSVM, which claims it doesn't support the command.
> >
> > Thanks,
> > Mike
> >
> > On Thu, Oct 22, 2015 at 10:56 PM, Rajani Karuturi <
> > rajani.karut...@citrix.com> wrote:
> >
> >> Yes. This is the pr.  We have some design issues to fix to make sure
> >> hypervisor gurus doesn't cross boundaries. But, until then, we have to
> fix
> >> the respective hv gurus. You can find more details on the bug which nux
> >> shared.
> >>
> >> You could also test with hypervisor gurus exclude global Param and
> exclude
> >> ovm3guru to be sure that this is the issue. (exact configuration and its
> >> value is on bug comments)
> >>
> >> ~Rajani
> >> Sent from my Windows Phone
> >> 
> >> From: Mike Tutkowski
> >> Sent: ‎23-‎10-‎15 09:56
> >> To: dev@cloudstack.apache.org
> >> Subject: Re: [4.6] Can't create template or volume from snapshot
> >>
> >> Hi Rajani,
> >>
> >> Just checking to make sure this is the PR you intended. It looks
> related to
> >> OVM3 only.
> >>
> >> Thanks!
> >> Mike
> >>
> >> On Thu, Oct 22, 2015 at 9:39 PM, Rajani Karuturi <
> >> rajani.karut...@citrix.com
> >>> wrote:
> >>
> >>> Mike,
> >>> Can you please test on PR
> https://github.com/apache/cloudstack/pull/962?
> >>> It fixes this issue.
> >>>
> >>> ~Rajani
> >>>
> >>>
> >>>
> >>> On 23-Oct-2015, at 7:29 am, Mike Tutkowski <
> mike.tutkow...@solidfire.com
> >>>
> >>> wrote:
> >>>
>  I guess I should point out that my system VMs are all running on
> >>> XenServer,
>  but I don't think that should be a problem.
> 
>  On Thu, Oct 22, 2015 at 7:57 PM, Mike Tutkowski <
>  mike.tutkow...@solidfire.com> wrote:
> 
> > I seem to be having a similar problem with deploying a VM on VMware
> >> (on
> > 4.6). I first tried with my (SolidFire) plug-in and then with just
> >> local
> > storage. In both cases, I get an error saying "Are you sure you got
> >> the
> > right type of server?"
> >
> > On Sun, Oct 18, 2015 at 2:29 AM, Nux!  wrote:
> >
> >> All I get is a "Are you sure you got the right type of server?"
> >>
> >> More info at https://issues.apache.org/jira/browse/CLOUDSTACK-8964
> >>
> >> Lucian
> >>
> >> --
> >> Sent from the Delta quadrant using Borg technology!
> >>
> >> Nux!
> >> www.nux.ro
> >>
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkow...@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the cloud
> > *™*
> >
> 
> 
> 
>  --
>  *Mike Tutkowski*
>  *Senior CloudStack Developer, SolidFire Inc.*
>  e: mike.tutkow...@solidfire.com
>  o: 303.746.7302
>  Advancing the way the world uses the cloud
>  *™*
> >>>
> >>>
> >>
> >>
> >> --
> >> *Mike Tutkowski*
> >> *Senior CloudStack Developer, SolidFire Inc.*
> >> e: mike.tutkow...@solidfire.com
> >> o: 303.746.7302
> >> Advancing the way the world uses the cloud
> >> *™*
> >>
> >
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkow...@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the cloud
> > *™*
>
>


Re: [ACS460] QA days (part one)

2015-10-23 Thread Nux!
I'm on IRC, me and the wind. :)
Time is limited though - the biggest problem with these synchronous meetings.

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Remi Bergsma" 
> To: dev@cloudstack.apache.org
> Sent: Friday, 23 October, 2015 11:25:20
> Subject: Re: [ACS460] QA days (part one)

> If you have some time, join us now :-)
> 
> 
> 
> On 22/10/15 22:48, "Pierre-Luc Dion"  wrote:
> 
>>Hi,
>>Just as a quick reminder, we will do the First QA days tomorrow. We should
>>use the Slack channel: #qa_days and IRC channel #cloudstack-dev for live
>>communications.
>>The idea, tests new and current features of master branches, might worth to
>>use jenkins builds and packages to speed up QA process.
>>
>>Cheers,
>>
>>
>>
>>
>>On Sun, Oct 18, 2015 at 2:24 PM, Paul Angus 
>>wrote:
>>
>>> If you guys set the date I'll try to ring fence from anything else.
>>>
>>> Regards,
>>> Paul Angus
>>> VP Technology/Cloud Architect
>>> ShapeBlue Ltd
>>> S: +44 20 3603 0540 | M: +447711418784 | T: @CloudyAngus
>>> paul.an...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
>>> ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
>>> -Original Message-
>>> From: Timothy Lothering [mailto:tlother...@datacentrix.co.za]
>>> Sent: Thursday, October 15, 2015 7:49 AM
>>> To: us...@cloudstack.apache.org; dev@cloudstack.apache.org
>>> Subject: RE: [ACS460] QA days (part one)
>>>
>>> I am in..
>>>
>>> Kind Regards,
>>>
>>> Timothy Lothering
>>>
>>> -Original Message-
>>> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
>>> Sent: Thursday, 15 October 2015 2:01 AM
>>> To: dev@cloudstack.apache.org
>>> Cc: us...@cloudstack.apache.org
>>> Subject: Re: [ACS460] QA days (part one)
>>>
>>> That works for me.
>>>
>>> On Wednesday, October 14, 2015, Pierre-Luc Dion 
>>> wrote:
>>>
>>> > Does anybody would be interested to participate to a global QA days
>>> > for the coming release 4.6.0 ?
>>> >
>>> > The idea would be to do a full day hackathon (remote or via User
>>> > Groups) on testing of ACS 4.6.0 by using available online tools such
>>> > as IRC, slack, GoToMeeting if we have access to one.  so I would be a
>>> > good time to perform a lot of test over 4.6.0.  We would probably
>>> > speedup PR that they when they would address bugs, or add tests.
>>> >
>>> > So the basic ID would be to:
>>> > - Test features that are important for you and are required for your
>>> > environment, more if you can.
>>> > - document found issues into jira
>>> > - see if you can fix them then PR.
>>> > - how to improve automatic tests (marvin)
>>> > - maybe we could schedule few GoToWebinar session around Marvin that day
>>> ?
>>> >
>>> > Usual QA stuff, but online into an Hackathon formula.  Dates targets
>>> > would be 2 days:  October 23rd and November 6th.
>>> >
>>> > Does anyone would have an idea on how to organize that? via
>>> > meetup.com/eventbrite or something else?
>>> >
>>> > Cheers,
>>> >
>>> > PLD
>>> >
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud
>>> *™*
>>> Timothy Lothering
>>> Solutions Architect
>>> Managed Services
>>>
>>> T: +27877415535
>>> F: +27877415100
>>> C: +27824904099
>>> E: tlother...@datacentrix.co.za
>>>
>>>
>>> DISCLAIMER NOTICE:
>>>
>>> Everything in this e-mail and any attachments relating to the official
>>> business of Datacentrix Holdings Ltd. and its subsidiaries
>>> ('Datacentrix') is proprietary to Datacentrix. It is confidential, legally
>>> privileged and protected by law. Datacentrix does not own and endorse any
>>> other content. Views and opinions are those of the sender unless clearly
>>> stated as being that of Datacentrix.
>>> The person addressed in the e-mail is the sole authorised recipient.
>>> Please notify the sender immediately if it has unintentionally reached you
>>> and do not read, disclose or use the content in any way. Datacentrix cannot
>>> assure that the integrity of this communication has been maintained nor
>>> that it is free of errors, virus, interception or interference.
>>> Find out more about ShapeBlue and our range of CloudStack related services
>>>
>>> IaaS Cloud Design & Build<
>>> http://shapeblue.com/iaas-cloud-design-and-build//>
>>> CSForge – rapid IaaS deployment framework
>>> CloudStack Consulting
>>> CloudStack Software Engineering<
>>> http://shapeblue.com/cloudstack-software-engineering/>
>>> CloudStack Infrastructure Support<
>>> http://shapeblue.com/cloudstack-infrastructure-support/>
>>> CloudStack Bootcamp Training Courses<
>>> http://shapeblue.com/cloudstack-training/>
>>>
>>> This email and any 

[GitHub] cloudstack pull request: CLOUDSTACK-8964: Fix KVM snap to vol and ...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/962#issuecomment-150525837
  
@borisroman problem is that some of our jenkins build slaves ("our" are the 
project ones) fail, so "restarting" it and hoping you'll end up on a build 
slave that does work is kind of what i did *cough*.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Fix KVM snap to vol and ...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/962#issuecomment-150536000
  
@NuxRo tested all the scenarios and I'm getting different results as before 
and different results than you, this is an excerpt of the log testing the 
various options: http://fpaste.org/282859/45595257/raw/
Oddly enough almost none of the OVM3 options work anymore, but all the KVM 
ones do in my case, I think we have a different problem, as in it's not one 
guru that's screwing up, but that's just my hunch will investigate further.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8815 : Issues with cloudstack-...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/799#issuecomment-150552760
  
In the mean while work has been done on CentOS 7 (systemd) so that is not 
relevant any more. There also is another open issue that needs to address 
CentOS 7 packaging. Will merge this soon.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8987 call s3xen/swiftxen plugi...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/970#issuecomment-150526387
  
Verified this is also broken in `4.5` btw.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-7984: Collect network statisti...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/926#issuecomment-150531546
  
Talked to @DaanHoogland and he wants this in 4.6. It seems like a feature 
and not a bug fix, but pinging @karuturi to align.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150637364
  
@NuxRo Thanks! I'll count it as a LGTY? :-)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8935 - Cannot remove [r]VPC ne...

2015-10-23 Thread miguelaferreira
Github user miguelaferreira commented on the pull request:

https://github.com/apache/cloudstack/pull/967#issuecomment-150630220
  
Cool. Will run the build again with this PR


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Load mysql driver before connecting to db

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/950#issuecomment-150638131
  
@ke4qqq Are you OK with including it in the Developer profile as well. This 
obviously is not the default build. This would allow for war drop deployments 
in tomcat, making this a whole lot easier.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150642505
  
@NuxRo @remi it works like a charm and also prevents little accidents from 
happening. The interesting thing is that the XenserverGuru.java contains the 
exact same code albeit with a small difference form the Ovm3HypervisorGuru.java 
code *cough*. Both don't check if it's actually being called from the right 
hypervisor, the fix @ustcweizhou did prevents this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Update L10N resource files with 4.6 strin...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/974#issuecomment-150642444
  
Thanks, great stuff @milamberspace !


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread NuxRo
Github user NuxRo commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150638003
  
Count it, but @karuturi gave me the impression she was going for a 
different kind of fix, on the ovm3 side of things, might want to check with her.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Interface pattern check

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/973#issuecomment-150640879
  
Nice work @dahn, thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8981 coded a more obscure host...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/965#issuecomment-150646084
  
Compilation and testing went successfull. As it only involved a change of a 
unit test, I hadn't ran integration tests.

```
Running com.cloud.utils.rest.BasicRestClientTest
2015-10-23 18:51:01,522 DEBUG [utils.rest.BasicRestClient] (main:) Executig 
GET request on https://fakelocalhost.fakelocaldomain:443/path
2015-10-23 18:51:01,525 DEBUG [utils.rest.BasicRestClient] (main:) Executig 
GET request on https://fakelocalhost.fakelocaldomain:443/path
2015-10-23 18:51:01,584 DEBUG [utils.rest.BasicRestClient] (main:) Executig 
GET request on https://fakelocalhost.fakelocaldomain:443/path
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - 
in com.cloud.utils.rest.BasicRestClientTest
```

Ping @DaanHoogland @remibergsma 

LGTM :+1: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150647256
  
@Nuxro @remibergsma @karuturi by adding a simple log line to the 
XenServerGuru.java you get the following when doing a snap to vol and a snap to 
temp:
'2015-10-23 19:53:42,226 DEBUG [c.c.h.o.r.Ovm3HypervisorGuru] 
(API-Job-Executor-1:ctx-636e6088 job-36 ctx-d57104a0) getCommandHostDelegation: 
class org.apache.cloudstack.
storage.command.CopyCommand'
'2015-10-23 19:53:42,226 DEBUG [c.c.h.XenServerGuru] 
(API-Job-Executor-1:ctx-636e6088 job-36 ctx-d57104a0) getCommandHostDelegation: 
class org.apache.cloudstack.storage.c
ommand.CopyCommand'


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix error message in test_isolate_network...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/972#issuecomment-150635269
  
Thanks @miguelaferreira, run the tests and it works fine! LGTM

```
nosetests --with-marvin --marvin-config=${marvinCfg} -s -a 
tags=advanced,required_hardware=true component/test_routers_network_ops.py
```

Result:
```
[root@cs1 integration]# cat 
/tmp/MarvinLogs/test_routers_network_ops_7G39VV/results.txt 
Stop existing router, add a PF rule and check we can access the VM ... === 
TestName: test_isolate_network_FW_PF_default_routes | Status : SUCCESS ===
ok
Test redundant router internals ... === TestName: 
test_RVR_Network_FW_PF_SSH_default_routes | Status : SUCCESS ===
ok

--
Ran 2 tests in 826.664s

OK
```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Load mysql driver before connecting to db

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/950#issuecomment-150638411
  
LGTM, build several times and it succeeds. The resulting war now works in 
tomcat, which is awesome.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150639519
  
@NuxRo I agree, I want a solution that you, @snuf and @karuturi agree on :-)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Update L10N resource files with 4.6 strin...

2015-10-23 Thread milamberspace
GitHub user milamberspace opened a pull request:

https://github.com/apache/cloudstack/pull/974

Update L10N resource files with 4.6 strings from Transifex (20151023)


This is a "open" PR until the RC1 for Apache CloudStack.

I will updated this PR next week (and time to time). The release manager 
team for 4.6 will accept/merge just before the first RC.

cc @remibergsma 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/milamberspace/cloudstack 
L10N-update-updateMaster-20151023

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/974.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #974


commit 55dd206cb9a46ba058d1264bd69ef3dc67ce4b29
Author: Milamber <milam...@apache.org>
Date:   2015-10-23T17:26:23Z

Update L10N resource files on master branch with 4.6 translation strings 
from Transifex (20151023)




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: UI translation for 4.6

2015-10-23 Thread Laszlo Hornyak
Hi,

Thank you for the reminder!
I can not promise it will ever be 100%, but I will review and cleanup the
translation.

Best regards,
Laszlo

On Fri, Oct 23, 2015 at 6:11 PM, Milamber  wrote:

> Hello,
>
> The new stats for the translations of Web UI 4.6 (languages over 50%):
>
> French (France) 100%
> Portuguese (Brazil) 99%
> Japanese (Japan)99%
> Chinese (China) 99%
> Norwegian Bokmål (Norway)   99%
> Hungarian   98%
> Dutch (Netherlands) 94%
> German (Germany)76%
> Russian (Russia)75%
> Korean (Korea)  66%
> Spanish 53%
>
> Thanks for the translators! (especially to the Norwegian 70%->99%, 655 new
> translated strings!)
>
> I will integrate all this new strings in a new PR the next week around the
> 30/31st October.
>
> Hungarian / Dutch (@dahn), just a small work to go to 100%!
>
> The transifex project to translate the Web UI:
> https://www.transifex.com/ke4qqq/CloudStack_UI/
>
> That would be great to have a lot of localization Web UI for CloudStack
> 4.6!
>
> Thanks
>
> Milamber
>
> PS. All languages stats for 4.6:
> https://www.transifex.com/ke4qqq/CloudStack_UI/46xmessagesproperties/
>
>
>
> On 09/10/2015 09:49, Sebastien Goasguen wrote:
>
>> Milamber reminded me that before releasing 4.6 we should include the
>> latest translated strings for the UI.
>> If you care about translation, you might be interested to work on it in
>> the coming days.
>>
>> Here is where we stand:
>>
>> Portuguese (Brazil) 100%
>> French (France) 100%
>>
>> Japanese (Japan)99%
>> Hungarian   98%
>> Chinese (China) 93%
>> Dutch (Netherlands) 89%
>> Russian (Russia)75%
>> German (Germany)71%
>> Norwegian Bokmål (Norway)   70%
>> Korean (Korea)  66%
>> Spanish 53%
>>
>>
>> Italian (Italy) 36%
>> Polish  21%
>> Catalan 13%
>> Arabic  12%
>> Persian 11%
>> Romanian (Romania)  9%
>> Chinese (Taiwan)7%
>> Georgian5%
>> Thai (Thailand) 5%
>> Turkish (Turkey)2%
>> Tatar   2%
>> Indonesian  1%
>>
>> you can see that Japanese, Hungarian, Chinese and Dutch are really close
>> to 100%:
>>
>> https://www.transifex.com/ke4qqq/CloudStack_UI/
>>
>>
>> -sebastien
>>
>
>


-- 

EOF


[GitHub] cloudstack pull request: FIX: Ovm3 physical network traffic labels...

2015-10-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/964#issuecomment-150632854
  
LGTM, based on a set of tests that I run on this branch (results below). 
Also looked at the labels and they look fine. Thanks @snuf !

```
nosetests --with-marvin --marvin-config=${marvinCfg} -s -a 
tags=advanced,required_hardware=true \
component/test_vpc_redundant.py \
component/test_routers_iptables_default_policy.py \
component/test_routers_network_ops.py \
component/test_vpc_router_nics.py \
smoke/test_loadbalance.py \
smoke/test_internal_lb.py \
smoke/test_ssvm.py
```

Result:

```
Create a redundant VPC with two networks with two VMs in each network ... 
=== TestName: test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Status : 
SUCCESS ===
ok
Create a redundant VPC with two networks with two VMs in each network and 
check default routes ... === TestName: test_02_redundant_VPC_default_routes | 
Status : SUCCESS ===
ok
Test iptables default INPUT/FORWARD policy on RouterVM ... === TestName: 
test_02_routervm_iptables_policies | Status : SUCCESS ===
ok
Test iptables default INPUT/FORWARD policies on VPC router ... === 
TestName: test_01_single_VPC_iptables_policies | Status : SUCCESS ===
ok
Stop existing router, add a PF rule and check we can access the VM ... === 
TestName: test_isolate_network_FW_PF_default_routes | Status : SUCCESS ===
ok
Test redundant router internals ... === TestName: 
test_RVR_Network_FW_PF_SSH_default_routes | Status : SUCCESS ===
ok
Create a VPC with two networks with one VM in each network and test nics 
after destroy ... === TestName: test_01_VPC_nics_after_destroy | Status : 
SUCCESS ===
ok
Create a VPC with two networks with one VM in each network and test default 
routes ... === TestName: test_02_VPC_default_routes | Status : SUCCESS ===
ok
Test to create Load balancing rule with source NAT ... === TestName: 
test_01_create_lb_rule_src_nat | Status : SUCCESS ===
ok
Test to create Load balancing rule with non source NAT ... === TestName: 
test_02_create_lb_rule_non_nat | Status : SUCCESS ===
ok
Test for assign & removing load balancing rule ... === TestName: 
test_assign_and_removal_lb | Status : SUCCESS ===
ok
Test to verify access to loadbalancer haproxy admin stats page ... === 
TestName: test02_internallb_haproxy_stats_on_all_interfaces | Status : SUCCESS 
===
ok
Test create, assign, remove of an Internal LB with roundrobin http traffic 
to 3 vm's ... === TestName: test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 
| Status : SUCCESS ===
ok
Test SSVM Internals ... === TestName: test_03_ssvm_internals | Status : 
SUCCESS ===
ok
Test CPVM Internals ... === TestName: test_04_cpvm_internals | Status : 
SUCCESS ===
ok
Test stop SSVM ... === TestName: test_05_stop_ssvm | Status : SUCCESS ===
ok
Test stop CPVM ... === TestName: test_06_stop_cpvm | Status : SUCCESS ===
ok
Test reboot SSVM ... === TestName: test_07_reboot_ssvm | Status : SUCCESS 
===
ok
Test reboot CPVM ... === TestName: test_08_reboot_cpvm | Status : SUCCESS 
===
ok
Test destroy SSVM ... === TestName: test_09_destroy_ssvm | Status : SUCCESS 
===
ok
Test destroy CPVM ... === TestName: test_10_destroy_cpvm | Status : SUCCESS 
===
ok

--
Ran 21 tests in 9950.094s

OK
```

And:

```
nosetests --with-marvin --marvin-config=${marvinCfg} -s -a 
tags=advanced,required_hardware=false \
smoke/test_routers.py \
smoke/test_network_acl.py \
smoke/test_privategw_acl.py \
smoke/test_reset_vm_on_reboot.py \
smoke/test_vm_life_cycle.py \
smoke/test_vpc_vpn.py \
smoke/test_service_offerings.py \
component/test_vpc_offerings.py \
component/test_vpc_routers.py
```

Result:

```
Test router internal advanced zone ... === TestName: 
test_02_router_internal_adv | Status : SUCCESS ===
ok
Test restart network ... === TestName: test_03_restart_network_cleanup | 
Status : SUCCESS ===
ok
Test router basic setup ... === TestName: test_05_router_basic | Status : 
SUCCESS ===
ok
Test router advanced setup ... === TestName: test_06_router_advanced | 
Status : SUCCESS ===
ok
Test stop router ... === TestName: test_07_stop_router | Status : SUCCESS 
===
ok
Test start router ... === TestName: test_08_start_router | Status : SUCCESS 
===
ok
Test reboot router ... === TestName: test_09_reboot_router | Status : 
SUCCESS ===
ok
test_privategw_acl (integration.smoke.test_privategw_acl.TestPrivateGwACL) 
... === TestName: test_privategw_acl | Status : SUCCESS ===
ok
Test reset virtual machine on reboot ... === TestName: 
test_01_reset_vm_on_reboot | 

[GitHub] cloudstack pull request: CLOUDSTACK-8935 - Cannot remove [r]VPC ne...

2015-10-23 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/967#issuecomment-150638792
  
Ping @remibergsma @miguelaferreira @DaanHoogland @borisroman 

More tests:

* 2 KVM hosts on CentOS 7.1
* Agent + Common built from source
* Management Server + MySQL on CentOS 7.1

```
Test start/stop of router after addition of one guest network ... === 
TestName: test_01_start_stop_router_after_addition_of_one_guest_network | 
Status : SUCCESS ===
ok
Test reboot of router after addition of one guest network ... === TestName: 
test_02_reboot_router_after_addition_of_one_guest_network | Status : SUCCESS ===
ok
Test to change service offering of router after addition of one guest 
network ... === TestName: 
test_04_chg_srv_off_router_after_addition_of_one_guest_network | Status
 : SUCCESS ===
ok
Test destroy of router after addition of one guest network ... === 
TestName: test_05_destroy_router_after_addition_of_one_guest_network | Status : 
SUCCESS ===
ok
Test to stop and start router after creation of VPC ... === TestName: 
test_01_stop_start_router_after_creating_vpc | Status : SUCCESS ===
ok
Test to reboot the router after creating a VPC ... === TestName: 
test_02_reboot_router_after_creating_vpc | Status : SUCCESS ===
ok
Tests to change service offering of the Router after ... === TestName: 
test_04_change_service_offerring_vpc | Status : SUCCESS ===
ok
Test to destroy the router after creating a VPC ... === TestName: 
test_05_destroy_router_after_creating_vpc | Status : SUCCESS ===
ok
Test router internal advanced zone ... === TestName: 
test_02_router_internal_adv | Status : SUCCESS ===
ok
Test restart network ... === TestName: test_03_restart_network_cleanup | 
Status : SUCCESS ===
ok
Test router basic setup ... === TestName: test_05_router_basic | Status : 
SUCCESS ===
ok
Test router advanced setup ... === TestName: test_06_router_advanced | 
Status : SUCCESS ===
ok
Test stop router ... === TestName: test_07_stop_router | Status : SUCCESS 
===
ok
Test start router ... === TestName: test_08_start_router | Status : SUCCESS 
===
ok
Test reboot router ... === TestName: test_09_reboot_router | Status : 
SUCCESS ===
ok
test_privategw_acl (integration.smoke.test_privategw_acl.TestPrivateGwACL) 
... === TestName: test_privategw_acl | Status : SUCCESS ===
ok
Test reset virtual machine on reboot ... === TestName: 
test_01_reset_vm_on_reboot | Status : SUCCESS ===
ok
Test advanced zone virtual router ... === TestName: 
test_advZoneVirtualRouter | Status : SUCCESS ===
ok
Test Deploy Virtual Machine ... === TestName: test_deploy_vm | Status : 
SUCCESS ===
ok
Test Multiple Deploy Virtual Machine ... === TestName: 
test_deploy_vm_multiple | Status : SUCCESS ===
ok
Test Stop Virtual Machine ... === TestName: test_01_stop_vm | Status : 
SUCCESS ===
ok
Test Start Virtual Machine ... === TestName: test_02_start_vm | Status : 
SUCCESS ===
ok
Test Reboot Virtual Machine ... === TestName: test_03_reboot_vm | Status : 
SUCCESS ===
ok
Test destroy Virtual Machine ... === TestName: test_06_destroy_vm | Status 
: SUCCESS ===
ok
Test recover Virtual Machine ... === TestName: test_07_restore_vm | Status 
: SUCCESS ===
ok
Test migrate VM ... === TestName: test_08_migrate_vm | Status : SUCCESS ===
ok
Test destroy(expunge) Virtual Machine ... === TestName: test_09_expunge_vm 
| Status : SUCCESS ===
ok
Test VPN in VPC ... === TestName: test_vpc_remote_access_vpn | Status : 
SUCCESS ===
ok
Test VPN in VPC ... === TestName: test_vpc_site2site_vpn | Status : SUCCESS 
===
ok
Test to create service offering ... === TestName: 
test_01_create_service_offering | Status : SUCCESS ===
ok
Test to update existing service offering ... === TestName: 
test_02_edit_service_offering | Status : SUCCESS ===
ok
Test to delete service offering ... === TestName: 
test_03_delete_service_offering | Status : SUCCESS ===
ok

--
Ran 32 tests in 6656.221s

OK
```

Cheers,
Wilder


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Interface pattern check

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/973#issuecomment-150647352
  
@DaanHoogland IMHO I think the unit test is a bit inconclusive. It would 
pass if 8 out of 10 of the possible prefixes were removed

And maybe remove the merge commits? :) 5 commits for these few lines is a 
bit much I guess?

Ping @remibergsma 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Removed unused classes and project.

2015-10-23 Thread rodrigo93
Github user rodrigo93 commented on the pull request:

https://github.com/apache/cloudstack/pull/943#issuecomment-150744688
  
@borisroman Hi borisroman, sure! What about this one?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Mike Tutkowski
Hi Wei,

So, I am able to spin up a VM using local storage now on VMware with your
PR; however, I still see the following exceptions thrown when I look at the
CS MS console:

INFO  [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-6:ctx-6046512a
job-263/job-264 ctx-d61972a5) Unable to contact resource.
com.cloud.exception.StorageUnavailableException: Resource [StoragePool:22]
is unreachable: Unable to create Vol[43|vm=31|ROOT]:Unsupported command
issued: org.apache.cloudstack.storage.command.CopyCommand.  Are you sure
you got the right type of server?
at
org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.recreateVolume(VolumeOrchestrator.java:1278)
at
org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.prepare(VolumeOrchestrator.java:1336)
at
com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:1000)
at
com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:4576)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.cloud.vm.VmWorkJobHandlerProxy.handleVmWorkJob(VmWorkJobHandlerProxy.java:107)
at
com.cloud.vm.VirtualMachineManagerImpl.handleVmWorkJob(VirtualMachineManagerImpl.java:4732)
at com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:102)
at
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:537)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
at
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:494)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
192.168.129.121, job-263/job-264, cmd: StopCommand) Executing resource
StopCommand:
{"isProxy":false,"executeInSequence":true,"checkBeforeCleanup":false,"vmName":"i-2-31-VM","wait":0}
INFO  [c.c.h.v.m.HostMO] (DirectAgent-5:ctx-2e3c0597 192.168.129.121,
job-263/job-264, cmd: StopCommand) VM i-2-31-VM not found in host cache
INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
192.168.129.121, job-263/job-264, cmd: StopCommand) VM i-2-31-VM is no
longer in vSphere
ERROR [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-6:ctx-6046512a
job-263/job-264 ctx-d61972a5) Invocation exception, caused by:
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM[User|i-2-31-VM]Scope=interface com.cloud.dc.DataCenter;
id=1
INFO  [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-6:ctx-6046512a
job-263/job-264 ctx-d61972a5) Rethrow exception
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM[User|i-2-31-VM]Scope=interface com.cloud.dc.DataCenter;
id=1
ERROR [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-6:ctx-6046512a
job-263/job-264) Unable to complete AsyncJobVO {id:264, userId: 2,
accountId: 2, instanceType: null, instanceId: null, cmd:
com.cloud.vm.VmWorkStart, cmdInfo:
rO0ABXNyABhjb20uY2xvdWQudm0uVm1Xb3JrU3RhcnR9cMGsvxz73gIAC0oABGRjSWRMAAZhdm9pZHN0ADBMY29tL2Nsb3VkL2RlcGxveS9EZXBsb3ltZW50UGxhbm5lciRFeGNsdWRlTGlzdDtMAAljbHVzdGVySWR0ABBMamF2YS9sYW5nL0xvbmc7TAAGaG9zdElkcQB-AAJMAAtqb3VybmFsTmFtZXQAEkxqYXZhL2xhbmcvU3RyaW5nO0wAEXBoeXNpY2FsTmV0d29ya0lkcQB-AAJMAAdwbGFubmVycQB-AANMAAVwb2RJZHEAfgACTAAGcG9vbElkcQB-AAJMAAlyYXdQYXJhbXN0AA9MamF2YS91dGlsL01hcDtMAA1yZXNlcnZhdGlvbklkcQB-AAN4cgATY29tLmNsb3VkLnZtLlZtV29ya5-ZtlbwJWdrAgAESgAJYWNjb3VudElkSgAGdXNlcklkSgAEdm1JZEwAC2hhbmRsZXJOYW1lcQB-AAN4cAACAAIAH3QAGVZpcnR1YWxNYWNoaW5lTWFuYWdlckltcGwAAXBzcgAOamF2YS5sYW5nLkxvbmc7i-SQzI8j3wIAAUoABXZhbHVleHIAEGphdmEubGFuZy5OdW1iZXKGrJUdC5TgiwIAAHhwAAJzcQB-AAgABXBwcHNxAH4ACAABcHNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0x3CBABdAAKVm1QYXNzd29yZHQAHHJPMEFCWFFBRG5OaGRtVmtYM0JoYzNOM2IzSmt4cA,
cmdVersion: 0, status: IN_PROGRESS, processStatus: 0, resultCode: 0,

[GitHub] cloudstack pull request: Load mysql driver before connecting to db

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/950#issuecomment-150670213
  
@miguelaferreira Could you force push your commit again? So we're all 
green? :)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8985: Deleted volume's removed...

2015-10-23 Thread pdube
Github user pdube commented on the pull request:

https://github.com/apache/cloudstack/pull/968#issuecomment-150675450
  
@mike-tutkowski Thanks. That makes more sense now. So concurrent deletions 
would still be a problem?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread ustcweizhou
Github user ustcweizhou commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150671146
  
@borisroman yes, you are right. Should I seperate this PR to two ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Removed unused adapters from async-job-co...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/943#issuecomment-150672917
  
@rodrigo93 Thanks for squashing! Could you also rename the commit title to 
something more sensible?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Mike Tutkowski
4.5 should be OK. I tested this kind of stuff back then and didn't notice
anything.

Let me make sure I'm running with the most recent system VM template for
4.6.

Prior to using your PR, I was not able to deploy a VM to local storage on
VMware.

With your PR, I was able to perform such a deployment, but I still saw
exceptions in the console.

Both with and without your PR, I was not able to deploy a VM using managed
storage with VMware. The only way I can get this to work right now is if I
set a breakpoint in VMwareGuru and make sure the CopyCommand is sent to the
VMware server resource inside of the management server (as opposed to that
command going to the SSVM).

On Friday, October 23, 2015, Wei ZHOU  wrote:

> Hi Mike,
>
> Does it work without this commit? I want to know if it is caused by this
> commit.
> Moreover, does it work on cloudstack 4.5 ?
>
>
> 2015-10-23 21:31 GMT+02:00 Mike Tutkowski  >:
>
> > I just tried it, though, with managed storage and it doesn't work. Same
> > error of sending the CopyCommand to the wrong server.
> >
> > On Fri, Oct 23, 2015 at 1:25 PM, Mike Tutkowski <
> > mike.tutkow...@solidfire.com > wrote:
> >
> > > Hi Wei,
> > >
> > > So, I am able to spin up a VM using local storage now on VMware with
> your
> > > PR; however, I still see the following exceptions thrown when I look at
> > the
> > > CS MS console:
> > >
> > > INFO  [c.c.v.VirtualMachineManagerImpl]
> (Work-Job-Executor-6:ctx-6046512a
> > > job-263/job-264 ctx-d61972a5) Unable to contact resource.
> > > com.cloud.exception.StorageUnavailableException: Resource
> > [StoragePool:22]
> > > is unreachable: Unable to create Vol[43|vm=31|ROOT]:Unsupported command
> > > issued: org.apache.cloudstack.storage.command.CopyCommand.  Are you
> sure
> > > you got the right type of server?
> > > at
> > >
> >
> org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.recreateVolume(VolumeOrchestrator.java:1278)
> > > at
> > >
> >
> org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.prepare(VolumeOrchestrator.java:1336)
> > > at
> > >
> >
> com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:1000)
> > > at
> > >
> >
> com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:4576)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> > > at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > > at java.lang.reflect.Method.invoke(Method.java:606)
> > > at
> > >
> >
> com.cloud.vm.VmWorkJobHandlerProxy.handleVmWorkJob(VmWorkJobHandlerProxy.java:107)
> > > at
> > >
> >
> com.cloud.vm.VirtualMachineManagerImpl.handleVmWorkJob(VirtualMachineManagerImpl.java:4732)
> > > at
> > > com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:102)
> > > at
> > >
> >
> org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:537)
> > > at
> > >
> >
> org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
> > > at
> > >
> >
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
> > > at
> > >
> >
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
> > > at
> > >
> >
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
> > > at
> > >
> >
> org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
> > > at
> > >
> >
> org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:494)
> > > at
> > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> > > at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> > > at
> > >
> >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> > > at
> > >
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> > > at java.lang.Thread.run(Thread.java:744)
> > > INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
> > > 192.168.129.121, job-263/job-264, cmd: StopCommand) Executing resource
> > > StopCommand:
> > >
> >
> {"isProxy":false,"executeInSequence":true,"checkBeforeCleanup":false,"vmName":"i-2-31-VM","wait":0}
> > > INFO  [c.c.h.v.m.HostMO] (DirectAgent-5:ctx-2e3c0597 192.168.129.121,
> > > job-263/job-264, cmd: StopCommand) VM i-2-31-VM not found in host cache
> > > INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
> > > 192.168.129.121, job-263/job-264, cmd: StopCommand) VM i-2-31-VM is no
> > > longer in vSphere
> > > ERROR 

[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread ustcweizhou
Github user ustcweizhou commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150676794
  
@borisroman done. #954 and #976 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Mike Tutkowski
I just tried it, though, with managed storage and it doesn't work. Same
error of sending the CopyCommand to the wrong server.

On Fri, Oct 23, 2015 at 1:25 PM, Mike Tutkowski <
mike.tutkow...@solidfire.com> wrote:

> Hi Wei,
>
> So, I am able to spin up a VM using local storage now on VMware with your
> PR; however, I still see the following exceptions thrown when I look at the
> CS MS console:
>
> INFO  [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-6:ctx-6046512a
> job-263/job-264 ctx-d61972a5) Unable to contact resource.
> com.cloud.exception.StorageUnavailableException: Resource [StoragePool:22]
> is unreachable: Unable to create Vol[43|vm=31|ROOT]:Unsupported command
> issued: org.apache.cloudstack.storage.command.CopyCommand.  Are you sure
> you got the right type of server?
> at
> org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.recreateVolume(VolumeOrchestrator.java:1278)
> at
> org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.prepare(VolumeOrchestrator.java:1336)
> at
> com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:1000)
> at
> com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:4576)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at
> com.cloud.vm.VmWorkJobHandlerProxy.handleVmWorkJob(VmWorkJobHandlerProxy.java:107)
> at
> com.cloud.vm.VirtualMachineManagerImpl.handleVmWorkJob(VirtualMachineManagerImpl.java:4732)
> at
> com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:102)
> at
> org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:537)
> at
> org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
> at
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
> at
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
> at
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
> at
> org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
> at
> org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:494)
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
> INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
> 192.168.129.121, job-263/job-264, cmd: StopCommand) Executing resource
> StopCommand:
> {"isProxy":false,"executeInSequence":true,"checkBeforeCleanup":false,"vmName":"i-2-31-VM","wait":0}
> INFO  [c.c.h.v.m.HostMO] (DirectAgent-5:ctx-2e3c0597 192.168.129.121,
> job-263/job-264, cmd: StopCommand) VM i-2-31-VM not found in host cache
> INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
> 192.168.129.121, job-263/job-264, cmd: StopCommand) VM i-2-31-VM is no
> longer in vSphere
> ERROR [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-6:ctx-6046512a
> job-263/job-264 ctx-d61972a5) Invocation exception, caused by:
> com.cloud.exception.InsufficientServerCapacityException: Unable to create a
> deployment for VM[User|i-2-31-VM]Scope=interface com.cloud.dc.DataCenter;
> id=1
> INFO  [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-6:ctx-6046512a
> job-263/job-264 ctx-d61972a5) Rethrow exception
> com.cloud.exception.InsufficientServerCapacityException: Unable to create a
> deployment for VM[User|i-2-31-VM]Scope=interface com.cloud.dc.DataCenter;
> id=1
> ERROR [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-6:ctx-6046512a
> job-263/job-264) Unable to complete AsyncJobVO {id:264, userId: 2,
> accountId: 2, instanceType: null, instanceId: null, cmd:
> com.cloud.vm.VmWorkStart, cmdInfo:
> 

[GitHub] cloudstack pull request: CLOUDSTACK-8985: Deleted volume's removed...

2015-10-23 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request:

https://github.com/apache/cloudstack/pull/968#issuecomment-150678276
  
Perhaps the management server serializes delete commands that it sends
to a given
plug-in.

On Friday, October 23, 2015, Mike Tutkowski 
wrote:

> I have actually not witnessed any issue with concurrent deletions. I've
> run tests on that and they passed just fine.
>
> On Friday, October 23, 2015, pdube  > wrote:
>
>> @mike-tutkowski  Thanks. That makes
>> more sense now. So concurrent deletions would still be a problem?
>>
>> —
>> Reply to this email directly or view it on GitHub
>> .
>>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> 
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*
>
>

-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8977: remove session creation ...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/961#issuecomment-150667050
  
Verified with curl -v => LGTM :+1: 

Before:

```
[root@cs1 cloudstack]# curl -v 192.168.22.61:8080/client/
* About to connect() to 192.168.22.61 port 8080 (#0)
*   Trying 192.168.22.61...
* Connected to 192.168.22.61 (192.168.22.61) port 8080 (#0)
> GET /client/ HTTP/1.1
> User-Agent: curl/7.29.0
> Host: 192.168.22.61:8080
> Accept: */*
> 
< HTTP/1.1 200 OK
< Content-Type: text/html; charset=utf-8
< Expires: Thu, 01-Jan-1970 00:00:00 GMT
< Set-Cookie: JSESSIONID=s17fnbszvqyz1t9vgieqevtog;Path=/client
< Transfer-Encoding: chunked
< Server: Jetty(6.1.26)
< 
```

After:
```
[root@cs1 cloudstack]# curl -v 192.168.22.61:8080/client/
* About to connect() to 192.168.22.61 port 8080 (#0)
*   Trying 192.168.22.61...
* Connected to 192.168.22.61 (192.168.22.61) port 8080 (#0)
> GET /client/ HTTP/1.1
> User-Agent: curl/7.29.0
> Host: 192.168.22.61:8080
> Accept: */*
> 
< HTTP/1.1 200 OK
< Content-Type: text/html; charset=utf-8
< Expires: Thu, 01-Jan-1970 00:00:00 GMT
< Transfer-Encoding: chunked
< Server: Jetty(6.1.26)
< 
```

Ping @remibergsma 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8985: Deleted volume's removed...

2015-10-23 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request:

https://github.com/apache/cloudstack/pull/968#issuecomment-150677439
  
I have actually not witnessed any issue with concurrent deletions. I've run
tests on that and they passed just fine.

On Friday, October 23, 2015, pdube  wrote:

> @mike-tutkowski  Thanks. That makes
> more sense now. So concurrent deletions would still be a problem?
>
> —
> Reply to this email directly or view it on GitHub
> .
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: UI translation for 4.6

2015-10-23 Thread Sebastien Goasguen

> On Oct 23, 2015, at 9:05 PM, Erik Weber  wrote:
> 
> On Fri, Oct 23, 2015 at 6:11 PM, Milamber  wrote:
> 
>> Hello,
>> 
>> The new stats for the translations of Web UI 4.6 (languages over 50%):
>> 
>> French (France) 100%
>> Portuguese (Brazil) 99%
>> Japanese (Japan)99%
>> Chinese (China) 99%
>> Norwegian Bokmål (Norway)   99%
>> Hungarian   98%
>> Dutch (Netherlands) 94%
>> German (Germany)76%
>> Russian (Russia)75%
>> Korean (Korea)  66%
>> Spanish 53%
>> 
>> Thanks for the translators! (especially to the Norwegian 70%->99%, 655 new
>> translated strings!)
>> 
>> 
> I just finished the 2.2 strings that were missing and got us up to 100%.
> 
> Thanks to Dag S. and Jan-Arve N. as well for their efforts!
> 

Skrol

> -- 
> Erik



[GitHub] cloudstack pull request: Fix error message in test_isolate_network...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/972#issuecomment-150668944
  
Ok, here they are:

```
=== TestName: test_isolate_network_FW_PF_default_routes | Status : SUCCESS 
===
ok
=== TestName: test_RVR_Network_FW_PF_SSH_default_routes | Status : SUCCESS 
===
ok

--
Ran 2 tests in 625.122s

OK
```

LGTM :+1: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create template or...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/954#issuecomment-150672117
  
@ustcweizhou You may do so! Then also separate the ticket.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Wei ZHOU
Hi Mike,

Does it work without this commit? I want to know if it is caused by this
commit.
Moreover, does it work on cloudstack 4.5 ?


2015-10-23 21:31 GMT+02:00 Mike Tutkowski :

> I just tried it, though, with managed storage and it doesn't work. Same
> error of sending the CopyCommand to the wrong server.
>
> On Fri, Oct 23, 2015 at 1:25 PM, Mike Tutkowski <
> mike.tutkow...@solidfire.com> wrote:
>
> > Hi Wei,
> >
> > So, I am able to spin up a VM using local storage now on VMware with your
> > PR; however, I still see the following exceptions thrown when I look at
> the
> > CS MS console:
> >
> > INFO  [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-6:ctx-6046512a
> > job-263/job-264 ctx-d61972a5) Unable to contact resource.
> > com.cloud.exception.StorageUnavailableException: Resource
> [StoragePool:22]
> > is unreachable: Unable to create Vol[43|vm=31|ROOT]:Unsupported command
> > issued: org.apache.cloudstack.storage.command.CopyCommand.  Are you sure
> > you got the right type of server?
> > at
> >
> org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.recreateVolume(VolumeOrchestrator.java:1278)
> > at
> >
> org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.prepare(VolumeOrchestrator.java:1336)
> > at
> >
> com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:1000)
> > at
> >
> com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:4576)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:606)
> > at
> >
> com.cloud.vm.VmWorkJobHandlerProxy.handleVmWorkJob(VmWorkJobHandlerProxy.java:107)
> > at
> >
> com.cloud.vm.VirtualMachineManagerImpl.handleVmWorkJob(VirtualMachineManagerImpl.java:4732)
> > at
> > com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:102)
> > at
> >
> org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:537)
> > at
> >
> org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
> > at
> >
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
> > at
> >
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
> > at
> >
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
> > at
> >
> org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
> > at
> >
> org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:494)
> > at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> > at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> > at
> >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> > at
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> > at java.lang.Thread.run(Thread.java:744)
> > INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
> > 192.168.129.121, job-263/job-264, cmd: StopCommand) Executing resource
> > StopCommand:
> >
> {"isProxy":false,"executeInSequence":true,"checkBeforeCleanup":false,"vmName":"i-2-31-VM","wait":0}
> > INFO  [c.c.h.v.m.HostMO] (DirectAgent-5:ctx-2e3c0597 192.168.129.121,
> > job-263/job-264, cmd: StopCommand) VM i-2-31-VM not found in host cache
> > INFO  [c.c.h.v.r.VmwareResource] (DirectAgent-5:ctx-2e3c0597
> > 192.168.129.121, job-263/job-264, cmd: StopCommand) VM i-2-31-VM is no
> > longer in vSphere
> > ERROR [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-6:ctx-6046512a
> > job-263/job-264 ctx-d61972a5) Invocation exception, caused by:
> > com.cloud.exception.InsufficientServerCapacityException: Unable to
> create a
> > deployment for VM[User|i-2-31-VM]Scope=interface com.cloud.dc.DataCenter;
> > id=1
> > INFO  [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-6:ctx-6046512a
> > job-263/job-264 ctx-d61972a5) Rethrow exception
> > com.cloud.exception.InsufficientServerCapacityException: Unable to
> create a
> > deployment for VM[User|i-2-31-VM]Scope=interface com.cloud.dc.DataCenter;
> > id=1
> > ERROR [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-6:ctx-6046512a
> > job-263/job-264) Unable to complete AsyncJobVO {id:264, userId: 2,
> > accountId: 2, instanceType: null, instanceId: null, cmd:
> > com.cloud.vm.VmWorkStart, cmdInfo:
> >
> 

[GitHub] cloudstack pull request: CLOUDSTACK-8956: NSX/Nicira Plugin does n...

2015-10-23 Thread nvazquez
Github user nvazquez commented on the pull request:

https://github.com/apache/cloudstack/pull/935#issuecomment-150676496
  
@miguelaferreira thanks a lot for your help and advices! As suggested I 
post test_nicira_controller.py results:

$ cat /tmp/MarvinLogs/test_nicira_controller_77FOV9/results.txt
test_01_nicira_controller 
(integration.smoke.test_nicira_controller.TestNiciraContoller) ... === 
TestName: test_01_nicira_controller | Status : SUCCESS ===
ok
Nicira clusters will redirect clients (in this case ACS) to the master 
node. ... === TestName: test_02_nicira_controller_redirect | Status : SUCCESS 
===
ok

--
Ran 2 tests in 398.132s

OK



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Can't create volume from...

2015-10-23 Thread ustcweizhou
GitHub user ustcweizhou opened a pull request:

https://github.com/apache/cloudstack/pull/976

CLOUDSTACK-8964: Can't create volume from snapshot of a removed volume

This issue happens on KVM as well.
This is because the volume info is missing in the CopyCommand once the 
volume has been removed.
When the KVM agent tries to process the command, it will throws a NPE.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ustcweizhou/cloudstack 
CLOUDSTACK-8964-removed-volume

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/976.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #976


commit bef92052ee9a7303b427782838a8a97623de231c
Author: Wei Zhou 
Date:   2015-10-19T18:49:28Z

CLOUDSTACK-8964: Can't create volume from snapshot of a removed volume

This issue happens on KVM as well.
This is because the volume info is missing in the CopyCommand once the 
volume has been removed.
When the KVM agent tries to process the command, it will throws a NPE.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8889: delete volume doesnt dec...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/860#issuecomment-150681274
  
@karuturi @remibergsma Is this still actual? If so, could you please 
rebase? I'll then test it and it can be a bugfix for 4.6 :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Boris Schrijver
As long as it's functional logging, GOOD IDEA!

> On October 23, 2015 at 4:03 PM Funs Kessen  wrote:
> 
> 
> Perhaps it would be nice to put the logging in all the GURUs so you can
> actually see which
> ones are used, and how it is used ?
> 
> Cheers,
> 
> Funs
> 
> > On 23 Oct 2015, at 11:21, Wei ZHOU  wrote:
> > 
> > As I said in previous mail, the request should be sent to
> > KVMHypervisorGuru, not others.
> > Mike, can you try my PR:  https://github.com/apache/cloudstack/pull/954
> > 
> > 2015-10-23 8:49 GMT+02:00 Rajani Karuturi :
> > 
> >> Interesting. Incase of KVM, its the reverse. The command which is supposed
> >> to goto SSVM ended up on KVM host.
> >> 
> >> ~Rajani
> >> 
> >> 
> >> 
> >> On 23-Oct-2015, at 10:49 am, Mike Tutkowski 
> >> wrote:
> >> 
> >>> Hi Rajani,
> >>> 
> >>> I seem to get the same error.
> >>> 
> >>> "Are you sure you got the right type of server?" is listed again in the
> >>> output.
> >>> 
> >>> It seems VMwareGuru is invoked and it passes the CopyCommand on to the
> >>> SSVM, which claims it doesn't support the command.
> >>> 
> >>> Thanks,
> >>> Mike
> >>> 
> >>> On Thu, Oct 22, 2015 at 10:56 PM, Rajani Karuturi <
> >>> rajani.karut...@citrix.com> wrote:
> >>> 
>  Yes. This is the pr.  We have some design issues to fix to make sure
>  hypervisor gurus doesn't cross boundaries. But, until then, we have to
> >> fix
>  the respective hv gurus. You can find more details on the bug which nux
>  shared.
>  
>  You could also test with hypervisor gurus exclude global Param and
> >> exclude
>  ovm3guru to be sure that this is the issue. (exact configuration and its
>  value is on bug comments)
>  
>  ~Rajani
>  Sent from my Windows Phone
>  
>  From: Mike Tutkowski
>  Sent: ‎23-‎10-‎15 09:56
>  To: dev@cloudstack.apache.org
>  Subject: Re: [4.6] Can't create template or volume from snapshot
>  
>  Hi Rajani,
>  
>  Just checking to make sure this is the PR you intended. It looks
> >> related to
>  OVM3 only.
>  
>  Thanks!
>  Mike
>  
>  On Thu, Oct 22, 2015 at 9:39 PM, Rajani Karuturi <
>  rajani.karut...@citrix.com
> > wrote:
>  
> > Mike,
> > Can you please test on PR
> >> https://github.com/apache/cloudstack/pull/962?
> > It fixes this issue.
> > 
> > ~Rajani
> > 
> > 
> > 
> > On 23-Oct-2015, at 7:29 am, Mike Tutkowski <
> >> mike.tutkow...@solidfire.com
> > 
> > wrote:
> > 
> >> I guess I should point out that my system VMs are all running on
> > XenServer,
> >> but I don't think that should be a problem.
> >> 
> >> On Thu, Oct 22, 2015 at 7:57 PM, Mike Tutkowski <
> >> mike.tutkow...@solidfire.com> wrote:
> >> 
> >>> I seem to be having a similar problem with deploying a VM on VMware
>  (on
> >>> 4.6). I first tried with my (SolidFire) plug-in and then with just
>  local
> >>> storage. In both cases, I get an error saying "Are you sure you got
>  the
> >>> right type of server?"
> >>> 
> >>> On Sun, Oct 18, 2015 at 2:29 AM, Nux!  wrote:
> >>> 
>  All I get is a "Are you sure you got the right type of server?"
>  
>  More info at https://issues.apache.org/jira/browse/CLOUDSTACK-8964
>  
>  Lucian
>  
>  --
>  Sent from the Delta quadrant using Borg technology!
>  
>  Nux!
>  www.nux.ro
>  
> >>> 
> >>> 
> >>> 
> >>> --
> >>> *Mike Tutkowski*
> >>> *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkow...@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the cloud
> >>> *™*
> >>> 
> >> 
> >> 
> >> 
> >> --
> >> *Mike Tutkowski*
> >> *Senior CloudStack Developer, SolidFire Inc.*
> >> e: mike.tutkow...@solidfire.com
> >> o: 303.746.7302
> >> Advancing the way the world uses the cloud
> >> *™*
> > 
> > 
>  
>  
>  --
>  *Mike Tutkowski*
>  *Senior CloudStack Developer, SolidFire Inc.*
>  e: mike.tutkow...@solidfire.com
>  o: 303.746.7302
>  Advancing the way the world uses the cloud
>  *™*
>  
> >>> 
> >>> 
> >>> 
> >>> --
> >>> *Mike Tutkowski*
> >>> *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkow...@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the cloud
> >>> *™*
> >> 
> >> 
>


[GitHub] cloudstack pull request: Fix error message in test_isolate_network...

2015-10-23 Thread miguelaferreira
Github user miguelaferreira commented on the pull request:

https://github.com/apache/cloudstack/pull/972#issuecomment-150602167
  
I've tested this in a 2 KVM hosts setup (a.k.a 
[mct-zone1-kvm1-kvm2.cfg](https://github.com/schubergphilis/MCT-shared/blob/master/marvin/mct-zone1-kvm1-kvm2.cfg))
 
```
nosetests --with-marvin --marvin-config=mct-zone1-kvm1-kvm2.cfg 
test/integration/component/test_routers_network_ops.py -s -a 
tags=advanced,required_hardware=true
```
and these were the results (with a couple extra line breaks for 
readability):
```
Stop existing router, add a PF rule and check we can access the VM ...
=== TestName: test_isolate_network_FW_PF_default_routes | Status : SUCCESS 
===
ok
Test redundant router internals ... 
=== TestName: test_RVR_Network_FW_PF_SSH_default_routes | Status : SUCCESS 
===
ok

--
Ran 2 tests in 884.044s

OK
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix for CLOUDSTACK-8937 - XenServer migra...

2015-10-23 Thread atrbgithub
Github user atrbgithub commented on the pull request:

https://github.com/apache/cloudstack/pull/925#issuecomment-150595815
  
Hi Remi, I've forced-pushed the commit (amended the commit message and 
re-pushed) and it looks like the tests are running once more. I had a look at 
making a similar change to the 4.6 branch however it looks like a lot of 
refactoring has taken place between the 4.5 branch and master. Please see 
https://github.com/apache/cloudstack/commit/30e72e4a156a224f109f67b277e1e439bdcc9158
 for example. 

We're currently running with 4.5.2 (live and test) internally and this 
change appears to have fixed the issues we were seeing. Perhaps if there is 
ever a 4.5.3 release, this could be included with it. 

It's possible we could upgrade our internal test environment to master to 
see how the migrations are working now with the refactored code, but I won't 
get chance to do this for another few weeks unfortunately. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: smoke/test_internal_lb.py: Fix template n...

2015-10-23 Thread miguelaferreira
Github user miguelaferreira commented on the pull request:

https://github.com/apache/cloudstack/pull/971#issuecomment-150604553
  
@michaelandersen you did not specify `required_hardware=true` are you sure 
the tests have actually ran?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix error message in test_isolate_network...

2015-10-23 Thread miguelaferreira
GitHub user miguelaferreira opened a pull request:

https://github.com/apache/cloudstack/pull/972

Fix error message in test_isolate_network_FW_PF_default_routes

While running test_isolate_network_FW_PF_default_routes it is expected
that SSH'ing into a VM does not work immediately. However, when it fails
(as expected) witht he follwoing error

  Trying SSH Connection: Host:192.168.23.12 Uer:root
Port:22 RetryCnt:1===
  Traceback (most recent call last):
File 
"/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/marvin/sshClient.py",
 line 121, in createConnection timeout=self.timeout)
File 
"/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/paramiko/client.py",
 line 251, in connect retry_on_signal(lambda: sock.connect(addr))
File 
/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/paramiko/util.py",
 line 270, in retry_on_signal return function()
File 
/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/paramiko/client.py",
 line 251, in  retry_on_signal(lambda: sock.connect(addr))
File "/usr/lib64/python2.7/socket.py", line 224, in meth return 
getattr(self._sock,name)(*args)
  error: [Errno 113] No route to host

it would try to print a message that generates a actual error:

  DEBUG: Trying SSH Connection: Host:192.168.23.12 User:root
Port:22 RetryCnt:0===
  test_isolate_network_FW_PF_default_routes
(integration.component.test_routers_network_ops.TestIsolatedNetworks):
CRITICAL: EXCEPTION: test_isolate_network_FW_PF_default_routes:
Traceback (most recent call last):,
  File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()',
  File 
"/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/test/integration/component/test_routers_network_ops.py",
 line 448, in test_isolate_network_FW_PF_default_routes self.fail("Failed to 
SSH into VM - %s" % (public_ip.ipaddress.ipaddress)),
  "AttributeError: 'unicode' object has no attribute 'ipaddress'"

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/miguelaferreira/cloudstack 
test_isolate_network_FW_PF_default_routes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/972.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #972


commit c59de915c6d1f860368a01d8256ff1ff24996759
Author: Miguel Ferreira 
Date:   2015-10-23T10:03:55Z

Fix error message in test_isolate_network_FW_PF_default_routes

While running test_isolate_network_FW_PF_default_routes it is expected
that SSH'ing into a VM does not work immediately. However, when it fails
(as expected) witht he follwoing error

  Trying SSH Connection: Host:192.168.23.12 Uer:root
Port:22 RetryCnt:1===
  Traceback (most recent call last):
File 
"/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/marvin/sshClient.py",
 line 121, in createConnection timeout=self.timeout)
File 
"/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/paramiko/client.py",
 line 251, in connect retry_on_signal(lambda: sock.connect(addr))
File 
/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/paramiko/util.py",
 line 270, in retry_on_signal return function()
File 
/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/venv/lib/python2.7/site-packages/paramiko/client.py",
 line 251, in  retry_on_signal(lambda: sock.connect(addr))
File "/usr/lib64/python2.7/socket.py", line 224, in meth return 
getattr(self._sock,name)(*args)
  error: [Errno 113] No route to host

it would try to print a message that generates a actual error:

  DEBUG: Trying SSH Connection: Host:192.168.23.12 User:root
Port:22 RetryCnt:0===
  test_isolate_network_FW_PF_default_routes
(integration.component.test_routers_network_ops.TestIsolatedNetworks):
CRITICAL: EXCEPTION: test_isolate_network_FW_PF_default_routes:
Traceback (most recent call last):,
  File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()',
  File 
"/home/jenkins/workspace/mccloud/mct-run-marvin-tests@2/test/integration/component/test_routers_network_ops.py",
 line 448, in test_isolate_network_FW_PF_default_routes self.fail("Failed to 
SSH into VM - %s" % (public_ip.ipaddress.ipaddress)),
  "AttributeError: 'unicode' object has no attribute 'ipaddress'"




---
If your project is set up for it, 

[GitHub] cloudstack pull request: CLOUDSTACK-8935 - Cannot remove [r]VPC ne...

2015-10-23 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/967#issuecomment-150605611
  
Ping @remibergsma @miguelaferreira @borisroman @DaanHoogland 

It's now fixed for real!

```
Test create VPC offering ... === TestName: test_01_create_vpc_offering | 
Status : SUCCESS ===
ok
Test VPC offering without load balancing service ... === TestName: 
test_03_vpc_off_without_lb | Status : SUCCESS ===
ok
Test VPC offering without static NAT service ... === TestName: 
test_04_vpc_off_without_static_nat | Status : SUCCESS ===
ok
Test VPC offering without port forwarding service ... === TestName: 
test_05_vpc_off_without_pf | Status : SUCCESS ===
ok
Test VPC offering with invalid services ... === TestName: 
test_06_vpc_off_invalid_services | Status : SUCCESS ===
ok
Test update VPC offering ... === TestName: test_07_update_vpc_off | Status 
: SUCCESS ===
ok
Test list VPC offering ... === TestName: test_08_list_vpc_off | Status : 
SUCCESS ===
ok
test_09_create_redundant_vpc_offering 
(integration.component.test_vpc_offerings.TestVPCOffering) ... === TestName: 
test_09_create_redundant_vpc_offering | Status : SUCCESS ===
ok

--
Ran 8 tests in 1964.378s

OK
/tmp//MarvinLogs/test_vpc_offerings_3GSCL8/results.txt (END)
```

I will run more tests and have an extensive report here soon.

Cheers,
Wilder


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Interface pattern check

2015-10-23 Thread DaanHoogland
GitHub user DaanHoogland opened a pull request:

https://github.com/apache/cloudstack/pull/973

Interface pattern check

thsi closes #812 and #966 as well

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/DaanHoogland/cloudstack interfacePatternCheck

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/973.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #973


commit e8c5ed4e3de8129895feb648066f0c29f49da63d
Author: Satoru Nakaya 
Date:   2015-09-13T13:13:30Z

CLOUDSTACK-8838: Allow ensX enoX enpX enxX format for nics in CentOS 7

commit e1a401c0232928109330cc4670e54b6a80a97de4
Author: David Mabry 
Date:   2015-10-22T15:19:50Z

Added support for KVM teamd devices to LibvirtComputingResource.java.  This 
will allow users to utilze teamd nic teaming devices named team*.

commit fea976a694224e72bd8604d04a0031e1babda9db
Author: Daan Hoogland 
Date:   2015-10-23T15:07:34Z

Merge branch 'pr/812' into interfacePatternCheck

commit f1ea27ed37b4a0c24c932f294c32c43e0f9642bf
Author: Daan Hoogland 
Date:   2015-10-23T15:10:03Z

Merge branch 'pr/966' into interfacePatternCheck

commit 5e836b2bf05ee7d271d8f83e6f8cbd51002bbe3b
Author: Daan Hoogland 
Date:   2015-10-23T15:17:40Z

unit test for interface patterns in libvirt compute resource




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8964: Fix KVM snap to vol and ...

2015-10-23 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/962#issuecomment-150590628
  
@NuxRo here's a list, there is no KVM Guru... ?
funs@cs-mgmt:~/cloudstack/plugins/hypervisors$ find . -type f -name *.xml | 
xargs grep -A 1 Guru | grep property | awk -F: '{ print $2 }' | uniq









---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8985: Deleted volume's removed...

2015-10-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/968#issuecomment-150490749
  
checked with the regular tests of the SBP integration test suits and there 
all pass (except for the vp offering things) @mike-tutkowski Do you have any 
recommendation of (integration tests to run for us mere mortals wihtout 
solidfire hardware?

you have my 'lgtm'


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8979: add virtio support for C...

2015-10-23 Thread borisroman
Github user borisroman commented on the pull request:

https://github.com/apache/cloudstack/pull/963#issuecomment-150495362
  
@ustcweizhou I confirmed it working. Could you please force push your last 
commit so Jenkins will run again?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [4.6] Can't create template or volume from snapshot

2015-10-23 Thread Rajani Karuturi
Interesting. Incase of KVM, its the reverse. The command which is supposed to 
goto SSVM ended up on KVM host.

~Rajani



On 23-Oct-2015, at 10:49 am, Mike Tutkowski  
wrote:

> Hi Rajani,
> 
> I seem to get the same error.
> 
> "Are you sure you got the right type of server?" is listed again in the
> output.
> 
> It seems VMwareGuru is invoked and it passes the CopyCommand on to the
> SSVM, which claims it doesn't support the command.
> 
> Thanks,
> Mike
> 
> On Thu, Oct 22, 2015 at 10:56 PM, Rajani Karuturi <
> rajani.karut...@citrix.com> wrote:
> 
>> Yes. This is the pr.  We have some design issues to fix to make sure
>> hypervisor gurus doesn't cross boundaries. But, until then, we have to fix
>> the respective hv gurus. You can find more details on the bug which nux
>> shared.
>> 
>> You could also test with hypervisor gurus exclude global Param and exclude
>> ovm3guru to be sure that this is the issue. (exact configuration and its
>> value is on bug comments)
>> 
>> ~Rajani
>> Sent from my Windows Phone
>> 
>> From: Mike Tutkowski
>> Sent: ‎23-‎10-‎15 09:56
>> To: dev@cloudstack.apache.org
>> Subject: Re: [4.6] Can't create template or volume from snapshot
>> 
>> Hi Rajani,
>> 
>> Just checking to make sure this is the PR you intended. It looks related to
>> OVM3 only.
>> 
>> Thanks!
>> Mike
>> 
>> On Thu, Oct 22, 2015 at 9:39 PM, Rajani Karuturi <
>> rajani.karut...@citrix.com
>>> wrote:
>> 
>>> Mike,
>>> Can you please test on PR https://github.com/apache/cloudstack/pull/962?
>>> It fixes this issue.
>>> 
>>> ~Rajani
>>> 
>>> 
>>> 
>>> On 23-Oct-2015, at 7:29 am, Mike Tutkowski >> 
>>> wrote:
>>> 
 I guess I should point out that my system VMs are all running on
>>> XenServer,
 but I don't think that should be a problem.
 
 On Thu, Oct 22, 2015 at 7:57 PM, Mike Tutkowski <
 mike.tutkow...@solidfire.com> wrote:
 
> I seem to be having a similar problem with deploying a VM on VMware
>> (on
> 4.6). I first tried with my (SolidFire) plug-in and then with just
>> local
> storage. In both cases, I get an error saying "Are you sure you got
>> the
> right type of server?"
> 
> On Sun, Oct 18, 2015 at 2:29 AM, Nux!  wrote:
> 
>> All I get is a "Are you sure you got the right type of server?"
>> 
>> More info at https://issues.apache.org/jira/browse/CLOUDSTACK-8964
>> 
>> Lucian
>> 
>> --
>> Sent from the Delta quadrant using Borg technology!
>> 
>> Nux!
>> www.nux.ro
>> 
> 
> 
> 
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*
> 
 
 
 
 --
 *Mike Tutkowski*
 *Senior CloudStack Developer, SolidFire Inc.*
 e: mike.tutkow...@solidfire.com
 o: 303.746.7302
 Advancing the way the world uses the cloud
 *™*
>>> 
>>> 
>> 
>> 
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud
>> *™*
>> 
> 
> 
> 
> -- 
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*



[GitHub] cloudstack pull request: CLOUDSTACK-8935 - Cannot remove rVPC netw...

2015-10-23 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/967#issuecomment-150497392
  
I'm running the new test now. Once done, I will push it and you can proceed 
with testing the PR.

Cheers,
Wilder


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: UI translation for 4.6

2015-10-23 Thread Milamber

Hello,

Thanks for the translation.

I've just open the 2.2 resource for acceptance of translated strings, 
you can now grow to 100% for All versions of CloudStack.


Milamber


On 23/10/2015 21:58, Yiping Zhang wrote:

I took a look at Chinese, and finished last two messages for 4.5/4.6.   All the 
remaining untranslated messages are for 2.2, but that one does not accept any 
more translations.  So there is no way to get it to reach 100% :(

Yiping



On 10/23/15, 12:05 PM, "Erik Weber"  wrote:


On Fri, Oct 23, 2015 at 6:11 PM, Milamber  wrote:


Hello,

The new stats for the translations of Web UI 4.6 (languages over 50%):

French (France) 100%
Portuguese (Brazil) 99%
Japanese (Japan)99%
Chinese (China) 99%
Norwegian Bokmål (Norway)   99%
Hungarian   98%
Dutch (Netherlands) 94%
German (Germany)76%
Russian (Russia)75%
Korean (Korea)  66%
Spanish 53%

Thanks for the translators! (especially to the Norwegian 70%->99%, 655 new
translated strings!)



I just finished the 2.2 strings that were missing and got us up to 100%.

Thanks to Dag S. and Jan-Arve N. as well for their efforts!

--
Erik




Re: UI translation for 4.6

2015-10-23 Thread Yiping Zhang
Well, is version 2.2 still relevant at all ?  Why waste time on it ?




On 10/23/15, 2:09 PM, "Milamber"  wrote:

>Hello,
>
>Thanks for the translation.
>
>I've just open the 2.2 resource for acceptance of translated strings, 
>you can now grow to 100% for All versions of CloudStack.
>
>Milamber
>
>
>On 23/10/2015 21:58, Yiping Zhang wrote:
>> I took a look at Chinese, and finished last two messages for 4.5/4.6.   All 
>> the remaining untranslated messages are for 2.2, but that one does not 
>> accept any more translations.  So there is no way to get it to reach 100% :(
>>
>> Yiping
>>
>>
>>
>> On 10/23/15, 12:05 PM, "Erik Weber"  wrote:
>>
>>> On Fri, Oct 23, 2015 at 6:11 PM, Milamber  wrote:
>>>
 Hello,

 The new stats for the translations of Web UI 4.6 (languages over 50%):

 French (France) 100%
 Portuguese (Brazil) 99%
 Japanese (Japan)99%
 Chinese (China) 99%
 Norwegian Bokmål (Norway)   99%
 Hungarian   98%
 Dutch (Netherlands) 94%
 German (Germany)76%
 Russian (Russia)75%
 Korean (Korea)  66%
 Spanish 53%

 Thanks for the translators! (especially to the Norwegian 70%->99%, 655 new
 translated strings!)


>>> I just finished the 2.2 strings that were missing and got us up to 100%.
>>>
>>> Thanks to Dag S. and Jan-Arve N. as well for their efforts!
>>>
>>> -- 
>>> Erik
>


Re: UI translation for 4.6

2015-10-23 Thread Milamber

Hello translators,

The way to translate the web UI of CloudStack is to go on Transifex 
website [1]. Apache CloudStack uses this specialized service to 
facilitate the translation process.


It's very easy, you just need to create an account (free) and start to 
translate with the Transifex friendly interface (suggestions for 
strings, history, comments, issues, etc.)


Currently we focus on the 4.6 resources strings for make the next 
version of CloudStack a great localized version. You can can translate 
too the other versions (especially 4.5) because a minor update is 
planned (4.5.3)).


Regularly or after a ping me, I launch the process [2] to update the 
L10N resources files on the source code of CloudStack.


Currently for the next version 4.6, if you are a dev, you can apply this 
pull request [3] on a local git branch from master branch and launch the 
web UI to check the localization web UI.


Below, the complete list of current languages opened to the translation. 
If your languages isn't in the list, you can ask on Transifex to open it.


All languages and translators are welcome!

Milamber

[1] https://www.transifex.com/ke4qqq/CloudStack_UI/
[2] 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Update+L10N+files+from+Transifex+to+git+repo

[3] https://github.com/apache/cloudstack/pull/974

The full list:

Acoli (ach)
Arabic (ar)
Catalan (ca)
Chinese (China) (zh_CN)
Chinese (Taiwan) (zh_TW)
Dutch (Belgium) (nl_BE)
Dutch (Netherlands) (nl_NL)
Dutch (nl)
French (fr)
French (France) (fr_FR)
Georgian (ka)
German (de)
German (Germany) (de_DE)
Hindi (hi)
Hungarian (hu)
Indonesian (id)
Indonesian (Indonesia) (id_ID)
Italian (it)
Italian (Italy) (it_IT)
Japanese (Japan) (ja_JP)
Korean (Korea) (ko_KR)
Norwegian Bokmål (Norway) (nb_NO)
Persian (fa)
Polish (pl)
Portuguese (Brazil) (pt_BR)
Romanian (Romania) (ro_RO)
Russian (Russia) (ru_RU)
Spanish (es)
Tatar (tt)
Telugu (India) (te_IN)
Thai (Thailand) (th_TH)
Turkish (Turkey) (tr_TR)
Vietnamese (Viet Nam) (vi_VN)



On 23/10/2015 21:54, Stavros Konstantaras wrote:

Hi there,

Maybe I could start a Greek translation as well.

Just send me the “how to”.

Cheers
Stavros Konstantaras


Stavros Konstantaras
Science faculty Research IT support (FEIOG)
University of Amsterdam, Science Park 904, 1098 XH

Fingerprint: E5E5 9B19 D1CD 88CD 4763  3465 A8DC 7C92 330F D59A


On 23 Oct 2015, at 22:49, Jaime Orlando Rojas Sanchez  
wrote:

Hello, I can help with Spanish translations. Let me know how could I help.

Regards / Cordialmente,

Jaime O. Rojas S.
Technology Manager
jaime.ro...@kumo.com.co
Mobile: +57 301-3382382
Office: +57-1-8766767 x215

-Mensaje original-
De: Milamber [mailto:milam...@apache.org]
Enviado el: viernes, 23 de octubre de 2015 11:12 a. m.
Para: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Asunto: Re: UI translation for 4.6

Hello,

The new stats for the translations of Web UI 4.6 (languages over 50%):

French (France) 100%
Portuguese (Brazil) 99%
Japanese (Japan)99%
Chinese (China) 99%
Norwegian Bokmål (Norway)   99%
Hungarian   98%
Dutch (Netherlands) 94%
German (Germany)76%
Russian (Russia)75%
Korean (Korea)  66%
Spanish 53%

Thanks for the translators! (especially to the Norwegian 70%->99%, 655 new 
translated strings!)

I will integrate all this new strings in a new PR the next week around the 
30/31st October.

Hungarian / Dutch (@dahn), just a small work to go to 100%!

The transifex project to translate the Web UI:
https://www.transifex.com/ke4qqq/CloudStack_UI/

That would be great to have a lot of localization Web UI for CloudStack 4.6!

Thanks

Milamber

PS. All languages stats for 4.6:
https://www.transifex.com/ke4qqq/CloudStack_UI/46xmessagesproperties/


On 09/10/2015 09:49, Sebastien Goasguen wrote:

Milamber reminded me that before releasing 4.6 we should include the latest 
translated strings for the UI.
If you care about translation, you might be interested to work on it in the 
coming days.

Here is where we stand:

Portuguese (Brazil) 100%
French (France) 100%

Japanese (Japan)99%
Hungarian   98%
Chinese (China) 93%
Dutch (Netherlands) 89%
Russian (Russia)75%
German (Germany)71%
Norwegian Bokmål (Norway)   70%
Korean (Korea)  66%
Spanish 53%


Italian (Italy) 36%
Polish  21%
Catalan 13%
Arabic  12%
Persian 11%
Romanian (Romania)  9%
Chinese (Taiwan)7%
Georgian5%
Thai (Thailand) 5%
Turkish (Turkey)2%
Tatar

  1   2   >