summaryrefslogtreecommitdiffstats
path: root/src/pybind (follow)
Commit message (Expand)AuthorAgeFilesLines
* pybind/ceph_daemon.py: fix Termsize.updateKefu Chai2017-05-241-1/+1
* pybind/ceph_daemon.py: move _gettermsize() into TermsizeKefu Chai2017-05-231-17/+18
* Merge pull request #14946 from dmick/wip-mgr-dashboardSage Weil2017-05-191068-0/+276918
|\
| * pybind/mgr/dashboard/module.py: allow custom server addr, portDan Mick2017-05-191-1/+5
| * pybind/mgr: web dashboardJohn Spray2017-05-191068-0/+276914
* | Merge pull request #15159 from LiumxNL/fix-ping-monitorYuri Weinstein2017-05-191-1/+1
|\ \ | |/ |/|
| * pybind/rados: avoid call free() on invalid pointerMingxin Liu2017-05-181-1/+1
* | pybind/rbd: fix crash if more than 1024 images in trash binrunsisi2017-05-171-8/+14
* | pybind: fix cephfs.OSError initializationYan, Zheng2017-05-121-3/+4
* | pybind: fix open flags calculationYan, Zheng2017-05-101-4/+14
* | pybind/mgr/rest: completely terminate cherrypy in shutdownTim Serong2017-05-081-1/+1
* | Merge pull request #14793 from dmick/wip-prio-and-daemonperfSage Weil2017-05-061-12/+132
|\ \
| * | pybind/ceph_daemon.py: _gettermsize fails on non-terminalsDan Mick2017-04-281-1/+6
| * | pybind/ceph_daemon: preserve orderingSage Weil2017-04-261-2/+2
| * | pybind/ceph_daemon: default to prio 0 if unspecifiedSage Weil2017-04-261-1/+1
| * | ceph.in, pybind/ceph_daemon.py: add 'daemonperf list'Dan Mick2017-04-261-0/+18
| * | ceph.in, pybind/ceph_daemon.py: add priority filteringDan Mick2017-04-261-5/+9
| * | pybind/ceph_daemon.py: allow sections to split for 'fitting'Dan Mick2017-04-261-8/+12
| * | ceph.in, pybind/ceph_daemon.py: allow stat filter patternsDan Mick2017-04-261-4/+28
| * | pybind/ceph_daemon.py: reprint headers as soon as they disappearDan Mick2017-04-261-1/+1
| * | pybind/ceph_daemon.py: stop early termination of sleepDan Mick2017-04-261-1/+6
| * | pybind/ceph_daemon.py: DaemonWatcher: fit display to window sizeDan Mick2017-04-261-6/+66
| |/
* | Merge pull request #14920 from tchaikov/wip-14579Kefu Chai2017-05-051-3/+12
|\ \
| * | pybind/rados: enable construction with CephContextJohn Spray2017-05-031-3/+12
* | | Merge pull request #14875 from dillaman/wip-rbd-trash-parentMykola Golub2017-05-031-6/+79
|\ \ \ | |/ / |/| |
| * | librbd: added trash_get API method to retrieve image statusJason Dillaman2017-05-011-0/+46
| * | librbd: extended parent info API to retrieve parent idJason Dillaman2017-05-011-6/+33
| |/
* | Merge pull request #14497 from tchaikov/wip-pybind-better-error-msgYuri Weinstein2017-05-024-66/+100
|\ \ | |/ |/|
| * pybind: store errno in Error exception alsoKefu Chai2017-04-204-60/+98
| * pybind: use sys.version_info for checking py3Kefu Chai2017-04-182-6/+2
* | ceph.in, pybind/rados/rados.pyx: Handle EINVAL betterDan Mick2017-04-251-3/+5
|/
* pybind/rbd: add image metadata methodsMykola Golub2017-04-121-0/+146
* pybind: librbd: added trash API to python RBD bindingRicardo Dias2017-04-111-0/+147
* pybind/ceph_argparse: send MGR-flagged commands to ceph-mgrSage Weil2017-03-291-4/+12
* Merge pull request #14184 from SUSE/wip-mgr-rest-timezoneSage Weil2017-03-291-1/+1
|\
| * pybind/mgr/rest: don't set timezone to ChicagoTim Serong2017-03-281-1/+1
* | Merge pull request #14129 from SUSE/wip-18764Sage Weil2017-03-281-2/+2
|\ \
| * | pybind/mgr/fsstatus: cope with missing 'ceph_version'Tim Serong2017-03-241-2/+2
* | | Merge pull request #14003 from dillaman/wip-19287Mykola Golub2017-03-281-8/+8
|\ \ \ | |_|/ |/| |
| * | pybind: fix incorrect exception format stringsJason Dillaman2017-03-161-8/+8
* | | ceph: daemonperf: order metrics to match asok json dumpSage Weil2017-03-211-3/+7
| |/ |/|
* | Merge pull request #13804 from xiaoxichen/fix_adminsocketKefu Chai2017-03-201-1/+5
|\ \ | |/ |/|
| * pybind/ceph_daemon: use small chunk for recvXiaoxi Chen2017-03-101-1/+5
* | pybind: fix docstring for librbd Python bindingrunsisi2017-03-151-10/+9
|/
* mgr: add a get_version to the python interfaceJohn Spray2017-02-271-0/+6
* pybind: cephfs: do not link against libradosKefu Chai2017-02-151-2/+2
* pybind: cephfs: add docstring for LibCephFS's __init__()Kefu Chai2017-02-151-0/+7
* pybind: fix the cstr(auth_id, ..) callKefu Chai2017-02-151-1/+1
* librbd: support to list snapshot time stampPan Liu2017-01-301-0/+18
* librbd: add new lock_get_owners / lock_break_lock API methodsJason Dillaman2017-01-061-1/+113