summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/library/partitionpool.py
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:29:42 +0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:46:47 +0200
commit5bfa7e8da79685e09097d266d6cf453729e704dc (patch)
treef238f57c0d02cad90a417bf7c26898727b22bffc /roles/kube_nfs_volumes/library/partitionpool.py
parent3be15dae0b039e06e31b4eecc933851ada7446cb (diff)
downloadopenshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.gz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.bz2
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.xz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.zip
Fix typos
Diffstat (limited to 'roles/kube_nfs_volumes/library/partitionpool.py')
-rw-r--r--roles/kube_nfs_volumes/library/partitionpool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/kube_nfs_volumes/library/partitionpool.py b/roles/kube_nfs_volumes/library/partitionpool.py
index 1ac8eed4d..9bd3228c1 100644
--- a/roles/kube_nfs_volumes/library/partitionpool.py
+++ b/roles/kube_nfs_volumes/library/partitionpool.py
@@ -60,7 +60,7 @@ options:
- Example 3: size=200G:1,100G:2 says that the ratio of space occupied by 200 GiB
partitions and 100GiB partition is 1:2. Therefore, on 1 TiB disk, 1/3
(300 GiB) should be occupied by 200 GiB partitions. Only one fits there,
- so only one is created (we always round nr. of partitions *down*). Teh rest
+ so only one is created (we always round nr. of partitions *down*). The rest
(800 GiB) is split into eight 100 GiB partitions, even though it's more
than 2/3 of total space - free space is always allocated as much as possible.
- size=200G:1,100G:2 = 1x 200 GiB and 8x 100 GiB partitions (on 1 TiB disk).