summaryrefslogtreecommitdiffstats
path: root/src/test/pybind (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pybind: decode empty string in conf_parse_argv() correctlyJosh Durgin2015-11-261-0/+5
* Merge pull request #6323 from dingshang/wip-cephfs-dingshangGregory Farnum2015-11-241-0/+16
|\
| * pybind/cephfs: add symlink and its unit testShang Ding2015-10-201-0/+16
* | mon/PGMonitor: remove map_pg_creates, send_pg_creates commandsSage Weil2015-11-231-3/+0
* | pybind/rados: return pool_reverse_lookup() result as a stringJosh Durgin2015-11-131-0/+12
* | pybind/test_rbd: convert a few more str to bytes for py3Josh Durgin2015-11-131-5/+5
* | pybind/test_rbd: fix map() usage for py3 compatJosh Durgin2015-11-131-2/+2
* | pybind/test_rbd: use // for division for py3Josh Durgin2015-11-131-6/+6
* | Merge branch 'pybind3' of https://github.com/dcoles/ceph into wip-pybind3Josh Durgin2015-11-132-189/+185
|\ \
| * | pybind: Add decode_cstr helper functionDavid Coles2015-11-131-1/+1
| * | pybind: Add test for creating pool by raw UTF-8David Coles2015-11-131-0/+14
| * | pybind: Add Python 3 support for rados and rbd modulesDavid Coles2015-10-202-190/+172
| |/
* | librbd: API: options on image create: update testsMykola Golub2015-11-121-2/+56
* | Merge pull request #5645 from xinxinsh/wip-snap-renameJason Dillaman2015-11-051-0/+9
|\ \ | |/ |/|
| * add test for python bindingxinxin shu2015-09-031-0/+9
* | test: pybind/test_rados: add binary data.Robin H. Johnson2015-10-101-8/+8
* | Revert "osd: new pool settings: scrub intervals"Sage Weil2015-09-251-6/+2
* | osd: new pool settings: scrub intervalsMykola Golub2015-09-211-2/+6
* | Merge pull request #5712 from yuyuyu101/wip-12801Sage Weil2015-09-021-1/+1
|\ \
| * | Mon: Make ceph osd metadata support dump all osdsHaomai Wang2015-08-301-1/+1
* | | Merge pull request #5275 from tchaikov/wip-12287Loic Dachary2015-09-021-2/+11
|\ \ \
| * | | pybind/ceph_argparse: do not choke on non-ascii prefixKefu Chai2015-07-171-2/+11
| |/ /
* | / mon: add a new pool setting to configure fast read for EC poolGuang G Yang2015-08-271-5/+5
| |/ |/|
* | rados.py: This module now supports omap operationschenji2015-08-201-1/+49
|/
* test: update argparse tests for "mds rm"John Spray2015-06-031-10/+6
* pycephfs: add tests for open callHaomai Wang2015-05-041-2/+11
* test_pycephfs: Fix tests for pycephfsHaomai Wang2015-05-041-17/+18
* pycephfs: add read/write supportHaomai Wang2015-05-041-4/+5
* test_pycephfs: Add tests for open callHaomai Wang2015-05-041-3/+14
* test_cephfs: Add python binding cephfs testsHaomai Wang2015-04-301-0/+61
* Merge pull request #3170 from tchaikov/python-rados-refactorSage Weil2015-04-071-2/+32
|\
| * python-rados: extract type-checking into a decoratorKefu Chai2015-03-261-2/+32
* | tests: add update_features test for pybindJason Dillaman2015-04-061-0/+17
* | test: add compile-command for test_ceph_daemon.pyXinze Chi2015-03-261-0/+5
|/
* mon:make 'ceph osd map' accept namespace.Jianpeng Ma2015-03-171-1/+2
* test: add unit tests for daemonperf formattingJohn Spray2015-03-051-0/+39
* tests: speed up Python RBD random data generationJason Dillaman2015-02-241-3/+1
* rbd: disable RBD exclusive locking by defaultJason Dillaman2015-02-231-1/+1
* librados: add blacklist_add API methodJason Dillaman2015-02-061-0/+4
* pybind: fixed runtime errors with librbdpyJason Dillaman2015-02-041-5/+8
* rbd.py: Add rbd_read2/rbd_write2 funcion which can handle fadvise flags.Jianpeng Ma2015-02-061-0/+11
* librbd: added get_flags API methodsJason Dillaman2015-02-031-0/+4
* librbd: fixed object map issues discovered via fsxJason Dillaman2015-02-031-0/+1
* librbd: Use object map for IO operationsJason Dillaman2015-01-291-1/+1
* tests: ensure RBD integration tests exercise all featuresJason Dillaman2015-01-281-0/+17
* librbd: Coordinate maintenance through exclusive lock leaderJason Dillaman2015-01-251-5/+25
* Merge pull request #2697 from ceph/wip-8900Josh Durgin2015-01-131-2/+108
|\
| * librbd: Integrate librbd with new exclusive lock featureJason Dillaman2015-01-131-1/+80
| * librbd: Stub out new exclusive image featureJason Dillaman2015-01-081-2/+29
* | osd: tiering: add cache mode READPROXYZhiqiang Wang2015-01-111-1/+1
|/