On 10-08-15 15:59, Daniel Marks wrote: > Hi all, > > we just found out that our ceph-cluster communicates over the ceph public > network only. Looks like we forgot to configure the cluster_network parameter > during deployment ( :facepalm: ). We are running ceph version 0.94.1 on > ubuntu 14.04.1 > > Is there any documentation or any known procedure to properly configure a > ceph_cluster network for a running cluster (maybe via "injectargs")? In which > order should OSDs, MONs and MDSs be configured? >
Afaik the best way to do so is put in in the ceph.conf and restart the OSDs one by one. The MONs and MDS servers don't talk over the cluster_network, it's only the OSDs. Wido > Best regards, > Daniel Marks > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
