Replace Chinese quotes to English quotes
Change-Id: Ibf105bdff6127f47800dc3bef32dfdc6b16f0b29
This commit is contained in:
parent
1e34f5b32f
commit
c6f10b1661
@ -35,8 +35,8 @@ Use Cases
|
||||
The use case is one in which the `Administrator`_ wants to perform a load
|
||||
consolidation on the `resources`_ to reduce the amount of underutilized
|
||||
servers. The Administrator invokes Watcher with the `Goal`_ of
|
||||
“VM_WORKLOAD_CONSOLIDATION”. Watcher then executes the `Strategy`_
|
||||
“VM_WORKLOAD_CONSOLIDATION_STRATEGY”. It then presents a set of `Actions`_
|
||||
"VM_WORKLOAD_CONSOLIDATION". Watcher then executes the `Strategy`_
|
||||
"VM_WORKLOAD_CONSOLIDATION_STRATEGY". It then presents a set of `Actions`_
|
||||
to the Administrator. The Administrator then approves the recommended
|
||||
`action plan`_ - typically VM live-migration actions - and instructs Watcher
|
||||
to perform the actions.
|
||||
@ -50,8 +50,8 @@ Proposed change
|
||||
===============
|
||||
|
||||
The proposed change is to add a new Goal and a new Strategy to Watcher.
|
||||
The new Goal is “VM_WORKLOAD_CONSOLIDATION” and the new Strategy is
|
||||
“VM_WORKLOAD_CONSOLIDATION_STRATEGY”. The new Strategy is designed to be a
|
||||
The new Goal is "VM_WORKLOAD_CONSOLIDATION" and the new Strategy is
|
||||
"VM_WORKLOAD_CONSOLIDATION_STRATEGY". The new Strategy is designed to be a
|
||||
lightweight consolidation mechanism which can be tuned based on experience; it
|
||||
also operates quickly. The purpose of the strategy is to move the aggregate
|
||||
operating point of the `Cluster`_ to increase the number of servers with
|
||||
|
@ -106,7 +106,7 @@ the standard deviation in a cluster best. That option is added
|
||||
to the map of migration options, that afterwards gets sorted
|
||||
by standard deviation in ascending order. From the resulting list
|
||||
we iteratively take a host/vm pair and place it into solution with
|
||||
action “MIGRATION”. We compare the resulting deviations of CPU and RAM
|
||||
action "MIGRATION". We compare the resulting deviations of CPU and RAM
|
||||
to the threshold values. If the resulting deviations are less than
|
||||
the threshold values, the cycle stops and the resulting action plan
|
||||
is sent to Watcher Applier.
|
||||
@ -210,4 +210,4 @@ No history.
|
||||
.. _action plan: https://factory.b-com.com/www/watcher/doc/watcher/glossary.html#action-plan
|
||||
.. _watcher input parameters: https://blueprints.launchpad.net/watcher/+spec/optimization-threshold
|
||||
.. _cluster: https://factory.b-com.com/www/watcher/doc/watcher/glossary.html#cluster
|
||||
.. _optimization threshold: https://blueprints.launchpad.net/openstack/?searchtext=optimization-threshold
|
||||
.. _optimization threshold: https://blueprints.launchpad.net/openstack/?searchtext=optimization-threshold
|
||||
|
Loading…
Reference in New Issue
Block a user