Skip to content

Commit

Permalink
Merge pull request #14679: jewel: cephfs: The mount point break off w…
Browse files Browse the repository at this point in the history
…hen mds switch hanppened.

Reviewed-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Apr 27, 2017
2 parents 3e121ba + f34489d commit 0a9ddc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mds/Server.cc
Expand Up @@ -769,6 +769,7 @@ void Server::handle_client_reconnect(MClientReconnect *m)

// notify client of success with an OPEN
m->get_connection()->send_message(new MClientSession(CEPH_SESSION_OPEN));
session->last_cap_renew = ceph_clock_now(g_ceph_context);
mds->clog->debug() << "reconnect by " << session->info.inst << " after " << delay << "\n";

// snaprealms
Expand Down

0 comments on commit 0a9ddc6

Please sign in to comment.