I just recently installed my first ceph cluster using cephadm and used
the following config file for the bootstrap:
|cat /root/ceph.conf|
|[global]|
|||public| |network = ||192.168||.||30.0||/||24|
|||cluster network = ||192.168||.||41.0||/||24|
|
|
Then:
|cephadm bootstrap -c /root/ceph.conf
> The nodes for have 2 network interfaces: 192.168.1.0/24 for the cluster
> network, and a 10.10.0.0/16 is the public network. When I bootstrap with
> cephadm, which Network do I use?
Since clients will need to connect to the monitors, you’ll want to use the
"public" network space for the setup
On 2020-11-13 21:19, E Taka wrote:
> Hello,
>
> I want to install Ceph Octopus on Ubuntu 20.04. The nodes for have 2
> network interfaces: 192.168.1.0/24 for the cluster network, and a
> 10.10.0.0/16 is the public network. When I bootstrap with cephadm, which
> Network do I use? That means, do i u
Den fre 13 nov. 2020 kl 21:50 skrev E Taka <0eta...@gmail.com>:
> Hi Stefan, the cluster network has its own switch and is faster than the
> public network.
> Thanks for pointing me to the documentation. I must have overlooked this
> sentence.
>
> But let me ask another question: do the OSD use th
Hi Stefan, the cluster network has its own switch and is faster than the
public network.
Thanks for pointing me to the documentation. I must have overlooked this
sentence.
But let me ask another question: do the OSD use the cluster network
"magically"? I did not find this in the docs, but that may