Skip to content
Snippets Groups Projects
Commit e05fd6fc authored by Florent Thiery's avatar Florent Thiery
Browse files

reduce min space requirements, refs #20771

parent b1e666ec
No related branches found
No related tags found
No related merge requests found
......@@ -23,14 +23,14 @@ paths = [
{
'mount_point': '/',
'recommended_types': ('ext4',),
'min_size_gbytes': 20,
'min_size_gbytes': 15,
'min_free_size_gbytes': 5,
},
{
'mount_point': '/home/msuser/msinstance',
'recommended_types': ('ext4', 'nfsv4'),
'min_size_gbytes': 20,
'min_free_size_gbytes': 5,
'min_size_gbytes': 400,
'min_free_size_gbytes': 10,
},
{
'type': 'swap',
......
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