Commit Graph

4037 Commits

Author SHA1 Message Date
Yuri Weinstein
88ee757e86 Merge pull request #339 from ceph/wip-10652-2
Fixes #10652
2015-02-23 11:39:59 -08:00
Yuri Weinstein
e601fb160c Fixes #10652
Removed firefly-giant dir as it's not needed
Fixed branch assignment in dumpling-x

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-02-23 11:33:49 -08:00
Yuri Weinstein
57ebe7ea91 Fixes #10652
Removed firefly-giant dir as it's not needed
Fixed branch assignment in dumpling-x

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
(cherry picked from commit a91994f09201fdf497798d2c8051b27189b5e486)
2015-02-23 11:18:33 -08:00
Noah Watkins
714340ab02 hadoop: add terasort task
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2015-02-22 21:08:45 -08:00
Yuri Weinstein
4ccf88a9d6 Merge branch 'hammer' of https://github.com/ceph/ceph-qa-suite into hammer 2015-02-22 14:01:01 -08:00
Yuri Weinstein
3d8cfc0f4d Fixes #10652
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-02-22 13:57:33 -08:00
Yuri Weinstein
63d51d0448 Fixes http://tracker.ceph.com/issues/10652
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-02-22 13:49:10 -08:00
Zack Cerza
60f2516fb7 Merge pull request #333 from ceph/teuthology-update
Mirror the supported distros used in nightlies in the teuthology suite
2015-02-16 13:02:01 -07:00
Andrew Schoen
fc6f275c8d Mirror the supported distros used in nightlies in the teuthology suite
I decided not to symlink because I'm using a file name convention to
easily filter out distros that need a vps.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2015-02-13 16:15:04 -06:00
Yuri Weinstein
2df632e54d Fixes #10869, added {role} to the dir name.
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>

Fixed typo

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-02-13 09:09:36 -08:00
David Zafman
ca04dc65c1 Thrasher: Fix log message
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-02-12 11:54:59 -08:00
Zack Cerza
f167e3241f Merge pull request #330 from ceph/teuthology-cleanup
Make jobs in the teuthology suite that install ceph run the 'tests' task
2015-02-11 14:09:19 -07:00
Andrew Schoen
34af5a9c37 Run the 'tests' task for jobs in the teuthology suite that install ceph
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2015-02-11 14:42:30 -06:00
Andrew Schoen
d047a2d1a8 Ignore *.pyc files and __pycache__ folders
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2015-02-11 14:41:11 -06:00
Andrew Schoen
ea7a0288c1 Merge pull request #329 from ceph/wip-10828
normalize acl responses from rgw
2015-02-11 10:49:11 -06:00
Alfredo Deza
7b2062602f rename test to tests, follows best practices for tests dirs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-02-11 11:25:45 -05:00
Alfredo Deza
9b6ff63873 create a new get_acl helper to ensure proper xml is compared
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-02-11 11:24:44 -05:00
Alfredo Deza
3801ac9357 tests for the new acl helper in radosgw_admin
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-02-11 11:14:59 -05:00
Zack Cerza
9696bd824d Merge pull request #328 from ceph/wip-10736
Created a new suite to test teuthology
2015-02-10 10:56:06 -07:00
Andrew Schoen
a9735320d8 Created a new suite to test teuthology
This suite locks machines of varying distros and runs the 'tests' tasks
against them. This will test both vps locking / provisioning and
baremetal locking.

Also, we test the chef and install tasks with ubuntu and rhel.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2015-02-10 11:47:41 -06:00
Gregory Farnum
0dce67d6bb Merge pull request #327 from ceph/wip-10702
tasks/cephfs: fix fuse force unmount
2015-02-10 08:53:18 -08:00
John Spray
03b0e1064c tasks/cephfs: fix fuse force unmount
This was broken in the case of multiple
mounts, and in the case of stuck mounts.

Fixes: #10702
Signed-off-by: John Spray <john.spray@redhat.com>
2015-02-10 14:58:23 +00:00
Yuri Weinstein
df5d579a5c Corrected "branch" to be outside of the 'clients:' section
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-02-09 11:31:46 -08:00
Yuri Weinstein
4745c5b20c Corrected "branch" to be outside of the 'clients:' section
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-02-09 11:31:00 -08:00
Warren Usui
92d39b50f3 Merge pull request #324 from dmick/master
tasks/calamari_setup: ice_setup 0.2.0 has added another prompt
2015-02-06 17:40:21 -08:00
Dan Mick
4b6fa9dbb4 tasks/calamari_setup: ice_setup 0.2.0 has added another prompt
Add an extra '\n' to the interaction string to answer it

Signed-off-by: Dan Mick <dan.mick@redhat.com>
2015-02-06 17:33:53 -08:00
Greg Farnum
ca492159f7 extra_packages: stop trying to install libcephfs stuff
These package names all differ across distros, and they're included in
teuthology's install task anyway.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 977a221f92)
2015-02-05 11:27:14 -08:00
Greg Farnum
977a221f92 extra_packages: stop trying to install libcephfs stuff
These package names all differ across distros, and they're included in
teuthology's install task anyway.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-02-05 11:21:46 -08:00
Samuel Just
5e9698ee9d overrides/short_pg_log: 30/50 was too short, make 100/200
Signed-off-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2015-02-04 14:39:38 -08:00
Zack Cerza
51f75079e2 Merge pull request #322 from ceph/wip-10753
Add labels to a couple common task failures
2015-02-04 15:02:10 -07:00
Andrew Schoen
a965d6ca14 Add labels to a couple common task failures
The labels will help us quickly determine what the command was trying to
accomplish in log output.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2015-02-04 15:42:40 -06:00
Samuel Just
e454132413 Merge pull request #319 from athanatos/wip-min-size
Wip min size

Reviewed-by: Sage Weil <sage@redhat.com>
2015-02-02 09:22:51 -08:00
Haomai Wang
70db664461 Merge pull request #304 from yuyuyu101/add-msgr-test
rados: include msgr tests
2015-02-02 18:26:49 +08:00
Yuri Weinstein
14e6a4cce7 Fixes http://tracker.ceph.com/issues/10652
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-02-01 15:14:35 -08:00
Samuel Just
7e8dccc9d4 rados/thrash: add short_pg_log variant to encourage backfill
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-01-30 12:27:01 -08:00
Greg Farnum
30e5f3d931 do not try and install libcephfs-java via extra_packages
It's been added to the default install task, because the
package name varies across distros.

Fixes: #10510

Signed-off-by: Greg Farnum <greg@gregs42.com>
2015-01-28 11:18:40 -08:00
John Spray
8ed4f120d6 Merge pull request #316 from ceph/wip-active-asok-10361
mds_scrub_checks: only direct ops at the active MDS

Reviewed-by: John Spray <john.spray@redhat.com>
2015-01-28 13:59:48 +00:00
Samuel Just
ee3174db17 rados: add size/min_size combinations to rados/thrash
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-01-27 20:54:01 -08:00
Greg Farnum
8a5f76d10b fs: move into the ceph-fuse mount before doing a test
Fixes: #10465

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-01-27 15:00:06 -08:00
Sage Weil
61cecdbcf2 Merge pull request #312 from ceph/wip-prio-hb-pkts
exercise osd heartbeat prioritization
2015-01-27 12:57:03 -08:00
Sage Weil
a76f5ce01b Merge pull request #296 from majianpeng/master
rados.py: Add write_fadvise_dontneed field
2015-01-27 12:56:31 -08:00
Sage Weil
4c22dac311 Merge pull request #302 from ceph/wip-crush-tunables
ceph: set crush tunables
2015-01-27 11:26:10 -08:00
Sage Weil
c4fea8c867 rados: exercise a few different crush tunable profiles
Signed-off-by: Sage Weil <sage@redhat.com>
2015-01-27 11:25:12 -08:00
Greg Farnum
8d2715eb45 mds_scrub_checks: only direct ops at the active MDS
Change the config option from mds_id to mds_rank to reflect the
fact that it's the rank we want to make use of (and will continue
to want when we're doing stuff like force exporting from one rank
to another).

Fixes: #10361

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-01-27 11:17:04 -08:00
Josh Durgin
333b4445df Merge remote-tracking branch 'origin/next' 2015-01-27 09:37:19 -08:00
Josh Durgin
69575263a3 Merge pull request #315 from ceph/wip-10577
Added "branch: dumpling" to fix #10577

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-01-26 16:09:33 -08:00
Yuri Weinstein
d261e324a8 Added "branch: dumpling" to fix #10577
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2015-01-26 16:00:46 -08:00
Sage Weil
9e9d7c91eb ceph: set crush tunables
Signed-off-by: Sage Weil <sage@redhat.com>
2015-01-26 13:42:56 -08:00
Zack Cerza
695f6c22f0 Merge pull request #314 from ceph/wip-wait-for-failure
ceph: test pg removal interruption; add ceph daemon failur einjection support
2015-01-26 12:26:14 -07:00
Josh Durgin
f2224b9af5 suites/rbd: add copy-on-read tests
Add as a facet of librbd tests, since they all use cloning, and to a
couple tests with thrashing.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-01-23 22:42:18 -08:00