summaryrefslogtreecommitdiffstats
path: root/src/mon/MonCommands.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3393 from ceph/wip-osd-dfSage Weil2015-01-211-0/+3
|\
| * mon: ceph osd df -- a new command to show OSD utilizationMykola Golub2015-01-171-0/+3
* | Merge pull request #3409 from trociny/wip-osd_pool_flagsSage Weil2015-01-211-1/+1
|\ \
| * | osd: new pool safeguard flags: nodelete, nopgchange, nosizechangeMykola Golub2015-01-191-1/+1
| |/
* / fix command 'ceph pg dump_stuck degraded'xinxin shu2015-01-151-1/+1
|/
* mon: implement `fs reset`John Spray2015-01-121-0/+5
* osd: tiering: add cache mode READPROXYZhiqiang Wang2015-01-111-1/+1
* mon: make ceph tell mon.* version workMykola Golub2015-01-051-0/+1
* Merge pull request #3057 from ceph/wip-crush-strawSage Weil2014-12-181-1/+13
|\
| * mon: 'osd crush reweight-all'Sage Weil2014-12-101-0/+3
| * mon: add 'osd crush {get,set}-tunable <name> [value]' commandsSage Weil2014-12-101-0/+9
| * crush: add straw_calc_version tunableSage Weil2014-12-031-1/+1
* | mon: allow full flag to be manually clearedSage Weil2014-12-111-2/+2
|/
* mon: add the osd crush rename-bucket commandLoic Dachary2014-10-161-0/+5
* Merge remote-tracking branch 'gh/giant'Sage Weil2014-10-071-1/+2
|\
| * mon: MonCommands: adjust indentation for 'auth add'Joao Eduardo Luis2014-10-031-1/+2
* | mon: add 'osd pool ls [detail]' commandSage Weil2014-09-101-0/+3
|/
* erasure-code: relax profile parameter syntaxLoic Dachary2014-08-291-1/+1
* Merge pull request #2043 from guangyy/wip-pg-splittingSamuel Just2014-08-201-1/+2
|\
| * Add a new monitor command to let user specify the expected number of objects ...Guang Yang2014-08-191-1/+2
* | mon/OSDMonitor: reweight-by-pg for pool(s)Sage Weil2014-08-191-1/+2
* | mon/OSDMonitor: reweight-by-pgSage Weil2014-08-191-0/+4
|/
* Merge pull request #2217 from ceph/wip-problem-osdsSage Weil2014-08-161-0/+3
|\
| * mon: add 'osd blocked-by' commandSage Weil2014-08-091-0/+3
* | osd: promotion on 2nd read for cache tieringZhiqiang Wang2014-08-021-2/+2
|/
* mon: OSDMonitor: add "osd pool get <pool> erasure_code_profile" commandMa Jianpeng2014-07-171-1/+1
* Merge pull request #2089 from lpabon/lpabon_readforwardSage Weil2014-07-121-1/+1
|\
| * Support for READFORWARD in the caching tierLuis Pabón2014-07-081-1/+1
* | mon: OSDMonitor: add 'osd pool get-quota' commandJoao Eduardo Luis2014-07-081-0/+4
|/
* Merge pull request #2046 from ceph/wip-8670Sage Weil2014-07-031-1/+1
|\
| * mon: OSDMonitor: 'osd pool' - if we can set it, we must be able to get itJoao Eduardo Luis2014-07-021-1/+1
* | mon: add `ceph fs [new|rm|ls]`John Spray2014-06-301-1/+15
|/
* Make <poolname> in "ceph osd tier --help" clearer.Accela Zhao2014-06-251-3/+5
* erasure-code: consistent argument parsing for profilesLoic Dachary2014-06-131-2/+2
* mon/OSDMonitor: add 'osd crush reweight-subtree ...'Sage Weil2014-05-281-0/+5
* mon: add ceph osd pool set <pool> auidLoic Dachary2014-04-231-2/+2
* mon/OSDMonitor: require force argument to split a cache poolSage Weil2014-04-151-1/+2
* mon: MonCommands: have all 'auth' commands require 'execute' capsJoao Eduardo Luis2014-04-071-6/+6
* mon: MonCommands.h: have 'auth' read-only operations require 'x' capJoao Eduardo Luis2014-04-041-6/+6
* OSDMonitor: add 'osd primary-temp ...' commandIlya Dryomov2014-03-311-0/+5
* OSDMonitor: add 'osd pg-temp ...' commandIlya Dryomov2014-03-311-0/+5
* mon: add crush ruleset name to osd pool createLoic Dachary2014-03-181-0/+1
* mon: OSDMonitor use erasure_code_profile instead of propertiesLoic Dachary2014-03-181-3/+3
* mon: add the erasure-code-profile {set,get,rm,ls} MonCommandLoic Dachary2014-03-181-0/+16
* mon,osd,erasure-code: update copyright noticesLoic Dachary2014-03-171-0/+3
* Merge remote-tracking branch 'gh/firefly'Sage Weil2014-03-071-1/+9
|\
| * mon/OSDMonitor: add 'osd tier add-cache <pool> <size>' commandSage Weil2014-03-041-0/+7
| * OSDMonitor: do not add non-empty tier pool unless forcedSage Weil2014-03-041-1/+2
* | OSDMonitor: enable getting hit set parametersKai Zhang2014-03-011-2/+2
|/
* Merge pull request #1139 from ceph/wip-agentSage Weil2014-02-171-3/+3
|\