ceph/qa/standalone/mon
xie xingguo 1ea448ac75 common/types: make numbers a bit nicer when displaying space usage
Was:
----------------------------------------------------------------------------
GLOBAL:
    SIZE       AVAIL      RAW USED     %RAW USED
    30911M     27050M        3861M         12.49
POOLS:
    NAME                  ID     USED        %USED     MAX AVAIL     OBJECTS
    rbd                   0      101216k      1.10         8913M        1178
    cephfs_data_a         1            0         0         8913M           0
    cephfs_metadata_a     2          892         0         8913M          21
----------------------------------------------------------------------------

Now:
----------------------------------------------------------------------------
GLOBAL:
    SIZE      AVAIL     RAW USED     %RAW USED
    30.2G     26.4G        3.77G         12.50
POOLS:
    NAME                  ID     USED      %USED     MAX AVAIL     OBJECTS
    rbd                   0      99.2M      1.10         8.70G        1180
    cephfs_data_a         1          0         0         8.70G           0
    cephfs_metadata_a     2        892         0         8.70G          21
----------------------------------------------------------------------------

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2017-08-22 12:33:10 +08:00
..
misc.sh qa: Add create_pool() which sleeps 1 second like python variant 2017-08-04 06:38:09 -07:00
mkfs.sh
mon-bind.sh qa: Add create_pool() which sleeps 1 second like python variant 2017-08-04 06:38:09 -07:00
mon-created-time.sh
mon-handle-forward.sh
mon-ping.sh
mon-scrub.sh
osd-crush.sh qa/standalone/ceph-helpers: factor rbd pool create out of run_mon 2017-07-24 22:11:50 -04:00
osd-erasure-code-profile.sh qa: Add create_pool() which sleeps 1 second like python variant 2017-08-04 06:38:09 -07:00
osd-pool-create.sh qa/standalone/mon/osd-pool-create: stop testing create pool output 2017-07-24 22:11:49 -04:00
test_pool_quota.sh common/types: make numbers a bit nicer when displaying space usage 2017-08-22 12:33:10 +08:00