Skip to content

Commit eccf2fd

Browse files
committed
fix image tag
1 parent 0918eac commit eccf2fd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

source/adminguide/deployment_planners.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
Deployment Planners
1818
======================
1919

20-
Deployment Planners
21-
===================
2220

2321
Deployment planners determine *how and where instances* are placed across clusters within a zone.
2422
A planner builds and orders a *list of candidate clusters* based on a placement strategy such as available capacity, user dispersion, or pod concentration.
@@ -95,4 +93,7 @@ In other words, *pod-level ordering happens before cluster selection*.
9593
When ``apply.allocation.algorithm.to.pods = false`` (the default in many deployments):
9694
The allocation algorithm operates at the *cluster level* across the entire zone.
9795

98-
|deployment planner diagram.png|
96+
|deployment-planner-diagram.png|
97+
98+
.. |deployment-planner-diagram.png| image:: /_static/images/deployment-planner-diagram.png
99+
:alt: Deployment Planner Diagram

source/adminguide/vm_volume_allocators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Algorithm Description
6767
random Selects a storage pool in the cluster randomly.
6868
firstfit Selects the first available storage pool in the cluster.
6969
userdispersing Selects the storage pool running least instances for the account, aims to spread out the instances belonging to a single user account.
70-
userconcentratedpod_random Selects the storage pool randomly aiming to keep all instances belonging to single user account in same pod.
71-
userconcentratedpod_firstfit Selects the first suitable pool from a pod running most instances for the user.
70+
userconcentratedpod_random Behaves same as random algorithm.
71+
userconcentratedpod_firstfit Behaves same as firstfit algorithm.
7272
firstfitleastconsumed Selects the first storage pool after sorting eligible pools by least allocated resources.
7373
============================= ========================
7474

0 commit comments

Comments
 (0)