summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove extra parenswip-5900Alfredo Deza2013-09-031-1/+1
* remove python-ceph from debian scriptsAlfredo Deza2013-08-301-14/+1
* remove python-ceph from ceph.spec.inAlfredo Deza2013-08-301-28/+2
* remove single file python targets from makefileAlfredo Deza2013-08-291-6/+0
* add the spec and debian files for rbd packagingAlfredo Deza2013-08-288-0/+103
* add the spec and debian files for rados packagingAlfredo Deza2013-08-288-0/+103
* add the spec and debian files for ceph-rest packagingAlfredo Deza2013-08-288-0/+103
* add the spec and debian files for cephfs packagingAlfredo Deza2013-08-288-0/+103
* add the spec and debian files for argparse packagingAlfredo Deza2013-08-288-0/+103
* ceph.in, ceph-rest-api: adapt "run from src/" hack to virtualenvDan Mick2013-08-272-13/+6
* remove invalid comment in targetAlfredo Deza2013-08-271-1/+0
* add the targets to the makefile.amAlfredo Deza2013-08-271-13/+21
* fix the order of the calls to setup.py develop so dependencies are metAlfredo Deza2013-08-221-5/+5
* create a bootstrap file for pybindAlfredo Deza2013-08-221-0/+60
* remove argparse from ceph-rest, fix importsAlfredo Deza2013-08-162-1091/+1
* update the requirements for ceph-restAlfredo Deza2013-08-161-1/+1
* created the ceph-argparse packageAlfredo Deza2013-08-165-0/+1130
* ceph-rest-api is now able to import ceph_restAlfredo Deza2013-08-161-4/+4
* make a ceph-rest moduleAlfredo Deza2013-08-166-2/+43
* move ceph-rest and creat the packageAlfredo Deza2013-08-166-1687/+0
* create the rbd packageAlfredo Deza2013-08-165-0/+40
* create the rados packageAlfredo Deza2013-08-165-0/+1688
* move cephfs.pyAlfredo Deza2013-08-162-341/+1
* create the cephfs packageAlfredo Deza2013-08-165-0/+380
* add a python specific gitignoreAlfredo Deza2013-08-161-0/+34
* base tox.ini file for testingAlfredo Deza2013-08-161-0/+6
* create a MANIFEST fileAlfredo Deza2013-08-161-0/+1
* create a setup.py fileAlfredo Deza2013-08-161-0/+32
* Merge branch 'wip-5848-coll'David Zafman2013-08-153-3/+163
|\
| * osd: Add perf tracking for all states in RecoveryStateDavid Zafman2013-08-153-3/+163
* | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-1510-58/+186
|\ \
| * \ Merge pull request #506 from dmick/wip-admin-daemonSage Weil2013-08-151-18/+19
| |\ \
| | * | ceph.in: --admin-daemon was not returning EINVAL on bad commandDan Mick2013-08-151-18/+19
| |/ /
| * | mon: use str_join instead of std::copySage Weil2013-08-152-12/+4
| * | config: fix stringification of config valuesSage Weil2013-08-151-4/+4
| * | common: add str_join helperSage Weil2013-08-151-1/+14
| * | Revert "config: fix stringification of config values"Sage Weil2013-08-151-4/+1
| * | config: fix stringification of config valuesSage Weil2013-08-151-1/+4
| * | Merge pull request #496 from ceph/wip-monstore-copySage Weil2013-08-151-3/+77
| |\ \
| | * | tools: ceph-monstore-tool: allow copying store contents to a new locationJoao Eduardo Luis2013-08-121-3/+77
| * | | rados.py: fix Rados() unicode checkingJosh Durgin2013-08-142-1/+15
| * | | rados.py: fix Rados() backwards compatibilityJosh Durgin2013-08-142-2/+27
| * | | librados: fix async aio completion wakeupSage Weil2013-08-141-12/+17
| * | | librados: fix locking for AioCompletionImpl refcountingJosh Durgin2013-08-141-5/+9
* | | | Merge pull request #507 from ceph/wip-4635.masterJoão Eduardo Luís2013-08-156-101/+144
|\ \ \ \
| * | | | PendingReleaseNotes: reflect 'osd crush set' behavior changeJoao Eduardo Luis2013-08-151-0/+8
| * | | | vstart.sh: s/osd crush set/osd crush add/ as it's supposed to beJoao Eduardo Luis2013-08-151-1/+1
| * | | | mon: OSDMonitor: don't expose uncommitted state on 'osd crush add/set'Joao Eduardo Luis2013-08-151-47/+57
| * | | | mon: OSDMonitor: document 'prepare_command' wrt expected behavior of no-opsJoao Eduardo Luis2013-08-151-0/+30
| * | | | mon: OSDMonitor: don't expose uncommitted state on 'osd crush link'Sage Weil2013-08-151-23/+33