I use ceph 0.67.2.
When I start
ceph-osd -i 0
or
ceph-osd -i 1
it start one process, but it process open few tcp-ports, is it normal?

netstat -nlp | grep ceph
tcp        0      0 10.11.0.73:6789         0.0.0.0:*               LISTEN
     1577/ceph-mon - mon
tcp        0      0 10.11.0.73:6800         0.0.0.0:*               LISTEN
     3649/ceph-osd - osd.0
tcp        0      0 10.11.0.73:6801         0.0.0.0:*               LISTEN
     3649/ceph-osd - osd.0
tcp        0      0 10.11.0.73:6802         0.0.0.0:*               LISTEN
     3649/ceph-osd - osd.0
tcp        0      0 10.11.0.73:6803         0.0.0.0:*               LISTEN
     3649/ceph-osd - osd.0
tcp        0      0 10.11.0.73:6804         0.0.0.0:*               LISTEN
     3764/ceph-osd - osd.1
tcp        0      0 10.11.0.73:6805         0.0.0.0:*               LISTEN
     3764/ceph-osd - osd.1
tcp        0      0 10.11.0.73:6808         0.0.0.0:*               LISTEN
     3764/ceph-osd - osd.1
tcp        0      0 10.11.0.73:6809         0.0.0.0:*               LISTEN
     3764/ceph-osd - osd.1

-- 
Blog: www.rekby.ru
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to