Yes:  make sure there is an entry in your ceph.conf to align the public 
(client) 
network<http://docs.ceph.com/docs/master/rados/configuration/network-config-ref/#ceph-networks>
 with the IP space of the NIC where you want the ceph IO...

[global]
public_network = <ip-address>/<netmask>

There is also an option to isolate the OSD (cluster) traffic, which is 
recommended for production clusters, but I don’t believe it will apply to your 
case:

[global]
cluster_network = <ip-address>/<netmask>

-Paul


thanks ,do i need something in client configuration file?

---原始邮件---
Just give different IP to both the port and that should be okay.

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to