[ https://issues.apache.org/jira/browse/CLOUDSTACK-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103827#comment-15103827 ]
ASF subversion and git services commented on CLOUDSTACK-9187: ------------------------------------------------------------- Commit f5a6dee8dd6b89ef954d39b4ade91f8f898cc026 in cloudstack's branch refs/heads/4.7 from [~wilder.rodrigues] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=f5a6dee ] CLOUDSTACK-9187 - Makes code ready for more something like ethXXXX, if we ever get that far - Adds log info to NetworkOrchestrator in order to make the work of the Net-Scavenger more visible. > rVPC routers in Master/Master due to concurrency problem when writing the > keepalivd.conf > ---------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9187 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9187 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Virtual Router > Affects Versions: 4.6.0, 4.7.0, 4.6.1, 4.6.2 > Reporter: Wilder Rodrigues > Assignee: Wilder Rodrigues > Priority: Critical > Fix For: 4.7.1 > > > cat /etc/keepalived/keepalived.conf > ``` > vrrp_instance inside_network { > state EQUAL > interface eth3 > virtual_router_id 51 > ``` > and this is r-518-VM: > cat /etc/keepalived/keepalived.conf > ``` > vrrp_instance inside_network { > state EQUAL > interface eth4 > virtual_router_id 51 > nopreempt > ``` -- This message was sent by Atlassian JIRA (v6.3.4#6332)