On Mon, Dec 5, 2011 at 11:05, Noah Watkins <jayhawk@xxxxxxxxxxx> wrote: > root@issdm-23:~# lsof -n -p 1394 > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > ceph-mds 1394 root 12u sock 0,6 0t0 11560 can't > identify protocol There's 506 of these guys in the listing. I would say there's a leak of sockets that get created with socket(2), but don't get bind(2) or connect(2) called on them. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html