commit | 2f1da40b0ce32927cbbb9506678af0e82a0b1b51 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Dec 06 01:52:48 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Dec 06 01:52:48 2016 +0000 |
tree | 394ca450271136be945874578f9725b6e40a9d09 | |
parent | 172b043d68f69d01c4bbd86220ec721f44492d26 [diff] | |
parent | 8a834940b893b0535887d8cf08504dab4b9b710e [diff] |
Merge "Missing parameter in comment"
diff --git a/lib/lvm b/lib/lvm index 99c7ba9..0cebd92 100644 --- a/lib/lvm +++ b/lib/lvm
@@ -101,7 +101,7 @@ # init_lvm_volume_group() initializes the volume group creating the backing # file if necessary # -# Usage: init_lvm_volume_group() $vg +# Usage: init_lvm_volume_group() $vg $size function init_lvm_volume_group { local vg=$1 local size=$2