From 5bfa7e8da79685e09097d266d6cf453729e704dc Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Wed, 19 Oct 2016 16:29:42 +0200 Subject: Fix typos --- roles/kube_nfs_volumes/library/partitionpool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/kube_nfs_volumes') 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). -- cgit v1.2.3