summaryrefslogtreecommitdiffstats
path: root/qa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18808 from tchaikov/wip-qa-max-pg-per-osdJosh Durgin2017-11-161-1/+3
|\ | | | | | | | | qa: do not wait for down/out osd for pg convergence Reviewed-by: Josh Durgin <jdurgin@redhat.com>
| * qa: do not wait for down/out osd for pg convergenceKefu Chai2017-11-081-1/+3
| | | | | | | | | | | | that osd is not invovlved in the PG state changes. Signed-off-by: Kefu Chai <kchai@redhat.com>
* | Merge pull request #17761 from cbodley/wip-rgw-bilog-trimYuri Weinstein2017-11-151-1/+2
|\ \ | | | | | | | | | | | | rgw multisite: automated trimming for bucket index logs Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
| * | qa/rgw: add kwargs for debug outputCasey Bodley2017-11-101-1/+2
| | | | | | | | | | | | Signed-off-by: Casey Bodley <cbodley@redhat.com>
* | | Merge pull request #17032 from yangdongsheng/rbd_qosJason Dillaman2017-11-151-0/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | rbd: implement image qos in tokenbucket algorithm Reviewed-by: Jason Dillaman <dillaman@redhat.com>
| * | | librbd: limit IO per second by TokenBucketThrottleDongsheng Yang2017-11-141-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
* | | | Merge pull request #18826 from liewegas/wip-22090Sage Weil2017-11-131-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | qa/suite/rados: fix balancer vs firefly tunables failures Reviewed-by: Kefu Chai <kchai@redhat.com>
| * | | | qa/suites/rados: stop testing firefly tunablesSage Weil2017-11-101-1/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | We can't mix the balancer compat-set testing with firefly tunables because it requires that all buckets be straw2. Signed-off-by: Sage Weil <sage@redhat.com>
* / | | qa/suites/rados/perf: whitelist health warningsSage Weil2017-11-101-0/+5
|/ / / | | | | | | | | | | | | | | | We may see these as cluster stabilizes. Signed-off-by: Sage Weil <sage@redhat.com>
* | | Merge pull request #18793 from idryomov/wip-qa-cram-pathJason Dillaman2017-11-081-0/+1
|\ \ \ | | | | | | | | | | | | | | | | qa/tasks/cram: include /usr/sbin in the PATH for all commands Reviewed-by: Jason Dillaman <dillaman@redhat.com>
| * | | qa/tasks/cram: include /usr/sbin in the PATH for all commandsIlya Dryomov2017-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /usr/sbin is not in non-login PATH on centos. We already do this for workunits, see commit 0e53f5f38b0c ("workunit: include /usr/sbin in the PATH for all commands"). Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | | | qa/suites/krbd: enable generic/050 and generic/448Ilya Dryomov2017-11-071-2/+0
|/ / / | | | | | | | | | | | | | | | | | | generic/448 has been failing on ext4 and is now fixed upstream. The fix for generic/050 is in testing, scheduled for 4.15-rc1. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | / qa/suites/rbd: enable fsx deep_copy test caseMykola Golub2017-11-062-0/+7
| |/ |/| | | | | Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
* | Merge pull request #18691 from liewegas/wip-fix-balancerSage Weil2017-11-042-2/+0
|\ \ | | | | | | mgr/balancer: fix upmap; default balancer module enabled
| * | mgr/balancer: enable module by defaultSage Weil2017-11-022-2/+0
| | | | | | | | | | | | | | | | | | It will still be "off". Signed-off-by: Sage Weil <sage@redhat.com>
* | | Merge pull request #18670 from liewegas/wip-min-in-4Sage Weil2017-11-032-2/+2
|\ \ \ | |/ / |/| | | | | | | | qa/tasks/thrashosds: set min_in default to 4 Reviewed-by: Kefu Chai <kchai@redhat.com>
| * | qa/tasks/thrashosds: set min_in default to 4Sage Weil2017-11-012-2/+2
| | | | | | | | | | | | | | | | | | | | | We have EC tests with k=2,m=2, so we need a min of 4. Fixes: http://tracker.ceph.com/issues/21997 Signed-off-by: Sage Weil <sage@redhat.com>
* | | qa: fix mgr _load_module helperJohn Spray2017-11-021-1/+2
| | | | | | | | | | | | | | | | | | | | | I inadvertently broke this with the latest change to the module ls output. Signed-off-by: John Spray <john.spray@redhat.com>
* | | Merge pull request #18652 from idryomov/wip-qa-krbd-blkrosetIlya Dryomov2017-11-027-113/+258
|\ \ \ | | | | | | | | | | | | | | | | qa/suites/krbd: add krbd BLKROSET test Reviewed-by: Jason Dillaman <dillaman@redhat.com>
| * | | qa/workunits/rbd: remove set_ro.pyIlya Dryomov2017-10-311-113/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is incomplete and has been obsoleted by krbd_blkroset.t. It's also not wired up, so it's not actually being run. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
| * | | qa/suites/krbd: add krbd BLKROSET testIlya Dryomov2017-10-316-0/+258
| | |/ | |/| | | | | | | Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | | Merge pull request #18619 from trociny/wip-qa-mirror-removeJason Dillaman2017-11-021-2/+2
|\ \ \ | | | | | | | | | | | | | | | | qa/workunits/rbd: unnecessary sleep after failed remove Reviewed-by: Jason Dillaman <dillaman@redhat.com>
| * | | qa/workunits/rbd: unnecessary sleep after failed removeMykola Golub2017-10-301-2/+2
| |/ / | | | | | | | | | Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
* | | Merge pull request #17983 from liewegas/wip-balancerSage Weil2017-11-013-0/+14
|\ \ \ | | | | | | | | | | | | | | | | mgr/balancer: make crush-compat mode work Reviewed-by: John Spray <john.spray@redhat.com>
| * | | qa/suites/rados/thrash/d-balancer: enable balancer in various modesSage Weil2017-11-013-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Sage Weil <sage@redhat.com>
* | | | Merge pull request #18610 from cbodley/wip-osd-subop-numYuri Weinstein2017-11-011-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | osd: add processed_subop_count for cls_cxx_subop_version() Reviewed-by: Jason Dillaman <dillaman@redhat.com> Reviewed-by: Sage Weil <sage@redhat.com> Reviewed-by: Josh Durgin <jdurgin@redhat.com>
| * | | | qa: add ceph_test_cls_log to cls workunitCasey Bodley2017-10-301-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Casey Bodley <cbodley@redhat.com>
* | | | | Merge pull request #18659 from tchaikov/wip-21993Kefu Chai2017-11-011-10/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | qa: stop testing deprecated "ceph osd create" Reviewed-by: Sage Weil <sage@redhat.com>
| * | | | qa: stop testing deprecated "ceph osd create"Kefu Chai2017-11-011-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "ceph osd create" is not idempotent, and is considered deprecated. Fixes: http://tracker.ceph.com/issues/21993 Signed-off-by: Kefu Chai <kchai@redhat.com>
* | | | | qa: fix mgr capsJohn Spray2017-11-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was still using Kraken era settings Signed-off-by: John Spray <john.spray@redhat.com>
* | | | | qa: expand mgr testingJohn Spray2017-11-016-13/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some extra coverage of the dashboard, including its standby redirect mode and the publishing of URIs. Also invoking the command_spam mode of the selftest module. Signed-off-by: John Spray <john.spray@redhat.com>
* | | | | Merge pull request #18634 from tchaikov/wip-qa-add-restfulvasukulkarni2017-10-311-0/+3
|\ \ \ \ \ | |/ / / / |/| | | | qa: add "restful" to ceph_mgr_modules in ceph-ansible suite
| * | | | qa: add "restful" to ceph_mgr_modules in ceph-ansible suiteKefu Chai2017-10-311-0/+3
| | |/ / | |/| | | | | | | | | | Signed-off-by: Kefu Chai <kchai@redhat.com>
* | | | Merge pull request #18283 from tchaikov/wip-laggy-mgrKefu Chai2017-10-311-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | qa: reduce mon-client-hunt-interval-max-multiple to 2 Reviewed-by: Greg Farnum <gfarnum@redhat.com>
| * | | qa: reduce mon-client-hunt-interval-max-multiple to 2Kefu Chai2017-10-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | monclient could experience frequent connection issues if "ms inject socket failures" is enabled with high frequency. so reduce this number to relieve the symptom. Signed-off-by: Kefu Chai <kchai@redhat.com>
* | | | Merge pull request #18594 from zmc/wip-cephmetricsYuri Weinstein2017-10-303-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | suites/cephmetrics: Add Centos 7 Reviewed-by: Yuri Weinstein <yweins@redhat.com>
| * | | Use a symlink for Ubuntu fragmentZack Cerza2017-10-272-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Zack Cerza <zack@redhat.com>
| * | | suites/cephmetrics: Add Centos 7Zack Cerza2017-10-271-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Zack Cerza <zack@redhat.com>
* | | | Merge pull request #18592 from dillaman/wip-21956Mykola Golub2017-10-282-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | cls/journal: fixed possible infinite loop in expire_tags Reviewed-by: Mykola Golub <to.my.trociny@gmail.com>
| * | | | qa/suites/rbd: run cls tests for all dependenciesJason Dillaman2017-10-272-0/+8
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Jason Dillaman <dillaman@redhat.com>
* | | | Merge pull request #18449 from dzafman/wip-zafman-miscDavid Zafman2017-10-271-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | mark_unfound_lost fix and some other minor changes Reviewed-by: Josh Durgin <jdurgin@redhat.com>
| * | | | test: Remove bogus check in ceph_objectstore_tool.pyDavid Zafman2017-10-191-3/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Zafman <dzafman@redhat.com>
* | | | | Merge pull request #18583 from idryomov/wip-qa-xfstests-exceptJason Dillaman2017-10-271-0/+11
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | qa/tasks/rbd: run all xfstests runs to completion Reviewed-by: Jason Dillaman <dillaman@redhat.com>
| * | | | qa/tasks/rbd: run all xfstests runs to completionIlya Dryomov2017-10-261-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rbd.xfstests task allows spawning xfstests runs on multiple nodes. Don't unwind task contexts if one of the runs fails -- let the other runs finish. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | | | | Merge pull request #18543 from neha-ojha/wip-add-cbt-repoJosh Durgin2017-10-271-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | qa: add cbt repo parameter Reviewed-by: Josh Durgin <jdurgin@redhat.com>
| * | | | | qa: add cbt repo parameterNeha Ojha2017-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Neha Ojha <nojha@redhat.com>
* | | | | | Merge pull request #18573 from neha-ojha/wip-add-cbt-workloadsJosh Durgin2017-10-2710-0/+237
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa/suites/rados/perf: add workloads Reviewed-by: Josh Durgin <jdurgin@redhat.com>
| * | | | | | qa/suites/rados/perf: add workloadsNeha Ojha2017-10-2710-0/+237
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Neha Ojha <nojha@redhat.com>
* | | | | | Merge pull request #18552 from liewegas/wip-mds-cluster-downSage Weil2017-10-272-42/+9
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | qa/workunits/rest/test.py: stop trying to test obsolte cluster_up/down Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
| * | | | | qa/workunits/rest/test.py: stop trying to test obsolete 'mds *' commandsSage Weil2017-10-262-42/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were recently removed. Signed-off-by: Sage Weil <sage@redhat.com>