]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: add test_failover
authorJohn Spray <john.spray@redhat.com>
Wed, 14 Oct 2015 01:16:41 +0000 (02:16 +0100)
committerJohn Spray <john.spray@redhat.com>
Wed, 14 Oct 2015 01:20:00 +0000 (02:20 +0100)
commit176e9ef26770cc0971a32e5e48512c3b62bb608b
tree254702957b567826503c2a56ccfdb496d14c8e95
parent043049f6c34de1b426e29d7d711cc2e5851e2ba5
tasks/cephfs: add test_failover

A quick check that clients refuse to mount
when daemons are laggy, and while we're at it,
that the basics of failover work.  It's a trivial
test, but it's nice to have this kind of thing
so that we don't have to wait for weird thrasher
failures if something breaks.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/filesystem.py
tasks/cephfs/test_failover.py [new file with mode: 0644]