summaryrefslogtreecommitdiff
path: root/api-ref/source/servers-actions.inc
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-10-29 12:50:13 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-10-29 12:50:13 -0400
commitd3e38143a7e46d06a6632b41b5484b13e81884cf (patch)
tree5798d373ac8695a0714f41577dbb72af46163ea2 /api-ref/source/servers-actions.inc
parent9742a64403c0a0ae5e0b37df5b0bf3ba14ac4626 (diff)
downloadnova-d3e38143a7e46d06a6632b41b5484b13e81884cf.tar.gz
Add known limitation about resize not resizing ephemeral disks
It's a long known issue that resize does not resize ephemeral disks attached to the server yet we continue to get bugs about it and there is no one working on fixing it. As such this change adds a note to the API reference for the resize server action API mentioning the known limitation. Change-Id: I31ca3627f2d3ef5a8db5eecf3759cd304b059963 Related-Bug: #1558880
Diffstat (limited to 'api-ref/source/servers-actions.inc')
-rw-r--r--api-ref/source/servers-actions.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc
index 6092f9459f..30f882a98f 100644
--- a/api-ref/source/servers-actions.inc
+++ b/api-ref/source/servers-actions.inc
@@ -813,6 +813,9 @@ You can only resize a server when its status is ``ACTIVE`` or ``SHUTOFF``.
If the server is locked, you must have administrator privileges
to resize the server.
+.. note:: There is a `known limitation <https://bugs.launchpad.net/nova/+bug/1558880>`__
+ that ephemeral disks are not resized.
+
Normal response codes: 202
Error response codes: badRequest(400), unauthorized(401), forbidden(403),