Hi Dave,
Sorry for the delay, I was at a sprint. The regression was a false negative
due to other issues. I reran the test and it passed, so given the already
v-d status, I think it should transition within 7 days normally.

On Dec 9, 2016 21:11, "bugproxy" <[email protected]> wrote:

> ------- Comment From [email protected] 2016-12-09 14:49 EDT-------
> (In reply to comment #27)
> > Hi Dave,
> >
> > I just checked and it seems like there was an automated test regression
> in
> > neutron on amd64. Oddly, it passed on all other architectures, so I'm
> seeing
> > if it's reproducible and if so, will debug.
>
> Hi Nish
>
> If the amd64 regression turns out to be related to the patch you might
> want to try removing the patch and simply change the buffer size to
> 8192.  This accomplishes the same results but is far simpler.
>
> /* Our netlink parser */
> static int
> netlink_parse_info(int (*filter) (struct sockaddr_nl *, struct nlmsghdr *),
> @@ -254,7 +273,7 @@ netlink_parse_info(int (*filter) (struct sockaddr_nl
> *, struct nlmsghdr *),
> int error;
> while (1) {
> -               char buf[4096];
> +               char buf[8192];
>
> Thanks for you help
>
> Dave.
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1642763
>
> Title:
>   keepalived raising VIP apply error
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/keepalived/+
> bug/1642763/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1642763

Title:
  keepalived raising VIP apply error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1642763/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to