> 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
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
Has anyone met this issue yet?
Zhenshi Zhou 于2020年11月14日周六 下午12:36写道:
> Hi,
>
> I have a cluster of 14.2.8.
> I created OSDs with dedicated PCIE for wal/db when deployed the cluster.
> I set 72G for db and 3G for wal on each OSD.
>
> And now my cluster is in a WARN stats until a long health time
well, the warning message disappeared after I executed "ceph tell osd.63
compact".
Zhenshi Zhou 于2020年11月16日周一 上午10:04写道:
> Has anyone met this issue yet?
>
> Zhenshi Zhou 于2020年11月14日周六 下午12:36写道:
>
>> Hi,
>>
>> I have a cluster of 14.2.8.
>> I created OSDs with dedicated PCIE for wal/db when