[ceph-users] Cephadm multiple public networks

2021-04-26 Thread Stanislav Datskevych
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

[ceph-users] Re: Cephadm multiple public networks

2021-04-27 Thread Stanislav Datskevych
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

[ceph-users] Cephadm/docker or install from packages

2021-05-30 Thread Stanislav Datskevych
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