summaryrefslogtreecommitdiff
path: root/src/mon/OSDMonitor.cc
Commit message (Expand)AuthorAgeFilesLines
* make everyone use our assert #include and macroSage Weil2012-06-061-2/+3
* Merge remote-tracking branch 'gh/wip-mon-doc'Sage Weil2012-05-311-0/+10
|\
| * mon: add some info on can_mark_out functionJoao Eduardo Luis2012-05-291-0/+10
* | mon: fix reweight_by_utilization waitingSage Weil2012-05-301-4/+11
* | osd: fix rewewight_by_utilizationSage Weil2012-05-301-4/+5
|/
* mon: apply 'r' and 'w' caps to osdmapSage Weil2012-05-221-0/+19
* osdmap: use pg[p]_num accessorsSage Weil2012-05-191-6/+4
* Merge remote-tracking branch 'gh/wip-mon-refactor'Sage Weil2012-05-181-0/+3
|\
| * 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
* | Merge remote-tracking branch 'gh/wip-mon-encoding'Sage Weil2012-05-161-1/+1
|\ \
| * | features: explicitly use CEPH_FEATURES_ALL instead of -1Sage Weil2012-05-161-1/+1
| |/
* | mon: fail 'osd crush set ...' is osd doesn't existSage Weil2012-05-141-1/+7
|/
* mon: fix call to get_uuid() on non-existant osdSage Weil2012-05-041-1/+1
* Merge branch 'wip-crush-update'Sage Weil2012-05-031-11/+10
|\
| * mon: drop 'osd crush add ...'Sage Weil2012-05-021-47/+0
| * mon: 'osd crush set ...' do an add or updateSage Weil2012-05-021-0/+46
* | Merge branch 'wip-osd-uuid'Sage Weil2012-05-031-36/+39
|\ \
| * | mon: simplify 'osd create <uuid>' commandSage Weil2012-05-031-28/+27
| |/
| * mon: 'osd create <uuid>'Sage Weil2012-05-011-21/+18
| * mon: fill in osd uuid in map on bootSage Weil2012-05-011-0/+7
* | mon: make 'osd map <poolname> <objectname>' return pg and osd mappingSage Weil2012-05-021-0/+19
|/
* osd: add is_unmanaged_snaps_mode() to pg_pool_t; use more consistentlyGreg Farnum2012-04-301-2/+2
* mon: fix nion -> noin typoSage Weil2012-04-301-1/+1
* Merge branch 'wip-osdmap'Sage Weil2012-04-281-15/+15
|\
| * osdmap: use shared_ptr<> for pg_tempSage Weil2012-04-261-8/+8
| * osdmap: use shared_ptr for CrushWrapperSage Weil2012-04-261-7/+7
* | Merge branch 'wip-mon'Sage Weil2012-04-281-44/+255
|\ \
| * | mon: 'osd [un]set noin'Sage Weil2012-04-281-0/+6
| |/
| * mon: consider pending_inc in {up,in}_ratio for can_mark_{out,down}()Sage Weil2012-04-261-2/+4
| * mon: thrash pg_temp mapping, tooSage Weil2012-04-261-0/+28
| * mon: 'osd thrash <num epochs>'Sage Weil2012-04-251-2/+62
| * mon: add 'mon osd min up ratio' and 'mon osd min in ratio'Sage Weil2012-04-251-1/+23
| * mon: use can_mark_*() helpersSage Weil2012-04-251-10/+45
| * mon: do not mark osds out if NOOUT flag is setSage Weil2012-04-241-25/+30
| * mon: do not mark booting osds in if NOIN flag is setSage Weil2012-04-241-1/+5
| * mon: always remove booting osds from down_pending_outSage Weil2012-04-241-1/+2
| * mon: prevent osd mark-down with NODOWN flagSage Weil2012-04-241-1/+8
| * mon: prevent osd from booting if NOUPSage Weil2012-04-241-0/+7
| * mon: 'osd {set,unset} {noin,noout,noup,nodown}'Sage Weil2012-04-241-14/+48
* | Merge branch 'next'Sage Weil2012-04-281-1/+5
|\ \
| * | mon: limit size of MOSDMap message sent as replySage Weil2012-04-281-1/+5
| |/
* | Merge branch 'wip-lpg'Sage Weil2012-04-261-36/+4
|\ \ | |/ |/|
| * mon: set auid for mon-created pools to 0Sage Weil2012-04-231-3/+3
| * osd: do not create localized pgsSage Weil2012-04-191-33/+1
* | mon: clean up handle_osd_timeouts a bitSage Weil2012-04-241-6/+4
* | mon: fix pg stats timeoutSage Weil2012-04-241-7/+4
|/
* Merge branch 'stable'Sage Weil2012-04-141-1/+21
|\
| * mon: command to disable localized pgs for a poolSage Weil2012-04-111-0/+20