ceph clients don't honour ceph-public-network
Bug #1449279 reported by
Felipe Reyes
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceph-radosgw (Juju Charms Collection) |
Fix Released
|
High
|
Felipe Reyes | ||
cinder (Juju Charms Collection) |
Invalid
|
High
|
Unassigned | ||
glance (Juju Charms Collection) |
Invalid
|
High
|
Unassigned | ||
nova-compute (Juju Charms Collection) |
Invalid
|
High
|
Unassigned |
Bug Description
Ceph charm allows users to define two different networks, one for
the internal communication[0] and another one for public facing
communication (clients)[1], when a user is taking advantage of
this features and relate ceph-radosgw , the latter will blindly
use the private-address to talk to ceph, which in most cases
won't be able to connect to it.
ceph-radosgw should consume information provided by ceph at
relation time to know which network should be used to talk to, or
expose a configuration just like ceph does (ceph-public-
[0] https:/
[1] https:/
Related branches
lp://staging/~freyes/charms/trusty/ceph-radosgw/lp1449279
- Edward Hope-Morley: Pending requested
- Diff: 0 lines
Superseded
for merging
into
lp://staging/~openstack-charmers-archive/charms/trusty/ceph-radosgw/trunk
- Edward Hope-Morley: Approve
-
Diff: 51 lines (+11/-8)3 files modifiedhooks/hooks.py (+3/-5)
unit_tests/test_hooks.py (+7/-2)
unit_tests/test_utils.py (+1/-1)
lp://staging/~hopem/charms/trusty/ceph-radosgw/lp1449279-stable-backport
Merged
into
lp://staging/~openstack-charmers-archive/charms/trusty/ceph-radosgw/trunk
at
revision 39
- Billy Olsen: Approve
-
Diff: 51 lines (+11/-8)3 files modifiedhooks/hooks.py (+3/-5)
unit_tests/test_hooks.py (+7/-2)
unit_tests/test_utils.py (+1/-1)
Changed in ceph-radosgw (Juju Charms Collection): | |
assignee: | nobody → Felipe Reyes (freyes) |
Changed in ceph-radosgw (Juju Charms Collection): | |
status: | New → In Progress |
tags: | added: openstack |
Changed in ceph-radosgw (Juju Charms Collection): | |
milestone: | none → 15.07 |
importance: | Undecided → High |
tags: | added: backport-potential |
Changed in ceph-radosgw (Juju Charms Collection): | |
status: | In Progress → Fix Released |
To post a comment you must log in.
This actually afftects all ceph client charms since they all use private-address:
http:// bazaar. launchpad. net/~charm- helpers/ charm-helpers/ devel/view/ head:/charmhelp ers/contrib/ storage/ linux/ceph. py#L205