Greg Farnum
3219a87ac0
add fs collection ceph-deploy blogbench test in new singleton suite
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-05-06 16:27:12 -07:00
Greg Farnum
495438f7d1
apparently this should never work on our current configs
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-05-06 10:26:22 -07:00
Greg Farnum
7628adb648
apparently this should never work on our current configs
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-05-06 10:26:04 -07:00
Sage Weil
496fd60eb9
upgrade: fix up rgw tests a bit
2013-05-05 20:56:13 -07:00
Sage Weil
2d59b8a111
nfs: debug mds
...
I've seen a run hang on rmdir on shutdown, and want to see why the MDS didn't
reply.
2013-05-04 21:08:41 -07:00
Sage Weil
366781e89e
upgrade/rgw: run first s3tests pass using bobtail tests
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-05-02 08:19:26 -07:00
Sage Weil
d230fb88b9
upgrade: fix client ids
2013-05-01 17:10:59 -07:00
Josh Durgin
a488d61088
upgrade rgw: increase client mount timeout
...
This should let radosgw restart and connect once the cluster is finished upgrading
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-05-01 16:36:21 -07:00
Samuel Just
c838e1f449
Revert "Revert "Specify xfs for osd powercycle testing""
...
Pushed a fix to teuthology, should work now.
This reverts commit 853e8fdb73
.
2013-05-01 13:52:04 -07:00
Samuel Just
853e8fdb73
Revert "Specify xfs for osd powercycle testing"
...
This is currently broken.
This reverts commit 79abc44205
.
2013-04-30 18:38:21 -07:00
Josh Durgin
809814b6f9
rgw: restart radosgw too
...
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-04-30 16:59:25 -07:00
Samuel Just
79abc44205
Specify xfs for osd powercycle testing
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2013-04-30 14:32:38 -07:00
Sage Weil
a9188bfd15
upgrade: fs: ignore 'wrongly marked down'
2013-04-29 09:50:36 -07:00
Sage Weil
4f2df74425
rbd: dont' test python on bobtail
...
The workunit will pull the latest and fail
2013-04-29 09:50:36 -07:00
Sage Weil
f3b7db1a25
upgrade: restructure rbd tests
...
- expand matrix
- include branch: bobtail in first set of tests so that we run the right
version of the test
2013-04-29 09:50:36 -07:00
Sage Weil
1e449d44e3
nfs: debug mds
...
I've seen a run hang on rmdir on shutdown, and want to see why the MDS didn't
reply.
2013-04-28 09:19:11 -07:00
Sage Weil
a71dd9a3d7
Merge remote-tracking branch 'gh/next'
2013-04-28 09:18:21 -07:00
Sage Weil
8315a22caf
upgrade: debug fs jobs
...
These are hanging; crank up logs to see why.
2013-04-27 20:55:53 -07:00
Sage Weil
bc0b50f358
upgrade: dbench instead of blogbench
...
blogbench hangs bobtail ceph-fuse in some
cases, it seems.
2013-04-27 20:55:38 -07:00
Sage Weil
788236302a
upgrade: reorganize the basic/rados suite
...
Use facets instead of duplicating the test content each time.
2013-04-27 20:55:38 -07:00
Sage Weil
17f34a705c
rgw asdf
2013-04-27 20:55:38 -07:00
Sage Weil
f1eeec39ff
upgrade: rgw: restructure collection
...
- use separate facets
- make final swift use client.1 so it doesn't
collide with a previous run
2013-04-27 20:55:38 -07:00
Sage Weil
5744afeb5b
upgrade: do not start second radosgw
...
Use the first one. This verifies bobtail radosgw works against cuttlefish
osds.
2013-04-26 17:12:55 -07:00
Sage Weil
f08c3a502b
upgrade: mount fs with ceph-fuse for fs tests
2013-04-26 17:04:33 -07:00
Sage Weil
ab353c7109
upgrade: run blogbench against ceph-fuse
...
Otherwise this runs on the local disk, not touching the ceph cluster.
2013-04-26 16:57:40 -07:00
Sage Weil
928e241a7d
upgrade: run rados python test on bobtail to avoid polluting cluster with pools
...
Extra pools from test.sh will make this fail:
2013-04-26T11:06:45.631 INFO:teuthology.task.workunit.client.0.err:test_rados.TestRados.test_list_pools ... FAIL
2013-04-26T11:06:45.633 INFO:teuthology.task.workunit.client.0.err:
2013-04-26T11:06:45.633 INFO:teuthology.task.workunit.client.0.err:======================================================================
2013-04-26T11:06:45.633 INFO:teuthology.task.workunit.client.0.err:FAIL: test_rados.TestRados.test_list_pools
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:----------------------------------------------------------------------
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:Traceback (most recent call last):
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err: File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err: self.test(*self.arg)
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err: File "/home/ubuntu/cephtest/1527/mnt.0/client.0/tmp/test_rados.py", line 37, in test_list_pools
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err: eq(set(), self.list_non_default_pools())
2013-04-26T11:06:45.635 INFO:teuthology.task.workunit.client.0.err: File "/usr/lib/python2.7/dist-packages/nose/tools.py", line 31, in eq_
2013-04-26T11:06:45.635 INFO:teuthology.task.workunit.client.0.err: assert a == b, msg or "%r != %r" % (a, b)
2013-04-26T11:06:45.635 INFO:teuthology.task.workunit.client.0.err:AssertionError: set([]) != set(['foo.24250.', 'test-rados-api-plana05-22578-27', 'foo.24250', 'foo.23821'])
2013-04-26 16:52:04 -07:00
Greg Farnum
f21dcdc93b
ceph config data goes in conf, not config
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-26 11:25:20 -07:00
Greg Farnum
df4105b68a
ceph config data goes in conf, not config
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-26 11:25:14 -07:00
Greg Farnum
ae00c60b3a
temporarily add cephfs debugging to overrides
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-25 09:14:57 -07:00
Greg Farnum
fb17d37fb3
Revert "turn on debugging for MDS and Client in FS runs"
...
We want to apply debugging and whitelists, not one or the
other -- whoops!
This reverts commit 60e7fb4152
.
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-25 09:14:57 -07:00
Greg Farnum
35cf1220bc
temporarily add cephfs debugging to overrides
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-25 09:14:50 -07:00
Greg Farnum
5d5e0a6ec1
Revert "turn on debugging for MDS and Client in FS runs"
...
We want to apply debugging and whitelists, not one or the
other -- whoops!
This reverts commit cb1e8ed954
.
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-25 09:14:50 -07:00
Samuel Just
526863ee25
remove ext4 from rados thrashing for now
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2013-04-23 12:50:17 -07:00
Sage Weil
aa16700d12
Merge branch 'next'
2013-04-22 20:59:43 -07:00
Sage Weil
bbcba29271
set 'filestore flush min = 0' for all ffsb jobs
...
Until we fix #4579
2013-04-22 20:59:25 -07:00
Greg Farnum
60e7fb4152
turn on debugging for MDS and Client in FS runs
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-18 16:22:08 -07:00
Greg Farnum
cb1e8ed954
turn on debugging for MDS and Client in FS runs
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-18 16:21:55 -07:00
Greg Farnum
e21fdf81f4
ior-cfuse: remove the binary/ dir that make install creates
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-18 16:21:55 -07:00
tamil
551860fabd
rgw suite for upgrade task
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-17 14:43:52 -07:00
tamil
1bb7a05571
ceph-deploy qa suites. moved a level up to make it run in the nightlies.
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-15 15:27:07 -07:00
Josh Durgin
26d7537286
rbd: add qemu-iotests
...
Put these in the singleton collection since they have to be run as
client.admin, which is possible when the client and monitor are on the
same host.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-04-12 18:46:47 -07:00
Josh Durgin
d0a81f6353
rbd: add qemu-iotests
...
Put these in the singleton collection since they have to be run as
client.admin, which is possible when the client and monitor are on the
same host.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-04-12 18:46:10 -07:00
Greg Farnum
38e014f7d9
prevent osd warnings from failing CephFS tests
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-12 16:10:32 -07:00
Greg Farnum
cfcc9c79ac
prevent osd warnings from failing CephFS tests
...
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-12 16:10:12 -07:00
tamil
7eb09ef3a6
changed "master" to "next"
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-08 18:09:39 -07:00
tamil
42dfc752ae
task yaml for upgrade task
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-08 17:58:34 -07:00
Sage Weil
21d6af2365
rados: whitelist quota warning in cluster log for pool quota test
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-04-03 14:04:54 -07:00
Sage Weil
8b49eb19ff
rados: test mon config keys
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-04-01 15:56:14 -07:00
Sage Weil
b4a276e6bc
rados: test pool quotas when testing api
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-29 18:04:40 -07:00
Sage Weil
90544fa3a6
marginal: remove incomplete librbd collection
...
Move disabled qemu + iozone task into rbd suite.
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-29 13:22:48 -07:00