summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/docker_storage.py
Commit message (Collapse)AuthorAgeFilesLines
* Consider previous value of 'changed' when updatingRodolfo Carvalho2017-06-091-1/+1
| | | This avoids unintentionally overriding the value from `True` to `False`.
* docker checks: finish and refactorLuke Meyer2017-06-071-91/+166
| | | | | | | | | Incorporated docker_storage_driver into docker_storage as both need driver info. Corrected storage calculation to include VG free space, not just the current amount in the LV pool. Now makes no assumptions about pool name. Improved user messaging. Factored out some methods that can be shared with docker_image_availability.
* add docker storage, docker driver checksjuanvallejo2017-06-011-0/+110