Hello, I am having and issue with CEPH in that it won't communicate over the private network so the moment I turn the firewalls on then it will start marking OSD's offline. I have specified in the ceph.conf file that it has a separate cluster network but it looks like it is not obeying my orders. Has anyone experienced this before?
### ceph.conf ### [global] <-- snip --> public network = 192.168.10.0/27 cluster network = 10.0.0.0/27 ### ceph -w ### osd.5 192.168.10.9:6806/15129 failed osd.7 192.168.10.9:6809/15137 failed osd.4 192.168.10.9:6800/15092 failed ### ufw status ### To Action From -- ------ ---- 192.168.10.9 6789/tcp ALLOW 159.253.63.0/27 10.0.0.9 6800:7100/tcp ALLOW 10.0.0.0/27 As my outputs show it is looking for osd's on the wrong network. The moment I turn the firewall off all OSD's come back online. The setup was done on emporer, ubuntu 12.04 server and ceph-deploy. Thanks Pieter
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com