diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-06-03 16:04:10 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-06-03 16:04:10 -0400 |
commit | 23518f3e73618f8eca20391904f788bc6101e020 (patch) | |
tree | 09c036e826486835e06c0aeecc3fd22e5a6abdd0 | |
parent | 433e3c77adf99cfaa5d6b8f94d2f0065f187b0fc (diff) | |
parent | 12aa014ea62265db4c9bc16132548615d22f5246 (diff) | |
download | openshift-23518f3e73618f8eca20391904f788bc6101e020.tar.gz openshift-23518f3e73618f8eca20391904f788bc6101e020.tar.bz2 openshift-23518f3e73618f8eca20391904f788bc6101e020.tar.xz openshift-23518f3e73618f8eca20391904f788bc6101e020.zip |
Merge pull request #255 from jsafrane/devel/fix-typo
Fixe a typo in NFS server role.
-rw-r--r-- | roles/kube_nfs_volumes/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/kube_nfs_volumes/README.md b/roles/kube_nfs_volumes/README.md index 965958bd6..56c69c286 100644 --- a/roles/kube_nfs_volumes/README.md +++ b/roles/kube_nfs_volumes/README.md @@ -33,7 +33,7 @@ disks: /dev/sdb,/dev/sdc # Whether to re-partition already partitioned disks. # Even though the disks won't get repartitioned on 'false', all existing # partitions on the disk are exported via NFS as physical volumes! -foce: false +force: false # Specification of size of partitions to create. See library/partitionpool.py # for details. |