RE: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules?

2013-07-05 Thread Rajesh Battala
Hi Enric, This issue is resolved in the 4.1 build with this commit. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=913e2b38bfe5b29c0c172171e83d4fb7f8a8e6d6 Please use the latest build to resolve the snapshot issue. Thanks Rajesh Battala > -Original Message- > From: E

Re: [Discuss][CLOUDSTACK-212] Namespace change for ASF

2013-07-05 Thread Sebastien Goasguen
On Jul 5, 2013, at 1:28 AM, Ryan Lei wrote: > Hi, the corresponding CLOUDSTACK-212 is marked as "Improvement," and > planned to be fixed in 4.2.0. > > But since we have passed the feature freeze date, will the namespace change > be deferred to 4.3.0? > Yes that's the plan, trying to have it r

master not perfect:(

2013-07-05 Thread Daan Hoogland
H, I get a repetition of the following sequence of logging when running master. Anybody knows what happened? INFO [agent.manager.AgentManagerImpl] (AgentManager-Handler-11:) Connection from /127.0.0.1 closed but no cleanup was done. WARN [utils.nio.Link] (AgentManager-Selector:) SSL: Fail to

RE: master not perfect:(

2013-07-05 Thread Abhinav Roy
I faced the same issue, then I logged on to the xenserver host and deleted the tags, restarted the MS but even after that i could see these errors. Finally I rebooted the Xen Host and after that the error was not seen. Filed a bug for the same, https://issues.apache.org/jira/browse/CLOUDSTACK-33

Re: master not perfect:(

2013-07-05 Thread Prasanna Santhanam
On Fri, Jul 05, 2013 at 09:26:11AM +, Daan Hoogland wrote: > H, > > I get a repetition of the following sequence of logging when running > master. Anybody knows what happened? Try the steps here: http://markmail.org/message/ranl2l3pzq5qnzd2 > -- Prasanna.,

RE: master not perfect:(

2013-07-05 Thread Hugo Trippaers
Hey guys, Did you use the latest systemvm.iso on the systemvm? This error might occur when the classes on the secondary storage vm are out of sync with the classes on the management server. If you are running from a maven build make sure that the systemvm profile is enabled to generate the sy

RE: master not perfect:(

2013-07-05 Thread Rajesh Battala
Hi Daan, Please build the systemvm.iso and remove the tags on xenserver host which will copy the new generated systemvm.iso. Newly built systemvm.iso will resolve this issue. Thanks Rajesh Battala > -Original Message- > From: Daan Hoogland [mailto:dhoogl...@schubergphilis.com] > Sent:

RE: master not perfect:(

2013-07-05 Thread Likitha Shetty
In my case the discussed steps didn't resolve the issue (removing all the tags from the host , cleaning up systemvm.iso from the codebase , ensuring the systemvm profile is enabled during maven build and also ensuring the host has the newly generated systemvm.iso). Only once I rebooted the host

RE: master not perfect:(

2013-07-05 Thread Rajesh Battala
After the new systemvm.iso is generated and tags/systemvm.iso are removed on xenserver host , when mgmt. server starts, it will copy the new systemvm.iso to the Host. Then the issue will be resolved. > -Original Message- > From: Likitha Shetty [mailto:likitha.she...@citrix.com] > Sent:

Re: master not perfect:(

2013-07-05 Thread Nitin Mehta
Shouldn't we have a better mechanism of pushing systemvm.iso onto XS ? Why does it have to be manually done by clearing the tags ? Thanks, -Nitin On 05/07/13 3:43 PM, "Rajesh Battala" wrote: >After the new systemvm.iso is generated and tags/systemvm.iso are removed >on xenserver host , when mgm

Re: any feedback of upgrading cloudstack from 3.0.2 to 4.1 with xenserver 6.0.2 hosts

2013-07-05 Thread France
Hi, i suggest, you send only to one mailing list at a time. :-) I've sent a similar question before our upgrade, but didn't get a response, so I understand your position. We have recently upgraded 3.0.2 to 4.1 and all hotfixes on XenServer to date for 6.0.2. Install went with some problems, b

Review Request 12277: Add VHDX image support

2013-07-05 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12277/ --- Review request for cloudstack and edison su. Repository: cloudstack-git Descr

Re: [Discuss][CLOUDSTACK-212] Namespace change for ASF

2013-07-05 Thread Dharmesh Kakadia
Hi, @Wido good suggestion. Tabs are easy to replace with regex. I am not sure of trailing whitespace though. Should be able to complete that too by 20th. @Ryan Thanks for pointing out. I tried to update the version, but version 4.3 doesn't exist yet ;) Thanks, Dharmesh On Fri, Jul 5, 2013 at 1

RE: master not perfect:(

2013-07-05 Thread Hugo Trippaers
Heya, It will be done automagically once you upgrade the version number. The tag lists the version number and checks that against the current version you are running. This is probably good for users who only want to update the systemvm once, when they upgrade to a new version. For developers w

Re: master not perfect:(

2013-07-05 Thread Nitin Mehta
Good solution Hugo. Can we also not embed md5sum in the tag ? In that case it would push the iso if the md5sum doesn't match Will it break more things than it will solve :) ? Thanks, -Nitin On 05/07/13 5:45 PM, "Hugo Trippaers" wrote: >Heya, > >It will be done automagically once you upgrade the

Re: Review Request 12223: Async jobs actions now trigger event bus messages to be published

2013-07-05 Thread Murali Reddy
On 03/07/13 9:02 PM, "Ryan Dietrich" wrote: > > >> On July 3, 2013, 9:04 a.m., Murali Reddy wrote: >> > server/src/com/cloud/async/AsyncJobManagerImpl.java, lines 147-156 >> > >>>> >> > >> > IMO this is not right. eve

AWS SDK version for object store

2013-07-05 Thread Prasanna Santhanam
There was another issue I found today with the SDK v1.3.21. It appears I can't use periods in the name of a bucket. I see an SSL Exception when this is done [1]. The bug is fixed in the v1.3.22. There are also couple of other issues fixed related to s3 on the latest version of the SDK. Is there an

[GSOC] Update to document

2013-07-05 Thread Sebastien Goasguen
Hi guys, I modified the format of our "report", I moved the proposals to a chapter and started a new chapter called "updates". Each of you should use a section to write a small report/updates on your progress so far. You can see the doc at: http://jenkins.cloudstack.org/job/docs-4.3-gsoc-guide/

Re: [GSOC] Update to document

2013-07-05 Thread Prasanna Santhanam
On Fri, Jul 05, 2013 at 09:18:10AM -0400, Sebastien Goasguen wrote: > Hi guys, > > I modified the format of our "report", I moved the proposals to a > chapter and started a new chapter called "updates". > Each of you should use a section to write a small report/updates on > your progress so far. >

Re: CloudStack Documentation URL redirection

2013-07-05 Thread Kimihiko Kitase
Hello, David, Its still redirected to http://cloudstack.apache.org/docs/ja-JP/index.html.. Non English speaker just wants to go http://cloudstack.apache.org/docs/en-US/index.html at first. And if need, they select their language from drop down list. So can you please simply stop this redirection?

Re: CloudStack Documentation URL redirection

2013-07-05 Thread Sebastien Goasguen
On Jul 5, 2013, at 10:02 AM, Kimihiko Kitase wrote: > Hello, David, Its still redirected to > http://cloudstack.apache.org/docs/ja-JP/index.html.. > Non English speaker just wants to go > http://cloudstack.apache.org/docs/en-US/index.html at first. > And if need, they select their language from

Re: CloudStack Documentation URL redirection

2013-07-05 Thread Kimihiko Kitase
Thanks! Its not urgent:) 2013/7/5 Sebastien Goasguen : > > On Jul 5, 2013, at 10:02 AM, Kimihiko Kitase wrote: > >> Hello, David, Its still redirected to >> http://cloudstack.apache.org/docs/ja-JP/index.html.. >> Non English speaker just wants to go >> http://cloudstack.apache.org/docs/en-US/inde

Re: [GSOC] Update to document

2013-07-05 Thread Ian Duffy
@Sebastien - Is it ok to just copy and paste over what I had in that blog post? (Excluding the opening image and closing paragraph) On 5 July 2013 14:25, Prasanna Santhanam wrote: > On Fri, Jul 05, 2013 at 09:18:10AM -0400, Sebastien Goasguen wrote: >> Hi guys, >> >> I modified the format of our

Re: [GSOC] Update to document

2013-07-05 Thread Sebastien Goasguen
On Jul 5, 2013, at 10:25 AM, Ian Duffy wrote: > @Sebastien - Is it ok to just copy and paste over what I had in that > blog post? (Excluding the opening image and closing paragraph) > yes no problem, I'd love to see some info on your jenkins setup though :) and you can add the snapshots too..

Re: [GSOC] Update to document

2013-07-05 Thread Ian Duffy
Sorry to create two emails in a row... Just in terms of the Google wants/needs deadline on the 29th, is there anything you guys, the cloudstack community specifically want to see? I know Abhi mentioned the creation of a prototype for me in one of the gtalk conversations we had awhile back. So I'm

Re: [GSOC] Update to document

2013-07-05 Thread Sebastien Goasguen
On Jul 5, 2013, at 10:35 AM, Ian Duffy wrote: > Sorry to create two emails in a row... > > Just in terms of the Google wants/needs deadline on the 29th, is there > anything you guys, the cloudstack community specifically want to see? > I am going to check exactly what Google requires, the eva

Re: [GSOC] Update to document

2013-07-05 Thread Ian Duffy
> I'd love to see some info on your jenkins setup though :) Planning a blog post on the configuration to follow up on the screencast I did awhile back. I emailed Prasanna earlier in the week, I'm going to work with him to get my jenkins setup along with some static analysis with sonar source for t

codestyle checker?

2013-07-05 Thread Donal Lafferty
I'd like to clean up my Java so that it matches codestyle (http://cloudstack.apache.org/develop/coding-conventions.html). Is there a tool that will check / fix my code? DL

Re: Review Request 12223: Async jobs actions now trigger event bus messages to be published

2013-07-05 Thread Murali Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12223/#review22785 --- Ship it! 70f33efa7250d1ac8022f4390cddcbcb62ba92f8 master e7c8a35c3a

Generate single rpm quickly (cloudstack-agent)

2013-07-05 Thread Abhishek Lahiri
Hi, I am attempting to make a simple change in the cloudstack/dist/rpmbuild/SOURCES/cloudstack-4.2.0-SNAPSHOT/python/lib/cloudutils/utilities.py script , so that the cloudstack-setup-agent script does not throw an error and exit if it cannot fine /dev/kvm (usage scenario - running cloudstack insid

sonar

2013-07-05 Thread Laszlo Hornyak
Hi, I have found CloudStack in the ASF sonar instance https://analysis.apache.org/dashboard/index/100206?did=1 But looks like it was not executed for a good while. Is it possible to re-enable it? In general it often helps to spot problems. Thank you, Laszlo -- EOF

Review Request 12278: CLOUDSTACK-3384: CloudStack allow VLAN range between 0-4096. Should be 0-'4095'.

2013-07-05 Thread Toshiaki Hatano
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12278/ --- Review request for cloudstack, Alena Prokharchyk, Chiradeep Vittal, Murali Reddy

RE: Review Request 12278: CLOUDSTACK-3384: CloudStack allow VLAN range between 0-4096. Should be 0-'4095'.

2013-07-05 Thread Toshiaki Hatano
My apology for sending review request in HTML format... How can I change this behavior of Review Board? (Is there setting?) -- Toshiaki From: Toshiaki Hatano [mailto:nore...@reviews.apache.org] On Behalf Of Toshiaki Hatano Sent: Friday, July 05, 2013 14:15 To: Hugo Trippaers; Sheng Yang; Chirad

Re: Generate single rpm quickly (cloudstack-agent)

2013-07-05 Thread Marcus Sorensen
You only need to run package.sh when you've tested everything and made sure it's ready. Then you package the final product. For testing, you can just edit utilities.py in its installed location on the server. You can run the agent in a VM if you're using vmware-fusion or KVM, you just have to enab

Re: Generate single rpm quickly (cloudstack-agent)

2013-07-05 Thread Marcus Sorensen
On a side note, I've made the modifications required once to run qemu without the kvm modules, as a test. You have do do several things, not just disable the checks (that are there for a reason, to ensure that everything will work). You'd have to disable several checks, and then edit the XML defini

Re: Generate single rpm quickly (cloudstack-agent)

2013-07-05 Thread Abhishek Lahiri
I agree it makes sense to have nested virtualization enabled on the host, but can you please share the exact changes that you made to allow qemu , just for testing? On Jul 5, 2013, at 2:48 PM, Marcus Sorensen wrote: > On a side note, I've made the modifications required once to run qemu > wi

Re: Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-07-05 Thread Andrew Bayer
Awesome! I'll try to play with Marvin and cloudmonkey to do prep for jclouds tests with the simulator this weekend. Thanks! A. On Thu, Jul 4, 2013 at 8:19 AM, Prasanna Santhanam wrote: > Andrew - Firstly, apologize for the delayed response. You caught me at > a bad time when I was attempting to

RE: Spring Framework Question

2013-07-05 Thread Soheil Eizadi
Hi Mike, You typically have a public interface for your DAO: public interface InfobloxDao extends GenericDao{ } Then an implementation: public class InfobloxDaoImpl extends GenericDaoBase implements InfobloxDao { ... } This is a good link for the details of Database Access: https://cwik

Plugin/ Agent/ Host States

2013-07-05 Thread Soheil Eizadi
I am trying to understand how the Host object state transitions to Up state? I see it starts in Alert state. There is not a setter for status and the comment for it in HostVO.java said: /** * Note: There is no setter for status because it has to be set in the dao code. */ @Co

Re: Generate single rpm quickly (cloudstack-agent)

2013-07-05 Thread Marcus Sorensen
I don't have a current patch or anything, and I'm not near a PC, but look in LibvirtComputingResource.java and elsewhere for references to lsmod or KVM and comment any out. Then go into LibvirtVMDef.java and look at the strings that build the XML. You will want to start some VMS on your host manual