summaryrefslogtreecommitdiff
path: root/src/cmon.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'testing' into unstableSage Weil2010-08-261-1/+5
|\
| * mon: error out gracefully when we can't read the magicSage Weil2010-08-251-1/+5
* | config: add OPT_ADDR type, move "public_addr"/"cluster_addr" processing thereGreg Farnum2010-08-031-1/+1
* | config: rename g_my_addr to g_public_addr, add g_cluster_addrGreg Farnum2010-08-031-1/+1
* | Merge branch 'unstable' into mon-removeSage Weil2010-07-291-8/+11
|\ \ | |/
| * shift feature supported/required specifications into PolicySage Weil2010-07-021-3/+8
| * common: break init into set_defaults and init stepsSage Weil2010-07-011-5/+2
| * common: disable logger by default; make daemon settings explicit in (3) callersSage Weil2010-07-011-0/+5
| * debug: revamp debug/loggingSage Weil2010-07-011-2/+0
* | mon: rename whoami rank, simplify rank change logicSage Weil2010-06-081-1/+0
* | mon: identify monitors by name, not rankSage Weil2010-06-081-17/+21
|/
* move addr parse() into entity_addr_tSage Weil2010-06-021-1/+1
* mon: roll mkmonfs functionality into cmon --mkfsSage Weil2010-05-241-0/+51
* mon: no need for 'whoami' file in storeSage Weil2010-05-241-11/+0
* replace nstring with std::stringSage Weil2010-04-281-2/+1
* cmon: suggest mkcephfs when 'whoami' not in monfsSage Weil2010-02-101-1/+1
* Change CompatSet usage to be compatible with new structGreg Farnum2010-01-191-17/+11
* add versioning and awareness bla blaGreg Farnum2010-01-191-4/+10
* mon: use CompatSet in disk formatGreg Farnum2010-01-191-0/+35
* replace sprintf with snprintf all aroundYehuda Sadeh2010-01-141-1/+1
* msgr: rank is just a bad name for local SimpleMessengers nowGreg Farnum2010-01-071-11/+10
* msgr: should be destroyed in the same thread it's createdGreg Farnum2010-01-071-0/+1
* msgr: Remove erroneous rank->destroy calls I inserted in 9a96bfGreg Farnum2010-01-071-1/+0
* msgr: Make usage compatible with last commitGreg Farnum2010-01-061-1/+2
* msgr: All SimpleMessenger uses are now on the heap for appropriate destructionGreg Farnum2010-01-061-7/+8
* Merge branch 'unstable' into authSage Weil2009-10-211-10/+16
|\
| * msgr: simplify policySage Weil2009-10-131-3/+1
| * mon: store latest monmap is paxos-compatible formatSage Weil2009-10-101-7/+15
* | Merge commit 'origin/unstable' into authYehuda Sadeh2009-10-051-10/+6
|\ \ | |/
| * use sockaddr_storage; and some ipv6 support groundworkSage Weil2009-10-021-10/+6
* | auth: common_init should not always init keysYehuda Sadeh2009-09-251-1/+1
|/
* strerror -> strerror_rSage Weil2009-09-181-1/+2
* mon: treat osd, mds as peers, not clients (i.e. connect to them)Sage Weil2009-08-281-0/+2
* msgr: server flag to avoid connecting to peerSage Weil2009-08-261-6/+1
* msgr: kill static instance 'rank' of SimpleMessengerv0.7.3Sage Weil2009-05-011-5/+7
* cmon: less verboseYehuda Sadeh2009-03-301-1/+0
* conf: compare mon addr in monmap and in conf, warnYehuda Sadeh2009-03-241-0/+15
* config: clean up common_init a bitSage Weil2009-03-201-2/+1
* cmon, cosd: show fsid on startupSage Weil2009-03-121-1/+3
* cmon: typoYehuda Sadeh2009-03-121-1/+1
* config: fix mds, mon, osd startupSage Weil2009-03-111-15/+18
* conf: restructure of the conf mechanismYehuda Sadeh2009-03-111-1/+1
* usageSage Weil2009-03-101-6/+4
* config: default to -d for server daemons; -D/--nodaemon for foreground operationSage Weil2009-03-101-0/+1
* ceph-daemons: some more fixesYehuda Sadeh2009-02-271-4/+7
* added a common initialization functionYehuda Sadeh2009-02-091-1/+2
* mon: include magic in mondataSage Weil2008-11-201-0/+10
* mon: standardize storage of monmap revisionsSage Weil2008-11-131-1/+1
* fix env parsingSage Weil2008-11-051-0/+1
* rewrite debug macros, infrastructureSage Weil2008-11-051-1/+1