[Bug 1581598] Fix merged to charm-ceph-osd (stable/16.04)

OpenStack Infra 1581598 at bugs.launchpad.net
Thu May 19 11:48:10 UTC 2016


Reviewed:  https://review.openstack.org/318221
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=0bfbdf8b1b5d5a6769d0f8062154cf9e5c1e3022
Submitter: Jenkins
Branch:    stable/16.04

commit 0bfbdf8b1b5d5a6769d0f8062154cf9e5c1e3022
Author: James Page <james.page at ubuntu.com>
Date:   Wed May 18 17:42:25 2016 +0100

    Resync stable 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: I51618d881e3618e17a355de94ba8a17bfc07f336
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

-- 
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:
  Fix Committed
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:
  Fix Committed
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:
  Fix Committed
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