mirror of
https://github.com/ceph/ceph
synced 2025-01-24 12:05:46 +00:00
suites/fs: add client recovery
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
d001cc27bc
commit
1855e094e5
0
suites/fs/recovery/%
Normal file
0
suites/fs/recovery/%
Normal file
3
suites/fs/recovery/clusters/2-remote-clients.yaml
Normal file
3
suites/fs/recovery/clusters/2-remote-clients.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, mds.a]
|
||||
- [client.0, client.1, osd.1, osd.2]
|
8
suites/fs/recovery/mounts/ceph-fuse.yaml
Normal file
8
suites/fs/recovery/mounts/ceph-fuse.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
client.0:
|
||||
mounted: false
|
||||
client.1:
|
||||
mounted: false
|
11
suites/fs/recovery/tasks/client-recovery.yaml
Normal file
11
suites/fs/recovery/tasks/client-recovery.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
# The task interferes with the network, so we need
|
||||
# to permit OSDs to complain about that.
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- slow request
|
||||
|
||||
tasks:
|
||||
- mds_client_recovery:
|
@ -385,7 +385,7 @@ def task(ctx, config):
|
||||
|
||||
# Execute test suite
|
||||
# ==================
|
||||
if 'test_name' in config:
|
||||
if config and 'test_name' in config:
|
||||
suite = unittest.TestLoader().loadTestsFromName(
|
||||
"teuthology.task.mds_client_recovery.{0}".format(config['test_name']))
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user