cinder/doc/source/configuration
Gorka Eguileor 93b3747806 RBD: Change rbd_exclusive_cinder_pool's default
In Cinder we always try to have sane defaults, but the current RBD
default for rbd_exclusive_cinder_pools may lead to issues on deployments
with a large number of volumes:

- Cinder taking a long time to start.
- Cinder becoming non-responsive.
- Cinder stats gathering taking longer than the gathering period.

This is cause by the driver making an independent request to get
detailed information on each image to accurately calculate the space
used by the Cinder volumes.

With this patch we change the default to make sure that these issues
don't happen in the most common deployment case (the exclusive Cinder
pool).

Related-Bug: #1704106
Change-Id: I839441a71238cdad540ba8d9d4d18b1f0fa3ee9d
(cherry picked from commit 4ba6664dee)
2021-05-19 13:08:26 +02:00
..
block-storage RBD: Change rbd_exclusive_cinder_pool's default 2021-05-19 13:08:26 +02:00
figures Remove XIV part from configuration docs 2020-04-23 18:27:48 +08:00
tables Merge "Doc: Update storwize cinder driver configuration" 2020-09-18 23:02:50 +00:00
README.rst Add reference to LP bug in configuration doc readme 2019-10-10 15:18:46 +02:00
index.rst Add "service token" documentation 2019-09-26 10:26:21 +02:00

README.rst

Cinder Configuration Documentation (source/configuration)

Introduction:

This directory is intended to hold any documentation that relates to how to configure Cinder. It is intended that some of this content be automatically generated in the future. At the moment, however, it is not. If you would like to work on this, please use Launchpad Bug #1847600 for tracking purposes. Changes to configuration options for Cinder or its drivers needs to be put under this directory.

The full spec for organization of documentation may be seen in the OS Manuals Migration Spec.