Skip to content
Snippets Groups Projects
Commit cc69c834 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added zfs in recommended partition type.

parent 846942ba
No related branches found
No related tags found
No related merge requests found
...@@ -35,14 +35,14 @@ paths = [ ...@@ -35,14 +35,14 @@ paths = [
}, },
{ {
'mount_point': '/home/msuser/msinstance', 'mount_point': '/home/msuser/msinstance',
'recommended_types': ('ext4', 'nfs', 'nfs4'), 'recommended_types': ('ext4', 'nfs', 'nfs4', 'zfs'),
'min_size_gbytes': 5, 'min_size_gbytes': 5,
'reco_size_gbytes': 300, 'reco_size_gbytes': 300,
'min_available_gbytes': 5, 'min_available_gbytes': 5,
}, },
{ {
'mount_point': '/home/skyreach', 'mount_point': '/home/skyreach',
'recommended_types': ('ext4', 'nfs', 'nfs4'), 'recommended_types': ('ext4', 'nfs', 'nfs4', 'zfs'),
'min_size_gbytes': 5, 'min_size_gbytes': 5,
'reco_size_gbytes': 9, 'reco_size_gbytes': 9,
'min_available_gbytes': 2, 'min_available_gbytes': 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment