[ https://issues.apache.org/jira/browse/CLOUDSTACK-9184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15887962#comment-15887962 ]
ASF GitHub Bot commented on CLOUDSTACK-9184: -------------------------------------------- Github user sureshanaparti commented on the issue: https://github.com/apache/cloudstack/pull/1253 @sateesh-chodapuneedi These two test failures are due to the ssh failure to the router VM, are not related to this PR changes. _test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failed_ > Failed to SSH into the Virtual Machine: SSH connection has Failed. Waited 150s. Error is SSH Connection Failed > === TestName: test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | Status : FAILED === > "/automation/virtenv/00-16-3e-17-43-25/396/test/integration/smoke/test_routers_network_ops.py", line 338, in test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true\n result = check_router_command(virtual_machine, nat_rule.ipaddress, ssh_command, check_string, self)\n', ' File "/automation/virtenv/00-16-3e-17-43-25/396/test/integration/smoke/test_routers_network_ops.py", line 64, in check_router_command\n test_case.fail("Failed to SSH into the Virtual Machine: %s" % e)\n', ' File "/usr/local/lib/python2.7/unittest/case.py", line 412, in fail\n raise self.failureException(msg)\n', 'AssertionError: Failed to SSH into the Virtual Machine: SSH connection has Failed. Waited 150s. Error is SSH Connection Failed\n'] _test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failed_ > Failed to SSH into the Virtual Machine: SSH connection has Failed. Waited 150s. Error is SSH Connection Failed > === TestName: test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | Status : FAILED === > > "/automation/virtenv/00-16-3e-17-43-25/396/test/integration/smoke/test_routers_network_ops.py", line 502, in test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false\\n result = check_router_command(virtual_machine, nat_rule.ipaddress, ssh_command, check_string, self)\\n\', \' File "/automation/virtenv/00-16-3e-17-43-25/396/test/integration/smoke/test_routers_network_ops.py", line 64, in check_router_command\\n test_case.fail("Failed to SSH into the Virtual Machine: %s" % e)\\n\', \' File "/usr/local/lib/python2.7/unittest/case.py", line 412, in fail\\n raise self.failureException(msg)\\n\', \'AssertionError: Failed to SSH into the Virtual Machine: SSH connection has Failed. Waited 150s. Error is SSH Connection Failed\\n\'] > [VMware] vmware.ports.per.dvportgroup global setting is not useful from > vCenter 5.0 onwards > ------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9184 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9184 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Management Server, VMware > Affects Versions: 4.5.2 > Reporter: Suresh Kumar Anaparti > Assignee: Suresh Kumar Anaparti > > CloudStack has a global config paramter vmware.ports.per.dvportgroup for > setting the number of ports per dvportgroup of Distributed Virtual Switch > (DVS) and this takes effect when the zone is created. > Auto expand/shrink features adjusts the ports per dvportgroup value > dynamically from ESX 5.0 release. So, even if we set this global setting, > auto expand will take effect and the value configured at cloudstack is not > useful anymore. -- This message was sent by Atlassian JIRA (v6.3.15#6346)