aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2014-01-09 16:04:12 -0500
committerMister Oyster <oysterized@gmail.com>2018-01-02 13:52:11 +0100
commit9c81c1120f4d3a1f5d2dd9b75dc851c130681531 (patch)
treeaa3c4bbee0614f4991501782dff65bb4d0773e5c /scripts/basic
parentd9b3af8a88d8ba57aa01736b78f880155efcf742 (diff)
dm cache: add block sizes and total cache blocks to status output
Improve cache_status to emit: <metadata block size> <#used metadata blocks>/<#total metadata blocks> <cache block size> <#used cache blocks>/<#total cache blocks> ... Adding the block sizes allows for easier calculation of the overall size of both the metadata and cache devices. Adding <#total cache blocks> provides useful context for how much of the cache is used. Unfortunately these additions to the status will require updates to users' scripts that monitor the cache status. But these changes help provide more comprehensive information about the cache device and will simplify tools that are being developed to manage dm-cache devices -- because they won't need to issue 3 operations to cobble together the information that we can easily provide via a single status ioctl. While updating the status documentation in cache.txt spaces were tabify'd. Requested-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Acked-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions