Activity log for bug #1671641

Date Who What changed Old value New value Message
2017-03-09 22:29:52 Jorge Niedbalski bug added bug
2017-03-09 22:30:00 Jorge Niedbalski tags sts
2017-03-09 22:30:13 Jorge Niedbalski charm-helpers: importance Undecided High
2017-03-09 22:30:15 Jorge Niedbalski charm-helpers: assignee Jorge Niedbalski (niedbalski)
2017-03-09 22:32:16 Jorge Niedbalski description [Description] While investigating the root cause of https://bugs.launchpad.net/charm-ceph-fs/+bug/1659338 I discovered a couple of issues when using ipv6 addresses: 1) ::1 must be skipped unit-ceph-fs-4[2718]: 2017-03-06 20:32:16 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 netaddr.core.AddrFormatError: '::1' is not a valid IPv4 address string! 2) unit-ceph-fs-4[2718]: 2017-03-09 21:25:03 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 ValueError: IPAddress() does not support netmasks or subnet prefixes! See documentation for details. (Full stacktrace: http://pastebin.ubuntu.com/24148408/) [Description] While investigating the root cause of https://bugs.launchpad.net/charm-ceph-fs/+bug/1659338 I discovered a couple of issues on the function get_address_in_network when using ipv6 addresses. 1) ::1 must be skipped when iterating over the list of available network as this is the loopback address. unit-ceph-fs-4[2718]: 2017-03-06 20:32:16 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 netaddr.core.AddrFormatError: '::1' is not a valid IPv4 address string! 2) IPNetwork doesn't support netmasks for ipv6 addresses, instead a prefix should be used. unit-ceph-fs-4[2718]: 2017-03-09 21:25:03 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 ValueError: IPAddress() does not support netmasks or subnet prefixes! See documentation for details. (Full stacktrace: http://pastebin.ubuntu.com/24148408/)
2017-03-09 22:32:29 Jorge Niedbalski description [Description] While investigating the root cause of https://bugs.launchpad.net/charm-ceph-fs/+bug/1659338 I discovered a couple of issues on the function get_address_in_network when using ipv6 addresses. 1) ::1 must be skipped when iterating over the list of available network as this is the loopback address. unit-ceph-fs-4[2718]: 2017-03-06 20:32:16 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 netaddr.core.AddrFormatError: '::1' is not a valid IPv4 address string! 2) IPNetwork doesn't support netmasks for ipv6 addresses, instead a prefix should be used. unit-ceph-fs-4[2718]: 2017-03-09 21:25:03 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 ValueError: IPAddress() does not support netmasks or subnet prefixes! See documentation for details. (Full stacktrace: http://pastebin.ubuntu.com/24148408/) [Description] While investigating the root cause of https://bugs.launchpad.net/charm-ceph-fs/+bug/1659338 I discovered a couple of issues on the function get_address_in_network when using ipv6 addresses. 1) ::1 must be skipped when iterating over the list of available networks as this is the loopback address. unit-ceph-fs-4[2718]: 2017-03-06 20:32:16 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 netaddr.core.AddrFormatError: '::1' is not a valid IPv4 address string! 2) IPNetwork doesn't support netmasks for ipv6 addresses, instead a prefix should be used. unit-ceph-fs-4[2718]: 2017-03-09 21:25:03 INFO unit.ceph-fs/4.ceph-mds-relation-changed logger.go:40 ValueError: IPAddress() does not support netmasks or subnet prefixes! See documentation for details. (Full stacktrace: http://pastebin.ubuntu.com/24148408/)
2017-03-10 16:00:42 Jorge Niedbalski marked as duplicate 1671861