forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current manifests don't expose a way for end users to set the disk_cachemodes directive in nova.conf, which can be useful for improving disk performance. This patch adds a parameter allowing users to specify a list of values to be written in to the disk_cachemodes setting. The default value is an empty list, which will cause the disk_cachemodes setting to be removed entirely from nova.conf (thus matching the Nova default and current behavior). This patch is based on 0a5d6568f070d193b604513f194c966cc224a86b but is slightly modified to account for a change in how the nova.conf file is organized between Havana and Icehouse (some libvirt params were moved from the [DEFAULT] section to the new [libvirt] section in Icehouse). Change-Id: I9173ef79e4e573515f290734535907794dda7dbf (cherry picked from commit 0a5d6568f070d193b604513f194c966cc224a86b)
- Loading branch information
Mark T. Voelker
committed
Mar 4, 2014
1 parent
c1f246c
commit 18f55e7
Showing
2 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters