Commit Graph

1217 Commits

Author SHA1 Message Date
Loic Dachary
5c8f349919 Merge pull request #718 from ceph/wip-fast-read
rados: add test for ec fast_read

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-11-24 00:38:22 +01:00
Loic Dachary
29973822f8 openstack: rbd/{thrash,qemu}: allocate three disks, always
The thrasher and qemu need disk attached to run against xfs or btrfs,
otherwise it will use the local file system which is always ext4. It
will succeed but this is a kind of false positive since no xfs or btrfs
related tests were run.

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

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-22 10:23:44 +01:00
Loic Dachary
8f2af5949c openstack: convert to array hints
So that it is more flexible.

http://tracker.ceph.com/issues/13581 Fixes: #13581

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-21 11:08:37 +01:00
Samuel Just
5f90c35f70 rados: add test for ec fast_read
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-11-19 14:44:45 -08:00
Loic Dachary
3e1915857f Merge pull request #684 from dachary/wip-12973
rados: 'failed to encode ...' warnings are normal on upgrades
2015-11-12 15:06:41 +01:00
Yuri Weinstein
978d83d97d Added %
Fixed intall.upgrade syntax
Whitelisted 'reached quota'

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-11 16:19:39 -08:00
Loic Dachary
4cbf177039 rados: 'failed to encode ...' warnings are normal on upgrades
http://tracker.ceph.com/issues/12973 Fixes: #12973

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-10 21:28:00 +01:00
Vasu Kulkarni
5ba70c8e30 Update fio version from 2.2.9 to 2.2.11
Also removes fio-version option from yaml since its redundant and if required can be specified in
overrides

Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2015-11-10 14:48:59 -05:00
Jason Dillaman
accb287302 rbd_fio: removed deprecated command-line option to rbd CLI
Fixes: #13745
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-11-10 08:50:54 -05:00
Sage Weil
3d5bfdce94 Merge remote-tracking branch 'gh/infernalis' 2015-11-09 15:50:47 -05:00
Jason Dillaman
bda2897c7b client-upgrade: hammer-based test should be used on new client
Avoid attempting to test new release features that are not available
on older hammer OSDs.

Fixes: #13304
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit d918ff023e)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-06 09:56:04 -08:00
Yuri Weinstein
79ba87aaa2 Merge pull request #669 from ceph/wip-13304
client-upgrade: hammer-based test should be used on new client
http://pulpito.ceph.com/teuthology-2015-11-06_08:55:24-upgrade:client-upgrade-hammer-distro-basic-vps/
2015-11-06 09:37:54 -08:00
Jason Dillaman
d918ff023e client-upgrade: hammer-based test should be used on new client
Avoid attempting to test new release features that are not available
on older hammer OSDs.

Fixes: #13304
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-11-06 11:54:10 -05:00
Josh Durgin
fec80cd519 Merge pull request #652 from ceph/wip-13559
suites/rbd/qemu: excercise CoW support during QEMU testing

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-11-03 14:12:05 -08:00
Samuel Just
f9e22c5e04 Merge pull request #639 from ceph/wip-12748-infernalis
rados/singleton-nomsgr/all: add export-after-evict.yaml

Reviewed-by: Samuel Just <sjust@redhat.com>
2015-11-03 07:19:23 -08:00
Samuel Just
0324772e23 basic/msgr: remove async and random for now
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-11-02 13:25:36 -08:00
Gregory Farnum
c035816c21 Merge pull request #656 from ceph/wip-frag
fs: fix two frag_enable fragments

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2015-10-27 14:55:01 -07:00
Sage Weil
98e683a327 fs: fix two frag_enable fragments
Badly formatted yaml

Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-25 16:06:15 -04:00
Loic Dachary
b4a4136a56 openstack: rados/thrash: allocate three disks, always
The thrasher needs disk attached to run against xfs, ext4 or btrfs. And
some jobs use more disks and do not fit in 40GB.

http://tracker.ceph.com/issues/13450 Fixes: #13450

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-10-23 18:08:44 +02:00
Loic Dachary
13c4eff212 Merge pull request #654 from dachary/wip-ceph-disk
ceph-disk: switch to using install / ceph
2015-10-23 14:00:39 +02:00
Loic Dachary
5eaf118eed openstack: resource hint must contain an array
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-10-23 01:04:19 +02:00
Jason Dillaman
59e768bb29 suites/rbd/qemu: excercise CoW support during QEMU testing
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-10-22 08:28:32 -04:00
Loic Dachary
739b1d6c43 ceph-disk: switch to using install / ceph
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-10-22 01:53:20 +02:00
Kefu Chai
12d7576ead Merge pull request #622 from dachary/wip-13451-openstack-rados-objectstore
rados/objectstore/alloc-hint: need three attached disks

Reviewed-by: Kefu Chai <kchai@redhat.com>
2015-10-21 15:28:07 +08:00
Loic Dachary
a36362f051 Merge pull request #645 from ceph/wip-openstack-fixes
Added openstack config openstack.yaml

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-10-20 20:25:58 +02:00
Yuri Weinstein
12f7b03335 Added openstack config openstack.yaml
Added +

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-20 10:28:43 -07:00
Sage Weil
a4249d381b Merge pull request #648 from ceph/wip-f-h-x-offline
test offline upgrade from firefly -> x

Reviewed-by: David Zafman <dzafman@redhat.com>
2015-10-19 17:08:21 -04:00
Sage Weil
b2ad94076d upgrade/hammer-x/f-h-x-offline: test firefly -> x upgrade
This is an offline (osds all restart) upgrade.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-19 15:09:47 -04:00
Yuri Weinstein
1f076d9391 Added one more "write_append_excl: false"
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-17 08:27:17 -07:00
Yuri Weinstein
3655ca6fe0 Added "write_append_excl: false"
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 3a13ec04ce)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-16 12:05:47 -07:00
Yuri Weinstein
3a13ec04ce Added "write_append_excl: false"
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-16 12:02:43 -07:00
Yuri Weinstein
ed30c54432 Removed osd.6 from roles to fix #13515
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 8ae31f1583)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-16 11:58:47 -07:00
Yuri Weinstein
8ae31f1583 Removed osd.6 from roles to fix #13515
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-16 10:13:03 -07:00
Yuri Weinstein
b696051431 Added write_append_excl: false to fix #13485
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-16 08:29:17 -07:00
Yuri Weinstein
9d5d0c63d3 Removed /parallel/7-final-workload/rgw_swift.yaml as it was creating the same user as the s3tests run right before
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 64dcc28e14)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-15 14:09:01 -07:00
Yuri Weinstein
64dcc28e14 Removed /parallel/7-final-workload/rgw_swift.yaml as it was creating the same user as the s3tests run right before
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-15 13:55:03 -07:00
Kefu Chai
a3442cf078 rados/singleton-nomsgr/all: add export-after-evict.yaml
add a test for http://tracker.ceph.com/issues/12748

Fixes: #12748
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-10-15 22:54:59 +08:00
Sage Weil
f49579fe5a rgw: sleep before agent startup
For good measure.. it's racy.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-14 16:45:29 -04:00
Sage Weil
a5f60ae85c rgw/verify: allow rgw's to start up before starting agent
Startup is slow(er) under valgrind.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-14 16:44:32 -04:00
Sage Weil
a2f01d1f10 rgw/multifs: run multipart (perl) test on ubuntu
no Net::Amazon::S3 on el7

Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-14 16:39:37 -04:00
Yehuda Sadeh
4af94706b1 Merge pull request #635 from ceph/wip-cpan
rgw: do quota tests on ubuntu

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-10-14 07:35:20 -07:00
Sage Weil
b995805b8c rgw: do quota tests on ubuntu
The Amazon/S3.pm perl module from CPAN is not available as an RPM.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-14 10:24:42 -04:00
Loic Dachary
02052dd256 Merge pull request #630 from dachary/wip-13408-stress-split
upgrade/stress-split: needs only six OSDs

Reviewed-by: Sage Weil <sage@redhat.com>
2015-10-14 15:23:23 +02:00
Loic Dachary
2747164075 upgrade/stress-split: needs only six OSDs
The large number of OSDs is only needed for LRC or SHEC in some
cases. All other jobs will do fine with six OSDs.

http://tracker.ceph.com/issues/13408 Fixes: #13408

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-10-13 16:20:22 +02:00
Loic Dachary
eac791c664 rados/singleton-nomsgr/all/msgr: needs 15GB RAM
If given only 8GB RAM,  ceph_test_msgr may abort with buffer::bad_alloc.

http://tracker.ceph.com/issues/11260 Fixes: #11260

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-10-13 10:50:31 +02:00
Loic Dachary
1a63fd73de rados/objectstore/alloc-hint: need three attached disks
So they can be mkfs xfs.

http://tracker.ceph.com/issues/13451 Fixes: #13451

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-10-13 10:45:34 +02:00
Yuri Weinstein
9fdea19361 Specified 'hammer' branch
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 490dbb28ff)
2015-10-09 13:48:32 -07:00
Loic Dachary
0446645de8 Merge pull request #609 from dachary/wip-13376-buildpackages-upgrade
buildpackages: honour install priorities tags, branch, sha1
2015-10-09 16:37:40 +02:00
Loic Dachary
4d89c9e4de buildpackages: walk the whole config tree to find sha1 to build
It is not enough to look for the first install task. In upgrade tests,
the install.upgrade task requires more packages to be built. In more
complicated tests using sequential and parallel tasks, the actual
install or install.upgrade task may be deeper in the config tree.

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-10-09 10:05:58 +02:00
vasukulkarni
ca5c0051a6 Merge pull request #589 from ceph/wip-ecpool-s3test
s3tests using ec data pool for smoke
2015-10-07 12:27:34 -07:00