]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Gregory Farnum [Wed, 25 Nov 2015 22:08:58 +0000 (17:08 -0500)]
Merge pull request #663 from ceph/wip-client-mark-down
tasks/cephfs: quick test for `tell`...
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Gregory Farnum [Wed, 25 Nov 2015 22:04:59 +0000 (17:04 -0500)]
Merge pull request #647 from ceph/wip-repair-dir
tasks/cephfs: include an empty dir in journal repair
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Gregory Farnum [Wed, 25 Nov 2015 22:00:29 +0000 (17:00 -0500)]
Merge pull request #633 from ceph/wip-test-failover
tasks/cephfs/test_failover
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Loic Dachary [Wed, 25 Nov 2015 18:25:19 +0000 (19:25 +0100)]
Merge pull request #732 from dachary/wip-openstack-debug
openstack: add 30GB for debugging purposes
Loic Dachary [Wed, 25 Nov 2015 18:20:55 +0000 (19:20 +0100)]
openstack: add 30GB for debugging purposes
So that it can be used as follows:
teuthology-openstack ... --suite mysuite ... debug/openstack-30G.yaml
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Mon, 23 Nov 2015 23:38:22 +0000 (00:38 +0100)]
Merge pull request #718 from ceph/wip-fast-read
rados: add test for ec fast_read
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary [Mon, 23 Nov 2015 23:37:31 +0000 (00:37 +0100)]
Merge pull request #730 from ceph/wip-repair
ceph_manager: do_pg_scrub: keep scrubbing until it's done
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary [Sun, 22 Nov 2015 17:39:03 +0000 (18:39 +0100)]
Merge pull request #725 from dachary/wip-openstack-rbd
openstack: rbd/thrash and rbd/qemu resources
Loic Dachary [Sat, 21 Nov 2015 11:12:49 +0000 (12:12 +0100)]
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>
Loic Dachary [Sat, 21 Nov 2015 10:33:05 +0000 (11:33 +0100)]
Merge pull request #721 from dachary/wip-13581-openstack-hints
openstack: convert to array hints
Loic Dachary [Sat, 21 Nov 2015 10:08:37 +0000 (11:08 +0100)]
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>
Loic Dachary [Fri, 20 Nov 2015 23:04:07 +0000 (00:04 +0100)]
Merge pull request #719 from dachary/wip-dumpling-parallel
buildpackages: do not -jX on dumpling
Loic Dachary [Fri, 20 Nov 2015 12:46:28 +0000 (13:46 +0100)]
buildpackages: do not -jX on dumpling
http://tracker.ceph.com/issues/13845 Refs: #13845
Signed-off-by: Loic Dachary <loic@dachary.org>
Samuel Just [Thu, 19 Nov 2015 23:06:20 +0000 (15:06 -0800)]
ceph_manager: do_pg_scrub: keep scrubbing until it's done
The ceph pg scrub ... command isn't really guarranteed to
start a scrub, keep reissuing it until the scrub actually
happens.
Related: #12746
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just [Thu, 19 Nov 2015 22:44:45 +0000 (14:44 -0800)]
rados: add test for ec fast_read
Signed-off-by: Samuel Just <sjust@redhat.com>
Loic Dachary [Thu, 19 Nov 2015 08:11:27 +0000 (09:11 +0100)]
Merge pull request #712 from dachary/wip-buildpackages-refactor
buildpackages: implement get_pkg_type & avoid duplicate packages-repository
Loic Dachary [Thu, 19 Nov 2015 08:01:40 +0000 (09:01 +0100)]
buildpackages: avoid duplicate packages-repository
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Wed, 18 Nov 2015 22:42:41 +0000 (23:42 +0100)]
buildpackages: implement get_pkg_type
It can be deprectated when it is implemented in teuthology.
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Wed, 18 Nov 2015 22:01:20 +0000 (23:01 +0100)]
Merge pull request #710 from dachary/wip-buildpackages-refactor
buildpackages: refactor to not require remote
Loic Dachary [Sat, 14 Nov 2015 12:26:00 +0000 (13:26 +0100)]
buildpackages: refactor to not require remote
Most of the flavor, sha1, tag etc. selection logic as implemented in the
packaging module of teuthology relies on remote hosts. This is complex
to tests and inconvenient because hosts must be provisionned even before
trying to figure out which packages need to be installed.
Using remote hosts is necessary when bare metal targets are used because
teuthology must adapt to the operating system already installed. The
selection logic in the context of dynamically provisionned targets is
simpler because it is defined by the job being run.
The buildpackages is refactored to use only the job configuration to
figure out which packages must be built. It makes it specific to targets
that are dynamically provisionned. It would have to be modified to query
the remote host in the case of bare metal targets.
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Sat, 14 Nov 2015 09:27:03 +0000 (10:27 +0100)]
Merge pull request #704 from dachary/wip-buildpackages-packaging
buildpackages: protect packages-repository
Loic Dachary [Sat, 14 Nov 2015 00:47:33 +0000 (01:47 +0100)]
buildpackages: protect packages-repository
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Thu, 12 Nov 2015 19:18:40 +0000 (20:18 +0100)]
Merge pull request #701 from dachary/wip-buildpackages-giant
buildpackages: do not fails for unpackaged files
Loic Dachary [Thu, 12 Nov 2015 19:16:02 +0000 (20:16 +0100)]
buildpackages: do not fails for unpackaged files
Older versions of Ceph have that problem failing would break all upgrade suites.
Signed-off-by: Loic Dachary <loic@dachary.org>
Yuri Weinstein [Thu, 12 Nov 2015 18:12:30 +0000 (10:12 -0800)]
Merge pull request #700 from ceph/yuriw-patch-1
Update schedule_rados.sh
Yuri Weinstein [Thu, 12 Nov 2015 18:12:05 +0000 (10:12 -0800)]
Update schedule_rados.sh
Fixed the args order
Yuri Weinstein [Thu, 12 Nov 2015 17:55:05 +0000 (09:55 -0800)]
Merge pull request #699 from ceph/wip_rados_subset
Require -e arg for email address
Yuri Weinstein [Thu, 12 Nov 2015 17:53:18 +0000 (09:53 -0800)]
Require -e arg for email address
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Loic Dachary [Thu, 12 Nov 2015 15:12:21 +0000 (16:12 +0100)]
Merge pull request #697 from dachary/wip-buildpackages-giant
buildpackages: giant has some unpackaged files
Loic Dachary [Wed, 11 Nov 2015 20:24:18 +0000 (21:24 +0100)]
buildpackages: giant has some unpackaged files
And there really is nothing we can do about it expect ignore them.
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Thu, 12 Nov 2015 14:11:10 +0000 (15:11 +0100)]
Merge pull request #695 from dachary/wip-buildpackages-flavor
buildpackages: 10GB is too small most of the time
Loic Dachary [Thu, 12 Nov 2015 11:39:53 +0000 (12:39 +0100)]
buildpackages: 10GB is too small most of the time
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Thu, 12 Nov 2015 14:06:41 +0000 (15:06 +0100)]
Merge pull request #684 from dachary/wip-12973
rados: 'failed to encode ...' warnings are normal on upgrades
Josh Durgin [Thu, 12 Nov 2015 00:24:31 +0000 (16:24 -0800)]
Merge pull request #694 from ceph/wip_fix_f-h-x-offline
Fixing /hammer-x/f-h-x-offline suite
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein [Wed, 11 Nov 2015 17:47:24 +0000 (09:47 -0800)]
Added %
Fixed intall.upgrade syntax
Whitelisted 'reached quota'
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Josh Durgin [Wed, 11 Nov 2015 23:24:03 +0000 (15:24 -0800)]
Merge pull request #693 from ceph/wip_fix_f-h-x-offline
Fixed install.upgrade syntax
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein [Wed, 11 Nov 2015 17:47:24 +0000 (09:47 -0800)]
Added %
Fixed intall.upgrade syntax
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Sage Weil [Wed, 11 Nov 2015 18:17:52 +0000 (13:17 -0500)]
Merge pull request #692 from ceph/wip_fix_f-h-x-offline
Added %
Yuri Weinstein [Wed, 11 Nov 2015 17:47:24 +0000 (09:47 -0800)]
Added %
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Samuel Just [Wed, 11 Nov 2015 17:37:34 +0000 (09:37 -0800)]
Merge pull request #689 from ceph/wip_rados_subset
Merge pull request #686 from ceph/wip_rados_subset
Reviewed-by: Samuel Just <sjust@redhat.com>
Sage Weil [Wed, 11 Nov 2015 16:55:06 +0000 (11:55 -0500)]
Merge pull request #686 from ceph/wip_rados_subset
Reducing the ammount of resulting jobs scheduled
Fixed the math added comments
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein [Wed, 11 Nov 2015 17:30:49 +0000 (09:30 -0800)]
Merge pull request #688 from ceph/jewel
Reducing the ammount of resulting jobs scheduled
Yuri Weinstein [Wed, 11 Nov 2015 16:12:55 +0000 (08:12 -0800)]
Reducing the ammount of resulting jobs scheduled
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit
92980c3063487b477c1bff71ebb2c403bcdfa73c )
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Sage Weil [Wed, 11 Nov 2015 16:55:06 +0000 (11:55 -0500)]
Merge pull request #686 from ceph/wip_rados_subset
Reducing the ammount of resulting jobs scheduled
Yuri Weinstein [Wed, 11 Nov 2015 16:12:55 +0000 (08:12 -0800)]
Reducing the ammount of resulting jobs scheduled
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Jason Dillaman [Tue, 10 Nov 2015 20:49:07 +0000 (15:49 -0500)]
Merge pull request #681 from ceph/wip-fio-ver
Update fio version from 2.2.9 to 2.2.11
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Loic Dachary [Tue, 10 Nov 2015 20:28:00 +0000 (21:28 +0100)]
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>
Vasu Kulkarni [Mon, 9 Nov 2015 19:21:06 +0000 (14:21 -0500)]
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>
Josh Durgin [Tue, 10 Nov 2015 16:44:51 +0000 (08:44 -0800)]
Merge pull request #682 from ceph/wip-13745-jewel
rbd_fio: removed deprecated command-line option to rbd CLI
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Jason Dillaman [Tue, 10 Nov 2015 13:50:54 +0000 (08:50 -0500)]
rbd_fio: removed deprecated command-line option to rbd CLI
Fixes: #13745
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Sage Weil [Mon, 9 Nov 2015 20:50:47 +0000 (15:50 -0500)]
Merge remote-tracking branch 'gh/infernalis'
Jason Dillaman [Fri, 2 Oct 2015 16:42:48 +0000 (12:42 -0400)]
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
d918ff023e367f997ae27596f28dac3039cb641c )
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein [Fri, 6 Nov 2015 17:37:54 +0000 (09:37 -0800)]
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/
Jason Dillaman [Fri, 2 Oct 2015 16:42:48 +0000 (12:42 -0400)]
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>
Loic Dachary [Wed, 4 Nov 2015 12:25:15 +0000 (13:25 +0100)]
Merge pull request #672 from dachary/wip-buildpackages-ipv6
buildpackages: silently ignore IPv6 addresses
Loic Dachary [Wed, 4 Nov 2015 10:52:24 +0000 (11:52 +0100)]
buildpackages: silently ignore IPv6 addresses
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Josh Durgin [Tue, 3 Nov 2015 22:12:05 +0000 (14:12 -0800)]
Merge pull request #652 from ceph/wip-13559
suites/rbd/qemu: excercise CoW support during QEMU testing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Samuel Just [Tue, 3 Nov 2015 15:19:23 +0000 (07:19 -0800)]
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>
Yan, Zheng [Tue, 3 Nov 2015 12:13:07 +0000 (20:13 +0800)]
Merge pull request #667 from ceph/wip-autorepair
tasks/cephfs: simplify test_backtrace_repair
John Spray [Mon, 2 Nov 2015 17:01:00 +0000 (17:01 +0000)]
tasks/cephfs: simplify test_backtrace_repair
This was previously using a bunch of files and a small
MDCache limit to force things out of cache. It is much
simpler to just drop the journal.
Signed-off-by: John Spray <john.spray@redhat.com>
Sage Weil [Mon, 2 Nov 2015 21:27:54 +0000 (16:27 -0500)]
Merge pull request #670 from ceph/wip-no-async
basic/msgr: remove async and random for now
Samuel Just [Thu, 24 Sep 2015 03:47:31 +0000 (20:47 -0700)]
basic/msgr: remove async and random for now
Signed-off-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein [Mon, 2 Nov 2015 16:01:50 +0000 (08:01 -0800)]
Added $4 for filter out "random.yaml\,async.yaml" tests for now
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit
ef04eaccfa2e11286d68fb84e9dc66a0ff2a430b )
Sage Weil [Mon, 2 Nov 2015 16:10:59 +0000 (11:10 -0500)]
Merge pull request #666 from ceph/wip-openstack-fixes
Added $4 for filter out "random.yaml\,async.yaml" tests for now
Yuri Weinstein [Mon, 2 Nov 2015 16:01:50 +0000 (08:01 -0800)]
Added $4 for filter out "random.yaml\,async.yaml" tests for now
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Greg Farnum [Thu, 29 Oct 2015 22:35:43 +0000 (15:35 -0700)]
filesystem: fix get_daemon_names
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
John Spray [Wed, 28 Oct 2015 05:28:42 +0000 (14:28 +0900)]
tasks/cephfs: quick test for `tell`...
...specifically that we don't have lingering
MDS sessions after running it. This is testing
that Client::shutdown is doing the right thing
and closing sessions.
Signed-off-by: John Spray <john.spray@redhat.com>
Gregory Farnum [Tue, 27 Oct 2015 21:55:01 +0000 (14:55 -0700)]
Merge pull request #656 from ceph/wip-frag
fs: fix two frag_enable fragments
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Loic Dachary [Tue, 27 Oct 2015 15:40:16 +0000 (00:40 +0900)]
Merge pull request #658 from dachary/wip-buildpackages-tags
buildpackages: fetch tags from the official Ceph repository
Loic Dachary [Tue, 27 Oct 2015 15:06:46 +0000 (00:06 +0900)]
buildpackages: fetch tags from the official Ceph repository
A clone of Ceph is not automagically updated with the tags from the
official Ceph repository. For a pull request based on master, git
describe will use whatever tags existed at the time the clone was made,
unless the author pull them from the official Ceph repository and later
git push --tags them.
The output of git describe is used to name the packages and if the
official tags are not present, the packages will be incorrectly
named. For instance instead of 9.0.3-34 the packages could be named
0.87-8433 because the v0.87 tag is the most recent tag in the
repository. That confuses the install task that will fail with:
'ceph version 0.87 was not installed, found 9.0.3.'
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Kefu Chai [Mon, 26 Oct 2015 07:42:42 +0000 (15:42 +0800)]
Merge pull request #655 from dachary/wip-13450-openstack-rados
openstack: rados/thrash: allocate three disks, always
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil [Sun, 25 Oct 2015 20:06:15 +0000 (16:06 -0400)]
fs: fix two frag_enable fragments
Badly formatted yaml
Signed-off-by: Sage Weil <sage@redhat.com>
Loic Dachary [Mon, 12 Oct 2015 14:47:58 +0000 (16:47 +0200)]
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>
Loic Dachary [Fri, 23 Oct 2015 12:00:39 +0000 (14:00 +0200)]
Merge pull request #654 from dachary/wip-ceph-disk
ceph-disk: switch to using install / ceph
Loic Dachary [Thu, 22 Oct 2015 23:02:27 +0000 (01:02 +0200)]
openstack: resource hint must contain an array
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Jason Dillaman [Wed, 21 Oct 2015 20:27:08 +0000 (16:27 -0400)]
suites/rbd/qemu: excercise CoW support during QEMU testing
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Loic Dachary [Wed, 21 Oct 2015 08:48:43 +0000 (10:48 +0200)]
ceph-disk: switch to using install / ceph
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary [Wed, 21 Oct 2015 13:49:10 +0000 (15:49 +0200)]
ceph: log which ceph.conf file is written
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Kefu Chai [Wed, 21 Oct 2015 07:28:07 +0000 (15:28 +0800)]
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>
Loic Dachary [Tue, 20 Oct 2015 18:25:58 +0000 (20:25 +0200)]
Merge pull request #645 from ceph/wip-openstack-fixes
Added openstack config openstack.yaml
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil [Tue, 20 Oct 2015 18:07:57 +0000 (14:07 -0400)]
Merge remote-tracking branch 'gh/infernalis'
Yuri Weinstein [Mon, 19 Oct 2015 01:24:30 +0000 (18:24 -0700)]
Added openstack config openstack.yaml
Added +
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Sage Weil [Mon, 19 Oct 2015 21:08:21 +0000 (17:08 -0400)]
Merge pull request #648 from ceph/wip-f-h-x-offline
test offline upgrade from firefly -> x
Reviewed-by: David Zafman <dzafman@redhat.com>
Sage Weil [Mon, 19 Oct 2015 19:09:47 +0000 (15:09 -0400)]
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>
John Spray [Mon, 19 Oct 2015 16:56:57 +0000 (17:56 +0100)]
tasks/cephfs: include an empty dir in journal repair
Signed-off-by: John Spray <john.spray@redhat.com>
Sage Weil [Sun, 18 Oct 2015 12:34:57 +0000 (08:34 -0400)]
Merge pull request #644 from ceph/wip-fix-f-h-x-branch
Added one more "write_append_excl: false"
Yuri Weinstein [Sat, 17 Oct 2015 15:27:17 +0000 (08:27 -0700)]
Added one more "write_append_excl: false"
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein [Fri, 16 Oct 2015 19:02:43 +0000 (12:02 -0700)]
Added "write_append_excl: false"
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit
3a13ec04ce68bbc152fcde2a31c573bb6b454219 )
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Sage Weil [Fri, 16 Oct 2015 19:04:56 +0000 (15:04 -0400)]
Merge pull request #643 from ceph/wip-fix-f-h-x-branch
Added "write_append_excl: false"
Yuri Weinstein [Fri, 16 Oct 2015 19:02:43 +0000 (12:02 -0700)]
Added "write_append_excl: false"
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein [Fri, 16 Oct 2015 17:13:03 +0000 (10:13 -0700)]
Removed osd.6 from roles to fix #13515
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit
8ae31f15836d84dc886224ff8849b9bb3dd07e81 )
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Loic Dachary [Fri, 16 Oct 2015 17:19:03 +0000 (19:19 +0200)]
Merge pull request #642 from ceph/wip-13515
Removed osd.6 from roles to fix #13515
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Yuri Weinstein [Fri, 16 Oct 2015 17:13:03 +0000 (10:13 -0700)]
Removed osd.6 from roles to fix #13515
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Sage Weil [Fri, 16 Oct 2015 16:18:43 +0000 (12:18 -0400)]
Merge pull request #641 from ceph/wip-13485
Added write_append_excl: false to fix #13485
Yuri Weinstein [Fri, 16 Oct 2015 15:29:17 +0000 (08:29 -0700)]
Added write_append_excl: false to fix #13485
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein [Thu, 15 Oct 2015 20:55:03 +0000 (13:55 -0700)]
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
64dcc28e14f43e68c9253621c4ae7479f9673381 )
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Sage Weil [Thu, 15 Oct 2015 20:57:50 +0000 (16:57 -0400)]
Merge pull request #640 from ceph/wip-fix-f-h-x-branch
Removed /parallel/7-final-workload/rgw_swift.yaml as it was creating …
Yuri Weinstein [Thu, 15 Oct 2015 20:55:03 +0000 (13:55 -0700)]
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>
Kefu Chai [Thu, 15 Oct 2015 13:43:47 +0000 (21:43 +0800)]
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>
Zack Cerza [Wed, 14 Oct 2015 23:28:14 +0000 (17:28 -0600)]
Merge pull request #632 from ceph/wip-rbd-dir-fix
use cephtest as base dir during testing