[
https://issues.apache.org/jira/browse/CLOUDSTACK-9151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15054694#comment-15054694
]
ASF subversion and git services commented on CLOUDSTACK-9151:
-------------------------------------------------------------
Commit fcccaaad3f53a628776fa59b79a16a2afb64170f in cloudstack's branch
refs/heads/4.6 from [~remibergsma]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=fcccaaa ]
Merge pull request #1231 from ekholabs/fix/vrid-rvpc-CLOUDSTACK-9151
CLOUDSTACK-9151 - As a Developer I want the VRID to be set within the limits of
KeepaliveDThis PR fixes a blocker issue!
- Just like with RVRs, use the VRID 51 instead of making it dependent on the
VPCID
- Reason: arbitary unique number 0..255 used to differentiate multiple
instances of vrrpd running on the same NIC (and hence same socket).
virtual_router_id 51
* pr/1231:
CLOUDSTACK-9151 - Removes the replacement of the VRID in the CsRedundant file
Signed-off-by: Remi Bergsma <[email protected]>
> As a Developer I want the VRID to be set within the limits of KeepaliveD
> ------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9151
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9151
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Virtual Router, VPC
> Affects Versions: 4.6.0, 4.6.1
> Reporter: Wilder Rodrigues
> Assignee: Wilder Rodrigues
> Priority: Blocker
> Fix For: 4.7.0, 4.6.2
>
>
> Dec 12 14:36:10 r-996-VM Keepalived_vrrp[28477]: VRRP Error : VRID not valid !
> Dec 12 14:36:10 r-996-VM Keepalived_vrrp[28477]: must be between
> 1 & 255. reconfigure !
> [3:38]
> inside the /etc/keepalived/keepalived.conf
> [3:38]
> vrrp_instance inside_network {
> state EQUAL
> interface eth4
> virtual_router_id 459
> [3:43]
> The current code uses the VPC ID as VRID, but it doesn't have to be unique
> per VPC, but for NIC. So, we can simply use 51, as the KeepaliveD suggests.
> # arbitary unique number 0..255 # used to differentiate multiple instances of
> vrrpd # running on the same NIC (and hence same socket). virtual_router_id 51
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)