[GitHub] cloudstack pull request: Embedded Tomcat & Jetty

2015-06-09 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/372#issuecomment-110255489
  
Hi @wilderrodrigues , @serverchief

Thank you for your feedback :)

I understand your point, but since there are a lot of changes and most are 
interconnected or change the same files, breaking it down would make it take a 
long time to get things done and i'm used to working fast with a lot of 
changes, sorry about that ;) . This is still not all the cleaning up i'd like 
to do in packaging, and packing it all together makes it also a lot faster to 
test for issues, than to do complete tests for a big bunch of PRs individually, 
although a complete code review will be a bit taxing of course, either way, 
reviewing 5x 200 lines of code, should be no faster than to review 1000 line of 
code once, although testing packaging and functionality once is a lot faster 
than doing it 5x, don't you agree?

I will try to break down a some things in the coming days like i did with 
the last packaging PR, but ultimately, the work goes a lot faster if i'm not 
waiting for each individual change to get reviewed and merged before moving on 
to the next step to improve the same thing. This is a particular case because 
all the changes revolve around the same things: packaging and distribution.
Either way, this allows for people to test once and make sure everything is 
working.. if any issues are reported i'll be sure to fix them, and not go back 
in time ;)

I will also be sure to review all the changes myself and add anything 
relevant i may have forgotten about, if any, to the initial comment to make it 
easier to follow :) 
Merging the whole PR would speed things up considerably and allow me to 
continue improving packaging with a new base, but i'm not expecting to see this 
through overnight of course :)
Ultimately it was easier and faster to get everything done in the same 
branch and fix issues as they arose in my testing. This just gets it all out 
there at once for the community to comment on and test as a whole.

Other than this packaging PR which is something that needed an overhaul in 
my opinion, I will try to keep my PRs as small as possible as you have 
suggested.

Cheers,
Rafael


---
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: Embedded Tomcat & Jetty

2015-06-09 Thread terbolous
Github user terbolous commented on the pull request:

https://github.com/apache/cloudstack/pull/372#issuecomment-110257923
  
I'm with Wilder & co on this.

If you break it down, it's easier to test and thus merge.

For instance, the mysql licensing could now potentially hold the complete
PR, while tomcat/jetty changes are irrelevant and could've been merged (if
tested and verified working).


-- 
Erik

On Tue, Jun 9, 2015 at 9:10 AM, Rafael da Fonseca 
wrote:

> Hi @wilderrodrigues  , @serverchief
> 
>
> Thank you for your feedback :)
>
> I understand your point, but since there are a lot of changes and most are
> interconnected or change the same files, breaking it down would make it
> take a long time to get things done and i'm used to working fast with a 
lot
> of changes, sorry about that ;) . This is still not all the cleaning up 
i'd
> like to do in packaging, and packing it all together makes it also a lot
> faster to test for issues, than to do complete tests for a big bunch of 
PRs
> individually, although a complete code review will be a bit taxing of
> course, either way, reviewing 5x 200 lines of code, should be no faster
> than to review 1000 line of code once, although testing packaging and
> functionality once is a lot faster than doing it 5x, don't you agree?
>
> I will try to break down a some things in the coming days like i did with
> the last packaging PR, but ultimately, the work goes a lot faster if i'm
> not waiting for each individual change to get reviewed and merged before
> moving on to the next step to improve the same thing. This is a particular
> case because all the changes revolve around the same things: packaging and
> distribution.
> Either way, this allows for people to test once and make sure everything
> is working.. if any issues are reported i'll be sure to fix them, and not
> go back in time ;)
>
> I will also be sure to review all the changes myself and add anything
> relevant i may have forgotten about, if any, to the initial comment to 
make
> it easier to follow :)
> Merging the whole PR would speed things up considerably and allow me to
> continue improving packaging with a new base, but i'm not expecting to see
> this through overnight of course :)
> Ultimately it was easier and faster to get everything done in the same
> branch and fix issues as they arose in my testing. This just gets it all
> out there at once for the community to comment on and test as a whole.
>
> Other than this packaging PR which is something that needed an overhaul in
> my opinion, I will try to keep my PRs as small as possible as you have
> suggested.
>
> Cheers,
> Rafael
>
> —
> Reply to this email directly or view it on GitHub
> .
>



---
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: Reinstate working sessions in browser

2015-06-09 Thread vadimkim
Github user vadimkim commented on the pull request:

https://github.com/apache/cloudstack/pull/308#issuecomment-110259230
  
@rsafonseca 
I have added Set-Cookie and P3P lines into config. My $host variable 
contains either kickcloud.net or www.kickcloud.net -- depends on request user 
made. So I didn't set cookie_domain and sub_filter, because domain is the same. 
 With such a setup I am still logged off after F5.  There is something else 
that we are missing.


---
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: Embedded Tomcat & Jetty

2015-06-09 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/372#issuecomment-110265493
  
Hi @terbolous 

I'm here to help, so i'll try to break it down a bit in the coming days as 
i mentioned :)
Testing this will take some time anyway, and if an issue arises with the 
mysql connector change, i'll just update the PR, nothing will get stuck because 
of that ;)

Btw, the change with mysql has 2 objectives:
1 - Reduce distro specific dependencies (different distros have different 
package names an versions) and thus increase distro abstraction.
2 - Make the management webapp self contained (currently, if you take the 
war file from this PR and put it in your own servlet engine all you need to do 
is install the RPM and add /etc/cloudstack/management to the context class 
loader's classpath )

Either way, do you all mean easier to review? I don't see how testing a 
bunch of PRs would be faster or easier to test a single 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: Reinstate working sessions in browser

2015-06-09 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/308#issuecomment-110268630
  
@vadimkim 
I need to do some testing with this setup, which i'm afraid i might only 
have time to do later this week or in the weekend. It generally easier to do 
this with httpd (using ProxyPassReverseCookieDomain  and 
ProxyPassReverseCookiePath), but i'll figure out a way to make it work on nginx 
:)
The thing is, your internal domain might not be the same as your external 
domain, and the same goes for the cookie path. You will most likely need to 
rewrite those bits in the cookie eg. cloudstack.myintra.local <-> kickcloud.net 
or something like that.
I'll get back to you as soon as i can test it and hopefully provide you a 
working config :)



---
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: Reinstate working sessions in browser

2015-06-09 Thread vadimkim
Github user vadimkim commented on the pull request:

https://github.com/apache/cloudstack/pull/308#issuecomment-110271962
  
@rsafonseca 
Can you help me to define the correct internal domain name?  If I check 
cookie at plain HTTP server (where it works) I see **domainid** field with 
UUID. At HTTPS server I see the same parameter with the same UUID. For me both 
cookies looks the same except cookie name. Should it be name of the cookie that 
must be rewritten?


---
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.
---


Build failed in Jenkins: build-master-slowbuild #1527

2015-06-09 Thread jenkins
See 

--
[...truncated 27254 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.717s]
[INFO] Apache CloudStack . SUCCESS [1.864s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.789s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.977s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:26.557s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.097s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.170s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.642s]
[INFO] Apache CloudStack API . SUCCESS [1:45.246s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [19.277s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [32.305s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.087s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.277s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.848s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.676s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.318s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.977s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [15.652s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:01.319s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [43.899s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [32.071s]
[INFO] Apache CloudStack Server .. SUCCESS [4:11.907s]
[INFO] Apache CloudStack Usage Server  SUCCESS [51.764s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:21.697s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.075s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.448s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [57.954s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [59.422s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.636s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.879s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [33.300s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.403s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [38.058s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [12.612s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.447s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.827s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [2:00.304s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[2:48.367s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:00.764s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [24.928s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [45.448s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [34.446s]
[INFO] Apache CloudStack Plugin - Host Anti-A

Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Andrija Panic
HI guys,

we try to move some volumes from one ACS installation to another (from
4.3.2 to 4.5.1).

Since we are using CEPH, and volume extract/download doesn't work at the
moment, we do workarround, we snapshots Windows DATA volume, convert to
template, and then we extract URL / download.

Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails almoust
imiddiately with error inside SSVM (nothing usefull in management log) -
and the volume is deleted from ACS:

 I see there is inspecting disk with "file" commands...any thought why is
this failing ?

These are source Windows DATA disk btw:

2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
(agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:  { Cmd ,
MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011,
[{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":false,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOLUME","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://
10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
}
2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
(agentRequest-Handler-10:null) Processing command:
org.apache.cloudstack.storage.command.DownloadCommand
2015-06-09 07:58:47,815 INFO
 [storage.resource.NfsSecondaryStorageResource]
(agentRequest-Handler-10:null) Determined host 10.13.2.1 corresponds to IP
10.13.2.1
2015-06-09 07:58:47,873 INFO  [storage.template.HttpTemplateDownloader]
(agentRequest-Handler-10:null) No credentials configured for host=
46.232.180.244:80
2015-06-09 07:58:47,895 INFO  [storage.template.HttpTemplateDownloader]
(pool-1-thread-3:null) Starting download from
http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
to
/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
remoteSize=21474836480 , max size=5497558138880
2015-06-09 07:58:47,909 DEBUG [utils.script.Script] (pool-1-thread-3:null)
Executing: /bin/bash -c file
/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
| cut -d: -f2
2015-06-09 07:58:47,936 DEBUG [utils.script.Script] (pool-1-thread-3:null)
Execution is successful.
2015-06-09 07:58:47,941 INFO  [storage.template.DownloadManagerImpl]
(pool-1-thread-3:null) Download Completion for jobId:
c95b3d60-f904-4ecc-ab9f-7ed1c36eba20, status=UNRECOVERABLE_ERROR
2015-06-09 07:58:47,942 INFO  [storage.template.DownloadManagerImpl]
(pool-1-thread-3:null) local:
/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_,
bytes=1053854, error=Template content is unsupported, or mismatch between
selected format and template content. Found  : x86 boot sector; partition
1, pct=0
2015-06-09 07:58:50,876 DEBUG [cloud.agent.Agent]
(agentRequest-Handler-10:null) Seq 81-4133460032995983410:  { Ans: ,
MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 10,
[{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"c95b3d60-f904-4ecc-ab9f-7ed1c36eba20","downloadPct":0,"errorString":"Template
content is unsupported, or mismatch between selected format and template
content. Found  : x86 boot sector; partition
1","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_","installPath":"volumes/2/468","templateSize":0,"templatePhySicalSize":0,"result":true,"details":"Template
content is unsupported, or mismatch between selected format and template
content. Found  : x86 boot sector; partition 1","wait":0}}] }

-- 

Andrija Panić


RE: Third party VR / L2 support

2015-06-09 Thread Paul Angus
Hi Christian,

This is a feature put forward by myself.  As a non-developer I can come up with 
these things and throw them over the wall to the developers and pretend I don't 
know how complicated it is :)

In summary, it requires a few other pieces of the roadmap to be in place. The 
high level plan is to move ever closer to a driver/plugin model for CloudStack. 
 For this feature we need to fully separate the VR plugin code from the 'core' 
code and create strong contracts for VR commands/responses.  Then 'anyone' can 
create and maintain drivers for any type of router/firewall/vpn 
endpoint/loadbalancer. The CloudStack community would then continue to maintain 
the 'standard' VR/VPC.

We're also developing OSPF capable and a routing-mode VPC offerings which we 
hope will be in 4.6

I'd be interested to hear how you're using  the L2 devices to see where if we 
can fit it in to our 'Enterprise use' enhancements.

Regards,

Paul Angus
Cloud Architect
D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus
paul.an...@shapeblue.com

-Original Message-
From: Christian [mailto:christ...@bt.net]
Sent: 01 June 2015 13:26
To: dev@cloudstack.apache.org
Subject: Third party VR / L2 support

Hi Sebastien,

Thank you for publishing the roadmap.


> Replace VR with h/w (srx, asa etc)


A question for all - What are the implications of expanding this feature to 
support s/w appliances, such as the ASA/CSR 1000V ?


This is something that I have been implementing manually to date because:

> Improve VR, VR agent, API for VR   :)



It involves a little bit of 'creative networking' in order to suppress the CS 
virtual router. Any improvements in this area would be very useful.
Even a QuickCloudNoServices-like offering for isolated networks would be great. 
I¹m aware that this can be created manually, but I¹m not convinced that this is 
a supported configuration.


Pushing this concept further, I¹d like to see support for Layer 2 isolated 
networks. I use these for running virtual L2 devices under CS simply by 
creating dummy IP address ranges and ignoring them. Again, I have to suppress 
the VR, because it¹s not needed at L2.


I¹ve been doing a fair bit to push the limits of networking in CloudStack over 
the last year using just VLANs and the standard API calls . I¹m happy to answer 
any questions anyone may have.


Best regards,

-Christian

--
Christian Lafferty




On 31/05/2015 05:08, "Sebastien Goasguen"  wrote:

>Hi folks,
>
>Several folks on this list representing their company¹s interest shared
>with me their fixes/features plans and hopes.
>
>I believe we can use this to build a solid roadmap for our project,
>something that we have never had.
>
>I captured a lot of bullet items and tried to categorize them to start
>building a roadmap.
>
>You can see the document on our wiki at:
>
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/Roadmap
>
>I would like to call everyone to make this page a great living document
>that will be up to date and help us drive cloudstack forward.
>
>First order of business would be to add description to each item and if
>you are working on it or would like to help out, write your name down !
>
>
>Cheers,
>
>
>-Sebastien


Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

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 company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


[GitHub] cloudstack pull request: Reinstate working sessions in browser

2015-06-09 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/308#issuecomment-110275707
  
@vadimkim 
The only cookie that is set by the server and needs to be rewritten is the 
sessionkey cookie, all the others are created by the client and will point to 
the domain and path in the end user's perspective. This is the cookie you need 
to check and rewrite.


---
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-docs-rn pull request: document that XenServer depends o...

2015-06-09 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack-docs-rn/pull/22#issuecomment-110278650
  
@runseb Thanks. I have already applied it to master in the first place. But 
that commit didn't apply to 4.5 so I created a separate PR (this one) to 
resolve it. Will do the same for 4.4 as well.


---
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-docs-rn pull request: document that XenServer depends o...

2015-06-09 Thread remibergsma
Github user remibergsma closed the pull request at:

https://github.com/apache/cloudstack-docs-rn/pull/22


---
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: Reinstate working sessions in browser

2015-06-09 Thread vadimkim
Github user vadimkim commented on the pull request:

https://github.com/apache/cloudstack/pull/308#issuecomment-110282737
  
@rsafonseca 
I didn't get it. Don't have so  deep knowledge about cookie manipulation.  
If I open dev-tools at Chrome  I can see only 1 cookie with name = hostname 
where I connect to and fields that also have names like $host_userid, 
$host_sessionKey, etc.  I shouldn't replace anything here because it is client 
cookie, isn't it ?  But where do I get server cookie then? 


---
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: Not found CS 4.5.1 RHEL packages on apt-get.eu

2015-06-09 Thread Paul Angus
This seems to be become more of a mess rather than less of one.

+1 for EVERYTHING (systemvm templates, rpms, debs, exes, source code & 
utilities - password reset etc)  being available via packages.apache.org - and 
that should be the URL used in documentation and code going forward

I think that wrt to the other two parties, Wido/PCExtreme (apt-get.eu) and 
ShapeBlue/BT if users find that these repos are quicker that’s great.  
ShapeBlue will ensure that a carbon copy of the packages.apache.org 
(cloudstack) repo is available and clearly marked along-side anything else 
hosted there.

It's 100% up to Wido what he does/doesn't host, I don't think anyone can accuse 
him of not being a good community member.


Regards,

Paul Angus
Cloud Architect
D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus
paul.an...@shapeblue.com

-Original Message-
From: David Nalley [mailto:da...@gnsa.us]
Sent: 07 June 2015 00:10
To: dev@cloudstack.apache.org
Subject: Re: Not found CS 4.5.1 RHEL packages on apt-get.eu

There is also the legacy of yum repo url already being set by thousands of 
machines; which would break even if docs are changed.

On Friday, June 5, 2015, Erik Weber  wrote:

> The problem is that the official docs point to apt-get.eu, if nothing
> is there we're confusing users.
> See
>
> http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/
> 4.5/management-server/index.html#rpm-package-repository
>
> I understand that we have an argument about who's providing packages
> and such, but we should resort to finding a solution now, or remove it
> from/change the docs
>
> --
> Erik
>
> On Fri, Jun 5, 2015 at 3:16 PM, Rohit Yadav  >
> wrote:
>
> > I’ve received some objections on putting the rsync mirror, it may be
> > removed.
> >
> > You may use the following upstream repo built from official
> > releases, which aims to be more up to date:
> > http://packages.shapeblue.com/cloudstack/upstream/
> > or,
> > http://mirrors.coreix.net/packages.shapeblue.com/cloudstack/upstream
> > /
> >
> > Usage: shapeblue.com/packages
> >
> > > On 05-Jun-2015, at 2:15 pm, Erik Weber  > wrote:
> > >
> > > Thanks Rohit
> > >
> > > On Fri, Jun 5, 2015 at 1:52 PM, Rohit Yadav
> > >  >
> > > wrote:
> > >
> > >> Hi,
> > >>
> > >> I’ve setup a cronjob to mirror centos packages from rsync://
> > >> packages.shapeblue.com/cloudstack/upstream/{centos,centos7} on
> > apt-get.eu
> > >> server.
> > >>
> > >> Updated README with centos packages and gpg public key information:
> > >> http://cloudstack.apt-get.eu/README
> > >>
> > >> Mirrored packages can be found here:
> > >> http://cloudstack.apt-get.eu/centos/
> > >> http://cloudstack.apt-get.eu/centos7/
> > >>
> > >> The 4.5 packages here are symlinked to the above directories:
> > >> http://cloudstack.apt-get.eu/rhel/4.5/
> > >>
> > >> Hope this helps.
> > >>
> > >>> On 05-Jun-2015, at 1:48 pm, Milamber  > wrote:
> > >>>
> > >>>
> > >>>
> > >>> On 05/06/2015 12:11, Rohit Yadav wrote:
> >  Hi,
> > 
> >  Okay, I’ve copy the packages for 4.5 and setup a cronjob to
> >  mirror
> > >> packages today. Avoid using the repository until that happens.
> > >>>
> > >>> Thanks Rohit.
> > >>>
> > 
> > > On 05-Jun-2015, at 12:49 pm, Erik Weber  > wrote:
> > >
> > > On Thu, Jun 4, 2015 at 12:44 PM, Milamber  >
> > wrote:
> > >
> > >> Hello,
> > >>
> > >> There are a special reason to not have the 4.5.1 RHEL
> > >> packages on http://cloudstack.apt-get.eu/rhel/ ?
> > >>
> > >>
> > > No, there's no reason imho.
> > >
> > > Could anyone with access to the apt-get.eu server upload packages?
> > >
> > > --
> > > Erik
> >  Regards,
> >  Rohit Yadav
> >  Software Architect, ShapeBlue
> >  M. +91 88 262 30892 | rohit.ya...@shapeblue.com 
> >  Blog: bhaisaab.org | Twitter: @_bhaisaab
> > 
> > 
> > 
> >  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<
> > http://shapeblue.com/csforge/
> > >>>
> >  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 recipi

[GitHub] cloudstack pull request: Reinstate working sessions in browser

2015-06-09 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/308#issuecomment-110293689
  
@vadimkim are you building the latest version of this PR? I've removed the 
initial host_ prefix on the cookies, since that was not the issue that led to 
breaking the sessions.
Commit 
https://github.com/rsafonseca/cloudstack/commit/7c2502a9c2cd538336c5d87a7613f3b541bd70ec
Removes that suffix and makes the cookie server side
If you're seing a host_ prefix on the cookies, you shouldn't have a server 
set cookie either


---
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: Third party VR / L2 support

2015-06-09 Thread Funs Kessen
Hi Christian and Paul,

I agree that the VR/VPC construct could do with some improvements, the biggest 
being that it should actually be api driven and allow for more flexible 
networking/services combined with scale out itself (we’re looking into this 
actually). All of these things bring along their own problems and should be 
tackled piece by piece, if we’d want to be efficient we should first blot out 
the API and then start pushing services in, which is difficult at the speed it 
is moving at.

The driver model in Cloudstack already supports the decoupling of services via 
"network service providers" (plugins) and ties in with the way the “network 
service offerings" work with "service capabilities" and "supported services". 
At SBP we use NSX-mh for the service “Connectivity”, we could add “SourceNat”, 
“StaticNat” and “Port Forwarding” to this for NSX if we want to, but decided to 
leave that in the VR back then as these services were rather new in NSX. My 
point being that you can already mix and match things and are not stuck with 
the VR/VPC, and you can actually use devices on that level if need be, if you 
create the service offerings for them.
At the moment anyone can already create a plugin that exposes a single 
functionality or multiple, and expose that as a service that is offered, 
examples of these are the Palo-Alto, SRX, F5, Netscaler, Cisco VNMC, NSX and 
Nuage. I’m not saying it’s simple or easy, but if you know the API of what you 
want to integrate with you can. 
The construction of the plugin module has its own unique challenges, and I 
agree with John Burwell (Shape Blue) and Paul that we need to change the way 
this all hangs together if we want more flexibility and ease of integration in 
the future.

BGP is brought in for use with IPv6,  the first code for that has just gone in 
from Suresh via Wilder. As that runs on top of Quagga you could do OSPF with 
that too. This again leads me to believe we really need to change the way the 
RV/VPC receives configuration, I’ve spoken to a big Cloudstack user, whom also 
contributes, that wants to be able to do more with HaProxy, read full 
configuration freedom, and after hearing this and bumping my head against it in 
the past it made perfect sense to me.

On the topic of L2 networking we’re bridging in and out a lot of networks at 
the moment for “Enterprise” production customers. Ranging from legacy 
environments to cloud environments or environments where we have full cloud 
workloads but also need physical iron due to “regulatory requirements” or 
because there is no viable alternative yet (or we haven’t made a plugin that 
exposes that functionality from another device/VM/container that can be placed 
in a service offering etc). I think in our case L2 is not always a requirement 
for all areas as such and I’d prefer L3 in most cases where viable. We solved 
things that way, the L2 way, because that was our frame of mind, although it 
may be a requirement in your case.

Cheers,

Funs

> On 09 Jun 2015, at 10:27, Paul Angus  wrote:
> 
> Hi Christian,
> 
> This is a feature put forward by myself.  As a non-developer I can come up 
> with these things and throw them over the wall to the developers and pretend 
> I don't know how complicated it is :)
> 
> In summary, it requires a few other pieces of the roadmap to be in place. The 
> high level plan is to move ever closer to a driver/plugin model for 
> CloudStack.  For this feature we need to fully separate the VR plugin code 
> from the 'core' code and create strong contracts for VR commands/responses.  
> Then 'anyone' can create and maintain drivers for any type of 
> router/firewall/vpn endpoint/loadbalancer. The CloudStack community would 
> then continue to maintain the 'standard' VR/VPC.
> 
> We're also developing OSPF capable and a routing-mode VPC offerings which we 
> hope will be in 4.6
> 
> I'd be interested to hear how you're using  the L2 devices to see where if we 
> can fit it in to our 'Enterprise use' enhancements.
> 
> Regards,
> 
> Paul Angus
> Cloud Architect
> D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: 
> @CloudyAngus
> paul.an...@shapeblue.com
> 
> -Original Message-
> From: Christian [mailto:christ...@bt.net]
> Sent: 01 June 2015 13:26
> To: dev@cloudstack.apache.org
> Subject: Third party VR / L2 support
> 
> Hi Sebastien,
> 
> Thank you for publishing the roadmap.
> 
> 
>> Replace VR with h/w (srx, asa etc)
> 
> 
> A question for all - What are the implications of expanding this feature to 
> support s/w appliances, such as the ASA/CSR 1000V ?
> 
> 
> This is something that I have been implementing manually to date because:
> 
>> Improve VR, VR agent, API for VR   :)
> 
> 
> 
> It involves a little bit of 'creative networking' in order to suppress the CS 
> virtual router. Any improvements in this area would be very useful.
> Even a QuickCloudNoServices-like offering for isolated networks would be 
> great. I¹m aware that thi

AW: Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Jochim, Ingo
Hi Andrija,

have you tried to convert (qemu-img convert) it to RAW and upload then?
Ceph is using RAW devices. The conversion takes place on storage migration but 
on upload?

Regards,
Ingo

-Ursprüngliche Nachricht-
Von: Andrija Panic [mailto:andrija.pa...@gmail.com] 
Gesendet: Dienstag, 9. Juni 2015 10:24
An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
Betreff: Problem Upload Windows volume to ACS 4.5.1

HI guys,

we try to move some volumes from one ACS installation to another (from
4.3.2 to 4.5.1).

Since we are using CEPH, and volume extract/download doesn't work at the 
moment, we do workarround, we snapshots Windows DATA volume, convert to 
template, and then we extract URL / download.

Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails almoust 
imiddiately with error inside SSVM (nothing usefull in management log) - and 
the volume is deleted from ACS:

 I see there is inspecting disk with "file" commands...any thought why is this 
failing ?

These are source Windows DATA disk btw:

2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
(agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:  { Cmd ,
MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011, 
[{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":false,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOLUME","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://
10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
}
2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
(agentRequest-Handler-10:null) Processing command:
org.apache.cloudstack.storage.command.DownloadCommand
2015-06-09 07:58:47,815 INFO
 [storage.resource.NfsSecondaryStorageResource]
(agentRequest-Handler-10:null) Determined host 10.13.2.1 corresponds to IP
10.13.2.1
2015-06-09 07:58:47,873 INFO  [storage.template.HttpTemplateDownloader]
(agentRequest-Handler-10:null) No credentials configured for host= 
46.232.180.244:80
2015-06-09 07:58:47,895 INFO  [storage.template.HttpTemplateDownloader]
(pool-1-thread-3:null) Starting download from
http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
to
/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
remoteSize=21474836480 , max size=5497558138880
2015-06-09 07:58:47,909 DEBUG [utils.script.Script] (pool-1-thread-3:null)
Executing: /bin/bash -c file
/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
| cut -d: -f2
2015-06-09 07:58:47,936 DEBUG [utils.script.Script] (pool-1-thread-3:null) 
Execution is successful.
2015-06-09 07:58:47,941 INFO  [storage.template.DownloadManagerImpl]
(pool-1-thread-3:null) Download Completion for jobId:
c95b3d60-f904-4ecc-ab9f-7ed1c36eba20, status=UNRECOVERABLE_ERROR
2015-06-09 07:58:47,942 INFO  [storage.template.DownloadManagerImpl]
(pool-1-thread-3:null) local:
/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_,
bytes=1053854, error=Template content is unsupported, or mismatch between 
selected format and template content. Found  : x86 boot sector; partition 1, 
pct=0
2015-06-09 07:58:50,876 DEBUG [cloud.agent.Agent]
(agentRequest-Handler-10:null) Seq 81-4133460032995983410:  { Ans: ,
MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 10, 
[{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"c95b3d60-f904-4ecc-ab9f-7ed1c36eba20","downloadPct":0,"errorString":"Template
content is unsupported, or mismatch between selected format and template 
content. Found  : x86 boot sector; partition 
1","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_","installPath":"volumes/2/468","templateSize":0,"templatePhySicalSize":0,"result":true,"details":"Template
content is unsupported, or mismatch between selected format and template 
content. Found  : x86 boot sector; partition 1","wait":0}}] }

-- 

Andrija Panić

--
This email was Virus checked by UTM 9. http://www.sophos.com

-- 
This email was Virus checked by UTM 9. http://www.sophos.com


[GitHub] cloudstack pull request: Reinstate working sessions in browser

2015-06-09 Thread vadimkim
Github user vadimkim commented on the pull request:

https://github.com/apache/cloudstack/pull/308#issuecomment-110319573
  
@rsafonseca 
I didn't apply this patch indeed. It requires JAVA class re-compilation and 
I don't dare to make it directly at production. JS was not so critical from 
that point.
Development environment is not yet set-up on my site, so I will live 
without session persistence for some time. Thank you for detailed explanation. 
Now I understand better what is going on during log-in and what is required to 
make session persistent. Will be waiting for these changes at mainstream.


---
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: Embedded Tomcat & Jetty

2015-06-09 Thread terbolous
Github user terbolous commented on the pull request:

https://github.com/apache/cloudstack/pull/372#issuecomment-110320351
  
Thanks @rsafonseca, your efforts are well appreciated, don't think 
otherwise.

Small changes equals, atleast usually, a smaller set of testing. 
The CloudStack community consists of a lot of different people (and their 
companies), who all have different needs, agendas, and time available. 

So, while some might have the time and willingness to test packaging, they 
might not have time, the experience or willingness to test the other changes.
For instance, I have no idea how to test the embedded jetty/tomcat changes.

The bigger a change is, the harder it is to track why it was done, and it's 
implications, especially when it's not related to a Jira issue/FS or similar.

This is not to say that your PR cannot be merged, but waiting for someone 
to either have tested all the changes, or for enough people to have tested each 
subset could take time.


---
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-5409: Include projectid during...

2015-06-09 Thread kishankavala
GitHub user kishankavala opened a pull request:

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

CLOUDSTACK-5409: Include projectid during ACL check while listing S2S Vpn 
gateways

ACL check is failing when listing S2S vpn gateway withn a project. Added 
missing projectId in ACL check to fix the issue

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

$ git pull https://github.com/kishankavala/cloudstack master

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

https://github.com/apache/cloudstack/pull/374.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 #374


commit 4b73a898c8785eb6c67559bc068667d004cef149
Author: Kishan Kavala 
Date:   2015-06-09T10:33:15Z

CLOUDSTACK-5409: Include projectid during ACL check while listing S2S Vpn 
gateways




---
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.
---


Build failed in Jenkins: build-master-slowbuild #1528

2015-06-09 Thread jenkins
See 

--
[...truncated 27254 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.783s]
[INFO] Apache CloudStack . SUCCESS [1.853s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.793s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [22.016s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:28.364s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.105s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [52.273s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.662s]
[INFO] Apache CloudStack API . SUCCESS [1:54.378s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [17.952s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.247s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.092s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.530s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.876s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.192s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.411s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.852s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.621s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.150s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [48.088s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [27.965s]
[INFO] Apache CloudStack Server .. SUCCESS [4:14.236s]
[INFO] Apache CloudStack Usage Server  SUCCESS [51.318s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:27.061s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.073s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.439s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [59.642s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [57.543s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [34.776s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.781s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [33.269s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.288s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [38.066s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [14.191s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [20.958s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [7.306s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3:14.248s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[1:28.795s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[46.070s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [36.376s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [47.476s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [31.466s]
[INFO] Apache CloudStack Plugin - Host Anti-Af

[GitHub] cloudstack pull request: CLOUDSTACK-8324: Added migration changes ...

2015-06-09 Thread jayapalu
GitHub user jayapalu opened a pull request:

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

CLOUDSTACK-8324: Added migration changes for config drive

Added vm migration changes for config drive.
1. When VM is migrated from one to another host config drive get attached 
to VM in the destination host.
2. Clean up for vm config drive will be done in source host.

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

$ git pull https://github.com/jayapalu/cloudstack dhcpoffloadMigrate

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

https://github.com/apache/cloudstack/pull/375.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 #375


commit 03b1cbe888d12d0331451d9dfa854efefcbbd96a
Author: Jayapal 
Date:   2015-06-09T10:43:21Z

CLOUDSTACK-8324: Added migration changes for config drive




---
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: [VOTE] release candidate 4.4.4 (4.4-RC20150601T1542)

2015-06-09 Thread Pierre-Luc Dion
Hi Daan,

Do you plan to do another RC of 4.4.4 soon ?

Thanks,


On Wed, Jun 3, 2015 at 10:37 AM, Wilder Rodrigues <
wrodrig...@schubergphilis.com> wrote:

> Hi all,
>
> I took the day to go through the 4.4.4 release and run some tests on it.
> Since I also tested using KVM hypervisors running on top of a centOS 7.1
> machines, for that my vote will be 0 because the support is experimental.
> Concerning the tests executed against XenServer62, I will give a +1,
> despite the error with expunge/destroy VM. Why that? Because I manually
> tried destroy/expunge/restore and it worked fine. Perhaps the Marvin test
> on 4.4.4 branch is not really okay - it works just fine with the master
> branch.
>
> Cheers,
> Wilder
>
>
> Environments:
>
> Multihost: KVM + CentOS7 (2 hosts)
> Management Server on CentOS 7.1
> MariaDB 5.5.41 on CentOS 7.1
> CloudStack Agent 4.4.3 - the 4.4.4 I downloaded from
> jenkins.buildacloud.org is too old and
> doesn’t work with CentOS 7.1
> Isolation Type: VLAN
>
> Single host: XenServer 6.2
> Management Server on CentOS 7.1
> MariaDB 5.5.41 on CentOS 7.1
> Isolation Type: VLAN
>
> Test results for KVM:
>
> Test advanced zone virtual router ... === TestName:
> test_advZoneVirtualRouter | Status : SUCCESS ===
> ok
> Test Deploy Virtual Machine ... === TestName: test_deploy_vm | 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
> : FAILED ===
> FAIL
> Test recover Virtual Machine ... === TestName: test_07_restore_vm | Status
> : EXCEPTION ===
> ERROR
> Test migrate VM ... === TestName: test_08_migrate_vm | Status : SUCCESS ===
> ok
> Test destroy(expunge) Virtual Machine ... === TestName: test_09_expunge_vm
> | Status : EXCEPTION ===
> ERROR
> 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 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 reset virtual machine on reboot ... === TestName:
> test_01_reset_vm_on_reboot | 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
> Test create VPC offering ... === TestName: test_01_create_vpc_offering |
> Status : SUCCESS ===
> ok
> Test deploy virtual machines in VPC networks ... === TestName:
> test_02_deploy_vms_in_vpc_nw | 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_privategw_acl (integration.smoke.test_privategw_acl.TestPrivateGwACL)
> ... === TestName: test_privategw_acl | Status : SUCCESS ===
> ok
>
> --
> Ran 30 tests in 9616.202s
>
> FAILED (errors=2, failures=1)
>
>
>
> Test results for KVM:
>
>
> Test advanced zone virtual router ... === TestName:
> test_advZoneVirtualRouter | Status : SUCCESS ===
> ok
> Test Deploy Virtual Machine ... === TestName: test_deploy_vm | 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 

Re: [VOTE] release candidate 4.4.4 (4.4-RC20150601T1542)

2015-06-09 Thread Daan Hoogland
Sure, but I have no time right now to implement the fix for the latest
issue we found. If I get time I will look at releasing as well (or if
someone else implements it)

On Tue, Jun 9, 2015 at 2:48 PM, Pierre-Luc Dion  wrote:
> Hi Daan,
>
> Do you plan to do another RC of 4.4.4 soon ?
>
> Thanks,
>
>
> On Wed, Jun 3, 2015 at 10:37 AM, Wilder Rodrigues <
> wrodrig...@schubergphilis.com> wrote:
>
>> Hi all,
>>
>> I took the day to go through the 4.4.4 release and run some tests on it.
>> Since I also tested using KVM hypervisors running on top of a centOS 7.1
>> machines, for that my vote will be 0 because the support is experimental.
>> Concerning the tests executed against XenServer62, I will give a +1,
>> despite the error with expunge/destroy VM. Why that? Because I manually
>> tried destroy/expunge/restore and it worked fine. Perhaps the Marvin test
>> on 4.4.4 branch is not really okay - it works just fine with the master
>> branch.
>>
>> Cheers,
>> Wilder
>>
>>
>> Environments:
>>
>> Multihost: KVM + CentOS7 (2 hosts)
>> Management Server on CentOS 7.1
>> MariaDB 5.5.41 on CentOS 7.1
>> CloudStack Agent 4.4.3 - the 4.4.4 I downloaded from
>> jenkins.buildacloud.org is too old and
>> doesn’t work with CentOS 7.1
>> Isolation Type: VLAN
>>
>> Single host: XenServer 6.2
>> Management Server on CentOS 7.1
>> MariaDB 5.5.41 on CentOS 7.1
>> Isolation Type: VLAN
>>
>> Test results for KVM:
>>
>> Test advanced zone virtual router ... === TestName:
>> test_advZoneVirtualRouter | Status : SUCCESS ===
>> ok
>> Test Deploy Virtual Machine ... === TestName: test_deploy_vm | 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
>> : FAILED ===
>> FAIL
>> Test recover Virtual Machine ... === TestName: test_07_restore_vm | Status
>> : EXCEPTION ===
>> ERROR
>> Test migrate VM ... === TestName: test_08_migrate_vm | Status : SUCCESS ===
>> ok
>> Test destroy(expunge) Virtual Machine ... === TestName: test_09_expunge_vm
>> | Status : EXCEPTION ===
>> ERROR
>> 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 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 reset virtual machine on reboot ... === TestName:
>> test_01_reset_vm_on_reboot | 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
>> Test create VPC offering ... === TestName: test_01_create_vpc_offering |
>> Status : SUCCESS ===
>> ok
>> Test deploy virtual machines in VPC networks ... === TestName:
>> test_02_deploy_vms_in_vpc_nw | 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_privategw_acl (integration.smoke.test_privategw_acl.TestPrivateGwACL)
>> ... === TestName: test_privategw_acl | Status : SUCCESS ===
>> ok
>>
>> --
>> Ran 30 tests in 9616.202s
>>
>> FAILED (errors=2, failures=1)
>>
>>
>>
>> Test results for KVM:
>>
>>
>> Test advanced zone virtual router ... === TestName:
>> test_advZoneVirtualRouter | Status : SUCCESS ===
>> ok
>> Tes

Build failed in Jenkins: build-master-slowbuild #1529

2015-06-09 Thread jenkins
See 

--
[...truncated 27254 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.828s]
[INFO] Apache CloudStack . SUCCESS [2.057s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.788s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.091s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:19.850s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.104s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.626s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.655s]
[INFO] Apache CloudStack API . SUCCESS [1:54.490s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [17.050s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [29.873s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.090s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.549s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.507s]
[INFO] Apache CloudStack Core  SUCCESS [1:15.616s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.095s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.801s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.692s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.597s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [45.376s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [29.373s]
[INFO] Apache CloudStack Server .. SUCCESS [4:11.697s]
[INFO] Apache CloudStack Usage Server  SUCCESS [46.403s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:26.031s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.071s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.430s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [1:02.226s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [54.246s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [36.506s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [29.260s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [32.715s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.293s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [38.699s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [14.496s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [24.496s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [8.750s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3:29.322s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[1:09.917s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[49.026s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [36.466s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [43.717s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [32.834s]
[INFO] Apache CloudStack Plugin - Host Anti-

Build failed in Jenkins: build-master-slowbuild #1530

2015-06-09 Thread jenkins
See 

--
[...truncated 27254 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.991s]
[INFO] Apache CloudStack . SUCCESS [2.312s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.873s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [22.369s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:24.203s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.112s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [52.132s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.610s]
[INFO] Apache CloudStack API . SUCCESS [1:47.187s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [19.575s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [34.623s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.087s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.525s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.470s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.068s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.970s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [32.095s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [20.450s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:02.683s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [38.641s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [26.078s]
[INFO] Apache CloudStack Server .. SUCCESS [3:54.585s]
[INFO] Apache CloudStack Usage Server  SUCCESS [44.989s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:23.436s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.078s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.468s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [54.280s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [46.267s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.299s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.581s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [32.518s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [19.642s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [45.628s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [14.413s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.293s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.825s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [28.051s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[29.018s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[39.107s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [18.274s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [24.729s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [17.206s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinit

Build failed in Jenkins: build-master-slowbuild #1531

2015-06-09 Thread jenkins
See 

--
[...truncated 27254 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[2.377s]
[INFO] Apache CloudStack . SUCCESS [2.562s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.992s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [23.109s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:22.365s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.142s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.104s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.484s]
[INFO] Apache CloudStack API . SUCCESS [1:47.487s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [19.284s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.962s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.094s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.370s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.910s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.353s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.198s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.901s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [15.555s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.921s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.641s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [35.081s]
[INFO] Apache CloudStack Server .. SUCCESS [4:13.598s]
[INFO] Apache CloudStack Usage Server  SUCCESS [52.405s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:26.813s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.070s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.482s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [54.882s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [58.972s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [38.432s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.134s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [34.094s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.009s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [38.397s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.229s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.489s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.834s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [51.702s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3:09.857s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:46.955s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [22.477s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [32.720s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [29.424s]
[INFO] Apache CloudStack Plugin - Host Anti-Aff

Build failed in Jenkins: build-master-slowbuild #1532

2015-06-09 Thread jenkins
See 

--
[...truncated 27254 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[3.752s]
[INFO] Apache CloudStack . SUCCESS [1.860s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [1.312s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [22.384s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:31.083s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.129s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [50.089s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.793s]
[INFO] Apache CloudStack API . SUCCESS [1:57.883s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [17.225s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [29.678s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.082s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.882s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [27.154s]
[INFO] Apache CloudStack Core  SUCCESS [1:19.497s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.355s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.434s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [18.542s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [1:59.204s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.011s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [28.991s]
[INFO] Apache CloudStack Server .. SUCCESS [3:59.903s]
[INFO] Apache CloudStack Usage Server  SUCCESS [43.663s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:22.642s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.072s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.447s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [55.604s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [47.623s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [34.340s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [29.053s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [33.903s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.428s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.357s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.459s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.298s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.864s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [26.212s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[25.238s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[40.010s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [18.537s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [24.586s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [17.328s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinit

Re: Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Marcus
Looks like it is seeing a raw disk, when you specified it was QCOW2. That's
what the 'file' command is doing. We used to just trust the name of the
file, but this was enhanced to inspect the first 1MB of the download and
validate that you are supplying the image format that CS expects.

Because the first 1MB shows that this image has a boot sector, I'm assuming
it is a raw disk image, instead of a qcow2. Note that CloudStack 4.5 should
support raw format for KVM images, but you have to specify it on the API.

[root@devcloud-kvm7 tmp]# qemu-img create -f qcow2 img.qcow2 1G

Formatting 'img.qcow2', fmt=qcow2 size=1073741824 encryption=off
cluster_size=65536 lazy_refcounts=off


[root@devcloud-kvm7 tmp]# qemu-img create -f raw img.raw 1G

Formatting 'img.raw', fmt=raw size=1073741824


[root@devcloud-kvm7 tmp]# file img.qcow2

img.qcow2: QEMU QCOW Image (v3), 1073741824 bytes


[root@devcloud-kvm7 tmp]# parted img.raw mklabel

New disk label type? msdos


[root@devcloud-kvm7 tmp]# file img.raw

img.raw: x86 boot sector, code offset 0xb8

On Tue, Jun 9, 2015 at 3:01 AM, Jochim, Ingo 
wrote:

> Hi Andrija,
>
> have you tried to convert (qemu-img convert) it to RAW and upload then?
> Ceph is using RAW devices. The conversion takes place on storage migration
> but on upload?
>
> Regards,
> Ingo
>
> -Ursprüngliche Nachricht-
> Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> Gesendet: Dienstag, 9. Juni 2015 10:24
> An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> Betreff: Problem Upload Windows volume to ACS 4.5.1
>
> HI guys,
>
> we try to move some volumes from one ACS installation to another (from
> 4.3.2 to 4.5.1).
>
> Since we are using CEPH, and volume extract/download doesn't work at the
> moment, we do workarround, we snapshots Windows DATA volume, convert to
> template, and then we extract URL / download.
>
> Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails
> almoust imiddiately with error inside SSVM (nothing usefull in management
> log) - and the volume is deleted from ACS:
>
>  I see there is inspecting disk with "file" commands...any thought why is
> this failing ?
>
> These are source Windows DATA disk btw:
>
> 2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
> (agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:  { Cmd ,
> MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011,
> [{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":false,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOLUME","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://
> 10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
> ","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
> }
> 2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
> (agentRequest-Handler-10:null) Processing command:
> org.apache.cloudstack.storage.command.DownloadCommand
> 2015-06-09 07:58:47,815 INFO
>  [storage.resource.NfsSecondaryStorageResource]
> (agentRequest-Handler-10:null) Determined host 10.13.2.1 corresponds to IP
> 10.13.2.1
> 2015-06-09 07:58:47,873 INFO  [storage.template.HttpTemplateDownloader]
> (agentRequest-Handler-10:null) No credentials configured for host=
> 46.232.180.244:80
> 2015-06-09 07:58:47,895 INFO  [storage.template.HttpTemplateDownloader]
> (pool-1-thread-3:null) Starting download from
> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
> to
>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
> remoteSize=21474836480 , max size=5497558138880
> 2015-06-09 07:58:47,909 DEBUG [utils.script.Script] (pool-1-thread-3:null)
> Executing: /bin/bash -c file
>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
> | cut -d: -f2
> 2015-06-09 07:58:47,936 DEBUG [utils.script.Script] (pool-1-thread-3:null)
> Execution is successful.
> 2015-06-09 07:58:47,941 INFO  [storage.template.DownloadManagerImpl]
> (pool-1-thread-3:null) Download Completion for jobId:
> c95b3d60-f904-4ecc-ab9f-7ed1c36eba20, status=UNRECOVERABLE_ERROR
> 2015-06-09 07:58:47,942 INFO  [storage.template.DownloadManagerImpl]
> (pool-1-thread-3:null) local:
>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_,
> bytes=1053854, error=Template content is unsupported, or mismatch between
> selected format and template content. Found  : x86 boot sector; partition
> 1, pct=0
> 2015-06-09 07:58:50,876 DEBUG [cloud.agent.Agent]
> (agentRequest-Handler-10:null) Seq 81-4133460032995983410:  { Ans: ,
> MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 10,
> [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"c95b3d60-f904-4ecc-ab9f-7ed1c36eba20","downloadPct":0,"errorString":"Template
> content is unsupported, or mismatch between selected format and template
> content. Found  : x86 boot sector; partition
> 1","d

Re: Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Marcus
... and this is the relevant portion of the logs indicating the failure
reason:

"Template
content is unsupported, or mismatch between selected format and template
content. Found  : x86 boot sector; partition 1"

On Tue, Jun 9, 2015 at 4:53 PM, Marcus  wrote:

> Looks like it is seeing a raw disk, when you specified it was QCOW2.
> That's what the 'file' command is doing. We used to just trust the name of
> the file, but this was enhanced to inspect the first 1MB of the download
> and validate that you are supplying the image format that CS expects.
>
> Because the first 1MB shows that this image has a boot sector, I'm
> assuming it is a raw disk image, instead of a qcow2. Note that CloudStack
> 4.5 should support raw format for KVM images, but you have to specify it on
> the API.
>
> [root@devcloud-kvm7 tmp]# qemu-img create -f qcow2 img.qcow2 1G
>
> Formatting 'img.qcow2', fmt=qcow2 size=1073741824 encryption=off
> cluster_size=65536 lazy_refcounts=off
>
>
> [root@devcloud-kvm7 tmp]# qemu-img create -f raw img.raw 1G
>
> Formatting 'img.raw', fmt=raw size=1073741824
>
>
> [root@devcloud-kvm7 tmp]# file img.qcow2
>
> img.qcow2: QEMU QCOW Image (v3), 1073741824 bytes
>
>
> [root@devcloud-kvm7 tmp]# parted img.raw mklabel
>
> New disk label type? msdos
>
>
> [root@devcloud-kvm7 tmp]# file img.raw
>
> img.raw: x86 boot sector, code offset 0xb8
>
> On Tue, Jun 9, 2015 at 3:01 AM, Jochim, Ingo 
> wrote:
>
>> Hi Andrija,
>>
>> have you tried to convert (qemu-img convert) it to RAW and upload then?
>> Ceph is using RAW devices. The conversion takes place on storage
>> migration but on upload?
>>
>> Regards,
>> Ingo
>>
>> -Ursprüngliche Nachricht-
>> Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
>> Gesendet: Dienstag, 9. Juni 2015 10:24
>> An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
>> Betreff: Problem Upload Windows volume to ACS 4.5.1
>>
>> HI guys,
>>
>> we try to move some volumes from one ACS installation to another (from
>> 4.3.2 to 4.5.1).
>>
>> Since we are using CEPH, and volume extract/download doesn't work at the
>> moment, we do workarround, we snapshots Windows DATA volume, convert to
>> template, and then we extract URL / download.
>>
>> Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails
>> almoust imiddiately with error inside SSVM (nothing usefull in management
>> log) - and the volume is deleted from ACS:
>>
>>  I see there is inspecting disk with "file" commands...any thought why is
>> this failing ?
>>
>> These are source Windows DATA disk btw:
>>
>> 2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
>> (agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:  { Cmd
>> ,
>> MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011,
>> [{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":false,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOLUME","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://
>> 10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
>> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
>> ","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
>> }
>> 2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
>> (agentRequest-Handler-10:null) Processing command:
>> org.apache.cloudstack.storage.command.DownloadCommand
>> 2015-06-09 07:58:47,815 INFO
>>  [storage.resource.NfsSecondaryStorageResource]
>> (agentRequest-Handler-10:null) Determined host 10.13.2.1 corresponds to IP
>> 10.13.2.1
>> 2015-06-09 07:58:47,873 INFO  [storage.template.HttpTemplateDownloader]
>> (agentRequest-Handler-10:null) No credentials configured for host=
>> 46.232.180.244:80
>> 2015-06-09 07:58:47,895 INFO  [storage.template.HttpTemplateDownloader]
>> (pool-1-thread-3:null) Starting download from
>> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
>> to
>>
>> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
>> remoteSize=21474836480 , max size=5497558138880
>> 2015-06-09 07:58:47,909 DEBUG [utils.script.Script] (pool-1-thread-3:null)
>> Executing: /bin/bash -c file
>>
>> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
>> | cut -d: -f2
>> 2015-06-09 07:58:47,936 DEBUG [utils.script.Script]
>> (pool-1-thread-3:null) Execution is successful.
>> 2015-06-09 07:58:47,941 INFO  [storage.template.DownloadManagerImpl]
>> (pool-1-thread-3:null) Download Completion for jobId:
>> c95b3d60-f904-4ecc-ab9f-7ed1c36eba20, status=UNRECOVERABLE_ERROR
>> 2015-06-09 07:58:47,942 INFO  [storage.template.DownloadManagerImpl]
>> (pool-1-thread-3:null) local:
>>
>> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_,
>> bytes=1053854, error=Template content is unsupported, or mismatch between
>> selected format and template content. Found  : x86 boot sector; partition
>> 1, pct=0
>> 2015-06-09 07:58:50,876 DEBUG [cloud.agent.

Re: Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Andrija Panic
Interesting...it is raw indeed. Will try to specify raw as the format
during upload volume

Acs 4.3.2 exported this from ceph with extension .qcow2 so I did not check
if ot was really this...

Thanks Marcus for explaining !
On Jun 10, 2015 1:56 AM, "Marcus"  wrote:

> ... and this is the relevant portion of the logs indicating the failure
> reason:
>
> "Template
> content is unsupported, or mismatch between selected format and template
> content. Found  : x86 boot sector; partition 1"
>
> On Tue, Jun 9, 2015 at 4:53 PM, Marcus  wrote:
>
> > Looks like it is seeing a raw disk, when you specified it was QCOW2.
> > That's what the 'file' command is doing. We used to just trust the name
> of
> > the file, but this was enhanced to inspect the first 1MB of the download
> > and validate that you are supplying the image format that CS expects.
> >
> > Because the first 1MB shows that this image has a boot sector, I'm
> > assuming it is a raw disk image, instead of a qcow2. Note that CloudStack
> > 4.5 should support raw format for KVM images, but you have to specify it
> on
> > the API.
> >
> > [root@devcloud-kvm7 tmp]# qemu-img create -f qcow2 img.qcow2 1G
> >
> > Formatting 'img.qcow2', fmt=qcow2 size=1073741824 encryption=off
> > cluster_size=65536 lazy_refcounts=off
> >
> >
> > [root@devcloud-kvm7 tmp]# qemu-img create -f raw img.raw 1G
> >
> > Formatting 'img.raw', fmt=raw size=1073741824
> >
> >
> > [root@devcloud-kvm7 tmp]# file img.qcow2
> >
> > img.qcow2: QEMU QCOW Image (v3), 1073741824 bytes
> >
> >
> > [root@devcloud-kvm7 tmp]# parted img.raw mklabel
> >
> > New disk label type? msdos
> >
> >
> > [root@devcloud-kvm7 tmp]# file img.raw
> >
> > img.raw: x86 boot sector, code offset 0xb8
> >
> > On Tue, Jun 9, 2015 at 3:01 AM, Jochim, Ingo 
> > wrote:
> >
> >> Hi Andrija,
> >>
> >> have you tried to convert (qemu-img convert) it to RAW and upload then?
> >> Ceph is using RAW devices. The conversion takes place on storage
> >> migration but on upload?
> >>
> >> Regards,
> >> Ingo
> >>
> >> -Ursprüngliche Nachricht-
> >> Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> >> Gesendet: Dienstag, 9. Juni 2015 10:24
> >> An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> >> Betreff: Problem Upload Windows volume to ACS 4.5.1
> >>
> >> HI guys,
> >>
> >> we try to move some volumes from one ACS installation to another (from
> >> 4.3.2 to 4.5.1).
> >>
> >> Since we are using CEPH, and volume extract/download doesn't work at the
> >> moment, we do workarround, we snapshots Windows DATA volume, convert to
> >> template, and then we extract URL / download.
> >>
> >> Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails
> >> almoust imiddiately with error inside SSVM (nothing usefull in
> management
> >> log) - and the volume is deleted from ACS:
> >>
> >>  I see there is inspecting disk with "file" commands...any thought why
> is
> >> this failing ?
> >>
> >> These are source Windows DATA disk btw:
> >>
> >> 2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
> >> (agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:  {
> Cmd
> >> ,
> >> MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011,
> >>
> [{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":false,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOLUME","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://
> >> 10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
> >>
> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
> >> ","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
> >> }
> >> 2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
> >> (agentRequest-Handler-10:null) Processing command:
> >> org.apache.cloudstack.storage.command.DownloadCommand
> >> 2015-06-09 07:58:47,815 INFO
> >>  [storage.resource.NfsSecondaryStorageResource]
> >> (agentRequest-Handler-10:null) Determined host 10.13.2.1 corresponds to
> IP
> >> 10.13.2.1
> >> 2015-06-09 07:58:47,873 INFO  [storage.template.HttpTemplateDownloader]
> >> (agentRequest-Handler-10:null) No credentials configured for host=
> >> 46.232.180.244:80
> >> 2015-06-09 07:58:47,895 INFO  [storage.template.HttpTemplateDownloader]
> >> (pool-1-thread-3:null) Starting download from
> >>
> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qcow2
> >> to
> >>
> >>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
> >> remoteSize=21474836480 , max size=5497558138880
> >> 2015-06-09 07:58:47,909 DEBUG [utils.script.Script]
> (pool-1-thread-3:null)
> >> Executing: /bin/bash -c file
> >>
> >>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnld855093017660470tmp_
> >> | cut -d: -f2
> >> 2015-06-09 07:58:47,936 DEBUG [utils.script.Script]
> >> (pool-1-thread-3:null) Execution is successful.
> >> 2015-06-09 07:58:47,941 INFO  [storage.template.DownloadManagerImpl]
> >> (pool-1-thread-3:nu

Build failed in Jenkins: build-master-slowbuild #1533

2015-06-09 Thread jenkins
See 

--
[...truncated 27261 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.761s]
[INFO] Apache CloudStack . SUCCESS [2.200s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.785s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.928s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:29.187s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.126s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.501s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.416s]
[INFO] Apache CloudStack API . SUCCESS [1:56.616s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.254s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [32.003s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.084s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.641s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.701s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.494s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.943s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [32.018s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.207s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.812s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [46.987s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [29.037s]
[INFO] Apache CloudStack Server .. SUCCESS [4:17.117s]
[INFO] Apache CloudStack Usage Server  SUCCESS [50.863s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:25.515s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.072s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.455s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [1:03.048s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [55.174s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.402s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [27.957s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [25.008s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [21.555s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.699s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.667s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [8.972s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.923s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3:19.455s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[1:46.921s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[44.937s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [37.416s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [42.278s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [40.833s]
[INFO] Apache CloudStack Plugin - Host Anti-A

Build failed in Jenkins: build-master-slowbuild #1534

2015-06-09 Thread jenkins
See 

--
[...truncated 27251 lines...]
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[2.334s]
[INFO] Apache CloudStack . SUCCESS [2.684s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [1.152s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.913s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:21.929s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.105s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.122s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.454s]
[INFO] Apache CloudStack API . SUCCESS [1:45.117s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.139s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.513s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.093s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.958s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.617s]
[INFO] Apache CloudStack Core  SUCCESS [1:15.959s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.025s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [32.262s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.598s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:05.829s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [42.604s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [32.646s]
[INFO] Apache CloudStack Server .. SUCCESS [4:15.885s]
[INFO] Apache CloudStack Usage Server  SUCCESS [48.320s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:27.199s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.071s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.448s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [55.880s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [59.650s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.723s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.086s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [31.571s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [21.039s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.696s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.734s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.665s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.871s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [1:59.976s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[2:49.382s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[56.080s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [21.249s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [43.114s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [27.287s]
[INFO] Apache CloudStack Plugin - Host Anti-Aff

[GitHub] cloudstack pull request: CLOUDSTACK-8515: Skipping snapshot test c...

2015-06-09 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request:

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

CLOUDSTACK-8515: Skipping snapshot test cases on HyperV and LXC

Skipping snapshot test cases as they are not supported on HyperV and LXC

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

$ git pull https://github.com/gauravaradhye/cloudstack 8515

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

https://github.com/apache/cloudstack/pull/376.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 #376


commit 56d590d61f1b6a95f8b34711339ba871d5e9a4bf
Author: Gaurav Aradhye 
Date:   2015-06-10T05:39:43Z

CLOUDSTACK-8515: Skipping snapshot test cases on HyperV and LXC




---
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-8546: Correcting "skip test" c...

2015-06-09 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request:

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

CLOUDSTACK-8546: Correcting "skip test" code in testpath_vMotion_vmware.py

Removing cls.skipTest which is not a valid way to skip a test case.
Also, instead of skipping through setUpClass, skipped test case through 
setUp() so that it is reported as skipped rather than as an exception.

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

$ git pull https://github.com/gauravaradhye/cloudstack 8546

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

https://github.com/apache/cloudstack/pull/377.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 #377


commit d1b46623833d68336358b5e395a0ee428e00b74d
Author: Gaurav Aradhye 
Date:   2015-06-10T06:34:13Z

CLOUDSTACK-8546: Correcting skip test code in testpath_vMotion_vmware.py

commit c568daf69c8742fb6648d98d6f73c162588ffb8b
Author: Gaurav Aradhye 
Date:   2015-06-10T06:42:27Z

CLOUDSTACK-8546: Removed unused imports




---
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.
---


AW: Problem Upload Windows volume to ACS 4.5.1

2015-06-09 Thread Jochim, Ingo
"qemu-img info " will also give you the information what type the 
file is.

-Ursprüngliche Nachricht-
Von: Marcus [mailto:shadow...@gmail.com] 
Gesendet: Mittwoch, 10. Juni 2015 01:54
An: dev@cloudstack.apache.org
Cc: us...@cloudstack.apache.org
Betreff: Re: Problem Upload Windows volume to ACS 4.5.1

Looks like it is seeing a raw disk, when you specified it was QCOW2. That's 
what the 'file' command is doing. We used to just trust the name of the file, 
but this was enhanced to inspect the first 1MB of the download and validate 
that you are supplying the image format that CS expects.

Because the first 1MB shows that this image has a boot sector, I'm assuming it 
is a raw disk image, instead of a qcow2. Note that CloudStack 4.5 should 
support raw format for KVM images, but you have to specify it on the API.

[root@devcloud-kvm7 tmp]# qemu-img create -f qcow2 img.qcow2 1G

Formatting 'img.qcow2', fmt=qcow2 size=1073741824 encryption=off
cluster_size=65536 lazy_refcounts=off


[root@devcloud-kvm7 tmp]# qemu-img create -f raw img.raw 1G

Formatting 'img.raw', fmt=raw size=1073741824


[root@devcloud-kvm7 tmp]# file img.qcow2

img.qcow2: QEMU QCOW Image (v3), 1073741824 bytes


[root@devcloud-kvm7 tmp]# parted img.raw mklabel

New disk label type? msdos


[root@devcloud-kvm7 tmp]# file img.raw

img.raw: x86 boot sector, code offset 0xb8

On Tue, Jun 9, 2015 at 3:01 AM, Jochim, Ingo 
wrote:

> Hi Andrija,
>
> have you tried to convert (qemu-img convert) it to RAW and upload then?
> Ceph is using RAW devices. The conversion takes place on storage 
> migration but on upload?
>
> Regards,
> Ingo
>
> -Ursprüngliche Nachricht-
> Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> Gesendet: Dienstag, 9. Juni 2015 10:24
> An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> Betreff: Problem Upload Windows volume to ACS 4.5.1
>
> HI guys,
>
> we try to move some volumes from one ACS installation to another (from
> 4.3.2 to 4.5.1).
>
> Since we are using CEPH, and volume extract/download doesn't work at 
> the moment, we do workarround, we snapshots Windows DATA volume, 
> convert to template, and then we extract URL / download.
>
> Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails 
> almoust imiddiately with error inside SSVM (nothing usefull in 
> management
> log) - and the volume is deleted from ACS:
>
>  I see there is inspecting disk with "file" commands...any thought why 
> is this failing ?
>
> These are source Windows DATA disk btw:
>
> 2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
> (agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:  { 
> Cmd ,
> MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011, 
> [{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":false
> ,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOLUM
> E","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.Nfs
> TO":{"_url":"nfs:// 
> 10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qc
> ow2 ","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
> }
> 2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
> (agentRequest-Handler-10:null) Processing command:
> org.apache.cloudstack.storage.command.DownloadCommand
> 2015-06-09 07:58:47,815 INFO
>  [storage.resource.NfsSecondaryStorageResource]
> (agentRequest-Handler-10:null) Determined host 10.13.2.1 corresponds 
> to IP
> 10.13.2.1
> 2015-06-09 07:58:47,873 INFO  
> [storage.template.HttpTemplateDownloader]
> (agentRequest-Handler-10:null) No credentials configured for host= 
> 46.232.180.244:80
> 2015-06-09 07:58:47,895 INFO  
> [storage.template.HttpTemplateDownloader]
> (pool-1-thread-3:null) Starting download from
> http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qc
> ow2
> to
>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnl
> d855093017660470tmp_ remoteSize=21474836480 , max 
> size=5497558138880
> 2015-06-09 07:58:47,909 DEBUG [utils.script.Script] 
> (pool-1-thread-3:null)
> Executing: /bin/bash -c file
>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnl
> d855093017660470tmp_
> | cut -d: -f2
> 2015-06-09 07:58:47,936 DEBUG [utils.script.Script] 
> (pool-1-thread-3:null) Execution is successful.
> 2015-06-09 07:58:47,941 INFO  [storage.template.DownloadManagerImpl]
> (pool-1-thread-3:null) Download Completion for jobId:
> c95b3d60-f904-4ecc-ab9f-7ed1c36eba20, status=UNRECOVERABLE_ERROR
> 2015-06-09 07:58:47,942 INFO  [storage.template.DownloadManagerImpl]
> (pool-1-thread-3:null) local:
>
> /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnl
> d855093017660470tmp_, bytes=1053854, error=Template content is 
> unsupported, or mismatch between selected format and template content. 
> Found  : x86 boot sector; partition 1, pct=0
> 2015-06-09 07:58:50,876 DEBUG [cloud.agent.Agent]
> (agentRequest-Handler-1