Move install and ceph into the powercycle facet, so that it comes before
the osdthrasher. Remove it from all of the tasks.
Signed-off-by: Sage Weil <sage@inktank.com>
Enables the fuse_use_invalidate_cb for the
ceph fuse client in the nightlies. Once these
tests pass reliably, we can flip the boolean
in the config to true.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
Add additional packages to be installed
for the java tests. This is required
due to recent changes to teuthology.
Signed-off-by: Joe Buck <jbbuck@gmail.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
Test 049 is now passing, so add it back to the set that runs
nightly. It only takes 10-15 seconds to run, so it shouldn't
adversely affect the balance of tests run across the three clients.
This resolves:
http://tracker.ceph.com/issues/4244
Signed-off-by: Alex Elder <elder@inktank.com>
This appears to have been broken, which means we weren't actually testing
any of the non-default cache modes (writethrough, none). Whoops! We were
getting jobs like
task:
- install: null
- ceph:
conf:
client:
rbd cache: false
tasks:
- chef: null
- clock: null
- install: null
- ceph: null
- rbd_fsx:
clients:
- client.0
ops: 5000
Signed-off-by: Sage Weil <sage@inktank.com>
Put the client on the same node as some of the osds. This shouldn't cause
any problems. It will make timing a bit different, but if anything that
is probably a good thing.
Signed-off-by: Sage Weil <sage@inktank.com>
Tasks to run while thrashing osds using ipmi to powercycle.
This currently runs in the marginal suite only.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
Adds a basic set of roles for testing the mds thrasher
with 1 active and 1 standby, and a few basic tests that
stress mds operations.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
Add a 3-node cluster specification and a
task for running wordcount with Hadoop on Ceph.
Signed-off-by: Joe Buck <jbbuck@gmail.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
This no longer works since export does not do a watch, and the race is
being closed a different way not detectable by this test.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>