On Thu, 31 May 2012, Alexandre DERUMIER wrote:
> Hi,
> Is it possible to use differents ip / network link for 
> 
> - replication between osd
> - network between client and osd 
> 
> ?
> 
> I would like to use differents swichs/network card for osd replication.

Yep:

[osd]
        public network = 1.2.3.4/24
        cluster network = 192.168.0.0/16

will make ceph-osd choose IPs in those subnets.  You can also specify 
'public addr' or 'cluster addr' to a specific IP, although that's more 
tedious to configure.

sage
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to