The charm is trying to get ip addresses from every interfaces to match mon hosts, but one of my interface is unconfigured (it's needed to setup compute network later in sunbeam)
File "/var/lib/juju/agents/unit-microceph-0/charm/./src/charm.py", line 232, in _lookup_system_interfaces
for addr in addrs[netifaces.AF_INET]:
KeyError: 2
The charm is trying to get ip addresses from every interfaces to match mon hosts, but one of my interface is unconfigured (it's needed to setup compute network later in sunbeam)