File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ for details on command usage.
57
57
Known issues
58
58
~~~~~~~~~~~~
59
59
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
61
61
services, there is the chance that the services hang because of not being able
62
62
to connect to all the cell databases that might be required for certain calculations
63
63
and initializations. An example scenario of this situation is if
@@ -73,7 +73,9 @@ Known issues
73
73
"slowness" may be experienced in operations requiring hitting all the cells
74
74
because of the aforementioned configurable timeout/retry values.
75
75
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
77
79
quotas where we query each cell database to get the used resources and aggregate
78
80
them which makes it sensitive to temporary cell outages. While the cell is
79
81
unavailable, we cannot count resource usage residing in that cell database and
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ checks are made in order:
60
60
the database manually as there is no REST API for removing quota class
61
61
values from the database.
62
62
63
+ .. _quota-usage-from-placement :
63
64
64
65
Quota usage from placement
65
66
==========================
@@ -124,10 +125,9 @@ placement:
124
125
Known issues
125
126
============
126
127
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.
131
131
132
132
Future plans
133
133
============
You can’t perform that action at this time.
0 commit comments