Bug 1208812
| Summary: | add DiskFilter to scheduler_default_filters | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Miroslav Suchý <msuchy> |
| Component: | openstack-packstack | Assignee: | Alfredo Moralejo <amoralej> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Shai Revivo <srevivo> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | trunk | CC: | amoralej, aortega, derekh, srevivo |
| Target Milestone: | --- | ||
| Target Release: | trunk | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-8.0.0-0.20160627144251.e192b6f.el7.centos.noarch.rpm | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-08 17:32:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Description of problem: I have an Icehouse instance. After installation I forgot to configure storage for ephemeral storage on compute nodes. Then I fired up 200 instances with swap spaces. And compute nodes quickly run out of space and nodes got into situation which was hard to fix. I highly recommend to change /usr/lib/python2.7/site-packages/packstack/puppet/templates/nova_sched.pp to "DEFAULT/scheduler_default_filters": value => "RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,CoreFilter,DiskFilter"; i.e. add DiskFilter. This would make life of OpenStack newbies - like me - much easier.