Re: Advice needed - switching IP for SS

2016-02-03 Thread Sanjeev N
Hi Daniel, It is possible to have the MAC-IP pair in the switch arp cache. You can use arping from your new NFS server to send gratious arp request, so that the switch can update the MAC address in its arp cache. Thanks, Sanjeev On Thu, Feb 4, 2016 at 1:47 PM, Daniel Mezentsev wrote: > Igor,

[GitHub] cloudstack pull request: Fix Sync of template.properties in Swift

2016-02-03 Thread pdion891
Github user pdion891 commented on the pull request: https://github.com/apache/cloudstack/pull/1331#issuecomment-179568067 tested, I think this should be ported into master as well. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

Re: Advice needed - switching IP for SS

2016-02-03 Thread Daniel Mezentsev
Igor, I have question. Doing such IP migration is it possible that arp cache on the switch (assuming that we have layer 3 switch) can have old server pair MAC<--->IP. Andrija, as for me the best solution: 1. shutdown data interfaces (or bond) on switch for new server after rsync 2. Configur

[GitHub] cloudstack pull request: Fix Sync of template.properties in Swift

2016-02-03 Thread pdube
Github user pdube commented on the pull request: https://github.com/apache/cloudstack/pull/1331#issuecomment-179502626 Tested on local setup, the template.properties is now uploaded correctly LGTM --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] cloudstack pull request: Add ability to download templates in Swif...

2016-02-03 Thread syed
Github user syed commented on the pull request: https://github.com/apache/cloudstack/pull/1332#issuecomment-179502412 Can we get this merged? --- 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 t

Re: Advice needed - switching IP for SS

2016-02-03 Thread Voloshanenko Igor
Andrija, as for me the best solution: 1. shutdown data interfaces (or bond) on switch for new server after rsync 2. Configure same IP as for old server 3. via switch CLI shutdown data ports for old server 4. via switch CLI startup ports for new server 4. Reconfigure IP for data bond old server via

Advice needed - switching IP for SS

2016-02-03 Thread Andrija Panic
Hi guys, I need to do manitance of 1 Seconary Storage NFS server fro few days, so I though to temporarily rsync data to another NFS box, and switch IP addresses, so the new NFS box has the original IP for few days...(need to test if KVm nodes will gracefullt remount the NFS server during the IP sw

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

2016-02-03 Thread jenkins
See -- [...truncated 824 lines...] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter

[GitHub] cloudstack pull request: CLOUDSTACK-9252: Support configurable NFS...

2016-02-03 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request: https://github.com/apache/cloudstack/pull/1361#issuecomment-179310061 @nvazquez, if you have any doubt in some of the spring modules, just shoot me an email (If I have the knowledge I will not hesitate to help you). Now I

[DISCUSS] Move from OpenSSL to LibreSSL

2016-02-03 Thread John Kinsella
Folks - another OpenSSL vulnerability was announced last week[1]. I believe our current SSVMs are running Wheezy, so they should be OK according to [2]. This makes me ponder, though: Should we consider moving to LibreSSL[3] in the future? For those not familiar, it’s a fork of OpenSSL with more

[GitHub] cloudstack pull request: Restore iptables at once using iptables-r...

2016-02-03 Thread borisroman
GitHub user borisroman opened a pull request: https://github.com/apache/cloudstack/pull/1400 Restore iptables at once using iptables-restore instead of calling iptables numerous times You can merge this pull request into a Git repository by running: $ git pull https://github.

[GitHub] cloudstack pull request: Restore iptables at once using iptables-r...

2016-02-03 Thread borisroman
Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/1391#issuecomment-179292599 New PR with additional fixes. --- 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 doe

[GitHub] cloudstack pull request: Restore iptables at once using iptables-r...

2016-02-03 Thread borisroman
Github user borisroman closed the pull request at: https://github.com/apache/cloudstack/pull/1391 --- 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 featur

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-02-03 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r51719809 --- Diff: core/src/org/apache/cloudstack/storage/command/AttachAnswer.java --- @@ -34,6 +37,12 @@ public AttachAnswer(DiskTO disk) { setDis

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-02-03 Thread GabrielBrascher
Github user GabrielBrascher commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r51717944 --- Diff: core/src/org/apache/cloudstack/storage/command/AttachAnswer.java --- @@ -34,6 +37,12 @@ public AttachAnswer(DiskTO disk) {

[GitHub] cloudstack pull request: Fixes regarding VOLUME_DELETE events resu...

2016-02-03 Thread ProjectMoon
Github user ProjectMoon commented on the pull request: https://github.com/apache/cloudstack/pull/1373#issuecomment-179181011 Who gets to be the authority on merging this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cloudstack pull request: Emit event UUIDs on template deletion

2016-02-03 Thread ProjectMoon
Github user ProjectMoon commented on the pull request: https://github.com/apache/cloudstack/pull/1378#issuecomment-179181050 I will try to add a unit test later today. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-02-03 Thread ProjectMoon
Github user ProjectMoon commented on the pull request: https://github.com/apache/cloudstack/pull/1360#issuecomment-179180819 I now consider the pull request ready to be merged. The unit test commit has been split out and merged into the two commits for the console proxy and SSVM chang

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-03 Thread maneesha-p
Github user maneesha-p commented on the pull request: https://github.com/apache/cloudstack/pull/798#issuecomment-179159429 @alexandrelimassantana Updated the javadoc. Thank you. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

Re: Unable Create/CleanUp Virual Router After upgraded to ACS 4.6.2

2016-02-03 Thread Nux!
Hello, If you "apt-get install python-flask" in the VR you try to clean up, does it make a difference? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "mvs babu" > To: us...@cloudstack.apache.org > Cc: dev@cloudstack.apache.org > Sen

RE: [Discuss] Flexible CI/CD - Trillian

2016-02-03 Thread Paul Angus
Hi Nux, Right now, yes. Rohit has done a lot of work to nest hypervisors under KVM, but has found shortfalls in it capabilities which has meant we can't do 'everything' ( I don't know the details). Paul Angus VP Technology , ShapeBlue t: @cloudyangus e: paul.an...@shapeb

[GitHub] cloudstack pull request: CLOUDSTACK-9140: Testcase to verify if De...

2016-02-03 Thread sanju1010
Github user sanju1010 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1218#discussion_r51694011 --- Diff: test/integration/component/maint/testpath_disable_enable_zone.py --- @@ -1691,3 +1696,159 @@ def test_01_disable_enable_host(self):

[GitHub] cloudstack pull request: CLOUDSTACK-9140: Testcase to verify if De...

2016-02-03 Thread sanju1010
Github user sanju1010 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1218#discussion_r51693967 --- Diff: test/integration/component/maint/testpath_disable_enable_zone.py --- @@ -1691,3 +1696,159 @@ def test_01_disable_enable_host(self):