Andrew Bogott has submitted this change and it was merged. Change subject: Try to get nova not to schedule instances on totally full servers. ......................................................................
Try to get nova not to schedule instances on totally full servers. I vainly hope that this setting is actually observed. Change-Id: I38e8f8f67fb37e88de54694eac3c39adc6622624 --- M modules/openstack/templates/icehouse/nova/nova.conf.erb 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Andrew Bogott: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/openstack/templates/icehouse/nova/nova.conf.erb b/modules/openstack/templates/icehouse/nova/nova.conf.erb index edc1506..b1b907b 100644 --- a/modules/openstack/templates/icehouse/nova/nova.conf.erb +++ b/modules/openstack/templates/icehouse/nova/nova.conf.erb @@ -123,6 +123,10 @@ # that to 1.3. ram_allocation_ratio=1.3 +# Apparently the nova scheduler thinks nothing of scheduling 100% of +# the disk space of a node. Let's not do that. +disk_allocation_ratio=0.9 + # Deprecated, remove in Kilo: node_availability_zone=<%= @novaconfig["zone"] %> -- To view, visit https://gerrit.wikimedia.org/r/228422 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I38e8f8f67fb37e88de54694eac3c39adc6622624 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
