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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1493/ -- [...truncated 27281 lines...] [INFO] No sources to compile [INFO] [INFO] findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud [INFO] [INFO] ---

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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1494/ -- [...truncated 27274 lines...] [INFO] No sources to compile [INFO] [INFO] findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud [INFO] [INFO] ---

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Anshul Gangwar
In case of #1 timing of reboot will also have impact and may result to undesired behaviour as both CloudStack and native HA trying to act on same VM. Regards, Anshul On 04-Jun-2015, at 2:35 pm, Remi Bergsma rberg...@schubergphilis.commailto:rberg...@schubergphilis.com wrote: To summarise:

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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1492/ -- [...truncated 27274 lines...] [INFO] No sources to compile [INFO] [INFO] findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud [INFO] [INFO] ---

Re: Strange bug? spam in management log files...

2015-06-04 Thread Andrija Panic
And if of any help another hint: while Im having this lines sent to logs in high volume...if I stop second mgmt server, first one (that is making all these lines, doesnt stop to make them), so log is still heavily writen to - only when I also restart mgmt on 1st node (2nd node is down), then

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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1490/ -- [...truncated 27274 lines...] [INFO] No sources to compile [INFO] [INFO] findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud [INFO] [INFO] ---

Re: Strange bug? spam in management log files...

2015-06-04 Thread Andrija Panic
Just checked, in the HOSTS table, all agents are connected (via haproxy) to the first mgmt server...I just restarted haproxy, and still inside the DB, it says same mgmt_server_id for all agents - which is not really true. Actually, on the haproxy itslef (statistics page) I can see almoust 50%-50%

Re: Strange bug? spam in management log files...

2015-06-04 Thread Andrija Panic
And I could add - these lines (in this volume) only appears on first mgmt server (Actually I have 2 separate, but identical ACS installations, and same behaviour). On 4 June 2015 at 19:18, Andrija Panic andrija.pa...@gmail.com wrote: Just checked, in the HOSTS table, all agents are connected

Re: IPv6 ideas for Basic Networking

2015-06-04 Thread Suresh Ramamurthy
Hi Wido, Parts like DHCPv6, IP6Table, IPv6 network carving, IPv6 IP allocation etc could be reused. I proposed to implement RA in VPC Router. This could also be reused. And, there could be few others too.. I will ping you once you are back from vacation. Right now, I am in investigation mode.

Re: Strange bug? spam in management log files...

2015-06-04 Thread Andrija Panic
Thanks Koushik, I will check and let you know - but 11GB log file for 10h ? I dont expect this is expected :) I understand that the message is there because of setup, just an awful lot of lines Will check thx for the help ! Andrija On 4 June 2015 at 18:53, Koushik Das

[GitHub] cloudstack pull request: Allow PropertiesUtil to read from jar fil...

2015-06-04 Thread ProjectMoon
GitHub user ProjectMoon opened a pull request: https://github.com/apache/cloudstack/pull/358 Allow PropertiesUtil to read from jar files. ## Commit Message PropertiesUtil has code for reading from jar files, but the findConfigFile method will prevent it from ever returning a

Re: Strange bug? spam in management log files...

2015-06-04 Thread Koushik Das
This is expected in a clustered MS setup. What is the distribution of HV hosts across these MS (check host table in db for MS id)? MS owning the HV host processes all commands for that host. Grep for the sequence numbers (for e.g. 73-7374644389819187201) in both MS logs to correlate. On

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Remi Bergsma
+1 On 04 Jun 2015, at 14:29, Rohit Yadav rohit.ya...@shapeblue.commailto:rohit.ya...@shapeblue.com wrote: Hi, On 04-Jun-2015, at 11:05 am, Remi Bergsma rberg...@schubergphilis.commailto:rberg...@schubergphilis.com wrote: To summarise: #1. rebooting VR is needed for hypervisors that have

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Ian Southam
On 04 Jun 2015, at 16:50, Koushik Das koushik@citrix.commailto:koushik@citrix.com wrote: Thanks for the clarification Daan. So as I understand - after VR reboot outside of CS if there is any config differences (between persisted ones and DB) then MS will immediately push the config

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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1489/changes Changes: [Daan Hoogland] Formatting the code - Adding final modifier to attributes and indenting the code. [Daan Hoogland] Coverity issue: 1012179 - Commenting out unused variable. [Daan Hoogland] Formatting the code -

Re: database high availability question vs haproxy

2015-06-04 Thread Simon Weller
Andrija, Here is the original design document, and it should give you a better idea of what is implemented today: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34838207 We have plans to test this in our lab soon, but just haven't got around to it yet. - Si

[GitHub] cloudstack pull request: CLOUDSTACK-8537 add check for unique publ...

2015-06-04 Thread DaanHoogland
GitHub user DaanHoogland opened a pull request: https://github.com/apache/cloudstack/pull/357 CLOUDSTACK-8537 add check for unique public key on registration tests are following but need a manager refactor:( You can merge this pull request into a Git repository by running: $

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Koushik Das
Thanks for the clarification Daan. So as I understand - after VR reboot outside of CS if there is any config differences (between persisted ones and DB) then MS will immediately push the config from DB to VR. Is that correct? Is there any document/write-up available for the persistence changes?

Strange bug? spam in management log files...

2015-06-04 Thread Andrija Panic
Hi, I have 2 ACS MGMT servers, loadbalanced properly (AFAIK), and sometimes it happens that on the first node, we have extremem number of folowing line entries in the log fie, which causes many GB log in just few hours or less: (as you can see here they are not even that frequent, but sometimes,

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Jayapal Reddy Uradi
In VR configuration persistence (4.6) only iptables rules are persisted ? There are other configuration (interface ips, routes etc in VR will be lost on reboot) are these taken care ? Thanks, Jayapal On 04-Jun-2015, at 11:15 AM, Koushik Das koushik@citrix.com wrote: On 04-Jun-2015,

[GitHub] cloudstack pull request: Fix/coverity issues

2015-06-04 Thread wilderrodrigues
GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/355 Fix/coverity issues Fixing issues: 1012719, 1116509, 1116677 and 1116812 I split commit between fixes and code formatting in order to keep the review as smooth as possible.

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Daan Hoogland
On Thu, Jun 4, 2015 at 8:15 AM, Jayapal Reddy Uradi jayapalreddy.ur...@citrix.com wrote: In VR configuration persistence (4.6) only iptables rules are persisted ? There are other configuration (interface ips, routes etc in VR will be lost on reboot) are these taken care ? By design all

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Daan Hoogland
On Thu, Jun 4, 2015 at 7:45 AM, Koushik Das koushik@citrix.com wrote: What about native HA in Vmware and HyperV? Say the original host has failed, Vmware will bring up the VR on another host as part of native HA. In this case also the configuration is lost. Yes, in this case it is

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Daan Hoogland
On Thu, Jun 4, 2015 at 6:39 AM, Koushik Das koushik@citrix.com wrote: The VR configurations are not persisted and so these are not present when out of band movement happens outside of CS. When a VR is recreated/rebooted from CS all the configurations are read from DB and pushed to the VR.

[GitHub] cloudstack pull request: Update debian packaging

2015-06-04 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/339#issuecomment-108768332 there is a ticket open for that at infra On Thu, Jun 4, 2015 at 12:23 AM, Rafael da Fonseca notificati...@github.com wrote: yeah.. asfbot

Re: Changing the source NAT IP

2015-06-04 Thread Jayapal Reddy Uradi
You can change the source NAT ip of the network with the API/UI. If you want to change you need to do the following. 1. Acuire another public ip P2 to the network. 2. Stop the router. 3. Edit the user_ip_address table, source_nat column of P2 to 1 and old source NAT ip to 0. 4. Restart the

[GitHub] cloudstack pull request: Disable enable Zone Pod Cluster Host

2015-06-04 Thread pritisarap12
GitHub user pritisarap12 opened a pull request: https://github.com/apache/cloudstack/pull/356 Disable enable Zone Pod Cluster Host Updating the testcase as Admin user is also not able to deploy new VM on Host in disabled state You can merge this pull request into a Git repository

Not found CS 4.5.1 RHEL packages on apt-get.eu

2015-06-04 Thread Milamber
Hello, There are a special reason to not have the 4.5.1 RHEL packages on http://cloudstack.apt-get.eu/rhel/ ? Milamber On 11/05/2015 13:01, Rohit Yadav wrote: Hi everyone, The Apache CloudStack project is pleased to announce the 4.5.1 release of the CloudStack, the cloud orchestration

[GitHub] cloudstack pull request: Fix/coverity issues

2015-06-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/355 --- 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

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Wilder Rodrigues
There was a bug in the persistent stuff that was fixed here: https://issues.apache.org/jira/browse/CLOUDSTACK-4605 User data, IP tables, guest networks and pretty much everything else will be persisted. Cheers, Wilder On 04 Jun 2015, at 09:54, Daan Hoogland

[KVM] SSVM/CPVM stay in Starting for ever

2015-06-04 Thread Wilder Rodrigues
Hi all, Since day before yesterday I noticed that the SSVM/CPVM on KVM are not moving to status Running. Executing: virsh list β€”al Shows: IdName State 2 s-2-VM running 3

[GitHub] cloudstack pull request: Fix/coverity issues

2015-06-04 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/355#issuecomment-108783944 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Remi Bergsma
To summarise: #1. rebooting VR is needed for hypervisors that have their own DR (like VMware and Hyperv) as a restart outside of CloudStack makes it lose its config hence the VR is unavailable #2. rebooting is NOT needed for successful live migrations on _any_ hypervisor (since there was no

Changing the source NAT IP

2015-06-04 Thread Schubert, Sven
Hi, is there a possibility to change the source NAT IP in an existing environment? Regards, Sven -- This email was Virus checked by UTM 9. http://www.sophos.com

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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1487/changes Changes: [Gaurav Aradhye] CLOUDSTACK-8515: Skipping snapshots tests on HyperV and LXC hypervisors -- [...truncated 27274 lines...] [INFO] No sources to compile [INFO] [INFO]

[GitHub] cloudstack pull request: Fix/coverity issues

2015-06-04 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/355#issuecomment-108786172 Did not delete because I saw other attributes which were only commented out. Left it there in case someone will need to find it in the future. Anyway,

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Ian Southam
The idea is to resist everything. If stuff does not persist then it can be viewed as a bug ;). β€” Ian On 04 Jun 2015, at 09:54, Daan Hoogland daan.hoogl...@gmail.commailto:daan.hoogl...@gmail.com wrote: By design all config is persisted but let's double check on that. @Ian: sir, can you

RE: Changing the source NAT IP

2015-06-04 Thread Schubert, Sven
Thx, I will try. From: Jayapal Reddy Uradi [jayapalreddy.ur...@citrix.com] Sent: Thursday, June 04, 2015 11:22 To: dev@cloudstack.apache.org Subject: Re: Changing the source NAT IP You can change the source NAT ip of the network with the API/UI. If you

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Ian Southam
resist should be persist. Do not answer mails on iphones ;) On 04 Jun 2015, at 11:31, Ian Southam isout...@schubergphilis.com wrote: The idea is to resist everything. If stuff does not persist then it can be viewed as a bug ;). β€” Ian On 04 Jun 2015, at 09:54, Daan Hoogland

RE: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Koushik Das
Ian, With the persistent config change, the VR has become 'stateful'. Is there a possibility for VR config and DB config to go out of sync? If so how is the config in the VR and DB kept in sync? -Original Message- From: Ian Southam [mailto:isout...@schubergphilis.com] Sent: Thursday, 4

[DISCUSS] new findbugs bug findings

2015-06-04 Thread Daan Hoogland
LS, We have been improving a lot in terms checking submissions and having better (as in less) overall mastaer breakage lately. We are not there yet. At the moment findbugs has 51 new findings and fails the slowbuild for that reason. I think a lot of those can be prevented. For the rest we can

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

2015-06-04 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/308#issuecomment-108844572 This merges cleanly, should we wait on extra fixes? or have them done in separate PRs? --- If your project is set up for it, you can reply to this email and

Build failed in Jenkins: simulator-singlerun #1213

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1213/ -- Started by upstream project build-master-simulator build number 2031 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM

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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1488/ -- [...truncated 27274 lines...] [INFO] No sources to compile [INFO] [INFO] findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud [INFO] [INFO] ---

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Daan Hoogland
On Thu, Jun 4, 2015 at 1:27 PM, Koushik Das koushik@citrix.com wrote: Is there a possibility for VR config and DB config to go out of sync? If so how is the config in the VR and DB kept in sync? Koushik, the db is leading and conversion is applied to the state of the router. On

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Rohit Yadav
Hi, On 04-Jun-2015, at 11:05 am, Remi Bergsma rberg...@schubergphilis.com wrote: To summarise: #1. rebooting VR is needed for hypervisors that have their own DR (like VMware and Hyperv) as a restart outside of CloudStack makes it lose its config hence the VR is unavailable #2. rebooting

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

2015-06-04 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1491/ -- [...truncated 27274 lines...] [INFO] No sources to compile [INFO] [INFO] findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud [INFO] [INFO] ---

[GitHub] cloudstack pull request: This branch implements the CSV and native...

2015-06-04 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/351#issuecomment-109032779 Hi @anshul1886, Thanks for the PR :-) Looks like quite some work! I don't have a Hyper-V setup to test it.. Will ask around and see who can help test

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-04 Thread Rene Moser
Hi On 04.06.2015 14:29, Rohit Yadav wrote: Hi, On 04-Jun-2015, at 11:05 am, Remi Bergsma rberg...@schubergphilis.com wrote: To summarise: #1. rebooting VR is needed for hypervisors that have their own DR (like VMware and Hyperv) as a restart outside of CloudStack makes it lose its

[GitHub] cloudstack pull request: Disable enable Zone Pod Cluster Host

2015-06-04 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/356#issuecomment-108898254 @pritisarap12 is this intended to go on master? it doesn't apply and as it is pretty new it probably isn't. If it is intended for master please rebase and