Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198082
b: refs/heads/master
c: 7e70f0e
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed May 17, 2010
1 parent 5057bda commit 328d111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34b6c855fafc54ef130649809cd580f98e3f8416
refs/heads/master: 7e70f0ed9f3ee47394576be86c593f66832413e9
5 changes: 3 additions & 2 deletions trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2958,9 +2958,10 @@ static void con_put(struct ceph_connection *con)
static void peer_reset(struct ceph_connection *con)
{
struct ceph_mds_session *s = con->private;
struct ceph_mds_client *mdsc = s->s_mdsc;

pr_err("mds%d gave us the boot. IMPLEMENT RECONNECT.\n",
s->s_mds);
pr_warning("mds%d closed our session\n", s->s_mds);
send_mds_reconnect(mdsc, s);
}

static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
Expand Down

0 comments on commit 328d111

Please sign in to comment.