summaryrefslogtreecommitdiff
path: root/build-vm
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-03-24 13:40:19 +0100
committerMichael Schroeder <mls@suse.de>2014-03-24 13:40:19 +0100
commit0147d74ea9a13d3c48d5af64ef70237c4cd241a1 (patch)
tree0c65c6980e8b47bce050f601caf13a33b593e48a /build-vm
parent093f621b5437b3e925da05029203d8afb80c3ac2 (diff)
fix strange space inserted by some vim mis-usage
Diffstat (limited to 'build-vm')
-rw-r--r--build-vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-vm b/build-vm
index fa80a45..3e0cfe8 100644
--- a/build-vm
+++ b/build-vm
@@ -722,7 +722,7 @@ vm_save_statistics() {
test -e /dev/vda && device="vda"
test -e /dev/dasda && device="dasda" # in z/VM
test -e /dev/nfhd0 && device="nfhd0" # in aranym
- if test -e /sys/b lock/${device}/stat ; then
+ if test -e /sys/block/${device}/stat ; then
disk=(`cat /sys/block/${device}/stat`)
test "0${disk[0]}" -gt 0 && echo "IO_requests_read: ${disk[0]}" >> $otherdir/_statistics
test "0${disk[2]}" -gt 0 && echo "IO_sectors_read: ${disk[2]}" >> $otherdir/_statistics