| Commit message (Expand) | Author | Age | Files | Lines |
* | MonMap.h: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-13 | 1 | -3/+4 |
* | mon/MonClient: use thread-safe RNG for picking monitors | Sage Weil | 2012-11-18 | 1 | -16/+1 |
* | monmap: pass by ref | Sage Weil | 2012-10-22 | 1 | -5/+5 |
* | monmap: aseert addrs are unique on add(), calc_ranks() | Sage Weil | 2012-05-23 | 1 | -0/+2 |
* | monmap: calc_ranks() on rename() | Sage Weil | 2012-05-22 | 1 | -8/+8 |
* | monmap: fix rename | Sage Weil | 2012-05-21 | 1 | -0/+1 |
* | monmap: filter_initial_members -> set_initial_members | Sage Weil | 2012-05-21 | 1 | -4/+4 |
* | monmap: move build_initial() from MonClient | Sage Weil | 2012-05-19 | 1 | -0/+15 |
* | mon: move initial_members filtering into MonMap method | Sage Weil | 2012-05-19 | 1 | -0/+27 |
* | mon: learn peer addrs when probing | Sage Weil | 2012-05-19 | 1 | -0/+5 |
* | monmap: move monmap generation from ip/host list into MonMap | Sage Weil | 2012-05-19 | 1 | -0/+2 |
* | mon: discover peer names during probe | Sage Weil | 2012-05-19 | 1 | -0/+7 |
* | monmap: use feature bits and single encode() method | Sage Weil | 2012-05-15 | 1 | -4/+2 |
* | mon: refactor health, include optional detail | Sage Weil | 2012-03-07 | 1 | -0/+5 |
* | ceph-dencoder: MonMap | Sage Weil | 2012-02-08 | 1 | -7/+3 |
* | mon: uninline Monmap encode/decode | Sage Weil | 2012-02-08 | 1 | -43/+4 |
* | monmap: clear addr_name map on calculating ranks | Henry C Chang | 2011-12-22 | 1 | -0/+1 |
* | mon: search for local ip during mkfs | Sage Weil | 2011-11-28 | 1 | -0/+7 |
* | mon: calculate rank by addr, not name | Sage Weil | 2011-11-23 | 1 | -0/+6 |
* | monmap: assign rank by sorting addr, not name | Sage Weil | 2011-11-23 | 1 | -11/+13 |
* | mon: name self in monmap if --public-addr specified during mkfs | Sage Weil | 2011-11-22 | 1 | -0/+7 |
* | use libuuid for fsid | Sage Weil | 2011-11-12 | 1 | -4/+3 |
* | monmap: simplify constructor | Sage Weil | 2011-11-08 | 1 | -2/+2 |
* | mon: 'ceph mon dump [--format=json]' | Sage Weil | 2011-07-29 | 1 | -0/+5 |
* | mon/MonMap: deglobalize | Colin Patrick McCabe | 2011-06-21 | 1 | -2/+2 |
* | g_clock.now -> ceph_clock_now | Colin Patrick McCabe | 2011-06-21 | 1 | -1/+1 |
* | cmon: add --inject-monmap option | Sage Weil | 2011-03-29 | 1 | -0/+1 |
* | Rename config.h -> common/config.h | Colin Patrick McCabe | 2011-02-23 | 1 | -1/+1 |
* | MonMap: add,remove,contains can take const references | Samuel Just | 2011-02-03 | 1 | -3/+3 |
* | mon: const crusade | Colin Patrick McCabe | 2010-10-09 | 1 | -2/+2 |
* | mon: make backward-compat mon id's start at '0', not 'a' | Sage Weil | 2010-08-02 | 1 | -1/+1 |
* | Merge branch 'unstable' into mon-remove | Sage Weil | 2010-07-29 | 1 | -2/+2 |
|\ |
|
| * | Bug #98: Unique names for include guards | Markus Elfring | 2010-06-17 | 1 | -2/+2 |
* | | monmap: use this here vector size to be clear | Sage Weil | 2010-06-09 | 1 | -3/+3 |
* | | mon: send old format monmap to old clients (backward compatible) | Sage Weil | 2010-06-09 | 1 | -1/+14 |
* | | monclient: track cur_mon by name, not rank | Sage Weil | 2010-06-09 | 1 | -0/+8 |
* | | mon: identify monitors by name, not rank | Sage Weil | 2010-06-09 | 1 | -28/+94 |
|/ |
|
* | MonMap: Remove pick_mon() and last_mon data member -- doesn't belong here | Greg Farnum | 2009-10-12 | 1 | -12/+1 |
* | monmap: add a utime_t created data member | Greg Farnum | 2009-10-12 | 1 | -1/+4 |
* | monmaptool: use generic MonMap::print methods | Sage Weil | 2009-10-11 | 1 | -0/+7 |
* | mdsmap: add a last_changed utime_t data member. | Greg Farnum | 2009-10-10 | 1 | -0/+4 |
* | mon: allow sub for monmap | Sage Weil | 2009-09-21 | 1 | -0/+2 |
* | mon: include version in monmap encoding | Sage Weil | 2009-07-20 | 1 | -0/+4 |
* | mds, objecter, ceph: use MonClient | Sage Weil | 2009-06-27 | 1 | -2/+1 |
* | monclient: refactor MonMap into MonClient | Sage Weil | 2009-06-27 | 1 | -1/+3 |
* | mon: clean mon monmap cons | Sage Weil | 2009-01-27 | 1 | -3/+1 |
* | change ceph_fsid | Sage Weil | 2008-12-23 | 1 | -4/+4 |
* | osd: move logging messages to a common infrastructure | Yehuda Sadeh | 2008-12-04 | 1 | -0/+2 |
* | kclient: last bit of mon_client cleanup | Sage Weil | 2008-10-20 | 1 | -12/+2 |
* | Merge branch 'unstable' into encoding | Sage Weil | 2008-04-30 | 1 | -2/+2 |
|\ |
|