XenServer Storage Live Migration between pools

2018-04-10 Thread Swen - swen.io
Hi all, we added a new XenServer 6.5 SP1 cluster (pool) to our CS installation. When we do a live migration between pools we run into a problem with the VM. The migration itself is working fine and the VM is reachable all the time. I can see in XenCenter that the same network has been created on t

Egress rules not applied in 4.11.0

2018-04-10 Thread Martin Emrich
Hi! I upgraded my test cluster from 4.9 to 4.11. The default policy for isolated networks is "Deny". But now, adding rules to allow egress traffic are not applied to the virtual router. adding a 0.0.0.0/0 rule looks fine from the UI, but does not appear in the iptables output on the VR. An

Re: Egress rules not applied in 4.11.0

2018-04-10 Thread Stephan Seitz
Hi! I think your facing a bug already discussed here. After reloading (imho doesn't matter if you check "clean up") the network, the egress rules are applied. So just reload every net with egress rules :) Oh and don't know if that made it already to  https://github.com/apache/cloudstack/issues s

CLOUDSTACK-10304

2018-04-10 Thread Julian . Gilbert
Hi! I logged the following JIRA ticket in February: CLOUDSTACK-10304 SystemVM - Apache Web Server Version Number Information Disclosure The Secondary Storage System VM discloses its Apache Web Server version number in HTTP headers and error pages. This type of information disclosure can lead t

RE: CLOUDSTACK-10304

2018-04-10 Thread Paul Angus
Hi Julian, The horse the has wandered out if not bolted on this , but the normal process if you think that you've found a security issue is to email '[email protected]'. For general 'bugs' its worth mentioning it on one of the mailing lists as well as filing a bug to get it into p

Re: Egress rules not applied in 4.11.0

2018-04-10 Thread Rafael Weingärtner
No need to open an issue ticket. There is already a PR to fix it. https://github.com/apache/cloudstack/pull/2514 On Tue, Apr 10, 2018 at 6:09 AM, Stephan Seitz wrote: > Hi! > > I think your facing a bug already discussed here. After reloading (imho > doesn't matter if you check "clean up") the n

ssvm NFS public ip

2018-04-10 Thread Nicolas Bouige
Hello All, I' m currently set up a fresh installation of cloucdstack 4.11 on CentOS7/KVM server. All was working good until the systemvm installation...the ssvm is using the public ip to contact the nfs instead of the internal ip adresse. I had this issue before and it was a ip route and/or arp

[DISCUSS] CloudMonkey 6.0.0-alpha (about six years after initial version in 2012)

2018-04-10 Thread Rohit Yadav
All, Few months ago, I started porting the current code to be compatible with both Python2 and Python3 to make it run with both Python2 (for older systems such as CentOS6 etc) and Python3 (for newer platforms). The work was not a success, another problem was that cloudmonkey was not easy to in

4.11.0.0 SSL offloading on Isolated Net (redundant VR setup) not supported?

2018-04-10 Thread Stephan Seitz
Hi! After managed to inject sslcerts, I'm facing the Problem that my Network says: "Ssl termination not supported by the loadbalancer" Is there any Capability I could add via NetworkOfferings to get SSL Offloading working?   "accountid": "4b14365a-5c6f-11e5-a590-3400a30d0aba",   "cmd": "org.ap

Re: [DISCUSS] CloudMonkey 6.0.0-alpha (about six years after initial version in 2012)

2018-04-10 Thread ilya musayev
This is great news and cloud monkey is used more than you think :) I will share the news with my team. On Tue, Apr 10, 2018 at 5:07 AM Will Stevens wrote: > +1. It has been a great tool for years. Looking forward to the golang > version. > > On Apr 10, 2018 7:59 AM, "Rohit Yadav" wrote: > > A

Re: [DISCUSS] CloudMonkey 6.0.0-alpha (about six years after initial version in 2012)

2018-04-10 Thread Stephan Seitz
Rohit, thanks for refurbishing. I know, XML is not the most popular format nowadays, but it clearly has it's benefits e.g. XSLT. We're parsing cloudmonkey's XML output in some cases, but these systems could continue with legacy cloudmonkey. Really nice would be the possibility to select GET vs

Re: Egress rules not applied in 4.11.0

2018-04-10 Thread Martin Emrich
Hi! Am 10.04.18 um 11:09 schrieb Stephan Seitz: Hi! I think your facing a bug already discussed here. After reloading (imho doesn't matter if you check "clean up") the network, the egress rules are applied. So just reload every net with egress rules :) IIRC I tried that several times with no s

Re: [DISCUSS] CloudMonkey 6.0.0-alpha (about six years after initial version in 2012)

2018-04-10 Thread Wei ZHOU
Great job Rohit !!! 2018年4月10日星期二,Rohit Yadav 写道: > All, > > > Few months ago, I started porting the current code to be compatible with > both Python2 and Python3 to make it run with both Python2 (for older > systems such as CentOS6 etc) and Python3 (for newer platforms). The work > was not a su

Re: [NOTICE] Impending shutdown of download.cloud.com - this may affect your CloudStack installation

2018-04-10 Thread Chiradeep Vittal
I have not heard any complaints, although from the access logs I see lots of attempts to download legacy templates. download.cloud.com will remain offline until April 30. On April 30 2018, download.cloud.com will be decommissioned permanently. On Fri, Mar 30, 2018 at 12:37 PM, Chiradeep Vittal wr

Re: Egress rules not applied in 4.11.0

2018-04-10 Thread Rohit Yadav
Hi Martin, This is a known issue, a freshly restarted VR may not have the EGREE related tables which is why any rules will fail to apply. As a workaround, you can restart the network without selecting the cleanup option which will reconfigure the VR and add the egress table. I've a fix in th