Josh Durgin
ef25ba3920
rbd: add helgrind to valgrind subsuite
...
This checks locking problems. This can be a separate facet for
workunits, but for now it requires a manual 2nd configuration for
rbd_fsx.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Josh Durgin
888ff87da0
rbd: add a couple new workunits
...
for rbd-nbd and the journalling cli
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Josh Durgin
8bd0b9dabf
rbd: add some workloads with journalling enabled
...
Separating features into its own facet would be good,
but requires changing some of the tests a bit.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Josh Durgin
5864d56592
rbd: only test on xfs
...
btrfs is not recommended for production
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Sage Weil
e2f9cedd64
rados: run radosbench for 15m instead of 30m
...
The smithi disks fill after about 20m.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-23 17:00:05 -05:00
Sage Weil
2b4e9497b2
suites/rados/singleton/all/radostool: whitelist quota error
...
The test sets and hits a quota; whitelist the message
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-22 16:49:57 -05:00
Jason Dillaman
46dddfc54b
suites/rbd: disable pool validation for pool snaps test
...
Fixes : #14113
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-12-18 02:31:07 -05:00
David Zafman
a204f6f932
repair_test: Add whitelist item for new stat error message
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-12-15 17:43:48 -08:00
Loic Dachary
f19a519b8e
Merge pull request #756 from dachary/wip-13624-workunit-git
...
workunits: fetch from --ceph-git-url
2015-12-11 12:27:18 +01:00
Loic Dachary
78bb60341e
Merge pull request #757 from dachary/wip-dummy
...
Revert "dummy: only use the user playbook"
2015-12-08 01:48:26 +01:00
Loic Dachary
d0280d7910
Revert "dummy: only use the user playbook"
...
This reverts commit a016f29e21
.
2015-12-08 01:47:09 +01:00
Loic Dachary
b0a770a3e7
workunit: fetch from --ceph-git-url
...
The commit from which workunits are fetched must be retrieved
from --ceph-git-url via teuth_config.get_ceph_git_url() instead of
assuming it is available via git://git.ceph.com/ceph.git.
Using git://git.ceph.com/ceph.git is convenient because it supports git
archive. In the general case, some git servers such as github do not
support git archive and a full git clone must be done instead.
Although it would be possible to
git clone --branch=master --depth=1 --single-branch
to reduce the amount of data being retrieved, it would require a
git fetch origin SHA1
but git version >= 1.7 do not support fetching a commit.
http://tracker.ceph.com/issues/13624 Fixes : #13624
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-12-06 13:23:14 +01:00
John Spray
521a93a63a
suites: add yaml for TestForwardScrub
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-12-02 23:28:28 +00:00
Gregory Farnum
2bd05c7378
Merge pull request #737 from ceph/wip-enable-data-scan
...
suites: yaml for TestDataScan
2015-12-02 14:22:10 -08:00
Loic Dachary
ea6360ac26
teuthology-integration: run teuthology integration tests
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-12-02 13:14:35 +01:00
Loic Dachary
c551091504
Merge pull request #664 from dachary/wip-nop
...
nop: suite that does not even lock targets
2015-12-01 21:14:57 +01:00
John Spray
4f29d92f7a
suites: yaml for TestDataScan
...
This was an oversight.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-11-30 14:20:23 +00:00
Loic Dachary
a6de4a0181
openstack: rados/.../morepggrow.yaml may need more disk
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-27 15:11:05 +01:00
Sage Weil
30b64fd739
rados/thrash/workloads/admin-socket: 60s -> 180s
...
Provide more time for the asok workload to run.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-25 20:08:02 -05:00
Sage Weil
5c232b4ed5
Merge remote-tracking branch 'gh/jewel'
2015-11-25 20:07:38 -05:00
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
Yuri Weinstein
f8fcb67e1f
Added infernalis-client-x - fixes #13774
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-19 09:36:33 -08:00
Yuri Weinstein
12ba21d0f8
Added %
...
Fixed intall.upgrade syntax
Whitelisted 'reached quota'
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-12 08:05:03 -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
Yan, Zheng
e43ce71ce5
suites/fs: enable all snapshost test scripts
...
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2015-11-09 19:27:07 +08: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
Loic Dachary
a016f29e21
dummy: only use the user playbook
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-11-02 12:43:41 +01:00
Loic Dachary
e381af3de7
nop: suite that does not even lock targets
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-10-30 08:46:32 +09: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
Yan, Zheng
50a2a80f98
suites/fs: test ceph-fuse with libcephfs permission check
...
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2015-10-08 21:44:12 +08: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
Greg Farnum
94d54f7510
Merge remote-tracking branch 'origin/wip-vstart-runner' into infernalis
...
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2015-10-07 10:55:36 -07:00
Sage Weil
5716f5f141
smoke/basic/tasks/libcephfs: fix client debug override
...
Also debug mds
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-07 12:27:21 -04:00
Sage Weil
21cefaf20d
upgrade/hammer-x/point-to-point: whitelist wrongly marked me down
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-06 16:46:50 -04:00
Loic Dachary
83e666ae42
Merge pull request #585 from dachary/wip-buildpackages-test
...
buildpackages: implicit for OpenStack
2015-10-05 02:02:34 +02:00
Yuri Weinstein
37a881aee1
White listed WAR 'failed to encode' fixes #13349
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-10-03 08:27:39 -07:00
vasukulkarni
5f201625b1
Merge pull request #549 from ceph/wip-krbd-fio
...
Add rbd fio test to exercise block IO on all format/features
2015-10-02 11:54:26 -07:00
Vasu Kulkarni
15e890e0dc
krbd fio tests using sync engine for format 2 and features 1 and 2.
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2015-10-02 13:41:59 -04:00
Vasu Kulkarni
b5cf466ac7
krbd test using fio for format 2 and features 1 and 2.
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2015-10-02 13:41:59 -04:00
Vasu Kulkarni
8e115c9741
rbd fio tests using rbd engine, tests on clones as well using features 1 and 13.
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2015-10-02 13:41:59 -04:00
Sage Weil
a0f0194ab2
upgrade/hammer-x/point-to-point: use different client for second rgw
...
Can't do 2 rgw's on the same client id.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-02 13:24:19 -04:00
John Spray
9eb65dd1be
tasks/cephfs: move mds_scrub_checks
...
...into a CephFSTestCase.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-10-02 17:41:18 +01:00
John Spray
03ea0971cc
tasks/cephfs: move journal migration test
...
...into a CephFSTestCase.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-10-02 17:41:17 +01:00
Sage Weil
7bb1ceb3f0
log-whitelist 'reached quota' for librados test.sh
...
A new test verifies that we are stopped by the pool quota (and get
the right error messages or block). See ceph.git
32962740ce
.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-02 08:33:46 -04:00
Sage Weil
de3c9d59df
rados/singleton-nomsgr/all/full-tiering: time out rados -p
...
We will hit a quota and block (not error out).
See #13283
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-01 15:37:22 -04:00
Sage Weil
5a450f8eeb
rados/singleton-nomsgr/all/11429: blackhole osd.0 to close race
...
Blackhole filestore ops so that we ensure it doesn't complete
the pg deletions before the restart function does a clean shutdown
etc.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-30 14:42:05 -04:00
Sage Weil
963f5e55a9
upgrade/hammer-x/tiering: fix upgrade sequence
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-30 09:34:26 -04:00
Samuel Just
4e9f1df514
rados: add test for 13234.yaml
...
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-09-29 21:19:10 -07:00
Vasu Kulkarni
5c7505d237
s3tests using ec data pool
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2015-09-29 12:52:34 -04:00
Gregory Farnum
79cbfc86e4
Merge pull request #575 from ceph/wip-32bits-ceph-fuse
...
suites/fs: test ceph-fuse with 32-bits ino_t
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2015-09-28 22:19:28 -07:00
Loic Dachary
f133725ba3
buildpackages: implicit for OpenStack
...
When using the teuthology-openstack command, buildpackages is implicit
and does not need to be included when running the test suite. Move the
stanza to the debug directory as a reminder when debuging.
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-09-28 22:46:10 +02:00
Sage Weil
8cf3d15de7
rados/singleton-nomsgr/all/11429: grep osd.0 only
...
Restart can be slow enough that osd.1 and 2 finish deleting the
pgs. Verifying one osd sees the instance is sufficient.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-28 13:10:45 -04:00
Sage Weil
9eea6ea6f9
Merge remote-tracking branch 'gh/wip-infernalis'
2015-09-28 10:32:04 -04:00
Kefu Chai
d58a0b00e8
add cache tiering test for hammer-x
...
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2015-09-27 08:24:38 -04:00
Sage Weil
8941a8b871
rados/singleton-nomsgr/all/11439: fix greps
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-26 21:11:31 -04:00