]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
8 years agotasks/cephfs: fix wait_until_true logging
John Spray [Thu, 10 Nov 2016 22:45:19 +0000 (22:45 +0000)]
tasks/cephfs: fix wait_until_true logging

The success log message was in the wrong
place (and unreachable)

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1274 from ceph/wip-16064
David Zafman [Thu, 17 Nov 2016 21:49:39 +0000 (13:49 -0800)]
Merge pull request #1274 from ceph/wip-16064

Improve scrub analysis, list-inconsistent-obj output and osd-scrub-repair test

8 years agoMerge pull request #1260 from ceph/wip-17902-master
Yuri Weinstein [Thu, 17 Nov 2016 20:56:45 +0000 (12:56 -0800)]
Merge pull request #1260 from ceph/wip-17902-master

Added excluded packages "'libcephfs-devel','libcephfs-dev'"

8 years agoMerge pull request #1227 from athanatos/wip-ec-overwrites
Sage Weil [Thu, 17 Nov 2016 18:56:13 +0000 (12:56 -0600)]
Merge pull request #1227 from athanatos/wip-ec-overwrites

ec overwrites tests (and bonus fix to fast reads)

8 years agoMerge pull request #1271 from SUSE/wip_flake8_F401_time_imported_but_unused
Kefu Chai [Thu, 17 Nov 2016 10:49:15 +0000 (18:49 +0800)]
Merge pull request #1271 from SUSE/wip_flake8_F401_time_imported_but_unused

tasks.rgw: 'time' imported but unused

Reviewed-by: Kefu Chai <kchai@redhat.com>
8 years agotasks.rgw: 'time' imported but unused
Owen Synge [Thu, 17 Nov 2016 10:37:59 +0000 (11:37 +0100)]
tasks.rgw: 'time' imported but unused

flake8 was failing.

Signed-off-by: Owen Synge <osynge@suse.com>
8 years agoAdded excluded packadges "'libcephfs-devel','libcephfs-dev'"
Yuri Weinstein [Tue, 15 Nov 2016 17:25:14 +0000 (17:25 +0000)]
Added excluded packadges "'libcephfs-devel','libcephfs-dev'"

Fixes http://tracker.ceph.com/issues/17902
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
8 years agotasks/scrub_test.py: Make test deterministic by updating digests
David Zafman [Thu, 20 Oct 2016 00:10:29 +0000 (17:10 -0700)]
tasks/scrub_test.py: Make test deterministic by updating digests

ceph_test_rados: Get coverage of digest updates in deep-scrub/repair

Signed-off-by: David Zafman <dzafman@redhat.com>
8 years agorepair_test, scrub_test: Fix whitelists for scrub changes
David Zafman [Thu, 20 Oct 2016 00:10:07 +0000 (17:10 -0700)]
repair_test, scrub_test: Fix whitelists for scrub changes

Signed-off-by: David Zafman <dzafman@redhat.com>
8 years agoscrub_test: Fix for list-inconsistent-obj output changes
David Zafman [Wed, 31 Aug 2016 19:02:31 +0000 (12:02 -0700)]
scrub_test: Fix for list-inconsistent-obj output changes

Signed-off-by: David Zafman <dzafman@redhat.com>
8 years agoMerge pull request #1269 from ceph/wip-rgw-sync-agent-retry
Matt Benjamin [Wed, 16 Nov 2016 16:35:20 +0000 (11:35 -0500)]
Merge pull request #1269 from ceph/wip-rgw-sync-agent-retry

rgw: fix some races with radosgw and radosgw-agent startup

(verified by Orit)

8 years agorgw: remove unnecessary sleeps
Casey Bodley [Tue, 15 Nov 2016 19:42:23 +0000 (14:42 -0500)]
rgw: remove unnecessary sleeps

remove the sleeps that were added to address radosgw startup races

Signed-off-by: Casey Bodley <cbodley@redhat.com>
8 years agorgw: start_rgw() polls gateway until it accepts connections
Casey Bodley [Tue, 15 Nov 2016 18:44:27 +0000 (13:44 -0500)]
rgw: start_rgw() polls gateway until it accepts connections

resolves various races between radosgw startup and further operations -
both within the rgw task itself (such as the 'radosgw-admin realm pull'),
and in later tasks

Fixes: http://tracker.ceph.com/issues/17794
Fixes: http://tracker.ceph.com/issues/17872
Signed-off-by: Casey Bodley <cbodley@redhat.com>
8 years agorgw: add retry/backoff to sync agent requests
Casey Bodley [Tue, 15 Nov 2016 16:24:25 +0000 (11:24 -0500)]
rgw: add retry/backoff to sync agent requests

resolves an issue where startup of the radosgw-agent races with the
requests we send to it to run sync. uses the requests package with
urllib3 to add retry with backoff to these requests

Fixes: http://tracker.ceph.com/issues/16129
Signed-off-by: Casey Bodley <cbodley@redhat.com>
8 years agoobjectstore.yaml: raise fd limit
Samuel Just [Fri, 11 Nov 2016 20:58:57 +0000 (12:58 -0800)]
objectstore.yaml: raise fd limit

Signed-off-by: Samuel Just <sjust@redhat.com>
8 years agofast.yaml: overrides not override
Samuel Just [Thu, 27 Oct 2016 18:22:49 +0000 (11:22 -0700)]
fast.yaml: overrides not override

Signed-off-by: Samuel Just <sjust@redhat.com>
8 years agothrash-erasure-code: disable ceph-objectstore-tool testing for now
Samuel Just [Thu, 27 Oct 2016 02:33:32 +0000 (19:33 -0700)]
thrash-erasure-code: disable ceph-objectstore-tool testing for now

Signed-off-by: Samuel Just <sjust@redhat.com>
8 years agorados,thrash-erasure-code: add overwrites workloads
Samuel Just [Tue, 25 Oct 2016 16:55:46 +0000 (09:55 -0700)]
rados,thrash-erasure-code: add overwrites workloads

Signed-off-by: Samuel Just <sjust@redhat.com>
8 years agoMerge pull request #1263 from ceph/wip-cephfs-perm
Sage Weil [Tue, 15 Nov 2016 21:09:47 +0000 (15:09 -0600)]
Merge pull request #1263 from ceph/wip-cephfs-perm

rados/singleton-nomsgr/all/cache-fs-trunc: debug

8 years agorados/singleton-nomsgr/all/cache-fs-trunc: debug
Sage Weil [Tue, 15 Nov 2016 16:58:39 +0000 (11:58 -0500)]
rados/singleton-nomsgr/all/cache-fs-trunc: debug

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1258 from ceph/jewel-x-fixes
Dan Mick [Tue, 15 Nov 2016 03:40:34 +0000 (19:40 -0800)]
Merge pull request #1258 from ceph/jewel-x-fixes

rados/upgrade: skip libcephfs-devel install

Reviewed-by: Dan Mick <dmick@redhat.com>
8 years agorados/upgrade: skip libcephfs-devel install
Sage Weil [Tue, 15 Nov 2016 02:48:33 +0000 (21:48 -0500)]
rados/upgrade: skip libcephfs-devel install

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1253 from ceph/wip-vive-la-libcephfs-devel
Sage Weil [Mon, 14 Nov 2016 14:31:02 +0000 (08:31 -0600)]
Merge pull request #1253 from ceph/wip-vive-la-libcephfs-devel

packages: s/libcephfs2-devel/libcephfs-devel/

8 years agopackages: s/libcephfs2-devel/libcephfs-devel/
Kefu Chai [Sun, 13 Nov 2016 04:50:15 +0000 (12:50 +0800)]
packages: s/libcephfs2-devel/libcephfs-devel/

Signed-off-by: Kefu Chai <kchai@redhat.com>
8 years agoMerge pull request #1251 from ceph/distros
Sage Weil [Fri, 11 Nov 2016 19:53:30 +0000 (13:53 -0600)]
Merge pull request #1251 from ceph/distros

distros/supported: add xenial

8 years agorados/singleton/all/mon-seesaw: give mons more time to stabilize
Sage Weil [Fri, 11 Nov 2016 19:05:52 +0000 (14:05 -0500)]
rados/singleton/all/mon-seesaw: give mons more time to stabilize

10s wasn't long enough for one run to get pgs created.

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agodistros/supported: add xenial
Sage Weil [Fri, 11 Nov 2016 18:40:09 +0000 (13:40 -0500)]
distros/supported: add xenial

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1249 from ceph/radostool-osds
Sage Weil [Fri, 11 Nov 2016 15:55:54 +0000 (09:55 -0600)]
Merge pull request #1249 from ceph/radostool-osds

rados/singleton: need 3 osds for radostool test

8 years agorados/singleton: need 3 osds for radostool test
Sage Weil [Fri, 11 Nov 2016 15:55:11 +0000 (10:55 -0500)]
rados/singleton: need 3 osds for radostool test

There's a k=2 m=1 ec pool in the test!

Fixes: http://tracker.ceph.com/issues/17775
Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1248 from ceph/scrub-vs-recovery
Sage Weil [Fri, 11 Nov 2016 15:49:56 +0000 (09:49 -0600)]
Merge pull request #1248 from ceph/scrub-vs-recovery

rados/thrash: test osd_scrub_during_recovery=false

8 years agorados/thrash: test osd_scrub_during_recovery = false
Sage Weil [Fri, 11 Nov 2016 15:04:36 +0000 (10:04 -0500)]
rados/thrash: test osd_scrub_during_recovery = false

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1246 from ceph/wip-powercycle
Yuri Weinstein [Thu, 10 Nov 2016 22:46:45 +0000 (14:46 -0800)]
Merge pull request #1246 from ceph/wip-powercycle

suites/powercycle: skip ext4; add bluestore

8 years agosuites/powercycle: test bluestore
Sage Weil [Thu, 10 Nov 2016 22:34:52 +0000 (17:34 -0500)]
suites/powercycle: test bluestore

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agosuites/powercycle: no ext4
Sage Weil [Thu, 10 Nov 2016 22:34:19 +0000 (17:34 -0500)]
suites/powercycle: no ext4

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1224 from jcsp/wip-hadoop-on-ubuntu
Gregory Farnum [Tue, 8 Nov 2016 22:51:00 +0000 (14:51 -0800)]
Merge pull request #1224 from jcsp/wip-hadoop-on-ubuntu

suites/hadoop: run only on ubuntu

8 years agoMerge pull request #1238 from ceph/rados-upgrades
Zack Cerza [Tue, 8 Nov 2016 21:35:51 +0000 (14:35 -0700)]
Merge pull request #1238 from ceph/rados-upgrades

rados/singleton-nomsgr: drop hammer, infernalis upgrades

8 years agoupgrade/jewel-x: skip libcephfs2 install
Sage Weil [Tue, 8 Nov 2016 20:17:45 +0000 (15:17 -0500)]
upgrade/jewel-x: skip libcephfs2 install

None of these tests currently cover fs, so this is
sufficient... :/

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agorados/singleton-nomsgr: drop hammer, infernalis upgrades
Sage Weil [Tue, 8 Nov 2016 17:06:43 +0000 (12:06 -0500)]
rados/singleton-nomsgr: drop hammer, infernalis upgrades

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1175 from batrick/multimds-thrash
John Spray [Tue, 8 Nov 2016 16:12:30 +0000 (17:12 +0100)]
Merge pull request #1175 from batrick/multimds-thrash

MDS thrasher for multimds

Reviewed-by: John Spray <john.spray@redhat.com>
8 years agoMerge remote-tracking branch 'origin/pull/1/head' into multimds-thrash
Patrick Donnelly [Tue, 8 Nov 2016 15:54:55 +0000 (10:54 -0500)]
Merge remote-tracking branch 'origin/pull/1/head' into multimds-thrash

* origin/pull/1/head:
  tasks/vstart_runner: fix default run-all
  tasks/vstart_runner: update for Filesystem changes

8 years agorados/upgrade: skip libcephfs2
Sage Weil [Tue, 8 Nov 2016 15:47:04 +0000 (10:47 -0500)]
rados/upgrade: skip libcephfs2

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agotasks/vstart_runner: fix default run-all
John Spray [Tue, 8 Nov 2016 11:41:00 +0000 (11:41 +0000)]
tasks/vstart_runner: fix default run-all

This broke when path changed.  It's a bit
weird to run the cephfs tests by default
now that vstart_runner is not cephfs-specific,
but for the moment just restore the old
behaviour.

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agotasks/vstart_runner: update for Filesystem changes
John Spray [Tue, 8 Nov 2016 11:38:45 +0000 (11:38 +0000)]
tasks/vstart_runner: update for Filesystem changes

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agotasks/mds_thrash: support multimds
Patrick Donnelly [Tue, 30 Aug 2016 21:23:46 +0000 (17:23 -0400)]
tasks/mds_thrash: support multimds

This commit amends the MDS thrasher task to also work on multimds
clusters. Main changes:

o New FSStatus class in tasks/cephfs/filesystem.py which gets a snapshot
  of the fsmap (`ceph fs dump`). This allows consecutive operations on
  the same fsmap without repeated fs dumps.

o Only one MDSThrasher is started for each file system.

o The MDSThrasher operates on ranks instead of names (and groups of
  standbys following the initial active).

o The MDSThrasher also will change the max_mds for the cluster to a new
  value [1, current) or (current, starting max_mds]. When reduced,
  randomly selected MDSs other than rank 0 will be deactivated to reach
  the new max_mds. The likelihood of changing max_mds in a given cycle of
  the MDSThrasher is set by the "thrash_max_mds" config.

o The MDSThrasher prints out stats on completion, e.g. number of
  mds deactivated or mds_max changed.

Pre-requisite for: http://tracker.ceph.com/issues/10792
Partially fixes: http://tracker.ceph.com/issues/15134

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
8 years agoMerge pull request #1223 from ceph/wip-jlayton-libcephfs2
Sage Weil [Tue, 8 Nov 2016 00:41:42 +0000 (18:41 -0600)]
Merge pull request #1223 from ceph/wip-jlayton-libcephfs2

libcephfs1 -> libcephfs2 rename

8 years agoMerge pull request #1236 from ceph/wip-upgrade-mgr
Zack Cerza [Mon, 7 Nov 2016 17:30:19 +0000 (10:30 -0700)]
Merge pull request #1236 from ceph/wip-upgrade-mgr

rados/upgrade: skip ceph-mgr on jewel install

8 years agorados/upgrade: skip ceph-mgr on jewel install
Sage Weil [Mon, 7 Nov 2016 17:21:18 +0000 (12:21 -0500)]
rados/upgrade: skip ceph-mgr on jewel install

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1234 from jcsp/wip-fixup-cephfs
Gregory Farnum [Sun, 6 Nov 2016 21:04:14 +0000 (16:04 -0500)]
Merge pull request #1234 from jcsp/wip-fixup-cephfs

Fix running cephfs python tests without mgr daemon

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
8 years agotasks/ceph_test_case: only construct needed parts
John Spray [Sun, 6 Nov 2016 10:59:08 +0000 (10:59 +0000)]
tasks/ceph_test_case: only construct needed parts

Don't construct Filesystem and MDSCluster if there
are no MDSs in the system, don't construct MgrCluster
if there are no mgrs in the system.

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agotasks/vstart_runner: fix paths in docstring
John Spray [Sun, 6 Nov 2016 11:02:11 +0000 (11:02 +0000)]
tasks/vstart_runner: fix paths in docstring

Should have been updated when this file moved.

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agotasks/mgr: remove duplicated method definition
John Spray [Sun, 6 Nov 2016 10:58:33 +0000 (10:58 +0000)]
tasks/mgr: remove duplicated method definition

This was already defined in parent CephCluster class.

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1229 from ceph/wip-jewel-upgrades
Sage Weil [Fri, 4 Nov 2016 22:20:07 +0000 (17:20 -0500)]
Merge pull request #1229 from ceph/wip-jewel-upgrades

fix ceph-mgr install for upgrade tests

8 years agoupgrade/jewel-x/point-to-point: fix upgrades
Sage Weil [Fri, 4 Nov 2016 21:58:20 +0000 (17:58 -0400)]
upgrade/jewel-x/point-to-point: fix upgrades

skip ceph-mgr

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1233 from ceph/wip-17759
Samuel Just [Fri, 4 Nov 2016 19:53:17 +0000 (12:53 -0700)]
Merge pull request #1233 from ceph/wip-17759

Added short pg log entries to rgw test

Reviewed-by: Samuel Just <sjust@redhat.com>
8 years agoAdded short pg log entries to rgw test
Tamil Muthamizhan [Fri, 4 Nov 2016 19:37:28 +0000 (12:37 -0700)]
Added short pg log entries to rgw test

This change aims to test rgw with messenger failure injection
and very short logs.

Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
8 years agoobjectstore/bluestore: disable bluefs env mirror
Sage Weil [Wed, 2 Nov 2016 13:57:46 +0000 (09:57 -0400)]
objectstore/bluestore: disable bluefs env mirror

We can't atomically append to two env backends, which means
that we can see size mismatches when we inject failures.

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1232 from ceph/wip-blackhole
Sage Weil [Fri, 4 Nov 2016 18:38:02 +0000 (13:38 -0500)]
Merge pull request #1232 from ceph/wip-blackhole

tasks: use new generic objectstore_blackhole option

8 years agotasks: use new generic objectstore_blackhole option
Sage Weil [Fri, 4 Nov 2016 15:27:23 +0000 (11:27 -0400)]
tasks: use new generic objectstore_blackhole option

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoupgrade/client-upgrades: exclude ceph-mgr from old installs
Sage Weil [Thu, 3 Nov 2016 16:07:05 +0000 (12:07 -0400)]
upgrade/client-upgrades: exclude ceph-mgr from old installs

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoupgrade/firefly-hammer-x: remove
Sage Weil [Thu, 3 Nov 2016 16:06:19 +0000 (12:06 -0400)]
upgrade/firefly-hammer-x: remove

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoupgrade/hammer-x: remove
Sage Weil [Thu, 3 Nov 2016 16:06:09 +0000 (12:06 -0400)]
upgrade/hammer-x: remove

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoupgrade/infernalis*: remove
Sage Weil [Thu, 3 Nov 2016 16:05:50 +0000 (12:05 -0400)]
upgrade/infernalis*: remove

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoupgrade/jewel-x: skip ceph-mgr install
Sage Weil [Thu, 3 Nov 2016 16:05:27 +0000 (12:05 -0400)]
upgrade/jewel-x: skip ceph-mgr install

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agorados/objectstore/objectstore: suppress core dumps
Sage Weil [Wed, 2 Nov 2016 17:46:45 +0000 (13:46 -0400)]
rados/objectstore/objectstore: suppress core dumps

Some of these tests to fork and assertion tests that leave
core behind, and that is normal.  Disable core dumps.

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1086 from jcsp/wip-ceph-mgr
Kefu Chai [Tue, 1 Nov 2016 12:42:30 +0000 (20:42 +0800)]
Merge pull request #1086 from jcsp/wip-ceph-mgr

Create ceph-mgr tests

Reviewed-by: Kefu Chai <kchai@redhat.com>
8 years agotasks: update cephfs_test_runner for mgr
John Spray [Wed, 28 Sep 2016 19:21:11 +0000 (20:21 +0100)]
tasks: update cephfs_test_runner for mgr

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agopackages: install ceph-mgr
John Spray [Tue, 27 Sep 2016 11:33:46 +0000 (12:33 +0100)]
packages: install ceph-mgr

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agotasks: update to run ceph-mgr daemons
John Spray [Tue, 27 Sep 2016 11:22:45 +0000 (12:22 +0100)]
tasks: update to run ceph-mgr daemons

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agosuites: create mgr yaml
John Spray [Tue, 27 Sep 2016 10:54:29 +0000 (11:54 +0100)]
suites: create mgr yaml

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agotasks: create ceph-mgr tests
John Spray [Sat, 16 Jul 2016 21:16:53 +0000 (22:16 +0100)]
tasks: create ceph-mgr tests

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agotasks/cephfs: refactor test case class
John Spray [Tue, 1 Nov 2016 11:21:41 +0000 (12:21 +0100)]
tasks/cephfs: refactor test case class

A more generic CephTestCase and CephCluster, for
writeing non-cephfs test cases.

This avoids overloading one class with the functionality
needed by lots of different subsystems.

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1219 from ceph/wip-cephfs-scan-links
John Spray [Fri, 28 Oct 2016 10:03:43 +0000 (11:03 +0100)]
Merge pull request #1219 from ceph/wip-cephfs-scan-links

tasks/cephfs: add TestDataScan.test_scan_links

Reviewed-by: John Spray <john.spray@redhat.com>
8 years agotasks/cephfs: fixup test_backtrace_repair
John Spray [Fri, 28 Oct 2016 09:33:17 +0000 (10:33 +0100)]
tasks/cephfs: fixup test_backtrace_repair

The branches got mixed up and the merged one wasn't
the same one that was tested.  This is the one that
works!

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1220 from ceph/wip-10235
Zack Cerza [Thu, 27 Oct 2016 19:27:23 +0000 (13:27 -0600)]
Merge pull request #1220 from ceph/wip-10235

Remove obsolete calamari code

8 years agosuites/hadoop: run only on ubuntu
John Spray [Thu, 27 Oct 2016 16:51:54 +0000 (17:51 +0100)]
suites/hadoop: run only on ubuntu

Workaround for http://tracker.ceph.com/issues/16640

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1145 from michaelsevilla/mantle
John Spray [Wed, 26 Oct 2016 19:31:44 +0000 (20:31 +0100)]
Merge pull request #1145 from michaelsevilla/mantle

mds: add tests for mantle (programmable balancer)

Reviewed-by: John Spray <john.spray@redhat.com>
8 years agoRemove obsolete calamari code
Dan Mick [Wed, 26 Oct 2016 04:23:09 +0000 (21:23 -0700)]
Remove obsolete calamari code

It's dead, Jim.

Fixes: http://tracker.ceph.com/issues/10235
Signed-off-by: Dan Mick <dan.mick@redhat.com>
8 years agotasks/cephfs: add TestDataScan.test_scan_links
Yan, Zheng [Mon, 24 Oct 2016 08:24:24 +0000 (16:24 +0800)]
tasks/cephfs: add TestDataScan.test_scan_links

Signed-off-by: Yan, Zheng <zyan@redhat.com>
8 years agoMerge pull request #1218 from jcsp/wip-backtrace-repair
John Spray [Tue, 25 Oct 2016 10:55:33 +0000 (11:55 +0100)]
Merge pull request #1218 from jcsp/wip-backtrace-repair

tasks/cephfs: add TestForwardScrub.test_backtrace_repair

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
8 years agolibcephfs1 -> libcephfs2 rename
Jeff Layton [Mon, 24 Oct 2016 13:12:53 +0000 (09:12 -0400)]
libcephfs1 -> libcephfs2 rename

Signed-off-by: Jeff Layton <jlayton@redhat.com>
8 years agotasks/cephfs: add TestForwardScrub.test_backtrace_repair
John Spray [Thu, 20 Oct 2016 10:49:08 +0000 (11:49 +0100)]
tasks/cephfs: add TestForwardScrub.test_backtrace_repair

Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1216 from ceph/wip-pg-files
Gregory Farnum [Fri, 21 Oct 2016 21:48:47 +0000 (14:48 -0700)]
Merge pull request #1216 from ceph/wip-pg-files

tasks/cephfs: add TestDataScan.test_pg_files

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
8 years agoMerge pull request #1217 from ceph/wip-17558
Gregory Farnum [Fri, 21 Oct 2016 21:40:58 +0000 (14:40 -0700)]
Merge pull request #1217 from ceph/wip-17558

mon-seesaw: add mon-seesaw test and mon_seesaw task

Reviewed-by: Sam Just <sjust@redhat.com>
8 years agomon-seesaw: add mon-seesaw test and mon_seesaw task
Kefu Chai [Mon, 17 Oct 2016 16:41:33 +0000 (00:41 +0800)]
mon-seesaw: add mon-seesaw test and mon_seesaw task

mon_seesaw task replaces a monitor with a newly reployed one, in a
single-mon test including this task OSDs will not be able to connect
to cluster if the tracker#17558 is not fixed on the monitor side.

http://tracker.ceph.com/issues/17558
Signed-off-by: Kefu Chai <kchai@redhat.com>
8 years agotasks/cephfs: add TestDataScan.test_pg_files
John Spray [Wed, 19 Oct 2016 22:19:21 +0000 (23:19 +0100)]
tasks/cephfs: add TestDataScan.test_pg_files

Fixes: http://tracker.ceph.com/issues/17249
Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1213 from jcsp/wip-generate-caps
Zack Cerza [Wed, 19 Oct 2016 17:35:51 +0000 (11:35 -0600)]
Merge pull request #1213 from jcsp/wip-generate-caps

tasks/ceph: move generate_caps from teuthology

8 years agoMerge pull request #1202 from ajarr/wip-check-volume-size
John Spray [Wed, 19 Oct 2016 13:19:14 +0000 (15:19 +0200)]
Merge pull request #1202 from ajarr/wip-check-volume-size

test_volume_client: check volume size

Reviewed-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1166 from ajarr/wip-17216
John Spray [Wed, 19 Oct 2016 13:18:52 +0000 (15:18 +0200)]
Merge pull request #1166 from ajarr/wip-17216

tasks/cephfs : test recovery of partial auth update

Reviewed-by: John Spray <john.spray@redhat.com>
8 years agotasks/ceph: move generate_caps from teuthology
John Spray [Tue, 27 Sep 2016 11:17:22 +0000 (12:17 +0100)]
tasks/ceph: move generate_caps from teuthology

This was only used in this task, and it is much too
ceph-specific to belong in teuthology.

Fixes: http://tracker.ceph.com/issues/17614
Signed-off-by: John Spray <john.spray@redhat.com>
8 years agoMerge pull request #1212 from ceph/wip-osd-recovery
Sage Weil [Tue, 18 Oct 2016 18:47:38 +0000 (13:47 -0500)]
Merge pull request #1212 from ceph/wip-osd-recovery

rados/singleton/all/osd-recovery*: disable fast fail

8 years agorados/singleton/all/osd-recovery*: disable fast fail
Sage Weil [Tue, 18 Oct 2016 16:29:34 +0000 (12:29 -0400)]
rados/singleton/all/osd-recovery*: disable fast fail

This test relies on being able to kill two OSDs before
they detect the failures on their own.

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1210 from ceph/wip-add-jewel-x
Sage Weil [Mon, 17 Oct 2016 19:46:28 +0000 (14:46 -0500)]
Merge pull request #1210 from ceph/wip-add-jewel-x

Added jewel-x-singleton

8 years agoAdded jewel-x-singleton
Yuri Weinstein [Mon, 17 Oct 2016 15:50:31 +0000 (15:50 +0000)]
Added jewel-x-singleton

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
8 years agoMerge pull request #1209 from ceph/wip-rados-upgrade
Yuri Weinstein [Mon, 17 Oct 2016 15:37:08 +0000 (08:37 -0700)]
Merge pull request #1209 from ceph/wip-rados-upgrade

rados/upgrade: remove hammer-x-singleton

8 years agorados/upgrade: remove hammer-x-singleton
Sage Weil [Mon, 17 Oct 2016 15:33:31 +0000 (11:33 -0400)]
rados/upgrade: remove hammer-x-singleton

Upgrades must stop at jewel now.

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1208 from ceph/wip-rgw-min-size
Sage Weil [Mon, 17 Oct 2016 15:32:33 +0000 (10:32 -0500)]
Merge pull request #1208 from ceph/wip-rgw-min-size

rados: move rgw_snaps from thrash to basic

8 years agorados: move rgw_snaps from thrash to basic
Sage Weil [Mon, 17 Oct 2016 15:28:20 +0000 (11:28 -0400)]
rados: move rgw_snaps from thrash to basic

rgw does not tolerate min_size=2 + size=2 thrashing (slow
rados ops).

Signed-off-by: Sage Weil <sage@redhat.com>
8 years agoMerge pull request #1207 from ceph/wip-kraken
Sage Weil [Sun, 16 Oct 2016 03:28:03 +0000 (22:28 -0500)]
Merge pull request #1207 from ceph/wip-kraken

more kraken upgrade fixes

8 years agoMerge pull request #1200 from ceph/wip-rebuild-mondb
Kefu Chai [Sat, 15 Oct 2016 04:58:14 +0000 (12:58 +0800)]
Merge pull request #1200 from ceph/wip-rebuild-mondb

tasks/rebuild_mondb.py: fill up the caps in the keyring

8 years agoupgrade/jewel-x: fix require_kraken_osds flag
Sage Weil [Fri, 14 Oct 2016 17:59:36 +0000 (13:59 -0400)]
upgrade/jewel-x: fix require_kraken_osds flag

Signed-off-by: Sage Weil <sage@redhat.com>