]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/mds_flush: be more careful monitoring stats
authorJohn Spray <jspray@redhat.com>
Thu, 19 Feb 2015 09:12:38 +0000 (09:12 +0000)
committerJohn Spray <jspray@redhat.com>
Tue, 14 Apr 2015 13:13:39 +0000 (14:13 +0100)
commit2b39fe595126faa10bab42f2fec00c04bbde9644
treecdbab0a78f153c2813442f955d7297905745c4a7
parent3d3b095bb13b4cc519f51d74b6b42f89aede93ba
tasks/mds_flush: be more careful monitoring stats

Were previously taking the baseline from just after the
client did a delete, which was racy: should have taken
it from before, to get a steady state.

Also update the perf dump calls to take advantage of
the new filtering syntax.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/mds_flush.py