]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Gregory Farnum [Wed, 29 Apr 2015 03:56:44 +0000 (20:56 -0700)]
Merge pull request #422 from ceph/wip-log-whitelist
suites: log whitelist for journal repair test
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray [Tue, 28 Apr 2015 13:28:11 +0000 (14:28 +0100)]
suites: log whitelist for journal repair test
"bad backtrace on dir ino" is emitted because
journaltool's recover-dentries doesn't write
backtraces.
Signed-off-by: John Spray <john.spray@redhat.com>
Josh Durgin [Mon, 27 Apr 2015 18:29:09 +0000 (11:29 -0700)]
rbd.xfstests: remove bad assert
Misguided input validation. A better error comes
from the run_xfstests() method later anyway.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
tmuthamizhan [Thu, 23 Apr 2015 00:24:22 +0000 (17:24 -0700)]
Merge pull request #405 from ceph/wip-10781
Initial checkin for hammer-x suite
tmuthamizhan [Thu, 23 Apr 2015 00:21:26 +0000 (17:21 -0700)]
Merge pull request #414 from ceph/wip_11413
Added hammer-client-x to the mix
Josh Durgin [Tue, 21 Apr 2015 22:31:16 +0000 (15:31 -0700)]
xfstests: fix typo
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin [Tue, 21 Apr 2015 22:01:47 +0000 (15:01 -0700)]
xfstests: define defaults in root task
The early non-defaults caused failures due to xfstests_url: None not
being overridden by run_xfstests(). Move the defaults to xfstests() and
don pass xfstests_branch past that point.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Gregory Farnum [Tue, 21 Apr 2015 21:20:28 +0000 (14:20 -0700)]
Merge pull request #417 from ceph/wip-10657
cephfs/test_client_limits.py: test for client oldest tid warning
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Sage Weil [Tue, 21 Apr 2015 16:27:42 +0000 (09:27 -0700)]
Merge pull request #415 from ceph/wip-10624
task/samba: ignore return code of fuser/losf
Reviewed-by: Sage Weil <sage@redhat.com>
Yan, Zheng [Tue, 21 Apr 2015 12:24:39 +0000 (20:24 +0800)]
cephfs/test_client_limits.py: test for client oldest tid warning
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng [Tue, 21 Apr 2015 03:30:12 +0000 (11:30 +0800)]
task/samba: ignore return code of fuser/losf
if mount point is not used by anyone, both fuser and losf return 1
Fixes: #10624
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Greg Farnum [Mon, 20 Apr 2015 18:15:20 +0000 (11:15 -0700)]
Merge branch 'greg-testing-snapshot-rename'
Gregory Farnum [Mon, 20 Apr 2015 18:10:33 +0000 (11:10 -0700)]
Merge pull request #404 from ceph/wip-3645-fixup
DNM: tasks: s/pending_create/pending_update/ in MDS
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum [Mon, 20 Apr 2015 01:21:08 +0000 (18:21 -0700)]
Merge remote-tracking branch 'origin/wip-3645-fixup' into greg-testing-snapshot-rename
Greg Farnum [Mon, 20 Apr 2015 01:18:51 +0000 (18:18 -0700)]
Merge remote-tracking branch 'origin/wip-11316' into greg-testing-quotas
Greg Farnum [Mon, 20 Apr 2015 01:18:35 +0000 (18:18 -0700)]
Merge remote-tracking branch 'origin/wip-10390' into greg-testing-quotas
Conflicts:
suites/fs/recovery/tasks/mds-full.yaml
John Spray [Wed, 1 Apr 2015 17:29:08 +0000 (18:29 +0100)]
suites/fs: update log whitelist
These ones had been passing because of #11177,
now that that is fixed they require an update.
Fixes: #11300
Signed-off-by: John Spray <john.spray@redhat.com>
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
John Spray [Mon, 6 Apr 2015 18:54:23 +0000 (19:54 +0100)]
tasks/ceph_deploy: configure CephFS
This test apparently had not been touched since
"fs new" was added. In addition to calling
Filesystem.create:
* modify the get_nodes_using_role
function to modify ctx.cluster.remotes so that the
service IDs match what ceph-deploy will set
* log exceptions during ceph_deploy setup, as otherwise
they can get lost if another exception occurs during
teardown (so that it's all easier to debug).
* default to passing --dev=master during install, so
that we don't error out horribly when run without
an explicit branch set (e.g. when run outside
scheduled suite)
Fixes: #11316
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 8 Apr 2015 09:41:20 +0000 (10:41 +0100)]
tasks/cephfs: cope with missing ctx.daemons attr
...so that we may be used with the ceph_deploy task
that doesn't set that up.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 7 Apr 2015 13:14:15 +0000 (14:14 +0100)]
tasks/cephfs: tweak use of mon for admin commands
... s/mon_remote/admin_remote/ and allow caller to pass
in which remote they want to use for that. Enables use
with ceph_deploy task which does not give admin keys
to mons.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 6 Apr 2015 18:53:50 +0000 (19:53 +0100)]
tasks/ceph: refactor legacy FS configuration check
Move up into Filesystem so that this can be used from
the ceph_deploy task as well.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 14 Apr 2015 13:12:27 +0000 (14:12 +0100)]
suites: whitelist log messages for auto-repair test
Log messages being checked now since #11177
was fixed.
Signed-off-by: John Spray <john.spray@redhat.com>
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Yuri Weinstein [Fri, 17 Apr 2015 16:26:36 +0000 (09:26 -0700)]
Added hammer-client-x to the mix
Renamed dirs to better reflect what is being tested
Removed old dirs
Added logging
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Gregory Farnum [Thu, 16 Apr 2015 23:41:50 +0000 (16:41 -0700)]
Merge pull request #403 from ceph/wip-6613
task/samba: use SIGTERM to stop samba server
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Zack Cerza [Thu, 16 Apr 2015 18:30:59 +0000 (12:30 -0600)]
Merge pull request #409 from ceph/wip-git.ceph.com
git.ceph.com
Sage Weil [Thu, 16 Apr 2015 16:45:59 +0000 (09:45 -0700)]
http not https for git.ceph.com
Until we have https at least!
Signed-off-by: Sage Weil <sage@redhat.com>
Alfredo Deza [Thu, 16 Apr 2015 16:07:34 +0000 (12:07 -0400)]
Merge pull request #408 from ceph/wip-git.ceph.com
git.ceph.com
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Sage Weil [Thu, 16 Apr 2015 16:05:30 +0000 (09:05 -0700)]
git.ceph.com
Signed-off-by: Sage Weil <sage@redhat.com>
Alfredo Deza [Thu, 16 Apr 2015 15:40:02 +0000 (11:40 -0400)]
Merge pull request #407 from ceph/wip-git.ceph.com
git.ceph.com
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Sage Weil [Thu, 16 Apr 2015 15:36:12 +0000 (08:36 -0700)]
git.ceph.com
Signed-off-by: Sage Weil <sage@redhat.com>
Yuri Weinstein [Wed, 15 Apr 2015 23:31:21 +0000 (16:31 -0700)]
Initial checkin for hammer-x suite
Used "ceph osd crush tunables hammer"
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Yuri Weinstein [Wed, 15 Apr 2015 15:39:24 +0000 (08:39 -0700)]
Update latest_firefly_release.yaml
Changed tag to "branch: firefly"
John Spray [Tue, 14 Apr 2015 13:20:21 +0000 (14:20 +0100)]
tasks: s/pending_create/pending_update/ in MDS
Tests inspecting snapserver dump need updating
to reflect the rename.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 1 Apr 2015 22:50:14 +0000 (23:50 +0100)]
tasks: implement TestStrays.test_mv_hardlink_cleanup
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 1 Apr 2015 12:56:13 +0000 (13:56 +0100)]
tasks: update test_journal_repair
This broke with recent Client changes that
do better caching of readdir results, such
that doing an ls twice is no longer sufficient
to see a fresh result after repair - we need
to remount instead.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 1 Apr 2015 15:51:26 +0000 (16:51 +0100)]
suites/fs: clean up whitespace in YAML
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 24 Feb 2015 09:25:44 +0000 (09:25 +0000)]
suites: run fs/recovery with two MDSs
Some tests need both, and others should
ignore it.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 23 Feb 2015 16:36:38 +0000 (16:36 +0000)]
suites: add .yamls for the recent cephfs tests
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 23 Feb 2015 16:33:16 +0000 (16:33 +0000)]
suites: put fuse clients on separate hosts
To mitigate the weirdness when we start
trying to abort /sys/fs/fuse/connections/*
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Mon, 23 Feb 2015 15:16:20 +0000 (15:16 +0000)]
suites: update tasks to use cephfs_test_runner
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Thu, 26 Mar 2015 17:15:28 +0000 (17:15 +0000)]
tasks: update journal_repair test for 'damaged' state
To track recent change in master where instead of
crashing on missing MDSTable object we'll go
into damaged state.
Instead of catching a crash, handle the rank's
transition to the damanged state. Leave the crash
handling code (unused for the moment) in the
Filesystem class in case it's needed elsewhere
soon.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 21 Jan 2015 14:28:13 +0000 (14:28 +0000)]
tasks/cephfs: add test_strays
This tests the new purge file/ops throttling
in the MDS, via the new perf counters for
strays/purging.
Fixes: #10390
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Thu, 26 Mar 2015 17:50:23 +0000 (17:50 +0000)]
tasks/cephfs: add test_sessionmap
Tests for the persistence behaviour of SessionMap.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Thu, 26 Mar 2015 17:52:10 +0000 (17:52 +0000)]
tasks: generalise cephfs test runner
...to avoid having boilerplate in each test module,
and gain the ability to run them all in one go
with a nice test-by-test pass/fail report.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 24 Feb 2015 09:26:10 +0000 (09:26 +0000)]
tasks/ceph_fuse: populate ctx.mounts earlier
...so that if an error happens during mount, I can
use the interactive console to access ctx.mounts.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Thu, 19 Feb 2015 09:12:38 +0000 (09:12 +0000)]
tasks/mds_flush: be more careful monitoring stats
Were previously taking the baseline from just after the
client did a delete, which was racy: should have taken
it from before, to get a steady state.
Also update the perf dump calls to take advantage of
the new filtering syntax.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Sat, 7 Feb 2015 09:33:58 +0000 (09:33 +0000)]
tasks: lots of s/mds_restart/mds_fail_restart/
Wherever we are subsequently waiting for daemons
to be healthy, we should be doing a fail during the restart.
Also catch some places that were doing this longhand and use
the handy fail_restart version instead.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Fri, 6 Feb 2015 09:55:04 +0000 (09:55 +0000)]
tasks/cephfs: better multiple-mds handling
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Fri, 6 Feb 2015 09:50:59 +0000 (09:50 +0000)]
tasks/ceph_manager: DRY in mds_status
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Fri, 13 Feb 2015 12:09:50 +0000 (12:09 +0000)]
ceph_manager: fix bad type assertions
In python, isinstance(foo, str) will fail if
a unicode string is passed in. The correct check
is basestring.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 4 Feb 2015 12:52:42 +0000 (12:52 +0000)]
tasks/cephfs: be tolerant of multiple MDSs
...as long as only one is active, all the ops
that default to talking to a single MDS should
be happy to talk to the active MDS, even if there
happens to be a standby lying around too.
Signed-off-by: John Spray <john.spray@redhat.com>
Yan, Zheng [Tue, 14 Apr 2015 09:05:40 +0000 (17:05 +0800)]
task/samba: use SIGTERM to stop samba server
man samba(8) contains sentences:
To shut down a user's smbd process it is recommended that SIGKILL (-9)
NOT be used, except as a last resort, as this may leave the shared
memory area in an inconsistent state. The safe way to terminate an smbd
is to send it a SIGTERM (-15) signal and wait for it to die on its own.
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Josh Durgin [Tue, 14 Apr 2015 00:11:06 +0000 (17:11 -0700)]
Merge pull request #395 from fullerdj/wip-rbd-xfstests-201504
RBD: add YAML variables to override locations for ceph-qa-chef and xfstests
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin [Thu, 9 Apr 2015 21:53:57 +0000 (14:53 -0700)]
Merge pull request #399 from ceph/wip-11043
Removed per #11070 and resolves #11043
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein [Thu, 9 Apr 2015 21:47:25 +0000 (14:47 -0700)]
Removed per #11070 and resolves #11043
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Douglas Fuller [Tue, 31 Mar 2015 15:52:52 +0000 (08:52 -0700)]
RBD: added optional YAML parameters to test xfstests from different repos
These variables are needed because ceph-qa-suite bootstraps ceph-qa-chef via
http download of solo-from/scratch/run. This adds a variable to override the
default script. It also adds variables to the rbd task to override the versions
of run_xfstests_krbd.sh and run_xfstests.sh downloaded by the default task.
variables added
======
tasks:
-chef
script_url: # override default location for solo-from-scratch for Chef
chef_repo: # override default Chef repo used by solo-from-scratch
chef_branch: # to choose a different git upstream branch for ceph-qa-chef
-rbd.xfstests:
client.0:
xfstests_branch: # to choose a different git upstream branch for xfstests
xfstests_url: # override git base URL for run_xfstests{_krbd}.sh
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
Douglas Fuller [Mon, 6 Apr 2015 19:23:38 +0000 (12:23 -0700)]
Increased default test RBD size to 10G to help tests pass
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
Loic Dachary [Fri, 3 Apr 2015 16:38:44 +0000 (18:38 +0200)]
Merge pull request #367 from dachary/wip-ec-cache-agent
add erasure code and cache agent upgrade tests
Reviewed-by: Yuri Weinstein <yuriw@redhat.com>
Loic Dachary [Tue, 24 Mar 2015 19:14:45 +0000 (20:14 +0100)]
erasure-code: ec-cache-agent in firefly-x/stress-split-erasure-code
Immediately after the Firefly installation, create an erasure code pool
behind a replicated cache pool. Run deep-scrub on all OSD while a rados
task runs. After upgrading half of the cluster (MON and OSD), run a
rados task again also deep-scrub in parallel.
http://tracker.ceph.com/issues/11054 Fixes: #11054
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Tue, 24 Mar 2015 19:12:56 +0000 (20:12 +0100)]
erasure-code: rename firefly-x/stress-split-erasure-code
Rename sub-directories of firefly-x/stress-split-erasure-code make room
for a workload immediately after the installation, i.e. number 2.
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Fri, 27 Mar 2015 06:19:23 +0000 (07:19 +0100)]
rados: explain that the task is asynchronous by default
Signed-off-by: Loic Dachary <loic@dachary.org>
Andrew Schoen [Thu, 2 Apr 2015 20:18:03 +0000 (15:18 -0500)]
Merge pull request #393 from ceph/revert-385-wip-mkfs
Revert "ceph: be less weird about passing -f to mkfs"
Andrew Schoen [Thu, 2 Apr 2015 20:08:13 +0000 (15:08 -0500)]
Revert "ceph: be less weird about passing -f to mkfs"
Yuri Weinstein [Wed, 1 Apr 2015 22:53:36 +0000 (15:53 -0700)]
Fixed #11306 Whitelist WRN "failed to encode map"
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
(cherry picked from commit
9b9d27b25ee3f75fedc5db788bbe87b93d517f0e )
Sage Weil [Tue, 31 Mar 2015 17:06:41 +0000 (10:06 -0700)]
Merge pull request #388 from athanatos/wip-wrongly
rados_python: whitelist wrongly marked me down
Sage Weil [Tue, 31 Mar 2015 17:06:10 +0000 (10:06 -0700)]
Merge pull request #387 from athanatos/wip-scrub-repair-test
(scrub|rados)_test: tolerate best guess digest errors as well
Sage Weil [Tue, 31 Mar 2015 17:05:37 +0000 (10:05 -0700)]
Merge pull request #386 from athanatos/wip-11156
rados/thrash*: make scrubs happen a lot
Andrew Schoen [Tue, 31 Mar 2015 16:03:00 +0000 (11:03 -0500)]
Merge pull request #385 from ceph/wip-mkfs
ceph: be less weird about passing -f to mkfs
Sage Weil [Tue, 31 Mar 2015 04:11:35 +0000 (21:11 -0700)]
ceph: fix mkfs -f bug
Pass -f by default to btrfs instead of first trying without and *then*
trying with.
Among other things, this avoids a confusing failure where we try mkfs.ext4
device (no -f), fail for some reason, and then try again with -f and get
a usage error (-f does not mean force for mke2fs).
Signed-off-by: Sage Weil <sage@redhat.com>
Samuel Just [Mon, 30 Mar 2015 20:47:05 +0000 (13:47 -0700)]
rados_python: whitelist wrongly marked me down
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just [Sun, 29 Mar 2015 23:03:32 +0000 (16:03 -0700)]
(scrub|rados)_test: tolerate best guess digest errors as well
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just [Fri, 20 Mar 2015 18:24:22 +0000 (11:24 -0700)]
rados/thrash*: make scrubs happen a lot
Signed-off-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein [Fri, 27 Mar 2015 19:23:37 +0000 (12:23 -0700)]
Merge pull request #380 from ceph/wip-11204
Make sure that ulimits are adjusted for ceph-objectstore-tool
Andrew Schoen [Fri, 27 Mar 2015 01:03:50 +0000 (18:03 -0700)]
Merge pull request #382 from dmick/master
calamari_setup: der. Use dict.update() correctly
Dan Mick [Fri, 27 Mar 2015 00:54:36 +0000 (17:54 -0700)]
calamari_setup: der. Use dict.update() correctly
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Andrew Schoen [Fri, 27 Mar 2015 00:21:18 +0000 (17:21 -0700)]
Merge pull request #381 from dmick/master
calamari_setup fixes
Sage Weil [Fri, 27 Mar 2015 00:09:33 +0000 (17:09 -0700)]
Merge remote-tracking branch 'gh/hammer'
Conflicts:
.gitignore
Dan Mick [Fri, 27 Mar 2015 00:00:38 +0000 (17:00 -0700)]
calamari_setup: Require test_image to be set
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Thu, 26 Mar 2015 23:46:35 +0000 (16:46 -0700)]
calamari_setup: centralize config defaults
Make a DEFAULTS dict that is updated by any user parms, so that
defaults are documented centrally and so config.get(key, defval) is
no longer necessary everywhere.
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Thu, 26 Mar 2015 22:29:37 +0000 (15:29 -0700)]
calamari_setup: remove "build test image" code; add 'test_image' cfgvar
Stop trying to build test images inside this test; presume the test
image is available built externally (in a file path or an http URL).
Config vars ice_tool_dir, ice_version, iceball_location, and
ice_git_location go away in favor of 'test_image', the path to the
testable image (which can still be a tar.gz or an .iso).
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Thu, 26 Mar 2015 22:31:05 +0000 (15:31 -0700)]
calamari_setup: mounting iso on older distros requires -o loop
Ubuntu's mount/kernel support "mount <file> <mntpnt>" directly;
apparently Centos 6 (and presumably RHEL6) require specifying at
least '-o loop' (a /dev/loopN will be dynamically allocated and removed
on unmount).
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Andrew Schoen [Fri, 27 Mar 2015 00:00:46 +0000 (17:00 -0700)]
Merge pull request #379 from ceph/wip-wn
fix watch-notify test
Sage Weil [Thu, 26 Mar 2015 23:51:56 +0000 (16:51 -0700)]
tasks/watch_notify_same_primary: wait for watch before notify
Make sure watch is done registering and ready before sending the
notifies.
Fixes: #10634
Signed-off-by: Sage Weil <sage@redhat.com>
David Zafman [Thu, 26 Mar 2015 20:04:06 +0000 (13:04 -0700)]
Make sure that ulimits are adjusted for ceph-objectstore-tool
Fixes: #11204
Signed-off-by: David Zafman <dzafman@redhat.com>
Yuri Weinstein [Wed, 25 Mar 2015 23:35:09 +0000 (16:35 -0700)]
Merge pull request #378 from dachary/wip-11221-erasure-code-not-parallel
erasure-code: enable ec-rados-default.yaml
Loic Dachary [Tue, 24 Mar 2015 16:41:12 +0000 (17:41 +0100)]
erasure-code: enable ec-rados-default.yaml
The ec-rados-default.yaml started with:
workload:
sequential:
which is only suitable for suites/upgrade/giant-x/parallel/2-workload/sequential_run/ec-rados-default.yaml
because suites/upgrade/giant-x/parallel/1-giant-install/giant.yaml has
- parallel:
- workload
- upgrade-sequence
The same file was included in contexts where the parallel task was not
used and the workload did not run:
./suites/upgrade/firefly-x/stress-split-erasure-code/5-workload/ec-rados-default.yaml
./suites/upgrade/giant-x/stress-split-erasure-code/5-workload/ec-rados-default.yaml
./suites/upgrade/giant-x/stress-split-erasure-code-x86_64/5-workload/ec-rados-default.yaml
The ec-rados-default.yaml is modified to be a task instead of a
sequential task in a parallel tasks. The ec-rados-sequential.yaml is
added and is linked in
suites/upgrade/giant-x/parallel/2-workload/sequential_run instead of ec-rados-default.yaml.
http://tracker.ceph.com/issues/11221 Fixes: #11221
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary [Sun, 22 Mar 2015 16:43:02 +0000 (17:43 +0100)]
ensure summary is looked for the user we need (part 2)
Move the get_user_summary(out, user) logic to util.rgw so that it can be
shared between radosgw_admin_rest.py and radosgw_admin.py and modify
them accordingly.
http://tracker.ceph.com/issues/11180 Fixes: #11180
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
97e6d808f086834f2350084d5de36be285ad2bde )
Josh Durgin [Mon, 23 Mar 2015 18:25:34 +0000 (11:25 -0700)]
Merge pull request #377 from ceph/wip-11166
Fixes #11166, whitelisted 'Missing health data for MDS'
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein [Mon, 23 Mar 2015 18:17:27 +0000 (11:17 -0700)]
Fixes #11166, whitelisted 'Missing health data for MDS'
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
Loic Dachary [Mon, 23 Mar 2015 00:17:07 +0000 (01:17 +0100)]
Merge pull request #375 from dachary/wip-rgw-regional-summary
ensure summary is looked for the user we need (part 2)
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary [Sun, 22 Mar 2015 16:43:02 +0000 (17:43 +0100)]
ensure summary is looked for the user we need (part 2)
Move the get_user_summary(out, user) logic to util.rgw so that it can be
shared between radosgw_admin_rest.py and radosgw_admin.py and modify
them accordingly.
http://tracker.ceph.com/issues/11180 Fixes: #11180
Signed-off-by: Loic Dachary <loic@dachary.org>
Yuri Weinstein [Sat, 21 Mar 2015 21:40:19 +0000 (14:40 -0700)]
Merge pull request #374 from ceph/wip-11139
ceph_manager: Check for exit status 11 from ceph-objectstore-tool import
David Zafman [Sat, 21 Mar 2015 02:56:55 +0000 (19:56 -0700)]
ceph_manager: Check for exit status 11 from ceph-objectstore-tool import
Fixes: #11139
Signed-off-by: David Zafman <dzafman@redhat.com>
Gregory Farnum [Sat, 21 Mar 2015 00:44:03 +0000 (17:44 -0700)]
Merge pull request #373 from ceph/wip-10861
fs: fix up dd testing again
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Travis Rhoden <trhoden@redhat.com>
Gregory Meno [Sat, 21 Mar 2015 00:33:53 +0000 (20:33 -0400)]
Merge pull request #371 from ceph/wip-iso-style
Add support for ISOs to tasks/calamari_setup
Greg Farnum [Sat, 21 Mar 2015 00:09:02 +0000 (17:09 -0700)]
fs: fix up dd testing again
We need to change into the directory during the same shell session as we actually
run the dd...
Fixes: #10861
Backport: hammer, giant, firefly, dumpling
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Dan Mick [Sat, 21 Mar 2015 00:26:53 +0000 (17:26 -0700)]
calamari_setup: oops: ice-tools is still where it was on github.com
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Alfredo Deza [Fri, 20 Mar 2015 13:27:05 +0000 (09:27 -0400)]
ensure summary is looked for the user we need
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit
f7ea0a424a53bf68cad4cd4c7c78a07401dd6851 )
Andrew Schoen [Fri, 20 Mar 2015 14:33:13 +0000 (09:33 -0500)]
Merge pull request #372 from ceph/wip-11180
ensure summary is looked for the user we need
Alfredo Deza [Fri, 20 Mar 2015 13:27:05 +0000 (09:27 -0400)]
ensure summary is looked for the user we need
Signed-off-by: Alfredo Deza <adeza@redhat.com>