changing ceph-{public,cluster}-network post deployment is unsupported
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph Monitor Charm |
Triaged
|
Wishlist
|
Unassigned | ||
Ceph OSD Charm |
Triaged
|
Wishlist
|
Unassigned | ||
OpenStack Ceph Charm (Retired) |
Invalid
|
Low
|
Unassigned | ||
ceph (Juju Charms Collection) |
Invalid
|
Low
|
Unassigned | ||
ceph-mon (Juju Charms Collection) |
Invalid
|
Low
|
Unassigned |
Bug Description
lp:~openstack-charmers/charms/trusty/ceph/next
revno. 86
We used juju bundle at the bottom to setup multi-network ceph clusters, but ceph.conf uses both 10.3.X.X and 192.168.X.X address at the same time. However ceph-mon only listen on 10.3.X.X network. So `start ceph-mon-all` never finish.
tcp 0 0 10.3.0.103:6789 0.0.0.0:* LISTEN 11628/ceph-mon
ceph.conf
==========
[global]
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
keyring = /etc/ceph/
mon host = 10.3.0.103:6789 192.168.104.23:6789 192.168.104.24:6789
==========
ceph:
series: trusty
services:
ceph:
branch: lp:~openstack-charmers/charms/trusty/ceph/next
constraints: tags=ceph
num_units: 3
options:
fsid: '6547bd3e-
Related branches
tags: | added: openstack |
Changed in ceph (Juju Charms Collection): | |
milestone: | 15.04 → 15.07 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 15.07 → 15.10 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 15.10 → 16.01 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.01 → 16.04 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.04 → 16.07 |
Changed in ceph-mon (Juju Charms Collection): | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 16.07 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.07 → 16.10 |
Changed in ceph-mon (Juju Charms Collection): | |
milestone: | 16.07 → 16.10 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.10 → 17.01 |
Changed in ceph-mon (Juju Charms Collection): | |
milestone: | 16.10 → 17.01 |
Changed in ceph-mon (Juju Charms Collection): | |
milestone: | 17.01 → none |
Changed in ceph (Juju Charms Collection): | |
milestone: | 17.01 → none |
importance: | Medium → Low |
Changed in ceph-mon (Juju Charms Collection): | |
importance: | Medium → Low |
summary: |
- when enable ceph-public-network and ceph-cluster-network, ceph-mon - cannot communicate each other + changing ceph-{public,cluster}-network post deployment is unsupported |
Changed in charm-ceph: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in ceph (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in charm-ceph-mon: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in ceph-mon (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in charm-ceph: | |
status: | Triaged → Invalid |
Changed in charm-ceph-osd: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in charm-ceph-osd: | |
importance: | Low → Wishlist |
Changed in charm-ceph-mon: | |
importance: | Low → Wishlist |
looks like this is related to bug #1384333. I could workaround it with attached branch. So this might be a duplicate of bug #1384333.