[ceph-users] Re: Beginner's installation questions about network

2020-11-15 Thread Sean Johnson
> 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

[ceph-users] Re: Beginner's installation questions about network

2020-11-15 Thread Oliver Weinmann
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

[ceph-users] Re: BLUEFS_SPILLOVER BlueFS spillover detected

2020-11-15 Thread Zhenshi Zhou
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

[ceph-users] Re: BLUEFS_SPILLOVER BlueFS spillover detected

2020-11-15 Thread Zhenshi Zhou
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