From 0ad11bc37bae2af206343153aa06d1367129dee9 Mon Sep 17 00:00:00 2001 From: Bernd Bausch Date: Fri, 27 Feb 2015 17:41:06 +0900 Subject: [PATCH] Reference to volume scheduling removed from Compute section As of Juno, the config guide still claims that the Nova scheduler takes care of volume scheduling requests. This functionality has been in Cinder for years. Similarly, the MultiScheduler mentioned in the config guide dates from the times when Nova managed volumes and is now obsolete. Fix: In the sentence "Compute uses the nova-scheduler service to determine how to dispatch compute and volume requests", removed the words "and volume". Also removed the line "scheduler_driver=nova.scheduler.multi.MultiScheduler" from the nova.conf example. Closes-Bug: #1423788 Change-Id: I2046c81a730083891a7d1107aa754232fcfa9e61 --- doc/config-reference/compute/section_compute-scheduler.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config-reference/compute/section_compute-scheduler.xml b/doc/config-reference/compute/section_compute-scheduler.xml index 135caa1bc6..3e595c1942 100644 --- a/doc/config-reference/compute/section_compute-scheduler.xml +++ b/doc/config-reference/compute/section_compute-scheduler.xml @@ -12,7 +12,7 @@ Scheduling Compute uses the nova-scheduler service to determine how to - dispatch compute and volume requests. For example, the + dispatch compute requests. For example, the nova-scheduler service determines on which host a VM should launch. In the context of filters, the term host means @@ -22,7 +22,7 @@ Compute is configured with the following default scheduler options in the /etc/nova/nova.conf file: - scheduler_driver=nova.scheduler.multi.MultiScheduler + scheduler_driver_task_period = 60 scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler scheduler_available_filters = nova.scheduler.filters.all_filters