summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v0.65v0.65Gary Lowell2013-06-252-1/+7
* mon/Elector: cancel election timer if we bootstrapSage Weil2013-06-251-0/+1
* mon: cancel probe timeout on resetSage Weil2013-06-251-0/+1
* mon/AuthMonitor: ensure initial rotating keys get encoded when create_initial...Sage Weil2013-06-251-3/+5
* init-radosgw.sysv: remove -x debug modeSage Weil2013-06-251-1/+1
* common/pick_addresses: behave even after internal_safe_to_start_threadsSage Weil2013-06-251-0/+24
* Add python-argparse to dependencies (for pre-2.7 systems)Dan Mick2013-06-241-1/+2
* mds: do not assume segment list is non-empty in standby_trim_segmentsSage Weil2013-06-242-2/+8
* Merge pull request #374 from ceph/wip-5427Sage Weil2013-06-243-6/+11
|\
| * mon/AuthMonitor: make initial auth include rotating keysSage Weil2013-06-233-6/+11
|/
* mon: do not leak no_reply messagesSage Weil2013-06-231-1/+5
* mon: fix leak of MOSDFailure messagesSage Weil2013-06-232-0/+10
* debian: ceph-common requires matching version of python-cephSage Weil2013-06-221-1/+1
* Add header comments and Inktank copyrights to ceph.in/ceph_argparse.pyDan Mick2013-06-222-0/+25
* ceph.in: rip out reusable code to pybind/ceph_argparse.pyDan Mick2013-06-224-928/+943
* ceph: even shinierSage Weil2013-06-221-4/+2
* ceph: do not busy-loop on ceph -wSage Weil2013-06-221-0/+2
* librados: make cmd test tolerate NXIO for osd commandsSage Weil2013-06-211-3/+8
* ceph.in: remove some TAB charsDan Mick2013-06-211-2/+2
* ceph.in: fix ^C handling in watch (trap exception in while, too)Dan Mick2013-06-211-6/+7
* ceph: --version as well as -vSage Weil2013-06-211-2/+2
* qa/workunits/misc/multiple_rsync.sh: wtfSage Weil2013-06-201-2/+2
* qa/workunits/cephtool/test.sh: fix and cleanup several testsSage Weil2013-06-201-22/+16
* mon: drop deprecated 'stop_cluster'Sage Weil2013-06-201-1/+0
* mds: make 'mds compat rm_*compat' idempotentSage Weil2013-06-201-2/+2
* mon: make 'log ...' command wait for commit before replySage Weil2013-06-202-18/+40
* a/workunits/cephtool/test.sh: --no-log-to-stderr when examining stderrSage Weil2013-06-201-3/+3
* mon: more fix dout use in sync_requester_abort()Sage Weil2013-06-201-1/+1
* mon: fix raw use of *_dout in sync_requester_abort()Sage Weil2013-06-201-3/+2
* FileStore: handle observers in constructor/destructorSamuel Just2013-06-201-7/+6
* FileStore: apply changes after disabling m_filestore_replica_fadviseSamuel Just2013-06-201-0/+1
* ceph-disk: make list_partition behave with unusual device namesAlexandre Maragone2013-06-201-9/+4
* os/FileStore: disable fadvise on XFSSage Weil2013-06-191-0/+14
* Revert "client: fix warning"Sage Weil2013-06-191-1/+1
* mon: Monitor: make sure we backup a monmap during sync startJoao Eduardo Luis2013-06-191-3/+5
* mon: Monitor: obtain latest monmap on sync store initJoao Eduardo Luis2013-06-192-13/+54
* mon: Monitor: don't remove 'mon_sync' when clearing the store during abortJoao Eduardo Luis2013-06-191-1/+0
* AuthMonitor: auth export's status message to ss, not dsDan Mick2013-06-191-1/+1
* ceph.spec: create /var/run on package installSage Weil2013-06-181-0/+1
* test_rados.py: add some tests for mon_commandDan Mick2013-06-181-1/+58
* 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
* ceph.in: pass parsed conffile to Rados constructorDan Mick2013-06-181-1/+1
* ceph.in: global var dontsplit should be capitalizedDan Mick2013-06-181-3/+3
* client: fix warningSage Weil2013-06-181-1/+1
* common/Preforker: fix warningSage Weil2013-06-181-2/+5
* client: fix warningSage Weil2013-06-181-0/+6
* client: handle reset during initial mds session openSage Weil2013-06-181-1/+14
* mon: fix 'osd dump <epoch>'Sage Weil2013-06-181-1/+3
* Merge branch 'wip-5194' into nextSage Weil2013-06-186-7/+140
|\