Merge "Delete note of 'glusterfs_sparsed_volumes' (deprecated)"

This commit is contained in:
Jenkins 2015-10-15 07:13:24 +00:00 committed by Gerrit Code Review
commit 1e5a70290b
2 changed files with 0 additions and 30 deletions

View File

@ -169,27 +169,6 @@ After you configure the GlusterFS service, complete these steps:
OpenStack Block Storage is now configured to use a GlusterFS back end. OpenStack Block Storage is now configured to use a GlusterFS back end.
.. note::
In :file:`/etc/cinder/cinder.conf`, the ``glusterfs_sparsed_volumes`` configuration
key determines whether volumes are created as sparse files and grown
as needed or fully allocated up front. The default and recommended
value of this key is true, which ensures volumes are initially created
as sparse files.
Setting ``glusterfs_sparsed_volumes`` to false will result in volumes being
fully allocated at the time of creation. This leads to increased delays
in volume creation.
However, should you choose to set ``glusterfs_sparsed_volumes`` to false, you
can do so directly in :file:`/etc/cinder/cinder.conf`.
On distributions that include ``openstack-config``, you can configure this by
running the following command instead::
# openstack-config --set /etc/cinder/cinder.conf \
DEFAULT glusterfs_sparsed_volumes false
.. warning:: .. warning::
If a client host has SELinux enabled, the ``virt_use_fusefs`` boolean If a client host has SELinux enabled, the ``virt_use_fusefs`` boolean

View File

@ -1294,15 +1294,6 @@
# value) # value)
#glusterfs_shares_config=/etc/cinder/glusterfs_shares #glusterfs_shares_config=/etc/cinder/glusterfs_shares
# Create volumes as sparsed files which take no space.If set
# to False volume is created as regular file.In such case
# volume creation takes a lot of time. (boolean value)
#glusterfs_sparsed_volumes=true
# Create volumes as QCOW2 files rather than raw files.
# (boolean value)
#glusterfs_qcow2_volumes=false
# Base dir containing mount points for gluster shares. (string # Base dir containing mount points for gluster shares. (string
# value) # value)
#glusterfs_mount_point_base=$state_path/mnt #glusterfs_mount_point_base=$state_path/mnt