Do you have a typo? :
public_network = 192.168.0/24
should this read:
public_network = 192.168.0.0/24
On 04/24/2014 04:53 PM, Gandalf Corvotempesta wrote:
I'm trying to configure a small ceph cluster with both public and
cluster networks.
This is my conf:
[global]
public_network = 192.168.0/24
cluster_network = 10.0.0.0/24
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
fsid = 004baba0-74dc-4429-84ec-1e376fb7bcad
osd pool default pg num = 8192
osd pool default pgp num = 8192
osd pool default size = 3
[mon]
mon osd down out interval = 600
mon osd mon down reporters = 7
[mon.osd1]
host = osd1
mon addr = 192.168.0.1
[mon.osd2]
host = osd2
mon addr = 192.168.0.2
[mon.osd3]
host = osd3
mon addr = 192.168.0.3
[osd]
osd mkfs type = xfs
osd journal size = 16384
osd mon heartbeat interval = 30
filestore merge threshold = 40
filestore split multiple = 8
osd op threads = 8
osd recovery max active = 5
osd max backfills = 2
osd recovery op priority = 2
on each node I have bond0 bound to 192.168.0.x and bond1 bound to 10.0.0.x
When ceph is doing recovery, I can see replication through bond0
(public interface) and nothing via bond1 (cluster interface)
Should I configure anything else ?
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
--
Systems and Storage Engineer, Digital Repository of Ireland (DRI)
High Performance & Research Computing, IS Services
Lloyd Building, Trinity College Dublin, Dublin 2, Ireland.
http://www.tchpc.tcd.ie/ | [email protected]
Tel: +353-1-896-4466
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com