Daniel Gryniewicz
5a30f11d6b
rgw - Add config for testing lifecycle expiration
...
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
2016-09-22 14:15:08 -04:00
Ilya Dryomov
ec3f67f744
Merge pull request #1177 from ceph/wip-librbd-disable-helgrind
...
suites/rbd: remove helgrind test cases
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
2016-09-22 19:32:51 +02:00
Josh Durgin
3b404c6c74
Merge pull request #1180 from ceph/wip-bluestore-code
...
misc fixes to test bluestore, but not actual tests in the suite (yet)
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-09-21 14:09:32 -07:00
Sage Weil
9d6ff34b50
rados/basic/tasks/repair_test: enable bluestore error injection
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-09-21 16:28:00 -04:00
Yuri Weinstein
fde4d3bb96
Removed 11429 config
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-09-21 09:14:09 -07:00
Ilya Dryomov
77949e5cfc
smoke: mask out unsupported image features for krbd iozone test
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-09-21 15:19:39 +02:00
Josh Durgin
cbbfe63b1d
Merge pull request #1127 from ryneli/master
...
suites/rados: add test case for rockdb's envlibrados
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-09-20 20:27:00 -07:00
Jason Dillaman
b29bf9253d
suites/rbd: remove helgrind test cases
...
Helgrind cannot properly handle Ceph's use of std::mutex --
resulting in numerous false positives and potential assertion
failures.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-09-20 09:26:32 -04:00
Kefu Chai
affccb1a6c
Merge pull request #1169 from ceph/wip-kefu-17179
...
tasks: add rebuild_mondb
Reviewed-by: Samuel Just <sjust@redhat.com>
2016-09-17 21:29:54 +08:00
Casey Bodley
f51a65523a
Merge pull request #1136 from ceph/wip-16129
...
rgw: add sleep to let the sync agent init
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2016-09-16 10:43:52 -04:00
Kefu Chai
93eb3605cb
Merge pull request #978 from ceph/wip-ec-fast-read
...
test fast ec read
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-09-13 16:39:55 +08:00
Loic Dachary
d44f583436
upgrade: ceph-test is needed for ceph-coverage
...
Do not exclude the ceph-test package otherwise the ceph-coverage
executable is not installed.
Fixes: http://tracker.ceph.com/issues/16506
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-09-13 09:06:23 +02:00
Mykola Golub
47a41286a5
suites/upgrade: override rbd_default_features config back to pre-Jewel
...
Fixes: http://tracker.ceph.com/issues/16717
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2016-09-12 14:24:42 +03:00
John Spray
d18d2e6b1f
suites: fix samba xfs symlink
...
I broke this in bafbeebf
Signed-off-by: John Spray <john.spray@redhat.com>
2016-09-11 11:25:47 +01:00
Jason Dillaman
15ab430918
rbd: move nbd test workload to separate client host from OSDs
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-09-08 21:34:23 -04:00
Kefu Chai
a192c786b3
tasks: add rebuild_mondb
...
* tasks/rebuild_mondb.py: this task
1. removes all store.db on all monitors
2. rebuild the store.db for the first mon
3. start the first mon
4. run mkfs on other mon
5. and revive them
* suites/rados/singleton/all/rebuild-mon-db.yaml
1. run rados/test.sh
2. run rebuild_mondb task
Fixes: http://tracker.ceph.com/issues/17179
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-09-08 21:35:01 +08:00
John Spray
ab320c974d
suites/fs: pin java test to ubuntu
...
Workaround for #16640
Signed-off-by: John Spray <john.spray@redhat.com>
2016-09-08 10:29:47 +01:00
John Spray
4411d34ecb
Merge pull request #1109 from batrick/fs-fuse_default_permissions
...
fs: fuse_default_permissions = 0 for kernel build test
Reviewed-by: John Spray <john.spray@redhat.com>
2016-09-06 20:26:59 +01:00
Jason Dillaman
2676a56746
Merge pull request #1163 from ceph/wip-kfsx-exclusive-lock
...
krbd: enable exclusive-lock feature
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2016-09-06 11:39:55 -04:00
John Spray
4ccd994910
Merge pull request #1160 from ceph/wip-no-btrfs
...
suites: switch filesystem tests from btrfs to xfs
2016-09-06 13:57:45 +01:00
Loic Dachary
b7652e430d
Merge pull request #1165 from tchaikov/wip-16157
...
rados/singleton-nomsgr/all/11429: wait until clean before checking log
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-09-06 12:22:07 +02:00
Kefu Chai
3ad90bfbdb
rados/singleton-nomsgr/all/11429: wait until clean before checking log
...
to make sure that load_pgs() is finished before checking its output
Fixes: http://tracker.ceph.com/issues/16157
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-09-06 17:50:30 +08:00
Ilya Dryomov
f9173938ba
krbd: enable exclusive-lock feature
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-09-05 13:48:06 +02:00
Loic Dachary
64bd3f2d85
Merge pull request #1161 from ceph/wip-unmap-separate-client
...
krbd/unmap: put client.0 on a separate remote
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-09-05 11:55:35 +02:00
Orit Wasserman
2042f96b66
Merge pull request #1132 from ceph/wip-rgw-remove-btrfs
...
rgw: we don't support btrfs any more
2016-09-04 11:15:55 +02:00
Ilya Dryomov
311a450163
krbd/unmap: put client.0 on a separate remote
...
Otherwise a pre-single-major kernel override is a headache,
particularly with non-standard yaml configs.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-09-03 21:21:45 +02:00
John Spray
bafbeebf08
suites: switch filesystem tests from btrfs to xfs
...
btrfs threw up occasional failures, and the long term
target will be bluestore instead of btrfs.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-09-02 10:34:59 +01:00
Josh Durgin
66a5e4e002
Merge pull request #1149 from ceph/wip-krbd-unmap-fixes
...
krbd/unmap: assorted pre-single-major fixes
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-08-30 15:10:12 -07:00
Orit Wasserman
54d311a991
rgw: add sleep to let the sync agent to init
...
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2016-08-30 15:28:24 +02:00
Ilya Dryomov
02460f2156
krbd/unmap: override client.0 only
...
The unmap test uses one remote, so the end result is the same.
However, overriding the most specific role is nicer and allows
scheduling with
kernel:
client:
branch: testing
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-08-30 12:52:13 +02:00
Ilya Dryomov
39883e9d9f
krbd/unmap: set tunables to bobtail
...
Kernel 3.13, which is used in pre-single-major.yaml test, doesn't
support firefly tunables (default in jewel, up from bobtail tunables).
This went unnoticed for a while because of a kernel task regression -
the pre-single-major override was ignored.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-08-30 12:52:13 +02:00
Ilya Dryomov
f3bc869522
krbd/unmap: assert that pre-single-major kernel is installed
...
Similarly to how single-major-off.yaml and single-major-on.yaml check
the value of /sys/module/rbd/parameters/single_major, assert that it's
not there for pre-single-major.yaml.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-08-30 12:52:13 +02:00
Loic Dachary
52017e6707
openstack: add disks where necessary
...
Ref: http://tracker.ceph.com/issues/17152
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-08-29 10:33:55 +02:00
Orit Wasserman
abd683456c
rgw: we don't support btrfs any more
...
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2016-08-23 11:59:39 +02:00
Ryne Li
8c0d814d68
add test case for envlibrados
...
Signed-off-by: Ryne Li <lizhenqiangsnake@gmail.com>
2016-08-19 08:56:20 -04:00
Jason Dillaman
adb261476a
suites/upgrade: point-to-point Jewel upgrade workaround
...
The v10.2.x cls_rbd test case will not pass against a v10.2.0
OSD. Disable the offending test.
Fixes: http://tracker.ceph.com/issues/16529
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-08-16 09:04:58 -04:00
Josh Durgin
c5f7ee3f69
jewel-x: use jewel-compatible librados tests for upgraded clients
...
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2016-08-11 20:43:52 -07:00
Patrick Donnelly
3ec94d2055
fs: fuse_default_permissions = 0 for kernel build test
...
Ported from Zheng's #22 : 2e283ce6d7
"This can reduce the test time becuase it avoids sending getattr request
whenever the kernel checks inode permission."
This is part of an effort to eliminate unnecessary differences between
multimds and fs suites.
Signed-off-by: Patrick Donnelly <batrick@batbytes.com>
2016-08-07 22:57:15 -04:00
John Spray
ed1e7f15ed
suites/fs: fix log whitelist for inotable repair
...
Fixes: http://tracker.ceph.com/issues/16879
Signed-off-by: John Spray <john.spray@redhat.com>
2016-08-02 12:12:37 +01:00
John Spray
41e51eb500
suites: fix asok_dump_tree.yaml
...
This had an extra ceph and install task.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-07-28 11:36:16 +01:00
Douglas Fuller
c669f1ecd5
cephfs: add test for dump tree admin socket command
...
Add test_dump_tree to validate the MDS admin socket command
dump tree. Add a parameter for path_to_ino to enable the use of
lstat() instead of stat()
See: http://tracker.ceph.com/issues/11171
See: https://github.com/ceph/ceph/pull/9925
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
2016-07-28 11:35:56 +01:00
John Spray
60dc96884a
suites/fs: log whitelist for inotable repair
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-07-28 11:31:55 +01:00
Josh Durgin
b76c8903fb
Merge pull request #1091 from athanatos/wip-16413
...
11429: wait_for_clean between restarting the osds and starting the bench
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-07-22 14:28:59 -07:00
Yan, Zheng
2102e01834
Merge pull request #1073 from ceph/wip-mds-snap-failover
...
fs: add snapshot tests to mds thrashing
2016-07-19 21:28:39 -05:00
Mykola Golub
967e2e72f5
rbd: tests with rbd_skip_partial_discard option enabled
...
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2016-07-15 23:30:32 +03:00
Mykola Golub
95b16616f1
rbd: move copy_on_read overrides to config dir
...
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2016-07-15 23:27:42 +03:00
Yan, Zheng
b9b18c7b4e
fs: add snapshot tests to mds thrashing
...
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2016-07-14 08:54:39 +08:00
Mykola Golub
2dfe085280
rbd-mirror: remove ceph_test_rbd_mirror_image_replay test case
...
Fixes: http://tracker.ceph.com/issues/16539
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2016-06-30 21:30:57 +03:00
vasukulkarni
68dbf3f84f
Merge pull request #1008 from ceph/wip-systemd-tests
...
Wip systemd tests
2016-06-30 09:42:00 -07:00
John Spray
eee61627f5
Merge pull request #1069 from batrick/i16164
...
cephfs: test fragment size limit
Reviewed-by: John Spray <john.spray@redhat.com>
2016-06-30 12:46:43 +01:00
Vasu Kulkarni
96b821fcad
Run rados loadgen
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Conflicts:
suites/smoke/systemd/tasks/systemd.yaml
2016-06-29 21:14:35 -07:00
Patrick Donnelly
dc165e632a
cephfs: test fragment size limit
...
The fragment configuration uses 10000 for the fragment max size. The reason for
this is that many tests add 1000 files to a single directory which will hit
this limit without fragmentation catching up.
The test_dirfrag_limit test confirms:
o That the directory fragment size cannot exceed mds_bal_fragment_size_max (using a limit of 50 in all configurations).
o That fragmentation (forced) will allow more entries to be created.
o That unlink fails when the stray directory fragment becomes too large and that unlinking may continue once those strays are purged.
Tests: https://github.com/ceph/ceph/pull/9789
Issue: http://tracker.ceph.com/issues/16164
Signed-off-by: Patrick Donnelly <batrick@batbytes.com>
2016-06-29 11:20:26 -04:00
Sage Weil
ec439c01ea
rados/thrash/workloads/cache-agent-big: set min_size=2 on m=1 k=2 ec pool
...
Otherwise min_size will be 3 and we will wedge on a single down
osd.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-06-24 14:44:00 -04:00
Josh Durgin
3d9daf8d1a
Merge pull request #1058 from ceph/wip-15016
...
tasks/ceph-deploy: Run on multiple Python versions (2, 3)
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Vasu Kulkarni <vasu@redhat.com>
2016-06-22 14:03:31 -07:00
Samuel Just
c4ad6b3b33
11429: wait_for_clean between restarting the osds and starting the bench
...
ceph.restart now marks the osds down, so the objects are actually being
created while slowest of the osds boots. That causes a ton of 1 byte
objects to be created in a degraded state and causes the cleanup to take
a long time. Also, reduce length of bench since it's only being used
to ensure the osds came up correctly.
Signed-off-by: Samuel Just <sjust@redhat.com>
2016-06-22 09:25:25 -07:00
Sage Weil
11ee1a8cfd
rados/objectstore/objectstore.yaml: skip bluestore tests
...
Avoid breaking rados suite while we are developing rapidly.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-06-18 12:51:32 -04:00
Josh Durgin
2f753d07ce
Merge pull request #1049 from ceph/wip-rbd-nbd
...
rbd: added rbd-nbd fsx test case
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-06-16 14:17:03 -07:00
Yuri Weinstein
3977b8ffdb
Fixes http://tracker.ceph.com/issues/16334
...
Fixes http://tracker.ceph.com/issues/16332
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-06-15 13:43:49 -07:00
Oleh Prypin
9c1a28210e
tasks/ceph-deploy: Run on multiple Python versions (2, 3)
...
Related to RM-15016
Signed-off-by: Oleh Prypin <oleh@pryp.in>
2016-06-15 12:55:18 +03:00
John Spray
4179c85e4f
suites/fs: use simple messenger some places
...
Two tests are sensitive to the switch to async msgr
http://tracker.ceph.com/issues/16288
http://tracker.ceph.com/issues/16276
Signed-off-by: John Spray <john.spray@redhat.com>
2016-06-14 16:47:00 +01:00
Gregory Farnum
c30de00707
Merge pull request #1046 from batrick/wip-readahead
...
cephfs: test readahead is working
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-06-12 14:39:21 -07:00
Jason Dillaman
7425e2d7a6
rbd: added rbd-nbd fsx test case
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-06-10 10:56:45 -04:00
Vasu Kulkarni
07e3b70a37
Add xenial for systemd test
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2016-06-09 10:29:26 -07:00
Patrick Donnelly
367973b015
cephfs: test readahead is working
...
Test case for: https://github.com/ceph/ceph/pull/9374
Issue: http://tracker.ceph.com/issues/16024
Signed-off-by: Patrick Donnelly <batrick@batbytes.com>
2016-06-09 11:07:45 -04:00
Yan, Zheng
795d586400
suites/fs/permission: run qa/workunits/fs/misc/{acl.sh,chmod.sh}
...
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2016-06-07 10:33:46 +08:00
Gregory Farnum
ccb635ff5f
Merge pull request #1038 from ceph/wip-libcephfs-posixacl
...
suites/fs: fix config for enabling libcephfs posix ACL
2016-06-06 14:08:29 -07:00
Samuel Just
7e06dd3bdc
suites/rados: add test for 16113
...
Signed-off-by: Samuel Just <sjust@redhat.com>
2016-06-06 10:59:01 -07:00
Yan, Zheng
45b8e9c01e
suites/fs: fix config for enabling libcephfs posix ACL
...
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2016-06-06 22:01:44 +08:00
Vasu Kulkarni
da36b96a28
Initial systemd test files
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2016-06-04 14:03:34 -07:00
Loic Dachary
45bd6cbf57
rbd: provision volumes to format as XFS
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-06-01 21:10:45 +02:00
Josh Durgin
ed9ee7a4c8
suites/teuthology/multi-cluster: make them pass again
...
Use xfs to avoid object length limits and be explicit about which
clients to run on, so the workunit git clone doesn't race with another
client on the same machine.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2016-05-20 15:31:50 -07:00
Jason Dillaman
ecbda33b52
suites/rbd: added replication stress test workunit
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-05-20 14:15:47 -04:00
Yuri Weinstein
6ad42ef579
Initial check in for a complete jewel-x suite
...
Fixes http://tracker.ceph.com/issues/15754
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-05-18 14:19:04 -07:00
Sage Weil
ce927692b1
rados: vary mon kv backend
...
Use just rocksdb for thrash to avoid blowing up the matrix. Leave
leveldb for the ec thrash suites.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-15 19:20:32 -04:00
Tamilarasi Muthamizhan
03961a04b2
Merge pull request #992 from ceph/wip-14339-master
...
Added v10.2.0 => jewel upgrade case
2016-05-13 16:16:47 -07:00
ZhenyuLeng
1eaa002691
Test osd_discard_disconnected_ops
...
Signed-off-by: ZhenyuLeng <lengzhenyu@ict.ac.cn>
2016-05-13 20:49:17 +08:00
Yuri Weinstein
d22934f267
Added v10.2.0 => jewel upgrade case
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-05-12 15:00:26 -07:00
Samuel Just
0cade258c8
Merge pull request #986 from ceph/wip-crush-drop-legacy
...
rados: test jewel instead of legacy tunables
Reviewed-by: Samuel Just <sjust@redhat.com>
2016-05-11 11:12:03 -07:00
John Spray
3197fe3461
Merge pull request #968 from ajarr/wip-15045
...
tasks/cephfs: test volume client eviction
Reviewed-by: John Spray <john.spray@redhat.com>
2016-05-11 07:23:12 -05:00
Samuel Just
a4f8dc91bc
Revert "Revert "Rados: Tracker-13531-resolve stuck peering""
2016-05-10 10:27:32 -07:00
Josh Durgin
bdd8ffddec
suites: add multi-cluster tests to the teuthology suite
...
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2016-05-09 14:55:27 -07:00
Josh Durgin
67d7d997c2
suites/rbd: add basic mirroring suite
...
Just one workunit to run so far.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2016-05-09 14:55:27 -07:00
Sage Weil
1b687fcff6
rados: test jewel instead of legacy tunables
...
Legacy tunables semi-frequently turn up crush mappings that only
return 1 instead of 2 results. Switch to covering jewel tunables
explicitly instead.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-09 08:31:24 -04:00
Sage Weil
84aeb9e89e
rados: debug rgw test
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-06 12:03:14 -04:00
Sage Weil
2a44c3d20d
drop broken name length config args
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-05 09:07:36 -04:00
Yuri Weinstein
7aa2ec1f9e
copyed upgrade/infernalis suite to master branch
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-05-04 08:46:29 -07:00
Ramana Raja
b970f97dbc
suites: allow four remote clients for fs/recovery
...
test_volume_client requires four clients.
Signed-off-by: Ramana Raja <rraja@redhat.com>
2016-05-04 18:54:08 +05:30
Gregory Farnum
1fde198f97
Merge pull request #976 from ceph/wip-xfs-hadoop
...
suites/hadoop: use xfs
2016-05-03 07:09:06 -07:00
Samuel Just
18f2aa09ff
Revert "Rados: Tracker-13531-resolve stuck peering"
2016-05-02 20:39:39 -07:00
shylesh kumar
e3bb551067
Rados: wip-13531:Resolve stuck peering
...
Signed-off-by: shylesh kumar <shylesh.mohan@gmail.com>
2016-05-02 12:41:14 -04:00
Casey Bodley
2a48199c1d
Merge pull request #891 from ceph/wip-rgw-new-multisite
...
Wip rgw new multisite
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2016-04-29 12:10:28 -04:00
Sage Weil
b91e478601
suites/rados/thrash-erasure-code: test mon_osd_pool_ec_fast_read = true
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-28 16:58:24 -04:00
Sage Weil
2485e7b263
suites/hadoop: use xfs
...
This avoids working aroudn ext4 limits. Whatev.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-28 15:31:50 -04:00
Tamil Muthamizhan
9d4b0b9f15
Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
...
removed ceph-deploy_hello_world.yaml as its been replaced with ceph-admin-commands.yaml
2016-04-26 16:47:34 -07:00
Tamil Muthamizhan
ecf6a57227
Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
...
removed file ceph-deploy_hello_world.yaml as it is replaced by ceph-admin-commands.yaml
2016-04-26 16:44:25 -07:00
Sage Weil
f21651662e
rados/monthrash: debug client on librados api tests
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-24 16:39:04 -04:00
Sage Weil
333aa0c15f
Merge pull request #971 from ceph/wip-kv
...
rados/objectstore: add ceph_test_keyvaluedb test
2016-04-24 15:47:34 -04:00
Tamil Muthamizhan
dc429cbb06
Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
...
Renaming the yaml and workunits for better clarity
2016-04-22 19:00:04 -04:00
Sage Weil
b095cc6c54
rados/objectstore: add ceph_test_keyvaluedb test
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-22 14:08:10 -04:00
Orit Wasserman
5962bfa8c5
rgw: increase sleep to 15 seconds
...
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2016-04-20 15:33:17 +02:00