diff options
author | Jan Safranek <jsafrane@redhat.com> | 2015-06-01 10:09:06 +0200 |
---|---|---|
committer | Jan Safranek <jsafrane@redhat.com> | 2015-06-01 10:09:06 +0200 |
commit | 12aa014ea62265db4c9bc16132548615d22f5246 (patch) | |
tree | 86de6cca0aa98e16c9743a62605b8b9f47e3724c /roles | |
parent | 43d08da2a4af64015cd0fd83b36d843e51b21b0d (diff) | |
download | openshift-12aa014ea62265db4c9bc16132548615d22f5246.tar.gz openshift-12aa014ea62265db4c9bc16132548615d22f5246.tar.bz2 openshift-12aa014ea62265db4c9bc16132548615d22f5246.tar.xz openshift-12aa014ea62265db4c9bc16132548615d22f5246.zip |
Fixed a typo.
Diffstat (limited to 'roles')
-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. |