summaryrefslogtreecommitdiffstats
path: root/src/test/pybind (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15757 from runsisi/wip-image-tsJason Dillaman2017-06-221-0/+5
|\
| * test/unittest_rbd: add unit tests for image create timestamprunsisi2017-06-201-0/+5
* | osd/osd_types: pg_pool_t: rename crush_ruleset -> crush_ruleSage Weil2017-06-201-2/+2
|/
* Merge pull request #14875 from dillaman/wip-rbd-trash-parentMykola Golub2017-05-031-0/+20
|\
| * librbd: added trash_get API method to retrieve image statusJason Dillaman2017-05-011-0/+15
| * librbd: extended parent info API to retrieve parent idJason Dillaman2017-05-011-0/+5
* | Merge pull request #14497 from tchaikov/wip-pybind-better-error-msgYuri Weinstein2017-05-021-1/+1
|\ \
| * | pybind: use sys.version_info for checking py3Kefu Chai2017-04-181-1/+1
* | | mon/ConfigKeyService: add 'config-key dump' to show keys and valsDan Mick2017-04-281-0/+3
| |/ |/|
* | osd: Handle backfillfull_ratio just like nearfull and fullDavid Zafman2017-04-171-0/+3
* | test: Switch from pg to osd for set-*-ratio commandsDavid Zafman2017-04-171-15/+15
|/
* pybind/rbd: add image metadata methodsMykola Golub2017-04-121-0/+27
* pybind: librbd: added trash API to python RBD bindingRicardo Dias2017-04-111-1/+76
* librbd: is_exclusive_lock_owner API should ping OSDJason Dillaman2017-03-161-0/+3
* Merge pull request #12817 from liupan1111/wip-list-snapshot-timeJason Dillaman2017-01-311-0/+12
|\
| * test: Add unit test for getting rbd snapshot timestamp infoPan Liu2017-01-301-0/+12
* | Merge pull request #12934 from athanatos/wip-18529Josh Durgin2017-01-271-1/+4
|\ \ | |/ |/|
| * test/pybind/test_rados.py: tolerate empty output from mon pingSamuel Just2017-01-261-1/+4
* | Merge pull request #12091 from wjwithagen/wip-wjw-nosetestsKefu Chai2017-01-102-2/+2
|\ \
| * | nosetests: start using /usr/bin/env to find noestestsWillem Jan Withagen2017-01-102-2/+2
* | | librbd: add new lock_get_owners / lock_break_lock API methodsJason Dillaman2017-01-061-2/+43
* | | Merge pull request #12403 from liewegas/wip-mon-mgr-cleanupsSage Weil2016-12-291-3/+0
|\ \ \
| * | | mon/OSDMonitor: remove 'osd thrash' commandSage Weil2016-12-191-3/+0
| | |/ | |/|
* / | mon: 'fs set-default' not 'fs set_default'Sage Weil2016-12-271-3/+3
|/ /
* | test/cephfs: add readlink testhuanwen ren2016-12-071-0/+11
* | test/pybind: Add tests for aio_executeIain Buclaw2016-12-021-1/+32
* | tests / rbd: fix rbd python binding testVenky Shankar2016-11-201-2/+10
|/
* test/pybind: add tests for rgwfileHaomai Wang2016-11-021-0/+144
* librbd: new API methods to retrieve image id and block name prefixJason Dillaman2016-10-061-3/+10
* python-rados: implement new aio_stat.Iain Buclaw2016-09-121-0/+26
* test/cephfs: add mount&&unmount testhuanwen ren2016-09-061-0/+7
* Merge pull request #9259 from xiexingguo/xxg-wip-fix-monclientpingerYuri Weinstein2016-08-051-2/+4
|\
| * mon: MonClient may hang on pinging monitor foreverxie xingguo2016-06-201-2/+4
* | python-rados: Implements new write_opsMehdi Abaakouk2016-07-301-0/+25
* | python-rados: add some read_op/write_op methodsMehdi Abaakouk2016-07-301-2/+39
* | Merge pull request #10177 from BlaXpirit/ceph-tests-py3Josh Durgin2016-07-291-80/+80
|\ \
| * | pybind: Make CephFS bindings and tests compatible with Python 3Oleh Prypin2016-07-211-80/+80
* | | test: fix librbd tests for rbd_skip_partial_discardMykola Golub2016-07-281-1/+5
* | | pybind/ceph_argparse: handle non ascii unicode argsKefu Chai2016-07-221-3/+9
|/ /
* | Merge pull request #10347 from renhwztetecs/renhw-wip-test-add-fsdumpJohn Spray2016-07-201-0/+4
|\ \
| * | test/mds: add fs dump in test_ceph_argparse.pyhuanwen ren2016-07-191-0/+4
* | | cephfs.pyx: implement python bindings for fstatRamana Raja2016-07-181-0/+7
* | | pybind: enable integer flags to libcephfs openJohn Spray2016-07-181-0/+5
|/ /
* | Merge pull request #9702 from BlaXpirit/ceph-argparse-py3Josh Durgin2016-07-071-10/+10
|\ \
| * | Fix tabs->whitespace in ceph_argparseOleh Prypin2016-06-151-10/+10
* | | Merge pull request #9151 from fullerdj/wip-djf-15706Jason Dillaman2016-06-161-1/+14
|\ \ \
| * | | rbd: add methods to set and get snapshot limitsDouglas Fuller2016-06-071-1/+14
* | | | pybind/rbd: add aio function bindingsHector Martin2016-06-131-0/+60
| |/ / |/| |
* | | pybind: misc fixesReviewed-by: Josh Durgin <jdurgin@redhat.com>Yuri Weinstein2016-05-272-2/+5
|\ \ \
| * | | pybind/rados: s/__del__/__dealloc__/Hector Martin2016-05-241-2/+2