summaryrefslogtreecommitdiff
path: root/src/pybind/rados.py
Commit message (Expand)AuthorAgeFilesLines
* doc: Updated doc strings.wip-doc-rados-python-apiJohn Wilkins2013-07-311-153/+238
* rados.py: fix bad indentationDanny Al-Gaaf2013-07-271-1/+1
* rados.py: missing parameter to make_ex()Dan Mick2013-07-261-1/+1
* rados.py: allow long-form names of 'warn' and 'err' as watch levelsDan Mick2013-07-101-2/+2
* Python Ioctx.get_xattrs does not take xattr_nameJohannes Erdfelt2013-07-101-2/+2
* get_xattr() can return more than 4KBLoic Dachary2013-06-251-6/+11
* rados.py: wrap target in c_char_p()Dan Mick2013-06-181-4/+4
* rados.py: return error strings even if ret != 0Dan Mick2013-06-181-24/+18
* librados: new rados_mon_command_target to talk to a specific monitorSage Weil2013-06-131-7/+14
* Merge branch 'wip-ceph-cli' into masterDan Mick2013-06-061-126/+368
|\
| * rados.py: make exception with errno string instead of intDan Mick2013-06-061-1/+1
| * ceph, librados, rados.py, librados tests: pass cmd as arrayDan Mick2013-06-061-3/+6
| * librados, ceph, rados.py: -EINVAL for create with null/invalid nameDan Mick2013-06-061-2/+4
| * librados, rados.py: rados_create2: add clustername and future flagsDan Mick2013-06-061-7/+11
| * librados, rados.py: add rados_create2/init2Dan Mick2013-06-041-5/+10
| * librados, rados.py: add conf_parse_argv_remainder()Dan Mick2013-06-031-0/+23
| * rados.py: don't access returned buffers if error/SIGINTDan Mick2013-05-241-0/+9
| * rados.py, ceph: add timeout for run_in_thread and selected callersDan Mick2013-05-211-28/+44
| * librados, rados.py: rados_*_command: pass inbuflen to handle zeroesDan Mick2013-05-211-3/+4
| * rados.py: no exception on error, just return errno to callerDan Mick2013-05-211-8/+1
| * rados.py: change all calls to librados to be on a child threadDan Mick2013-05-211-140/+178
| * rados.py: implement rados_monitor_logDan Mick2013-05-211-3/+63
| * rados.py: use librados-allocating versions of *_commandDan Mick2013-05-211-25/+53
| * rados.py: remove debug prints from *_commandDan Mick2013-05-211-4/+0
| * rados.py: errnos must have errno. qualifierDan Mick2013-05-211-4/+4
| * rados.py: functions for new librados functions {mon,osd,pg}_commandDan Mick2013-05-211-0/+63
* | rados.py: correct some C typesJosh Durgin2013-06-041-7/+7
|/
* rados.py: add docstrings for Ioctx::__aio_*_cb()Danny Al-Gaaf2013-04-081-0/+6
* rados.py: add more docstringsDanny Al-Gaaf2013-04-071-1/+389
* rados.py: add docstrings for *Error classes and othersDanny Al-Gaaf2013-04-071-0/+61
* rados.py: fix create_pool()Danny Al-Gaaf2013-04-071-5/+6
* rados.py: add some docstringsDanny Al-Gaaf2013-04-071-1/+80
* rados.py: chmod -xDanny Al-Gaaf2013-04-071-0/+0
* pybind: unify make_ex() code in cephfs.py and rados.pyDanny Al-Gaaf2013-04-071-12/+10
* pybind: add docstrings for make_ex()Danny Al-Gaaf2013-04-071-1/+13
* rados.py: remove unnecessary semicolonDanny Al-Gaaf2013-03-211-1/+1
* rados.py: fix bad indentionDanny Al-Gaaf2013-03-211-1/+1
* rados.py: remove lenght modifier 'l' on format stringDanny Al-Gaaf2013-03-211-2/+2
* rados.py: fix 'Rados' has no member 'name'Danny Al-Gaaf2013-03-211-1/+2
* rados.py: add missing space after ','Danny Al-Gaaf2013-03-211-4/+4
* Added python wrapper to rados_cluster_statChris Glass2013-01-101-0/+17
* Merge branch 'wip-rbd-protect' into masterJosh Durgin2012-08-161-0/+11
|\
| * librados: add method to get the fsid of a clusterJosh Durgin2012-08-091-0/+11
* | rados.py: add binding for rados_truncEvan Felix2012-08-031-0/+9
|/
* rados.py: fix Object.read argument orderTomasz Paskowski2012-04-131-1/+1
* rados.py: avoid getting return value of void functionJosh Durgin2012-01-111-4/+1
* rados.py: use uint64_t for auidsJosh Durgin2012-01-031-3/+3
* pybind/rados: add asynchronous write,append,read,write_full operationsSamuel Just2011-12-121-1/+143
* Merge branch 'wip_pgls'Samuel Just2011-12-091-3/+31
|\
| * pybind: add object locator support to pybind pool listingSamuel Just2011-12-091-3/+31