Hi Vickey,
No, it is the way OSD processes were launched. Try following (quotes are necessary): $ bash -c "sleep 1; sleep 999" & $ ps -ef | grep sleep | grep -v grep You will see that bash process will wait for "sleep 999" process to finish. OSD processes are launched similarly.
It is because each OSD uses four ports: http://docs.ceph.com/docs/master/rados/configuration/network-config-ref/#osd-ip-tables
If you will grep 260519 (PID) instead of 6819 (port) you should see four ports listened (two for private network and two for public).
-- Dmitry Glushenok Jet Infosystems |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com