Charm deploys LXDS to incorrect subnet

Bug #2048333 reported by Boris Lukashev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Ceph-FS Charm
Incomplete
Undecided
Unassigned

Bug Description

When adding ceph-fs to an existing cluster with `juju deploy ceph-fs -n 3 --to lxd:0,lxd:1,lxd:2 --config ceph-public-network=10.10.122.0/24`, the containers never resolve as they are brought up on the ceph-cluster-network without the vNIC for the ceph-public network which both the mon and radosgw containers on the same host are given... Locks up charm provisioning since the containers exist but not on the right network. Bit of a show-stopper. Quincy/stable on 22.04 (both host and LXD)

description: updated
Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

So the ceph-public-network config option sets "public network = <...>" and "public addr =" in ceph.conf:

{% if options.networks %}
public network = {{ options.networks|join(',') }}
{%- endif %}
{%- if options.public_addr %}
public addr = {{ options.public_addr }}
{%- endif %}

It doesn't do anything more from a networking perspective, other that telling configuring ceph-fs.

So how have you set up the networking for the containers (from juju) in terms of networking and the underlying infra? Is there a bundle you can share? Is it on MAAS?

Thanks.

Changed in charm-ceph-fs:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.