]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: improve eviction usability and update docs
authorJohn Spray <john.spray@redhat.com>
Mon, 24 Apr 2017 21:19:43 +0000 (17:19 -0400)
committerJohn Spray <john.spray@redhat.com>
Tue, 23 May 2017 09:22:17 +0000 (05:22 -0400)
commit45caf26140a04112246cf7b682d07ac67e4c8fec
tree2ea9b26ad5a2ceab261042b6c811ef827a40c74f
parent71229af5ea2b094ea0b5e6ec0378711bd6b1fd22
mds: improve eviction usability and update docs

The "session ls" and "session evict" are now
"client ls" and "client evict" (the old ones
are still there for backwards compatibility).

The automatic client eviction now emits
cluster logs that call the client by its
friendly name (usually the hostname).

Signed-off-by: John Spray <john.spray@redhat.com>
doc/cephfs/eviction.rst
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc
src/mds/Server.cc