coren has submitted this change and it was merged. Change subject: Labs: make disk space alerts for compute nodes paging ......................................................................
Labs: make disk space alerts for compute nodes paging Since they will stop working properly (suspend instances) if disk space runs out and the scheduler does not attempt to avoid overallocation. Change-Id: If5918e18826724898ff29f6bb2caa3acc40b4569 --- A hieradata/eqiad/openstack/nova/compute.yaml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Rush: Looks good to me, but someone else must approve coren: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/eqiad/openstack/nova/compute.yaml b/hieradata/eqiad/openstack/nova/compute.yaml new file mode 100644 index 0000000..83dc7a2 --- /dev/null +++ b/hieradata/eqiad/openstack/nova/compute.yaml @@ -0,0 +1 @@ +base::monitoring::host::nrpe_check_disk_critical: true -- To view, visit https://gerrit.wikimedia.org/r/251297 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If5918e18826724898ff29f6bb2caa3acc40b4569 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: coren <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: coren <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
