From cc69c83472c43beecaa33d704db10272888e6629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Mon, 12 Nov 2018 16:18:42 +0100 Subject: [PATCH] Added zfs in recommended partition type. --- tests/test_partitions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_partitions.py b/tests/test_partitions.py index a82cff1e..c0b52287 100755 --- a/tests/test_partitions.py +++ b/tests/test_partitions.py @@ -35,14 +35,14 @@ paths = [ }, { 'mount_point': '/home/msuser/msinstance', - 'recommended_types': ('ext4', 'nfs', 'nfs4'), + 'recommended_types': ('ext4', 'nfs', 'nfs4', 'zfs'), 'min_size_gbytes': 5, 'reco_size_gbytes': 300, 'min_available_gbytes': 5, }, { 'mount_point': '/home/skyreach', - 'recommended_types': ('ext4', 'nfs', 'nfs4'), + 'recommended_types': ('ext4', 'nfs', 'nfs4', 'zfs'), 'min_size_gbytes': 5, 'reco_size_gbytes': 9, 'min_available_gbytes': 2, -- GitLab