From 6b19fff383e3e2790feb0cca4d18624462c9d3df Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sat, 15 Oct 2016 10:17:55 +0900 Subject: [PATCH] [config-ref] add Block Storage schedulers Also, rename compute schdulers to avoid confusion Change-Id: I1b1f319a98e47af14061d4ca2b563882265acb37 Closes-Bug: #1408387 --- doc/config-reference/source/block-storage.rst | 1 + .../source/block-storage/schedulers.rst | 11 +++++++++++ doc/config-reference/source/compute.rst | 2 +- .../source/compute/{scheduler.rst => schedulers.rst} | 6 +++--- 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 doc/config-reference/source/block-storage/schedulers.rst rename doc/config-reference/source/compute/{scheduler.rst => schedulers.rst} (99%) diff --git a/doc/config-reference/source/block-storage.rst b/doc/config-reference/source/block-storage.rst index 853445e871..16fc45a088 100644 --- a/doc/config-reference/source/block-storage.rst +++ b/doc/config-reference/source/block-storage.rst @@ -8,6 +8,7 @@ Block Storage service block-storage/block-storage-overview.rst block-storage/volume-drivers.rst block-storage/backup-drivers.rst + block-storage/schedulers.rst block-storage/logs.rst block-storage/fc-zoning.rst block-storage/nested-quota.rst diff --git a/doc/config-reference/source/block-storage/schedulers.rst b/doc/config-reference/source/block-storage/schedulers.rst new file mode 100644 index 0000000000..d9cd9a1278 --- /dev/null +++ b/doc/config-reference/source/block-storage/schedulers.rst @@ -0,0 +1,11 @@ +======================== +Block Storage schedulers +======================== + +Block Storage service uses the ``cinder-scheduler`` service +to determine how to dispatch block storage requests. + +For more information, see `Cinder Scheduler Filters +`_ +and `Cinder Scheduler Weights +`_. diff --git a/doc/config-reference/source/compute.rst b/doc/config-reference/source/compute.rst index d78aae59d1..4788e6c87d 100644 --- a/doc/config-reference/source/compute.rst +++ b/doc/config-reference/source/compute.rst @@ -36,7 +36,7 @@ A list of config options based on different topics can be found below: compute/fibre-channel.rst compute/iscsi-offload.rst compute/hypervisors.rst - compute/scheduler.rst + compute/schedulers.rst compute/cells.rst compute/conductor.rst compute/logs.rst diff --git a/doc/config-reference/source/compute/scheduler.rst b/doc/config-reference/source/compute/schedulers.rst similarity index 99% rename from doc/config-reference/source/compute/scheduler.rst rename to doc/config-reference/source/compute/schedulers.rst index f660cf9d8a..e6e1a5b730 100644 --- a/doc/config-reference/source/compute/scheduler.rst +++ b/doc/config-reference/source/compute/schedulers.rst @@ -1,6 +1,6 @@ -========== -Schedulers -========== +================== +Compute schedulers +================== Compute uses the ``nova-scheduler`` service to determine how to dispatch compute requests. For example, the ``nova-scheduler``