[Bug 1581598] Fix merged to charm-percona-cluster (master)

OpenStack Infra 1581598 at bugs.launchpad.net
Wed May 18 16:29:05 UTC 2016


Reviewed:  https://review.openstack.org/318075
Committed: https://git.openstack.org/cgit/openstack/charm-percona-cluster/commit/?id=3ce2fa3e40f74c530fefe392772b604cec8f13e1
Submitter: Jenkins
Branch:    master

commit 3ce2fa3e40f74c530fefe392772b604cec8f13e1
Author: James Page <james.page at ubuntu.com>
Date:   Wed May 18 14:12:22 2016 +0100

    Resync charm-helpers
    
    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.
    
    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.
    
    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.
    
    Change-Id: I52f4bd2116986155b91b88e5f8bd73c7344c6088
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674


** Changed in: rabbitmq-server (Juju Charms Collection)
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Juju Charms Collection.
Matching subscriptions: charm-bugs
https://bugs.launchpad.net/bugs/1581598

Title:
  ipv6 enabled charms don't understand mngtmpaddr flag

Status in Charm Helpers:
  In Progress
Status in ceilometer package in Juju Charms Collection:
  Fix Committed
Status in ceph package in Juju Charms Collection:
  Fix Committed
Status in ceph-mon package in Juju Charms Collection:
  New
Status in ceph-osd package in Juju Charms Collection:
  Fix Committed
Status in ceph-radosgw package in Juju Charms Collection:
  Fix Committed
Status in cinder package in Juju Charms Collection:
  Fix Committed
Status in glance package in Juju Charms Collection:
  Fix Committed
Status in heat package in Juju Charms Collection:
  Fix Committed
Status in keystone package in Juju Charms Collection:
  In Progress
Status in neutron-api package in Juju Charms Collection:
  Fix Committed
Status in nova-cloud-controller package in Juju Charms Collection:
  Fix Committed
Status in nova-compute package in Juju Charms Collection:
  Fix Committed
Status in openstack-dashboard package in Juju Charms Collection:
  Fix Committed
Status in percona-cluster package in Juju Charms Collection:
  Fix Committed
Status in rabbitmq-server package in Juju Charms Collection:
  Fix Committed
Status in swift-proxy package in Juju Charms Collection:
  Fix Committed
Status in swift-storage package in Juju Charms Collection:
  Fix Committed

Bug description:
  In Xenial if you are have an ipv6 address that was created following
  an RA receive it may have the "mngtmpaddr" and/or "noprefixroute" flag
  set e.g.

  2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
      link/ether fa:16:3e:e2:e2:56 brd ff:ff:ff:ff:ff:ff
      inet 10.5.32.212/16 brd 10.5.255.255 scope global ens3
         valid_lft forever preferred_lft forever
      inet6 2001:db8:0:1:f816:3eff:fee2:e256/64 scope global mngtmpaddr dynamic 
         valid_lft 86397sec preferred_lft 14397sec
      inet6 fe80::f816:3eff:fee2:e256/64 scope link 
         valid_lft forever preferred_lft forever

  The charms do not currently parse this properly when validating ipv6
  addresses which causes xenial ipv6 deployments to fail.

  Looks like this has actually been around since Utopic timeframe - more
  info here - http://lists.openwall.net/netdev/2013/12/06/138

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-helpers/+bug/1581598/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list