cinder/etc/cinder
Morgan Fainberg 5bf7b9be79 Make NFS share selection more intelligent.
Make the NFS share selection more intelligent by using a used_ratio
and oversub_ratio to determine the valid target.  The used_ratio
is a hard-cap of maximum "actual" used space, oversub_ratio allows
for oversubscription of the share based upon the apparant-allocated
space for sparse files.

Removed Options: nfs_disk_util

New options added:
* nfs_used_ratio:
    Float representation of the maximum allowed usage (e.g. 0.95
    calculated by available_space / total_space) before the share
    is no longer concidered a valid target.  Default: 0.95

* nfs_oversub_ratio:
    Float representation of the oversubscriotion ratio allowed when
    utilizing sparse files (determined via "du").  This gets
    multiplied against the total_capacity before comparing the
    apparant space used by the backing volume files.  Default
    ratio is 1.0 (meaning reserved/allocated space cannot exceed
    total space available on the mount).

DocImpact: New Configuration Options / Removal of Config Option

bp nfs-share-selection-logic-improvement

Change-Id: I3572e106eb4c794b08bf6f499e2da2d494c4072d
2013-05-23 12:23:26 -07:00
..
rootwrap.d Add du to rootwrap filters 2013-04-03 15:39:30 -04:00
api-paste.ini Use auth_token middleware from keystoneclient. 2012-11-27 22:20:55 +08:00
cinder.conf.sample Make NFS share selection more intelligent. 2013-05-23 12:23:26 -07:00
logging_sample.conf Fix incorrect class path for legacycinder formatter in logging_sample.conf 2012-10-18 08:00:41 -07:00
policy.json Merge "Add service mgmt extension." 2013-01-07 18:22:05 +00:00
rootwrap.conf Import Oslo's common rootwrap to Cinder 2013-02-04 17:28:38 +01:00