Sage Weil
eebd63a7e5
upgrade/hammer-x/point-to-point: use proper hammer test.sh
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-21 08:16:53 -04:00
Sage Weil
daf4f520c0
upgrade/hammer-x/parallel: upgrade client before final workload test
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-20 21:21:53 -04:00
Sage Weil
09318894a4
upgrade/hammer-x: fix full_sequential indentation
...
Broken by caa9235857
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-20 21:14:15 -04:00
Sage Weil
f6a96ad811
upgrade/hammer-x: use eastern tz for all upgrades
...
Hammer doesn't handle mixed timezones and hit_sets (cache pools)
correctly. Avoid it.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-18 17:31:06 -04:00
Sage Weil
eae42708f8
upgrade/hammer: do ubuntu for point to point
...
centos packages don't (git)build for these old
releases
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-18 11:26:30 -04:00
Sage Weil
3fd609f126
upgrade/hammer-x: only ubuntu
...
the centos packages don't (git)build
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-18 11:26:30 -04:00
Sage Weil
9993a2de84
Merge pull request #572 from dachary/wip-duplicate-centos7
...
do not duplicate CentOS 7 runs
2015-09-18 10:33:32 -04:00
Loic Dachary
99c6267473
do not duplicate CentOS 7 runs
...
The a-supported-distro.yaml file must be outside of the supported distro
directory otherwise it will have all suites including the distro
directory run CentOS 7 jobs twice.
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-09-18 16:24:22 +02:00
Sage Weil
a6fc7c6e1f
upgrade/hammer-x: run rados.py to completion before moving on
...
Leave the final workloads alone.. those can run in parallel
with other stuff.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-18 10:06:05 -04:00
Loic Dachary
e38a6d69df
buildpackages: build the repository and the packages
...
http://tracker.ceph.com/issues/13031 Fixes : #13031
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-09-16 23:19:34 +02:00
Loic Dachary
2b25080d4f
buildpackages: build ceph packages and upload them
...
Build Ceph packages from source for the required revision, os_type,
os_version and architecture and upload them to the gitbuilder
repository.
http://tracker.ceph.com/issues/13031 Fixes : #13031
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-09-15 12:01:05 +02:00
Loic Dachary
8499d38095
Merge pull request #560 from dachary/wip-13026-hammer-stop
...
hammer-x: test CEPH_FEATURE_HAMMER_0_94_4
2015-09-15 11:45:11 +02:00
Sage Weil
39f9ce6095
upgrade/hammer-x/split-*: ignore osdmap encode errors
...
This is normal during upgrade.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-14 20:14:13 -04:00
Sage Weil
2460ce3bea
upgrade/hammer-x: hammer test.sh before and during upgrade
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-14 20:14:13 -04:00
Loic Dachary
5befd50e84
hammer-x: test CEPH_FEATURE_HAMMER_0_94_4
...
http://tracker.ceph.com/issues/13026 Refs: #13026
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-09-13 00:46:03 +02:00
Sage Weil
f0c925e30a
suites/rados/singleton-nomsgr/all/11429.yaml: double-hop and fix
...
- simplify this.. lots of extra cruft we don't need
- restart twice at hammer to ensure that we can still load pgs
post-upgrade
- do the same for the final version.
Fixes : #11429 (again, for ~infernalis)
Fixes : #13060
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-12 09:22:30 -04:00
Zack Cerza
e9847570de
Merge pull request #561 from ceph/wip-sudo
...
sudo ceph
2015-09-11 10:20:50 -06:00
Sage Weil
5eb0e4dd2f
suites: sudo ceph
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-11 12:15:01 -04:00
Sage Weil
822fa666dd
rados/singleton-nomsgr/all/valgrind-leaks: verify leak checking works
...
Fixes : #10328
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-11 11:53:37 -04:00
Sage Weil
3084453b04
rados: 'failed to encode ...' warnings are normal on upgrades
...
Fixes : #12973
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-09 22:04:13 -04:00
Sage Weil
edf36f971d
Merge pull request #542 from ceph/wip-12551-cephfs-truncate-sec
...
Adds test for ceph/pull/5442
Reviewed-by: Sage Weil <sage@redhat.com>
2015-09-09 16:22:38 -04:00
Ivo Jimenez
d83a95ea3e
suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml
...
Verify the cache tier doesn't clobber truncate_{seq,size}
2015-09-09 16:21:39 -04:00
Jason Dillaman
cb7eb2ad6f
suites/hammer/older: do not upgrade client while running RBD import/export
...
Between the Giant and Hammer releases, the symbols exported from librados/librbd
were cleaned up. This creates a short window of time between installing
upgraded packages where symbol lookup errors could occur.
Fixes : #12563
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-09-09 09:09:31 -04:00
Loic Dachary
6eb73595cd
Merge pull request #541 from XinzeChi/wip-rebug
...
fix rebug rados
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-09-07 09:56:51 +02:00
Sage Weil
394dbc1890
Merge remote-tracking branch 'gh/wip-ceph-deploy'
2015-09-06 13:36:07 -04:00
Greg Farnum
8bac7213cb
kcephfs: include debug mds 20 everywhere
...
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-09-03 04:04:47 -07:00
David Zafman
8331556b9b
Merge pull request #503 from guangyy/wip-12316-n
...
erasure coding: LRC thrasher & fast read thrasher
Reviewed-by: David Zafman <dzafman@redhat.com>
2015-09-01 12:27:12 -07:00
Sage Weil
5df0cebc67
suites/rados/singleton-nomsgr/all/11429: upgrade to hammer first
2015-09-01 14:55:48 -04:00
Sage Weil
c1e86748ae
ceph-deploy: install w/ ceph-deploy, not install.py
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-08-31 13:53:12 -04:00
Loic Dachary
fbaedbf9fa
Merge pull request #546 from dachary/wip-11881-multipath
...
ceph-disk workunit
2015-08-31 17:30:05 +02:00
Kefu Chai
cfce56fafe
rados/basic/msgr: enable all experimental features if random/async
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-08-28 15:11:10 -07:00
David Zafman
d155519bfa
Revert "rados/basic/msgr: enable all experimental features if random/async"
...
This reverts commit 40db8376ab
.
Getting errors trying to schedule with this commit.
2015-08-28 14:50:19 -07:00
Kefu Chai
40db8376ab
rados/basic/msgr: enable all experimental features if random/async
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-08-29 00:23:00 +08:00
Loic Dachary
cfd6a6f04e
implement the ceph-disk suite
...
Run the ceph-disk workunit with a mon setup with ceph-deploy. It is
prefered to the install done by the ceph tasks because it relies on the
init system and udev rules which are going to be tested by the ceph-disk
workunit.
http://tracker.ceph.com/issues/11881 Refs: #11881
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-08-27 23:32:31 +02:00
Sage Weil
850148c2cc
Merge pull request #528 from ceph/wip-12641
...
Initial check in to add firefly-hammer-x suite #12641
2015-08-27 16:03:25 -04:00
Samuel Just
16a6b5df6b
Merge pull request #534 from ceph/wip-12625-master
...
Added singleton hammer-x test to address #525
Reviewed-by: Samuel Just <sjust@redhat.com>
2015-08-27 11:32:22 -07:00
Sage Weil
671a9dfa17
rados: test both simple, async, and a mix
...
- in general, test simple vs async vs random
- not for msgr-less workloads
- not for thrash-erasure-*.. the regular thrash
should cover it.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-08-27 10:38:54 -04:00
Xinze Chi
2280ca527f
fix rebug rados
...
Signed-off-by: Xinze Chi <xmdxcxz@gmail.com>
2015-08-26 17:56:40 +08:00
Sage Weil
ccc47d32c8
suites/rados/thrash: randomize hobject sort order
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-08-25 21:33:57 -04:00
Yuri Weinstein
5b9d41e3ea
Update rados_api.yaml
2015-08-25 10:27:08 -07:00
Yuri Weinstein
998ba8b58c
Initial check in to add firefly-hammer-x suite #12641
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-08-25 10:11:09 -07:00
Loic Dachary
df03d84fb8
Merge pull request #523 from dachary/wip-10887-shec
...
erasure-code: CEPH_FEATURE_ERASURE_CODE_PLUGINS_V3 integration tests
Reviewed-by: Takeshi Miyamae <miyamae.takeshi@jp.fujitsu.com>
2015-08-22 23:24:49 +02:00
Loic Dachary
3da86724c3
ceph-deploy: hints for OpenStack
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-08-18 20:33:31 +02:00
Yuri Weinstein
8f66ecb3e2
Added singleton hammer-x test to address #12625
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-08-17 10:05:37 -07:00
John Spray
aa84941cf9
tasks/kcephfs: enable MDS debug
...
To help us debug #11482
Signed-off-by: John Spray <john.spray@redhat.com>
2015-08-13 19:08:16 +01:00
Samuel Just
978828537e
Merge pull request #445 from dachary/wip-11666-erasure-code-lrc
...
erasure-code: lrc plugin workload
Reviewed-by: Samuel Just <sjust@redhat.com>
2015-08-07 07:59:05 -07:00
Loic Dachary
427f48bf62
erasure-code: CEPH_FEATURE_ERASURE_CODE_PLUGINS_V3 integration tests
...
http://tracker.ceph.com/issues/10887 Refs: #10887
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-08-06 18:09:38 +02:00
Loic Dachary
12f4dffc35
erasure-code: add write_append_excl: false
...
Add write_append_excl: false to all erasure-code workloads and use the
same workload in all upgrade tests. write_append_excl: false is not
meaningfull for all Ceph versions but when it's not it will just be
ignored.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-08-06 15:33:58 +02:00
Josh Durgin
0200811fc0
Merge pull request #446 from ceph/wip-krbd-unmap-suite
...
unmap subsuite for krbd
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-07-28 15:49:46 -07:00
Yuri Weinstein
bb71120b37
Fixes #12460
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-07-24 09:59:11 -07:00