summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-14 19:45:39 +0000
committerGerrit Code Review <review@openstack.org>2017-03-14 19:45:39 +0000
commit7ccf8d2e358623b3536c9f3e2850a75414969134 (patch)
tree59a81b0352b25d5a1bf539cad12be5fb6224c445
parentbf12a7146b1e048edbfa1e180a7416a21a2b06fb (diff)
parent52666f40dbf2bfc2aa2109702503141fad7f4521 (diff)
downloadnova-7ccf8d2e358623b3536c9f3e2850a75414969134.tar.gz
Merge "Add release notes for 15.0.1 Ocata bug fix release" into stable/ocata15.0.1
-rw-r--r--releasenotes/notes/ocata-15.0.1-fixes-d7f46a61a23d1566.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/releasenotes/notes/ocata-15.0.1-fixes-d7f46a61a23d1566.yaml b/releasenotes/notes/ocata-15.0.1-fixes-d7f46a61a23d1566.yaml
new file mode 100644
index 0000000000..6dd970a93b
--- /dev/null
+++ b/releasenotes/notes/ocata-15.0.1-fixes-d7f46a61a23d1566.yaml
@@ -0,0 +1,41 @@
+---
+prelude: >
+ The 15.0.1 Ocata release contains fixes for several high severity, high
+ impact bugs. If you have not yet upgraded to 15.0.0, it is recommended to
+ upgrade directly to 15.0.1.
+issues:
+ - |
+ There is a known regression in Ocata reported in `bug 1671648`_ where
+ server build failures on a compute node are not retried on another compute
+ node. The fix for this bug is being worked and will be provided shortly in
+ a 15.0.2 release.
+
+ .. _bug 1671648: https://launchpad.net/bugs/1671648
+critical:
+ - |
+ `Bug 1670627`_ is fixed. This bug led to potential over-quota errors after
+ several failed server build attempts, resulting in quota usage to reach the
+ limit even though the servers were deleted.
+
+ Unfortunately the ``nova-manage project quota_usage_refresh`` command will
+ not reset the usages to fix this problem once encountered.
+
+ If the project should not have any outstanding resource usage, then one
+ possible workaround is to delete the existing quota usage for the project::
+
+ ``nova quota-delete --tenant <tenant_id>``
+
+ That will cleanup the ``project_user_quotas``, ``quota_usages`` and
+ ``reservations`` tables for the given project in the ``nova`` database and
+ reset the quota limits for the project back to the defaults defined in
+ nova.conf.
+
+ .. _Bug 1670627: https://launchpad.net/bugs/1670627
+fixes:
+ - |
+ `Bug 1665263`_ is fixed. This was a regression where
+ ``instance.delete.start`` and ``instance.delete.end`` notifications were
+ not emitted when deleting an instance in ``ERROR`` state due to a failed
+ build.
+
+ .. _Bug 1665263: https://launchpad.net/bugs/1665263