summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/disk_availability.py
Commit message (Collapse)AuthorAgeFilesLines
* Enable disk check on containerized installsRodolfo Carvalho2017-06-221-2/+1
| | | | | | | According to the docs the disk requirements should be similar to non-containerized installs. https://docs.openshift.org/latest/install_config/install/rpm_vs_containerized.html#containerized-storage-requirements
* Add module docstringRodolfo Carvalho2017-06-221-1/+2
|
* Add suggestion to check disk space in any pathRodolfo Carvalho2017-06-221-1/+5
|
* Require at least 1GB in /usr/bin/local and tempdirRodolfo Carvalho2017-06-221-0/+14
| | | | During install, those paths are used and require some free space.
* Refactor DiskAvailability for arbitrary pathsRodolfo Carvalho2017-06-221-33/+63
| | | | Prepare the check to support verifying multiple paths, not only /var.
* disk/memory checks: make threshold configurableLuke Meyer2017-05-231-2/+4
|
* Simplify disk availability check, review testsRodolfo Carvalho2017-04-171-46/+38
| | | | | | | | | | | - only support a fixed list of recommended values for now, no overwriting via Ansible variables (keep it simple, add features as needed). - implement is_active: run this check only for hosts that have a recommended disk space. - test priority of mount paths / and /var.
* add ram and storage preflight checkjuanvallejo2017-04-171-0/+73