summaryrefslogtreecommitdiff
path: root/src/mon/MDSMonitor.cc
Commit message (Expand)AuthorAgeFilesLines
* mon: require force argument for 'mds newfs ...'Sage Weil2012-06-081-9/+14
* make everyone use our assert #include and macroSage Weil2012-06-061-0/+1
* mon: apply 'r' and 'w' caps to mdsmapSage Weil2012-05-221-0/+18
* mon: only log map state changes from primarySage Weil2012-05-171-1/+2
* mon: aesthetic changes to map change log entriesSage Weil2012-05-171-1/+1
* mon: Add publish/subscribe capabilities to the log monitor and status cmd.Joao Eduardo Luis2012-05-171-0/+2
* mon: add safety checks for 'mds rm <gid>' commandSage Weil2012-05-051-7/+17
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* mon: assign severity to each health summary/detail itemSage Weil2012-03-061-2/+3
* mon: refactor health, include optional detailSage Weil2012-03-061-2/+2
* mon: use pending_mdsmap for deactivateSage Weil2012-02-231-7/+8
* mon: mds "stop" -> "deactivate"Sage Weil2012-02-231-4/+4
* mon: refuse to stop mds if max_mds will make it rejoinSage Weil2012-02-231-0/+3
* mon: make PaxosService::update_from_paxos return void.Greg Farnum2012-02-071-4/+2
* mdsmap: move member initialization to monitor create_initial()Sage Weil2012-01-301-4/+9
* mon: add mds, mon info to cluster_loggerSage Weil2011-12-121-1/+12
* mdsmap: rename get_num_*_mds() methodsSage Weil2011-12-121-2/+2
* paxosservice: remove unused committed() callbackSage Weil2011-11-191-5/+0
* mon: mdsmon: tick() from on_active() instead of committed()Sage Weil2011-11-191-0/+4
* use libuuid for fsidSage Weil2011-11-111-1/+1
* mon: fix up update_from_paxos() methodsSage Weil2011-11-111-1/+2
* mon: stage mkfs seed info in mkfs/ dirSage Weil2011-11-111-1/+1
* mon: revamp monitor statesSage Weil2011-11-071-2/+2
* mdsN -> mds.NSage Weil2011-09-271-16/+16
* Remove global ctors/dtors for CompatSetColin Patrick McCabe2011-09-121-1/+1
* osd: int pool -> int64_t poolSage Weil2011-08-271-2/+2
* mds: fix shadowSage Weil2011-08-261-4/+4
* Some fixes to double-dash support, fix warningColin Patrick McCabe2011-08-231-1/+3
* mon: add/remove data_pg_pools from mdsmapSage Weil2011-08-171-0/+10
* mon: dump mdsmap in jsonSage Weil2011-08-111-7/+38
* mdsmon: send commands to all MDSes, not just the in&up ones.Greg Farnum2011-08-011-5/+6
* mdsmon: Fix handling of follow-by-name MDSes.Greg Farnum2011-07-271-5/+7
* mon: rip out injectargs command(s)Sage Weil2011-07-231-23/+0
* mon: remove unused variablesGreg Farnum2011-07-181-1/+0
* mon: do not copy subscription xlistSage Weil2011-06-211-1/+3
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-13/+13
* MDSMap: de-globalizeColin Patrick McCabe2011-06-201-4/+4
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-201-9/+9
* Create de-globalized versions of the dout macroColin Patrick McCabe2011-06-201-2/+2
* Revert "mon: add all_exit and exit commands"Josh Durgin2011-06-091-12/+0
* Merge remote branch 'origin/wip_gcov'Josh Durgin2011-06-071-1/+21
|\
| * mon: add all_exit and exit commandsJosh Durgin2011-06-071-0/+12
| * mon: ceph tell mds * is a valid commandJosh Durgin2011-06-071-1/+9
* | g_conf: change to pointerColin Patrick McCabe2011-06-071-6/+6
|/
* mon: do not stop mds0 unless all other nodes have also stoppedSage Weil2011-05-051-5/+11
* mon: fix standby-replay assignment (again)Sage Weil2011-04-261-3/+4
* mon: rework assignment of standby-replay, expansion nodesSage Weil2011-04-261-2/+1
* mon: fix standby-replay assignment logicSage Weil2011-04-261-19/+41
* osd: drop 'casdata' bucket by defaultSage Weil2011-04-201-1/+1
* mon: simplify mds follow checksSage Weil2011-04-121-32/+45