Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mon: fix a few nits #12670

Merged
merged 4 commits into from
Dec 29, 2016
Merged

mon: fix a few nits #12670

merged 4 commits into from
Dec 29, 2016

Commits on Dec 27, 2016

  1. mon: 'fs set-default' not 'fs set_default'

    The convention is to use - for command names and
    _ for variable names.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    52bd5bb View commit details
    Browse the repository at this point in the history
  2. mon/PGMap: fix alignment of 'cache io' in ceph -s output

    Currently it looks like
    
      client io 3508 B/s wr, 0 op/s rd, 5 op/s wr
      cache io 0 op/s promote
    
    but should be
    
      client io 3508 B/s wr, 0 op/s rd, 5 op/s wr
       cache io 0 op/s promote
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    f198ba8 View commit details
    Browse the repository at this point in the history
  3. mon/PGMap: remove CATEGORY column from 'df detail'

    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    88d85ad View commit details
    Browse the repository at this point in the history
  4. mon/OSDMonitor: ceph osd pool get/set crush_rule by name

    This means users don't have to manually translate a rule
    they just created to a ruleset ID in order to map a pool
    to it.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    88ae4bb View commit details
    Browse the repository at this point in the history