[
https://issues.apache.org/jira/browse/CLOUDSTACK-8751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302671#comment-15302671
]
ASF GitHub Bot commented on CLOUDSTACK-8751:
--------------------------------------------
Github user swill commented on the pull request:
https://github.com/apache/cloudstack/pull/866#issuecomment-221960352
I have attempted to run CI against this one 3 times in a row on different
CI environments. Every time it is failing with the following:
```
==== Deploy DC Started ====
Exception Occurred :['Traceback (most recent call last):\n', ' File
"/data/git/cs1/cloudstack/tools/marvin/marvin/deployDataCenter.py", line 142,
in addHosts\n ret = self.__apiClient.addHost(hostcmd)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 1532, in addHost\n response = self.connection.marvinRequest(command,
response_type=response, method=method)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 379, in
marvinRequest\n raise e\n', 'CloudstackAPIException: Execute cmd: addhost
failed, due to: errorCode: 530, errorText:Unable to add the host\n']
Exception Occurred :['Traceback (most recent call last):\n', ' File
"/data/git/cs1/cloudstack/tools/marvin/marvin/deployDataCenter.py", line 142,
in addHosts\n ret = self.__apiClient.addHost(hostcmd)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 1532, in addHost\n response = self.connection.marvinRequest(command,
response_type=response, method=method)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 379, in
marvinRequest\n raise e\n', 'CloudstackAPIException: Execute cmd: addhost
failed, due to: errorCode: 530, errorText:Guid is not updated for cluster with
specified cluster id; need to wait for hosts in this cluster to come up\n']
===deploy dc failed, so cleaning the created entries===
====DeployDC: CleanUp Started====
====Clean Up Entries=== {'PhysicalNetwork':
[u'c2fbba7e-cb36-4eab-9441-b66b16bdda01'], 'Cluster':
[u'08ff440f-806f-43e2-a51e-9a54b7364a1a'], 'Pod':
[u'f32f353d-5ba8-4447-a71f-dbb3eeec6296'], 'order': ['Cluster', 'Pod',
'PhysicalNetwork', 'Zone'], 'Zone': [u'085c8908-9cb8-47d2-89b3-0b53b8b882ce']}
===Removing DataCenter Failed===
Thu May 26 18:43:19 CEST 2016
Deployment failed, please investigate!
```
> Minimise VR downtime during network update
> ------------------------------------------
>
> Key: CLOUDSTACK-8751
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8751
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Bharat Kumar
> Assignee: Bharat Kumar
>
> Currently we use redundant virtual router enabled networks to prevent network
> outage even if one of the virtual router fails. This is achieved by using
> redundant virtual routers along with VRRP protocol. This has increased the
> network robustness. However updating a network with new network offering
> involves some downtime due to Vr restarts. In case of redundant VR based
> networks we can sequence the network update operations to update the backup
> first and then update the master while master's operations are being handled
> by backup, this way i think we can minimise the downtime.
> Link to FS
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61310469
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)