From 69e8811972eec0f1b14f947963fdb405a5318ea7 Mon Sep 17 00:00:00 2001 From: Am1GO Date: Sun, 23 Nov 2014 21:08:33 +0300 Subject: [PATCH] Fixed type in dm-cache s/voulme/volume --- plugins/disk/dm_cache_occupancy_ | 2 +- plugins/disk/dm_cache_statistics_ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/disk/dm_cache_occupancy_ b/plugins/disk/dm_cache_occupancy_ index eab38746..cddee218 100755 --- a/plugins/disk/dm_cache_occupancy_ +++ b/plugins/disk/dm_cache_occupancy_ @@ -72,7 +72,7 @@ case $1 in echo 'graph_args --base 1000' echo 'graph_vlabel blocks' echo 'graph_category disk' - echo "graph_info This graph shows the dm-cache cache occupancy of the $CVOL cached voulme." + echo "graph_info This graph shows the dm-cache cache occupancy of the $CVOL cached volume." echo 'cache_used_metadata.label Used metadata' echo 'cache_used_metadata.info Used metadata blocks for cache' echo 'cache_total_metadata.label Total metadata' diff --git a/plugins/disk/dm_cache_statistics_ b/plugins/disk/dm_cache_statistics_ index 8d7e6277..94a959e2 100755 --- a/plugins/disk/dm_cache_statistics_ +++ b/plugins/disk/dm_cache_statistics_ @@ -72,7 +72,7 @@ case $1 in echo 'graph_args --base 1000' echo 'graph_vlabel blocks/sec' echo 'graph_category disk' - echo "graph_info This graph shows the dm-cache cache statistics of the $CVOL cached voulme." + echo "graph_info This graph shows the dm-cache cache statistics of the $CVOL cached volume." echo 'cache_read_hits.type DERIVE' echo 'cache_read_hits.label Read hits'