Commit Graph

612 Commits

Author SHA1 Message Date
Zack Cerza
7f5fcd7bcb Merge pull request #14 from ceph/wip-final-workload-wusui
Fix parallel workunit issues.
2014-03-06 16:53:38 -06:00
Warren Usui
182667ae44 Fix parallel workunit issues.
Fixed the spacing of workunits inside 2-workload and 4-final-workland
files.  Removed parallel final-workload reference from dumpling.yaml.

Fixes: 7633
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-03-06 16:34:32 -06:00
Sage Weil
c3766c582d upgrade/dumpling-x: skip rados api tests that fail against firefly OSDs
Fixes: #7584
Signed-off-by: Sage Weil <sage@inktank.com>
2014-03-05 12:38:55 -08:00
Zack Cerza
dab0240899 Merge pull request #9 from ceph/wip-upgrade-dumpling
upgrade/dumpling: two fixes
2014-03-05 11:50:15 -06:00
Zack Cerza
66ea071027 Merge pull request #13 from ceph/wip-upgrade
a few upgrade fixes
2014-03-05 11:46:36 -06:00
Sage Weil
f0ac0f675d upgrade/dumpling-x/parallel: do all final workloads
Run all of the final workloads in succession instead of in separate tests.
Since we are not concerned about timing in this case, only that the
cluster is functioning at the end, this cuts down our test matrix by a
factor of 4.

Signed-off-by: Sage Weil <sage@inktank.com>
2014-03-05 09:30:34 -08:00
Sage Weil
bce605d392 upgrade/dumpling-x: do not upgrade client host
If we are running against a mixed cluster for the duration of the upgrade,
we need to make sure we are running the *old* client tests against the
cluster.  Do not upgrade client.0.

Fixes: #7574
Signed-off-by: Sage Weil <sage@inktank.com>
2014-03-05 09:27:41 -08:00
wusui
fb510c2942 Merge pull request #12 from ceph/wip-final-workload-wusui
Fix dumpling-x upgrade suite.
2014-03-04 16:09:08 -08:00
Warren Usui
1929196d7e Fix dumpling-x upgrade suite.
final-workload references were added (replacing second task
reference)

Fixes: 7606
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-03-04 15:45:49 -08:00
Yuri Weinstein
8e88922581 Update rados_api_tests.yaml
Removed branch ref to fix http://tracker.ceph.com/issues/7584
2014-03-03 16:07:56 -08:00
Zack Cerza
b727417041 Merge pull request #11 from ceph/wip-7581
increase verbosity for OSDs for ceph-deploy tests
2014-03-03 10:24:56 -06:00
Alfredo Deza
2bf270243b increase verbosity for OSDs for ceph-deploy tests
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-03-03 11:04:10 -05:00
Gregory Farnum
d774e9724c Merge pull request #10 from ceph/wip-7485
suites/fs/basic: add mds_creation_retry

Barely-
Reviewed-by: Greg Farnum <greg@inktank.com>
2014-02-26 10:15:34 -08:00
John Spray
a3e052b65e suites/fs/basic: add mds_creation_retry
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>
2014-02-26 18:10:31 +00:00
Sandon Van Ness
d741cd99fc Add missing fedora yamls.
Running a git add first would have been helpfull...
2014-02-25 11:50:36 -08:00
Sandon Van Ness
9fb8231f5f Run ceph-deploy on fedora19 not old fedora18.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2014-02-25 11:42:41 -08:00
Sage Weil
0243d29cab Merge remote-tracking branch 'gh/firefly' 2014-02-23 19:12:31 -08:00
Sage Weil
87ebe46155 upgrade/dumpling: add recent dumpling point releases
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-23 19:11:28 -08:00
Sage Weil
bad8e60973 upgrade/dumpling: upgrade to latest dumpling, not emperor
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-23 19:10:42 -08:00
Samuel Just
c6a22b33e3 rados/thrash/workloads: enable copy_from for the ec workloads
Signed-off-by: Samuel Just <sam.just@inktank.com>
2014-02-23 14:56:10 -08:00
Zack Cerza
a4f091cdbd Merge pull request #8 from ceph/yuriw
Added new dumpling-emperor-x upgrade suite
2014-02-21 14:59:32 -06:00
Yuri Weinstein
f9d8c10c9e removed leftover dirs again 2014-02-21 20:10:20 +00:00
Yuri Weinstein
fee57a48f5 removed one upgrade-sequence step and re-named the rest of steps 2014-02-21 19:31:09 +00:00
Yuri Weinstein
fd6f61d666 removed unfinished stress-split suite from 2014-02-21 17:40:17 +00:00
Yuri Weinstein
8ba6a2b0ce removed obsolete suite from upgrades dir and added dumpling-emperor-x parallel suite 2014-02-21 17:30:59 +00:00
Yuri Weinstein
ba5d12f435 Merge branch 'master' of github.com:ceph/ceph-qa-suite into yuriw 2014-02-21 00:01:27 +00:00
Zack Cerza
4a802cd557 Merge pull request #7 from ceph/wip-upgrade
upgrade: dumpling-next -> dumpling-x
2014-02-20 11:30:25 -06:00
Sage Weil
474d86ca28 upgrade: dumpling-next -> dumpling-x
Make the final upgrade step unspecified so that it can be specified at
schedule time.  This let us test dumpling -> firefly, dumpling->emperor, or
whatever else we want.

Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-20 09:19:21 -08:00
Samuel Just
b9e1341f10 rados/thrash: add ec-radosbench workload
Signed-off-by: Samuel Just <sam.just@inktank.com>
2014-02-18 13:49:12 -08:00
Samuel Just
386650d983 rados/thrash: add ec workloads
Adds ec workloads for snaps, small objects, read-write.

copy-from is not yet enabled.

Signed-off-by: Samuel Just <sam.just@inktank.com>
2014-02-18 13:45:39 -08:00
Sage Weil
5f8eedf01d rados/thrash: test rados against cache pool with agents
Run rados model against a pool with target_max_objects set so that the
tiering agent is working against us.

Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-17 16:41:25 -08:00
Sage Weil
749bf40f67 iozone: kill empty suite
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-17 14:04:26 -08:00
Sage Weil
66ffaa6565 kcephfs, krbd: do not thrash primary-affinity
Kenrel doesn't yet support it.  See #7455

Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-17 13:18:19 -08:00
Sage Weil
1d6aceb4f6 upgrade: reorg
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-15 10:25:45 -08:00
Yuri Weinstein
54e9e3e7f5 fixed yam typos 2014-02-13 22:23:17 +00:00
Yuri Weinstein
de4685944f added distros 2014-02-13 18:12:50 +00:00
Yuri Weinstein
2a6ec2dbf9 added parallel dumping-emperor-next upgrade tests 2014-02-12 23:08:42 +00:00
Sage Weil
453d72b294 don't use notcmalloc flavor for valgrind
We now have the suppressions to avoid this.  Yay!

Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-11 09:44:17 -08:00
Sandon Van Ness
97617c997e Fix broken symlinks.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2014-02-10 11:49:04 -08:00
Sage Weil
f6bac22dfd Merge pull request #6 from ceph/wip-set-inline
fs: Fix bad "mds set inline_data" syntax
2014-02-10 09:14:09 -08:00
John Spray
b2d34313f2 fs: Fix bad "mds set inline_data" syntax
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-10 17:11:15 +00:00
tamil
9506377cdf rgw task for multipart upload script
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-07 22:22:21 -08:00
tamil
b4a2a2b0e4 s/rgw_user_quota.pl/rgw_user_quota.yaml
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-07 17:07:24 -08:00
tamil
24d89e244c task for rgw user quota testing
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-07 15:35:34 -08:00
tamil
5cc99fece7 Merge branch 'master' of github.com:ceph/ceph-qa-suite 2014-02-05 15:47:28 -08:00
tamil
f0bc87a326 created upgrades:dumpling-next suite to test parallel upgrades
and partial upgrades.

Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-05 15:46:51 -08:00
tamil
5422c41dce s/rgw_tests.sh/s3_bucket_quota.pl
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-05 15:26:55 -08:00
tamil
81e3c621fa Merge branch 'master' of github.com:ceph/ceph-qa-suite 2014-02-05 13:15:05 -08:00
Alfredo Deza
a07db3caf7 increase mon verbosity for all ceph-deploy tasks
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-02-04 16:04:44 -05:00
Alfredo Deza
decfe7c217 increase mon verbosity in logs
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-02-04 16:04:44 -05:00