Skip to content

Commit 7abc21b

Browse files
committed
Update quota known issues docs
This removes the old reference to the nova-manage command to refresh quota usage which no longer applies since we started counting quotas in the Pike release. This replaces with a reference to the down-cell known issue for counting quotas. Change-Id: I2765f3ca3dc95345d4e4c4db43ac3dff4a509259
1 parent 520fed1 commit 7abc21b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/source/admin/cells.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for details on command usage.
5757
Known issues
5858
~~~~~~~~~~~~
5959

60-
#. **Services and Performance:** In case a cell is down during the startup of nova
60+
1. **Services and Performance:** In case a cell is down during the startup of nova
6161
services, there is the chance that the services hang because of not being able
6262
to connect to all the cell databases that might be required for certain calculations
6363
and initializations. An example scenario of this situation is if
@@ -73,7 +73,9 @@ Known issues
7373
"slowness" may be experienced in operations requiring hitting all the cells
7474
because of the aforementioned configurable timeout/retry values.
7575

76-
#. **Counting Quotas:** Another known issue is in the current approach of counting
76+
.. _cells-counting-quotas:
77+
78+
2. **Counting Quotas:** Another known issue is in the current approach of counting
7779
quotas where we query each cell database to get the used resources and aggregate
7880
them which makes it sensitive to temporary cell outages. While the cell is
7981
unavailable, we cannot count resource usage residing in that cell database and

doc/source/user/quotas.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ checks are made in order:
6060
the database manually as there is no REST API for removing quota class
6161
values from the database.
6262

63+
.. _quota-usage-from-placement:
6364

6465
Quota usage from placement
6566
==========================
@@ -124,10 +125,9 @@ placement:
124125
Known issues
125126
============
126127

127-
TODO: talk about quotas getting out of sync and `how to recover`_
128-
129-
.. _how to recover: https://specs.openstack.org/openstack/nova-specs/specs/newton/implemented/refresh-quotas-usage.html
130-
128+
If not :ref:`counting quota usage from placement <quota-usage-from-placement>`
129+
it is possible for down or poor performing cells to impact quota calculations.
130+
See the :ref:`cells documentation <cells-counting-quotas>` for details.
131131

132132
Future plans
133133
============

0 commit comments

Comments
 (0)