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

tools: use TextTable for "rados df" plain output #9362

Merged
merged 4 commits into from Jul 26, 2016

Commits on Jul 2, 2016

  1. tools: use TextTable for "rados df" plain output

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 2, 2016
    Copy the full SHA
    d22f412 View commit details
    Browse the repository at this point in the history
  2. mon/PGMap: fix wrong size of dump_* commands

    The prettybyte_t considers the input as bytes, so the
    pre-cast is needed here.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 2, 2016
    Copy the full SHA
    f658c8d View commit details
    Browse the repository at this point in the history
  3. mon/PGMap: use si_t for space translation

    which is simpler and better for alignment.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 2, 2016
    Copy the full SHA
    c3c62e8 View commit details
    Browse the repository at this point in the history
  4. mon/PGMap: make 1st column of output of textable left justified

    So the whole output looks gorgeous.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 2, 2016
    Copy the full SHA
    bf9f5c1 View commit details
    Browse the repository at this point in the history