]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Yuri Weinstein [Fri, 4 Dec 2015 21:18:59 +0000 (13:18 -0800)]
Removed CentOS 7.0 and added CentOS 7.1.1503 instead
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Gregory Farnum [Wed, 2 Dec 2015 22:22:10 +0000 (14:22 -0800)]
Merge pull request #737 from ceph/wip-enable-data-scan
suites: yaml for TestDataScan
Loic Dachary [Wed, 2 Dec 2015 12:16:08 +0000 (13:16 +0100)]
Merge pull request #751 from dachary/wip-teuthology-integration
teuthology-integration: run teuthology integration tests
Loic Dachary [Tue, 1 Dec 2015 21:29:54 +0000 (22:29 +0100)]
teuthology-integration: run teuthology integration tests
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Tue, 1 Dec 2015 20:14:57 +0000 (21:14 +0100)]
Merge pull request #664 from dachary/wip-nop
nop: suite that does not even lock targets
Loic Dachary [Mon, 30 Nov 2015 16:43:25 +0000 (17:43 +0100)]
Merge pull request #748 from dachary/wip-13910-buildpackages-images
buildpackages: create the image if it does not exist
Reviewed-by: Abhishek Varshney <abhishek.varshney@flipkart.com>
Loic Dachary [Mon, 30 Nov 2015 15:55:38 +0000 (16:55 +0100)]
buildpackages: create the image if it does not exist
Since buildpackages runs before target provisioning, it is possible that
the desired image does not yet exist on a newly provisionned tenant (or
region).
http://tracker.ceph.com/issues/13910 Fixes: #13910
Signed-off-by: Loic Dachary <loic@dachary.org>
John Spray [Thu, 26 Nov 2015 20:07:59 +0000 (20:07 +0000)]
suites: yaml for TestDataScan
This was an oversight.
Signed-off-by: John Spray <john.spray@redhat.com>
Loic Dachary [Fri, 27 Nov 2015 17:58:10 +0000 (18:58 +0100)]
Merge pull request #679 from ceph/wip-ceph-whitespace
tasks/ceph: fix up whitespace
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary [Fri, 27 Nov 2015 16:21:13 +0000 (17:21 +0100)]
Merge pull request #740 from dachary/wip-13899-rbd-fio
task/rbd_fio: allow for unsigned packages
Reviewed-by: Abhishek Varshney <abhishek.varshney@flipkart.com>
Loic Dachary [Fri, 27 Nov 2015 14:12:12 +0000 (15:12 +0100)]
Merge pull request #742 from dachary/wip-openstack-morepggrow
openstack: rados/.../morepggrow.yaml may need more disk
Reviewed-by: Abhishek Varshney <abhishek.varshney@flipkart.com>
Loic Dachary [Fri, 27 Nov 2015 11:27:57 +0000 (12:27 +0100)]
openstack: rados/.../morepggrow.yaml may need more disk
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Fri, 27 Nov 2015 13:17:37 +0000 (14:17 +0100)]
task/rbd_fio: allow for unsigned packages
Similar to what the teuthology install.py task does, add --force-yes to
the apt-get install so that unsigned packages are successfully
installed. It is needed when the buildpackages task is used to create
packages on the fly.
There is no need to do the same for rpm packages because the
verification is controlled from the ceph-release package instead of from
the command line.
http://tracker.ceph.com/issues/13899 Fixes: #13899
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Fri, 27 Nov 2015 11:58:08 +0000 (12:58 +0100)]
Merge pull request #736 from dachary/wip-buildpackage-delete-wait
buildpackages: wait for the build machine deletion
Loic Dachary [Thu, 26 Nov 2015 21:19:52 +0000 (22:19 +0100)]
Merge pull request #738 from dachary/wip-openstack-debug
openstack: add 15GB for debugging purposes
Reviewed-by: Piotr Dałek <piotr.dalek@ts.fujitsu.com>
Loic Dachary [Thu, 26 Nov 2015 21:10:24 +0000 (22:10 +0100)]
openstack: add 15GB for debugging purposes
So that it can be used as follows:
teuthology-openstack ... --suite mysuite ... debug/openstack-15G.yaml
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Thu, 26 Nov 2015 12:10:34 +0000 (13:10 +0100)]
buildpackages: wait for the build machine deletion
When the quotas are low, it matters to block until the build machine is
actually deleted. Otherwise target provisionning may fail because the
they exceed the quota. For instance the default on OVH is to have 32
cores and the build machine uses 16. The packages-repository machine
uses two, the teuthology cluster uses one and that leaves only 13 cores
for the targets which may be too low when running jobs that require
large instances.
Signed-off-by: Loic Dachary <loic@dachary.org>
Sage Weil [Thu, 26 Nov 2015 01:08:02 +0000 (20:08 -0500)]
rados/thrash/workloads/admin-socket: 60s -> 180s
Provide more time for the asok workload to run.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Thu, 26 Nov 2015 01:07:38 +0000 (20:07 -0500)]
Merge remote-tracking branch 'gh/jewel'
Gregory Farnum [Wed, 25 Nov 2015 22:13:52 +0000 (17:13 -0500)]
Merge pull request #729 from ceph/wip-scrub-tidy
tasks/cephfs: tidy test_scrub_checks
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Gregory Farnum [Wed, 25 Nov 2015 22:12:36 +0000 (17:12 -0500)]
Merge pull request #674 from ceph/wip-13698
tasks/cephfs: fix race in test_sessionmap
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
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>
John Spray [Mon, 23 Nov 2015 17:40:38 +0000 (17:40 +0000)]
tasks/cephfs: tidy test_scrub_checks
Use named error codes instead of numbers, and
use the helper fn for getting inode number
instead of doing it by hand.
Signed-off-by: John Spray <john.spray@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>
Jason Dillaman [Thu, 19 Nov 2015 18:13:04 +0000 (13:13 -0500)]
Merge pull request #707 from ceph/wip-13774-jewel
Added infernalis-client-x
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein [Tue, 17 Nov 2015 21:37:21 +0000 (13:37 -0800)]
Added infernalis-client-x - fixes #13774
Signed-off-by: Yuri Weinstein <yweinste@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>
Yuri Weinstein [Thu, 12 Nov 2015 16:07:35 +0000 (08:07 -0800)]
Merge pull request #698 from ceph/wip_wip_fix_f-h-x-offline-jewel
Added %
Yuri Weinstein [Thu, 12 Nov 2015 16:05:03 +0000 (08:05 -0800)]
Added %
Fixed intall.upgrade syntax
Whitelisted 'reached quota'
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>
Yuri Weinstein [Wed, 11 Nov 2015 17:43:56 +0000 (09:43 -0800)]
Merge pull request #691 from ceph/yuriw-patch-2
Update schedule_rados.sh
Yuri Weinstein [Wed, 11 Nov 2015 17:43:00 +0000 (09:43 -0800)]
Update schedule_rados.sh
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'
John Spray [Mon, 9 Nov 2015 13:09:27 +0000 (13:09 +0000)]
tasks/ceph: fix up whitespace
...because otherwise it lights up like a christmas
tree in pycharm.
Signed-off-by: John Spray <john.spray@redhat.com>
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>
John Spray [Thu, 5 Nov 2015 01:15:57 +0000 (01:15 +0000)]
tasks/cephfs: fix race in test_sessionmap
Fixes: #13698
Signed-off-by: John Spray <john.spray@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>
Loic Dachary [Mon, 2 Nov 2015 11:15:47 +0000 (12:15 +0100)]
dummy: only use the user playbook
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary [Thu, 29 Oct 2015 18:50:20 +0000 (03:50 +0900)]
nop: suite that does not even lock targets
Signed-off-by: Loic Dachary <ldachary@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>