This invokes the new mds_creation_failure task from
teuthology, ahead of mounting the FS and running the
trivial_sync workload. It is a regression test
for #7485.
Fixes: #7485
Signed-off-by: John Spray <john.spray@inktank.com>
This is ignored by old teuthology, but used by newer code to tell us when
to generate a product of all directory items.
Signed-off-by: Sage Weil <sage@inktank.com>
Changes to the install teuthology task have caused the
Hadoop tasks to fail. This patch fixes the test specification
to enable it to run correctly.
Signed-off-by: Joe Buck <jbbuck@gmail.com>
We want to apply debugging and whitelists, not one or the
other -- whoops!
This reverts commit cb1e8ed954.
Signed-off-by: Greg Farnum <greg@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>