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

print current space

parent c4083991
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ def test_backup_space(server):
print('There is less than 20% of available space for backups')
return False
else:
print('There is %s%% of free space' % used_perc)
return True
else:
print('Failed to check backup space')
......
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