Hi all,
I've installed latest Pacific version 16.2.1 using Cephadm. I try using
multiple public networks with this setting:
ceph config set mon public_network "100.90.1.0/24,100.90.2.0/24"
The networks seem to be successfully passed to /etc/ceph/ceph.conf on
the daemons, however I constantly
o match it against discovered network of the monitor host. It
obviously fails as the "public_network" is comma-separated list.
Waiting for my bugtracker account to be approved to create a
bugreport+PR, seems to be an easy fix.
On 26/04/2021 23:45, Stanislav Datskevych wrote:
Hi
Hi all,
I want to ask your opinion which Ceph deploy version is better: using
cephadm(docker) or installing from packages?
Cephadm brings lots of convenience: easy upgrade (which sometimes stucks
but still), easy add new OSDs, ability to make placement policies etc.
In contrary I seem to lo