Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master: #12060

Closed
wants to merge 5,788 commits into from
Closed

master: #12060

wants to merge 5,788 commits into from

Conversation

liewegas
Copy link
Member

No description provided.

Vishal Kanaujia and others added 30 commits July 28, 2016 11:31
Signed-off-by: John Spray <john.spray@redhat.com>
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: ceph#9925
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
This had an extra ceph and install task.

Signed-off-by: John Spray <john.spray@redhat.com>
update diverge priors tests - this is handled by persisting the missing set now

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
flake8 passes now

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
fix flake8 errors

Reviewed-by: Samuel Just <sjust@redhat.com>
Fortunately we already have a test that creates the condition,
so just tweak it to exceed the 150% threshold for the health warning,
and check that the health message appears.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs: check cache size health warning
The way we currently build the cephfs java
bindings depends on the unversioned .so file
which is in the -dev package, not the
main one.

Fixes: http://tracker.ceph.com/issues/16640
Signed-off-by: John Spray <john.spray@redhat.com>
Fixes: http://tracker.ceph.com/issues/16879
Signed-off-by: John Spray <john.spray@redhat.com>
task/packages: install libcephfs1-dev
suites/fs: fix log whitelist for inotable repair

Reviewed-by: Jeff Layton <jlayton@redhat.com>
Ported from Zheng's #22: 2e283ce

"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>
vstart_runner can't find arguments to ceph daemons to identify them with
ps -x because commands are cut off at terminal width. Add -ww for wide
output.

Signed-off-by: Douglas Fuller <dfuller@redhat.com>
cephfs/vstart_runner: add -w option to ps

Reviewed-by: John Spray <john.spray@redhat.com>
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Added stderr to the log file in addition to stdout

Reviewed-by: Dan Mick <dmick@redhat.com>
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Fixes: http://tracker.ceph.com/issues/17025
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
rgw: data_extra_pool is unique per zone

Reviewed-by: Casey Bodley <cbodley@redhat.com>
jewel-x: use jewel-compatible librados tests for upgraded clients

Reviewed-by: Yuri Weinstein <yuri.weinstein@gmail.com>
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>
Needed to add stdout option to pass down to run()

Signed-off-by: David Zafman <dzafman@redhat.com>
Signed-off-by: David Zafman <dzafman@redhat.com>
suites/upgrade: point-to-point Jewel upgrade workaround

Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Signed-off-by: Ryne Li <lizhenqiangsnake@gmail.com>
Fix big logs in rados thrash runs

Reviewed-by: Samuel Just <sjust@redhat.com>
liewegas and others added 28 commits November 11, 2016 13:40
Signed-off-by: Sage Weil <sage@redhat.com>
10s wasn't long enough for one run to get pgs created.

Signed-off-by: Sage Weil <sage@redhat.com>
distros/supported: add xenial
Signed-off-by: Kefu Chai <kchai@redhat.com>
packages: s/libcephfs2-devel/libcephfs-devel/
Signed-off-by: Sage Weil <sage@redhat.com>
rados/upgrade: skip libcephfs-devel install

Reviewed-by: Dan Mick <dmick@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
rados/singleton-nomsgr/all/cache-fs-trunc: debug
Signed-off-by: Samuel Just <sjust@redhat.com>
Signed-off-by: Samuel Just <sjust@redhat.com>
Signed-off-by: Samuel Just <sjust@redhat.com>
Signed-off-by: Samuel Just <sjust@redhat.com>
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>
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>
remove the sleeps that were added to address radosgw startup races

Signed-off-by: Casey Bodley <cbodley@redhat.com>
rgw: fix some races with radosgw and radosgw-agent startup

(verified by Orit)
Signed-off-by: David Zafman <dzafman@redhat.com>
Signed-off-by: David Zafman <dzafman@redhat.com>
ceph_test_rados: Get coverage of digest updates in deep-scrub/repair

Signed-off-by: David Zafman <dzafman@redhat.com>
Fixes http://tracker.ceph.com/issues/17902
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
flake8 was failing.

Signed-off-by: Owen Synge <osynge@suse.com>
…but_unused

tasks.rgw: 'time' imported but unused

Reviewed-by: Kefu Chai <kchai@redhat.com>
ec overwrites tests (and bonus fix to fast reads)
Added excluded packages "'libcephfs-devel','libcephfs-dev'"
Improve scrub analysis, list-inconsistent-obj output and osd-scrub-repair test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet