summaryrefslogtreecommitdiff
path: root/src/mon
Commit message (Expand)AuthorAgeFilesLines
* mon: Monitor: resolve keyring option to a file before loading keyringJoao Eduardo Luis2012-12-111-1/+7
* mon: drop command replies on paxos resetSage Weil2012-10-101-1/+6
* mon: simplify logmonitor check_subs; less noiseSage Weil2012-08-143-27/+34
* MonMap: return error on failure in build_initialJosh Durgin2012-08-101-2/+5
* mon: make 'ceph osd rm ...' wipe out all state bits, not just EXISTSSage Weil2012-07-261-1/+1
* mon: ignore pgtemp messages from down osdsSage Weil2012-07-241-0/+7
* mon: ignore osd_alive messages from down osdsSage Weil2012-07-241-4/+8
* mon/MonitorStore: always O_TRUNC when writing statesSage Weil2012-07-161-2/+2
* mon: initialize quorum_featuresSage Weil2012-07-021-0/+2
* osdmap: check new pool name on renameSage Weil2012-06-291-3/+16
* mon: 'osd pool rename <oldname> <newname>'Sage Weil2012-06-292-0/+27
* mon: MonmapMonitor: Use default port when the specified on 'add' is zeroJoao Eduardo Luis2012-06-271-0/+8
* mon: don't tick the PaxosServices if we are currently slurping.Greg Farnum2012-06-251-2/+5
* mon: encoding new monmap using quorum feature setSage Weil2012-06-211-1/+1
* mon: conditionally encode mon features for remote monSage Weil2012-06-212-3/+17
* mon: conditionally encode PGMap[::Incremental] with quorum featuresSage Weil2012-06-213-8/+37
* mon: conditionally encode auth incremental with quorum feature bitsSage Weil2012-06-212-3/+17
* mon: track intersection of quorum member featuresSage Weil2012-06-214-10/+25
* mon: include quorum in ceph statusSage Weil2012-06-181-1/+2
* mon: gracefully handle slow 'ceph -w' clientsSage Weil2012-06-182-22/+25
* mon: allow keys to be cleared in ceph osd crush set ... loc key/valuesSage Weil2012-06-111-1/+4
* mon: fix pg state loggingYan, Zheng2012-06-111-6/+6
* mon: add 'auth get-or-create' variant that outputs a keyringSage Weil2012-06-081-4/+20
* mon: require force argument for 'mds newfs ...'Sage Weil2012-06-081-9/+14
* mon: use mode 0600 throughoutSage Weil2012-06-071-4/+4
* Merge remote-tracking branch 'gh/mon-auth'Sage Weil2012-06-071-1/+1
|\
| * mon: share mon keyring with KeyServerSage Weil2012-06-061-1/+1
* | make everyone use our assert #include and macroSage Weil2012-06-069-9/+17
* | mon: put cluster log at /var/log/ceph/$cluster.log and/or send to syslogSage Weil2012-06-061-35/+21
|/
* monclient: be paranoid/defensive about send_log vs log_client==NULLSage Weil2012-06-061-6/+7
* mon: include pg acting in health detailSage Weil2012-06-051-0/+1
* mon: include all types of stuck pgs in health detailSage Weil2012-06-051-11/+19
* monclient: send more log entries when first set is ackedSage Weil2012-06-052-2/+7
* logclient: not a dispatcherSage Weil2012-06-053-8/+24
* mon: limit size of each logm paxos eventSage Weil2012-06-052-0/+12
* mon: clear osd_stat on osd creation/destructionSage Weil2012-06-051-0/+8
* paxos: warn on extreme clock skewSage Weil2012-06-021-1/+6
* Merge remote-tracking branch 'gh/wip-admin'Sage Weil2012-06-012-20/+18
|\
| * mon: fix admin socket lock dependencySage Weil2012-05-301-11/+10
| * admin_socket: pass args separatelySage Weil2012-05-302-12/+11
* | mon: fix slurp latest raceSage Weil2012-06-011-1/+6
* | Merge remote-tracking branch 'gh/wip-mon-doc'Sage Weil2012-05-318-148/+1460
|\ \ | |/ |/|
| * mon: add some info on can_mark_out functionJoao Eduardo Luis2012-05-291-0/+10
| * mon: Do some aesthetic reformatting on the Elector class.Joao Eduardo Luis2012-05-291-4/+6
| * mon: add doxygen-format comments to the Elector class.Joao Eduardo Luis2012-05-291-13/+315
| * mon: Do some aesthetic reformatting on the Paxos class.Joao Eduardo Luis2012-05-291-43/+50
| * mon: add doxygen-format comments to the Monitor class.Joao Eduardo Luis2012-05-291-2/+17
| * mon: add doxygen-format comments to the PaxosService class.Joao Eduardo Luis2012-05-292-46/+223
| * mon: add doxygen-format comments to the Paxos class.Joao Eduardo Luis2012-05-292-40/+839
* | mon: fix reweight_by_utilization waitingSage Weil2012-05-301-4/+11