Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mds: add drop cache command #21566

Merged
merged 4 commits into from
Oct 1, 2018
Merged

Commits on Sep 28, 2018

  1. mds: cleanup some asok commands

    Signed-off-by: Rishabh Dave <ridave@redhat.com>
    Signed-off-by: Venky Shankar <vshankar@redhat.com>
    vshankar committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    4c03cfd View commit details
    Browse the repository at this point in the history
  2. mds: implement journal flush as asynchronous context execution

    Signed-off-by: Venky Shankar <vshankar@redhat.com>
    vshankar committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    75f4234 View commit details
    Browse the repository at this point in the history
  3. mds: command to trim mds cache and client caps

    With this command, the MDS would request clients to release
    caps followed by trimming its own cache and a journal flush.
    The command accepts a timeout to wait for clients to respond
    to session recall and flush messages.
    
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    Signed-off-by: Rishabh Dave <ridave@redhat.com>
    Signed-off-by: Venky Shankar <vshankar@redhat.com>
    vshankar committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    da70dde View commit details
    Browse the repository at this point in the history
  4. test: add test for mds drop cache command

    Fixes: http://tracker.ceph.com/issues/23362
    Signed-off-by: Venky Shankar <vshankar@redhat.com>
    vshankar committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    43d1b8e View commit details
    Browse the repository at this point in the history