summaryrefslogtreecommitdiffstats
path: root/manifests/brick.pp
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-03-13 14:30:02 -0400
committerJames Shubin <james@shubin.ca>2014-03-16 22:38:47 -0400
commit06454f4f4d61d9c77fe1155c3c9e7de70fbc43b8 (patch)
treea602a49927ee0f16f618ecc6b8117d57732519f8 /manifests/brick.pp
parent2ca6cd2281ba2ab4d4690dd48ce17943319221a4 (diff)
downloadpuppet-gluster-06454f4f4d61d9c77fe1155c3c9e7de70fbc43b8.tar.gz
puppet-gluster-06454f4f4d61d9c77fe1155c3c9e7de70fbc43b8.tar.xz
puppet-gluster-06454f4f4d61d9c77fe1155c3c9e7de70fbc43b8.zip
Lower case use of k, not upper case, as per performance documentation.
Diffstat (limited to 'manifests/brick.pp')
-rw-r--r--manifests/brick.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/brick.pp b/manifests/brick.pp
index 04f28b1..14d9abb 100644
--- a/manifests/brick.pp
+++ b/manifests/brick.pp
@@ -200,7 +200,7 @@ define gluster::brick(
# system. These options are sometimes auto-detected but manual
# configuration is needed with many of the hardware RAID
# volumes.
- $xfs_arg05 = "-d su=${raid_su}K,sw=${raid_sw}"
+ $xfs_arg05 = "-d su=${raid_su}k,sw=${raid_sw}"
$xfs_cmdlist = [
"${xfs_arg00}",