ceph: reset osd connections after fault
authorSage Weil <sage@newdream.net>
Mon, 15 Feb 2010 20:11:51 +0000 (12:11 -0800)
committerSage Weil <sage@newdream.net>
Mon, 15 Feb 2010 20:11:51 +0000 (12:11 -0800)
commit153a008bf7915ea9127341409170cb197d111282
treeda9852014c4a71f8578437698200b56218874110
parent6c5d1a49e5e88ee831117f4b2375829933ad15da
ceph: reset osd connections after fault

A single osd connection fault (e.g. tcp disconnect) wasn't
reopening the connection, which causes all current and future
requests for that osd to hang.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/osd_client.c