summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-12-16 12:50:07 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2019-12-23 10:10:57 -0500
commit29100f9b5aa14456a5a5152aa7ee2f5daf28c42c (patch)
tree9daa9a002c4a4d97c4ccc16ab1406da64b9186aa /doc/source/reference
parent26d695876a1c16668956aee888ce9637b4fc7dc7 (diff)
downloadnova-29100f9b5aa14456a5a5152aa7ee2f5daf28c42c.tar.gz
FUP for docs nits in cross-cell-resize series
Addresses review comments from: * https://review.opendev.org/#/c/638269/63/doc/source/admin/configuration/resize.rst * https://review.opendev.org/#/c/696212/6/doc/source/admin/configuration/cross-cell-resize.rst Also updates contributor/resize-and-cold-migrate since that is relatively new and biased toward same-cell resize and cold migrate. However, I chose to link the same-cell resize glossary term to that contributor doc rather than admin/configuration/resize because the admin doc is woefully bare. Part of blueprint cross-cell-resize Change-Id: I93b051252e34c8604cebea617c34e9299ac508d4
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/glossary.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/reference/glossary.rst b/doc/source/reference/glossary.rst
index f80733938c..d904bff861 100644
--- a/doc/source/reference/glossary.rst
+++ b/doc/source/reference/glossary.rst
@@ -13,6 +13,14 @@ Glossary
For more information, refer to :doc:`/admin/aggregates`.
+ Cross-Cell Resize
+ A resize (or cold migrate) operation where the source and destination
+ compute hosts are mapped to different cells. By default, resize and
+ cold migrate operations occur within the same cell.
+
+ For more information, refer to
+ :doc:`/admin/configuration/cross-cell-resize`.
+
Host Aggregate
Host aggregates can be regarded as a mechanism to further partition an
:term:`availability zone`; while availability zones are visible to
@@ -23,3 +31,12 @@ Glossary
same key-value pair can be assigned to multiple aggregates.
For more information, refer to :doc:`/admin/aggregates`.
+
+ Same-Cell Resize
+ A resize (or cold migrate) operation where the source and destination
+ compute hosts are mapped to the same cell. Also commonly referred to
+ as "standard resize" or simply "resize". By default, resize and
+ cold migrate operations occur within the same cell.
+
+ For more information, refer to
+ :doc:`/contributor/resize-and-cold-migrate`.