]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
10 years agoceph_objectstore_tool: skip unused osds
Loic Dachary [Wed, 19 Nov 2014 18:03:57 +0000 (19:03 +0100)]
ceph_objectstore_tool: skip unused osds

When the number of objects is low, some OSDs may not be used at all.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit 9a089ef369174a241098f2c5c28bcb29fe09eb58)

10 years agoceph_objectstore_tool: run tests on erasure coded pools
Loic Dachary [Wed, 19 Nov 2014 18:02:11 +0000 (19:02 +0100)]
ceph_objectstore_tool: run tests on erasure coded pools

Create an erasure coded pool and run tests on it. The list of PGs is
adapted to contain the shard id.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit be39bd5d84613d30eecede78172619bb5339dbe0)

10 years agoceph_objectstore_tool: only run get/set bytes for replicated pools
Loic Dachary [Wed, 19 Nov 2014 18:00:53 +0000 (19:00 +0100)]
ceph_objectstore_tool: only run get/set bytes for replicated pools

It needs to be adapted to run with erasure coded pools.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit fbb33f3577d430ffcd62a4f70b1e0de3ae28af74)

10 years agoceph_objectstore_tool: use CephManager::get_pool_dump
Loic Dachary [Wed, 19 Nov 2014 22:17:03 +0000 (23:17 +0100)]
ceph_objectstore_tool: use CephManager::get_pool_dump

Instead of custom made get_pool_id function.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit 2b57f4c59c045b042c779ffe384fdcccf9a6ddb4)

10 years agoceph_objectstore_tool: add pgnum option
Loic Dachary [Wed, 19 Nov 2014 17:54:02 +0000 (18:54 +0100)]
ceph_objectstore_tool: add pgnum option

Instead of hardcoding 12 use a configuration option that defaults to
12. It is handy during development to lower the number to 4 and speed up
the test cycle.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit d0caf5cdffe26f27b0a25ebdb96d9b0fd37ffffc)

10 years agoceph_objectstore_tool: encapsulate into a function
Loic Dachary [Wed, 19 Nov 2014 12:44:38 +0000 (13:44 +0100)]
ceph_objectstore_tool: encapsulate into a function

Move code out of the task into function. Also remove the "REP" specifics
from helper functions that could also be used for erasure coded pools.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit c9e6edebd95377f7dec2a34f390f250c0e1a026d)

10 years agoceph_objectstore_tool: add hinfo_key tests for erasure coded objects
Loic Dachary [Mon, 17 Nov 2014 16:33:56 +0000 (17:33 +0100)]
ceph_objectstore_tool: add hinfo_key tests for erasure coded objects

When an hinfo_key attribute is found, assume an erasure coded object and
verify set-attr/get-attr works as expected by removing its content and
restoring it.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit d5912263731e79877a0ea459d3b7453a925402e3)

10 years agoceph_objectstore_tool: keep all json object representation
Loic Dachary [Mon, 17 Nov 2014 16:31:13 +0000 (17:31 +0100)]
ceph_objectstore_tool: keep all json object representation

For erasure coded pools to be tested, the json object representation
must be preserved for all PG because they are all different. The
internal representation is changed from

   db[name]["pgid"] = pg
   db[name]["json"] = objjson

to a per pg map:

   db[name].setdefault("pg2json", {})[pg] = objjson

and the rest of the code is modified to adapt accordingly.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit 9ef8887a3b219021296f18eb5b317e3134f1281e)

10 years agoceph_manager: add pool type constants
Loic Dachary [Wed, 19 Nov 2014 17:14:52 +0000 (18:14 +0100)]
ceph_manager: add pool type constants

The osd dump command displays pool types using numerics instead of
symbolic names. Create constants in the CephManager class to use instead
of numbers.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit b925be13bc1183b2a8f68fd59d7fcb59330d1404)

10 years agoceph_manager: fix typo in get_pgid docstring
Loic Dachary [Wed, 19 Nov 2014 17:14:25 +0000 (18:14 +0100)]
ceph_manager: fix typo in get_pgid docstring

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit fd1ec39d3835e95cbe0a6853a63689e217d6567e)

10 years agoceph_manager: add get_pool_dump to return the json pool dump
Loic Dachary [Wed, 19 Nov 2014 17:10:38 +0000 (18:10 +0100)]
ceph_manager: add get_pool_dump to return the json pool dump

Get the part of ceph osd dump specific to the pool given in argument.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit 5fc42b98ab22a9b2edad4336677270b11a42d776)

10 years agoceph_manager: add get_osd_dump_json to get the full output
Loic Dachary [Wed, 19 Nov 2014 17:08:46 +0000 (18:08 +0100)]
ceph_manager: add get_osd_dump_json to get the full output

Converts ceph osd dump_json into a python object.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit f353c150a8234644a25d7eeb073f4d3dd4af7c07)

10 years agoThrasher: Disable ceph_objectstore_tool tests if old release missing command
David Zafman [Wed, 22 Oct 2014 22:54:44 +0000 (15:54 -0700)]
Thrasher: Disable ceph_objectstore_tool tests if old release missing command

Don't need to explicitly turn off the test during some upgrades
Leaving disabled until merge of import/export fixes

Fixes: #9805
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit a295c18a808033dfbdacf8801c26fed137ccab35)

Conflicts:
suites/upgrade/dumpling-firefly-x/stress-split/13-thrash/default.yaml (not in firefly)
suites/upgrade/dumpling/fs/4-final/osdthrash.yaml
suites/upgrade/dumpling/rbd/4-final/osdthrash.yaml
suites/upgrade/dumpling/rgw/4-final/osdthrash.yaml

10 years agoceph_manager: ceph_objectstore_tool testing off by default
David Zafman [Wed, 22 Oct 2014 17:32:46 +0000 (10:32 -0700)]
ceph_manager: ceph_objectstore_tool testing off by default

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit bdbcf760d9060b3b8b940a52ce2fcd8406c8b95a)

10 years agodocument 'command' requirements on admin_socket method
Greg Farnum [Mon, 13 Oct 2014 19:37:52 +0000 (12:37 -0700)]
document 'command' requirements on admin_socket method

Signed-off-by: Greg Farnum <greg@inktank.com>
(cherry picked from commit 4db95170e605b3c602a8e4749278943860623c9d)

10 years agotasks/ceph_manager: enable log for ceph_objectstore_tool
Sage Weil [Fri, 3 Oct 2014 15:32:35 +0000 (08:32 -0700)]
tasks/ceph_manager: enable log for ceph_objectstore_tool

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 7ba50e0c89eead17e7fc37232f8c9a91855ebd8c)

Conflicts:
tasks/ceph_manager.py

10 years agoincluded an option to ceph_objectstore_tool, whenever we have keyvaluestore_backend...
tamil [Tue, 23 Sep 2014 14:50:49 +0000 (07:50 -0700)]
included an option to ceph_objectstore_tool, whenever we have keyvaluestore_backend as a configurable parameter

Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
(cherry picked from commit a5a1cce3c768df18436fec795b19f5b4e7899cac)

10 years agoceph_manager: Add test code to use export/import to move a pg
David Zafman [Thu, 14 Aug 2014 18:46:29 +0000 (11:46 -0700)]
ceph_manager: Add test code to use export/import to move a pg

Check for more than 1 osd down and randomize on chance_move_pg (100%)
For now only export from older down osd to newly down osd to avoid missing map

Signed-off-by: David Zafman <david.zafman@inktank.com>
(cherry picked from commit 05eee9fa79ef4cb432cb28e3a2eb0e66fd686a7b)

Conflicts:
tasks/ceph_manager.py

10 years agoceph_manager: Implement export/import when thrasher kills an osd
David Zafman [Mon, 4 Aug 2014 20:07:19 +0000 (13:07 -0700)]
ceph_manager: Implement export/import when thrasher kills an osd

Use list-pgs to avoid races by seeing actual pgs present

Signed-off-by: David Zafman <david.zafman@inktank.com>
(cherry picked from commit 0cdf6e813db6bddd4dd2b97b8722ed32a4cf56a8)

10 years agoceph_objectstore_tool: Add task for testing of tool of the same name
David Zafman [Mon, 21 Jul 2014 22:08:08 +0000 (15:08 -0700)]
ceph_objectstore_tool: Add task for testing of tool of the same name

Based on ceph/src/test/ceph_objectstore_tool.py but only does
replicated pool testing and doesn't test argument validation.

Signed-off-by: David Zafman <david.zafman@inktank.com>
(cherry picked from commit 9ade22dd3458f15eec03ad42b599beef10b0bf20)

10 years agomove functions from ceph to ceph_manager
Loic Dachary [Thu, 14 Aug 2014 22:44:35 +0000 (00:44 +0200)]
move functions from ceph to ceph_manager

mount_osd_data and make_admin_daemon_dir are only used by
ceph_manager.py although they are defined in ceph.py

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit f53ea258a4c86603f0982448b191488abb4e73f3)

Conflicts:
tasks/ceph.py

10 years agoworkunit: include /usr/sbin in the PATH for all commands
Greg Farnum [Tue, 24 Feb 2015 05:04:16 +0000 (21:04 -0800)]
workunit: include /usr/sbin in the PATH for all commands

Fixes: #10600
Backport: hammer, giant, firefly, dumpling

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 0e53f5f38b0cb06a6f4989e622a279c8ba9104eb)

10 years agoMerge pull request #355 from dachary/wip-cram-firefly
Josh Durgin [Sat, 28 Feb 2015 21:08:08 +0000 (13:08 -0800)]
Merge pull request #355 from dachary/wip-cram-firefly

all tests must end with .t

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
10 years agopull fsstress.sh tests from the firelfy branch
Loic Dachary [Sat, 28 Feb 2015 00:04:12 +0000 (01:04 +0100)]
pull fsstress.sh tests from the firelfy branch

Signed-off-by: Loic Dachary <loic@dachary.org>
10 years agoall tests must end with .t
Loic Dachary [Sat, 28 Feb 2015 18:04:13 +0000 (19:04 +0100)]
all tests must end with .t

The hb=firelfy cannot end the URL because of this constraint.

Signed-off-by: Loic Dachary <loic@dachary.org>
10 years agorbd: fix typo in url
Josh Durgin [Sat, 28 Feb 2015 00:26:23 +0000 (16:26 -0800)]
rbd: fix typo in url

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
10 years agoMerge pull request #351 from dachary/wip-cram-firefly
Josh Durgin [Sat, 28 Feb 2015 00:16:11 +0000 (16:16 -0800)]
Merge pull request #351 from dachary/wip-cram-firefly

pull cram tests from the firelfy branch

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
10 years agoMerge pull request #352 from dachary/wip-qemu-firefly
Josh Durgin [Sat, 28 Feb 2015 00:10:21 +0000 (16:10 -0800)]
Merge pull request #352 from dachary/wip-qemu-firefly

Use an NFS mount instead of virtio-9p in the qemu task

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
10 years agoUse an NFS mount instead of virtio-9p in the qemu task
Andrew Schoen [Thu, 19 Feb 2015 18:35:25 +0000 (12:35 -0600)]
Use an NFS mount instead of virtio-9p in the qemu task

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 93f2bea3530a523c7b2ac0575033697cea893f2d)

10 years agopull cram tests from the firelfy branch
Loic Dachary [Fri, 27 Feb 2015 19:55:13 +0000 (20:55 +0100)]
pull cram tests from the firelfy branch

Signed-off-by: Loic Dachary <loic@dachary.org>
10 years agoMerge pull request #348 from ceph/wip-10954-firefly
Andrew Schoen [Thu, 26 Feb 2015 19:10:21 +0000 (13:10 -0600)]
Merge pull request #348 from ceph/wip-10954-firefly

linter fixes for firefly

10 years agofix path for tox.ini to work on ceph-qa-suite only
Alfredo Deza [Thu, 26 Feb 2015 19:08:38 +0000 (14:08 -0500)]
fix path for tox.ini to work on ceph-qa-suite only

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoremove unused import from ceph task
Alfredo Deza [Thu, 26 Feb 2015 19:05:16 +0000 (14:05 -0500)]
remove unused import from ceph task

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoremove unused variable assignment
Alfredo Deza [Thu, 26 Feb 2015 16:26:15 +0000 (11:26 -0500)]
remove unused variable assignment

Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9df27f7a1040dae69ef65122d13d1640cb1b6a66)

10 years agoinitial tox.ini to run flake8
Alfredo Deza [Thu, 26 Feb 2015 16:18:44 +0000 (11:18 -0500)]
initial tox.ini to run flake8

Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 7108b699fda247ce12cbeaea9dd0a32843775c27)

10 years agoignore tox hidden dir
Alfredo Deza [Thu, 26 Feb 2015 16:18:28 +0000 (11:18 -0500)]
ignore tox hidden dir

Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 4068f73ade68e36c1e7653733eacf2b1288cd753)

10 years agofs: move into the ceph-fuse mount before doing a test
Greg Farnum [Tue, 27 Jan 2015 22:50:29 +0000 (14:50 -0800)]
fs: move into the ceph-fuse mount before doing a test

Fixes: #10465
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 8a5f76d10bc8bf0358f5215ac2aadfb210691507)

10 years agoAdd labels to a couple common task failures
Andrew Schoen [Wed, 4 Feb 2015 21:42:40 +0000 (15:42 -0600)]
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>
(cherry picked from commit a965d6ca142c12c74124f73c9ef874df85e07e3d)

Conflicts:
tasks/workunit.py

10 years agoextra_packages: stop trying to install libcephfs stuff
Greg Farnum [Thu, 5 Feb 2015 19:20:49 +0000 (11:20 -0800)]
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 977a221f9226cf479c9d2c1fbdd1d8df13bbce44)

10 years agotiobench: remove more of it which was somehow skipped
Greg Farnum [Tue, 3 Feb 2015 05:26:52 +0000 (21:26 -0800)]
tiobench: remove more of it which was somehow skipped

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
10 years agodo not try and install libcephfs-java via extra_packages
Greg Farnum [Wed, 28 Jan 2015 19:16:35 +0000 (11:16 -0800)]
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>
(cherry picked from commit 30e5f3d93192a6bf2428ea4f8d793e2a087a5353)

10 years agosamba: run only on ubuntu until #10627 is resolved
Greg Farnum [Fri, 23 Jan 2015 22:49:34 +0000 (14:49 -0800)]
samba: run only on ubuntu until #10627 is resolved

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 1dcff968a4fc359086723e8a3cb941051297f14a)

10 years agoUse qemu-kvm in the qemu task for rpm based systems.
Andrew Schoen [Mon, 22 Dec 2014 16:51:25 +0000 (10:51 -0600)]
Use qemu-kvm in the qemu task for rpm based systems.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #299 from ceph/wip-10538
Sage Weil [Sat, 17 Jan 2015 16:21:04 +0000 (08:21 -0800)]
Merge pull request #299 from ceph/wip-10538

Add v0.80.8 to firefly stable suites (issue 10538)

10 years agoAdded "force-branch: firefly-original" to make sure we run on good s3tests branch
Yuri Weinstein [Fri, 16 Jan 2015 22:34:31 +0000 (14:34 -0800)]
Added "force-branch: firefly-original" to make sure we run on good s3tests branch

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoFixed typos
Yuri Weinstein [Thu, 15 Jan 2015 22:27:52 +0000 (14:27 -0800)]
Fixed typos

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoAdded new v0.80.8 to
Yuri Weinstein [Thu, 15 Jan 2015 22:14:45 +0000 (14:14 -0800)]
Added new v0.80.8 to
/newer
singleton/version
singleton/version-x
Added more logging

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #297 from ceph/wip-10525
Sage Weil [Wed, 14 Jan 2015 20:16:39 +0000 (12:16 -0800)]
Merge pull request #297 from ceph/wip-10525

Changed to "osd map max advance: 1000"

10 years agoAdded warning "osd_map_max_advance" to the whitelist to aviod fail on it
Yuri Weinstein [Wed, 14 Jan 2015 19:33:57 +0000 (11:33 -0800)]
Added warning "osd_map_max_advance" to the whitelist to aviod fail on it

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoChanged to "osd map max advance: 1000"
Yuri Weinstein [Wed, 14 Jan 2015 03:48:01 +0000 (19:48 -0800)]
Changed to "osd map max advance: 1000"

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #295 from ceph/wip-10525
Sage Weil [Wed, 14 Jan 2015 03:44:18 +0000 (19:44 -0800)]
Merge pull request #295 from ceph/wip-10525

Changed to "osd map max advance: 1000"

10 years agoChanged to "osd map max advance: 1000"
Yuri Weinstein [Wed, 14 Jan 2015 03:42:05 +0000 (19:42 -0800)]
Changed to "osd map max advance: 1000"

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #294 from ceph/wip-10525
Sage Weil [Wed, 14 Jan 2015 01:21:19 +0000 (17:21 -0800)]
Merge pull request #294 from ceph/wip-10525

Replaced step for v0.80.6 with v0.80.7

10 years agoReplaced step for v0.80.6 with v0.80.7
Yuri Weinstein [Wed, 14 Jan 2015 01:18:51 +0000 (17:18 -0800)]
Replaced step for v0.80.6 with v0.80.7

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #292 from ceph/wip-10525
Sage Weil [Tue, 13 Jan 2015 21:36:14 +0000 (13:36 -0800)]
Merge pull request #292 from ceph/wip-10525

Fixes http://tracker.ceph.com/issues/10525

10 years agoFixes http://tracker.ceph.com/issues/10525
Yuri Weinstein [Tue, 13 Jan 2015 21:33:39 +0000 (13:33 -0800)]
Fixes http://tracker.ceph.com/issues/10525

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #289 from ceph/wip-10525
Yuri Weinstein [Tue, 13 Jan 2015 17:29:54 +0000 (09:29 -0800)]
Merge pull request #289 from ceph/wip-10525

Fixes http://tracker.ceph.com/issues/10525

10 years agoFixes http://tracker.ceph.com/issues/10525
Yuri Weinstein [Tue, 13 Jan 2015 17:25:30 +0000 (09:25 -0800)]
Fixes http://tracker.ceph.com/issues/10525

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge remote-tracking branch 'gh/wip-slow-backend-firefly' into firefly
Sage Weil [Tue, 13 Jan 2015 00:08:13 +0000 (16:08 -0800)]
Merge remote-tracking branch 'gh/wip-slow-backend-firefly' into firefly

10 years agodrop tiobench tests
Ken Dreyer [Tue, 6 Jan 2015 15:59:14 +0000 (08:59 -0700)]
drop tiobench tests

The tiobench software has been abandoned upstream for years. Fedora and
Debian are no longer shipping the tiobench package, so we've had to
carry the package ourselves in the Ceph project, and we're trying to
slim down our dependencies where it makes sense to do so.

Nuke the tiobench tests.

http://tracker.ceph.com/issues/10152 Refs: #10152

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit 8a317125fc542667e57c66017db6e80a3edc24f2)

Conflicts:
suites/kcephfs/cephfs/tasks/kclient_workunit_suites_tiobench.yaml

10 years agotasks/s3tests: add slow backend configurable
Yehuda Sadeh [Mon, 13 Oct 2014 22:07:06 +0000 (15:07 -0700)]
tasks/s3tests: add slow backend configurable

Adding this so that we can modify the clients' conf file as needed with slow backend.
This can be achieved by:

overrides:
  s3tests:
    slow_backend: true

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 61409179dfdd6969c624dd741813291332644003)

10 years agorgw: mark ec related rgw suites as slow backend
Yehuda Sadeh [Mon, 20 Oct 2014 20:52:38 +0000 (13:52 -0700)]
rgw: mark ec related rgw suites as slow backend

We want to avoid tests that time out due to a too slow backend.

Reviwed-by: Josh Durgin <josh.durgin@inktank.com>
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
10 years agoInherit teuthology's log level
Zack Cerza [Wed, 7 Jan 2015 16:53:38 +0000 (09:53 -0700)]
Inherit teuthology's log level

Signed-off-by: Zack Cerza <zack@redhat.com>
(cherry picked from commit 31ff241f5a74d455d6e61f02065f2df43d3fa978)

10 years agoMerge pull request #267 from ceph/wip-firelfy-yuriw
Josh Durgin [Wed, 17 Dec 2014 21:56:14 +0000 (13:56 -0800)]
Merge pull request #267 from ceph/wip-firelfy-yuriw

Removed import_export tests to fix #10176

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
10 years agoRemoved import_export tests to fix #10176
Yuri Weinstein [Wed, 17 Dec 2014 21:51:44 +0000 (13:51 -0800)]
Removed import_export tests to fix #10176

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoradosgw-admin: wait before trimming usage
Yehuda Sadeh [Mon, 27 Oct 2014 16:49:51 +0000 (09:49 -0700)]
radosgw-admin: wait before trimming usage

Fixes: #9892
Need to wait through the usage interval before trimming usage, otherwise we might not
remove all pending usage info.

Backport: dumpling, firefly, giant

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit dd09ecbfab8a659f3faaf879a52849caab5e8e8e)
(cherry picked from commit 47d56d779eb145f5bca1e8e1efdeec8be92b6579)

10 years agoMerge pull request #255 from ceph/revert-251-wip-10178-firefly
Sage Weil [Tue, 25 Nov 2014 04:56:23 +0000 (20:56 -0800)]
Merge pull request #255 from ceph/revert-251-wip-10178-firefly

Revert "fix mon restart in firefly upgrade tests"

10 years agoRevert "fix mon restart in firefly upgrade tests"
Sage Weil [Tue, 25 Nov 2014 04:55:29 +0000 (20:55 -0800)]
Revert "fix mon restart in firefly upgrade tests"

10 years agoMerge pull request #253 from ceph/wip-firelfy-yuriw
Josh Durgin [Mon, 24 Nov 2014 20:52:27 +0000 (12:52 -0800)]
Merge pull request #253 from ceph/wip-firelfy-yuriw

Removed import_export tests to fix #10176

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
10 years agoRemoved import_export tests to fix #10176
Yuri Weinstein [Mon, 24 Nov 2014 20:21:47 +0000 (12:21 -0800)]
Removed import_export tests to fix #10176

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #251 from ceph/wip-10178-firefly
Yuri Weinstein [Mon, 24 Nov 2014 19:32:38 +0000 (11:32 -0800)]
Merge pull request #251 from ceph/wip-10178-firefly

fix mon restart in firefly upgrade tests

10 years agoupgrade/firefly: do not wait for clean when restarting mons
Sage Weil [Mon, 24 Nov 2014 19:19:55 +0000 (11:19 -0800)]
upgrade/firefly: do not wait for clean when restarting mons

This may fail is the quorum features to not match.

Fixes: #10178
Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoMerge pull request #242 from ceph/wip-10057-firefly
Sage Weil [Thu, 20 Nov 2014 18:18:23 +0000 (10:18 -0800)]
Merge pull request #242 from ceph/wip-10057-firefly

ms die on skipped message = false for all krbd, kclient tasks

10 years agoms die on skipped message = false for all krbd, kclient tasks
Sage Weil [Fri, 14 Nov 2014 05:12:48 +0000 (21:12 -0800)]
ms die on skipped message = false for all krbd, kclient tasks

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 219b72b6fdd5a020f266b3675fb149cce6cbac8e)

10 years agofs/basic/tasks/cfuse_workunit_misc: timeout at 6h
Sage Weil [Thu, 13 Nov 2014 14:58:22 +0000 (06:58 -0800)]
fs/basic/tasks/cfuse_workunit_misc: timeout at 6h

The multiple_rsync can take a while.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit c58af9f26b63bd1df0c43706e5eda58953454eab)

10 years agofs/multiclient: force mpi tests onto trusty
Sage Weil [Wed, 12 Nov 2014 17:51:20 +0000 (09:51 -0800)]
fs/multiclient: force mpi tests onto trusty

This will ensure we have a matching version of MPI.

Signed-off-by: Sage Weil <sage@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 0a88b34ba350b9eb057a735fe8082ebf03762327)

10 years agoMerge pull request #231 from ceph/wip-firelfy-yuriw
Yuri Weinstein [Tue, 11 Nov 2014 02:07:15 +0000 (18:07 -0800)]
Merge pull request #231 from ceph/wip-firelfy-yuriw

Reverted to have upgrade-osd-mon-mds sequence for newer tests of firefly...

10 years agoAdded [client.0] for ceph-fuse, fixes looping issue for firefly upgrade suite
Yuri Weinstein [Tue, 11 Nov 2014 02:03:17 +0000 (18:03 -0800)]
Added [client.0] for ceph-fuse, fixes looping issue for firefly upgrade suite

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoReverted to have upgrade-osd-mon-mds sequence for newer tests of firefly stable suite
Yuri Weinstein [Mon, 10 Nov 2014 18:30:14 +0000 (10:30 -0800)]
Reverted to have upgrade-osd-mon-mds sequence for newer tests of firefly stable suite

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #229 from ceph/wip-firelfy-yuriw
tmuthamizhan [Fri, 7 Nov 2014 20:08:13 +0000 (12:08 -0800)]
Merge pull request #229 from ceph/wip-firelfy-yuriw

Removed sequence upgrading osd before mon as invalid, fixes http://tracker.ceph.com/issues/7679

10 years agoRemoved sequence upgrading osd before mon as invalid, fixes http://tracker.ceph.com...
Yuri Weinstein [Fri, 7 Nov 2014 16:06:31 +0000 (08:06 -0800)]
Removed sequence upgrading osd before mon as invalid, fixes http://tracker.ceph.com/issues/7679

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #224 from ceph/wip-9710
tmuthamizhan [Thu, 30 Oct 2014 20:56:12 +0000 (13:56 -0700)]
Merge pull request #224 from ceph/wip-9710

Wip 9710

10 years agoRemoved second rgw task as we need only one when combibed (+) workloads s3tests abd...
Yuri Weinstein [Wed, 29 Oct 2014 23:32:33 +0000 (16:32 -0700)]
Removed second rgw task as we need only one when combibed (+) workloads s3tests abd swift

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoAdded "+"to all workloads to reduce amount of jobs
Yuri Weinstein [Wed, 29 Oct 2014 20:53:59 +0000 (13:53 -0700)]
Added "+"to all workloads to reduce amount of jobs

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #220 from ceph/wip-9419
Yuri Weinstein [Sun, 26 Oct 2014 17:30:57 +0000 (10:30 -0700)]
Merge pull request #220 from ceph/wip-9419

Changed load to rados/load-gen-big.sh

10 years agoChanged load to rados/load-gen-big.sh
Yuri Weinstein [Sun, 26 Oct 2014 17:29:37 +0000 (10:29 -0700)]
Changed load to rados/load-gen-big.sh

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #219 from ceph/wip-9419
Yuri Weinstein [Sat, 25 Oct 2014 23:23:57 +0000 (16:23 -0700)]
Merge pull request #219 from ceph/wip-9419

Wip 9419

10 years agoRemoved msd from upgrade sequence, as it's not correct for dumpling-to-firefly upgrad...
Yuri Weinstein [Sat, 25 Oct 2014 23:02:05 +0000 (16:02 -0700)]
Removed msd from upgrade sequence, as it's not correct for dumpling-to-firefly upgrade steps and removed cls line

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoRestored restart order
Yuri Weinstein [Sat, 25 Oct 2014 22:55:09 +0000 (15:55 -0700)]
Restored restart order

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoChanged rados workload to test-upgrade-firefly.sh on dumplimg branch
Yuri Weinstein [Sat, 25 Oct 2014 22:50:05 +0000 (15:50 -0700)]
Changed rados workload to test-upgrade-firefly.sh on dumplimg branch

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoTesting
Yuri Weinstein [Fri, 24 Oct 2014 23:02:43 +0000 (16:02 -0700)]
Testing

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #218 from ceph/wip-9419
tmuthamizhan [Fri, 24 Oct 2014 21:54:08 +0000 (14:54 -0700)]
Merge pull request #218 from ceph/wip-9419

Restart osd only added

10 years agoFixed restart
Yuri Weinstein [Fri, 24 Oct 2014 21:35:23 +0000 (14:35 -0700)]
Fixed restart

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoFixed typo
Yuri Weinstein [Fri, 24 Oct 2014 21:24:30 +0000 (14:24 -0700)]
Fixed typo

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoModified restart to have mon.a, mon.b, mon.c, osd.0, osd.1
Yuri Weinstein [Fri, 24 Oct 2014 21:22:05 +0000 (14:22 -0700)]
Modified restart to have mon.a, mon.b, mon.c, osd.0, osd.1

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoRestart osd only added
Yuri Weinstein [Fri, 24 Oct 2014 21:14:27 +0000 (14:14 -0700)]
Restart osd only added

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #217 from ceph/wip-9419
tmuthamizhan [Fri, 24 Oct 2014 19:08:07 +0000 (12:08 -0700)]
Merge pull request #217 from ceph/wip-9419

Cleaned up tests structure

10 years agoPut mds after ods in restart
Yuri Weinstein [Fri, 24 Oct 2014 19:04:14 +0000 (12:04 -0700)]
Put mds after ods in restart

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10 years agoMerge pull request #209 from ceph/wip-9866
tmuthamizhan [Fri, 24 Oct 2014 18:38:51 +0000 (11:38 -0700)]
Merge pull request #209 from ceph/wip-9866

upgrade client node before finish

10 years agoCleaned up tests structure
Yuri Weinstein [Fri, 24 Oct 2014 16:57:46 +0000 (09:57 -0700)]
Cleaned up tests structure

Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>