From d3e38143a7e46d06a6632b41b5484b13e81884cf Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 29 Oct 2019 12:50:13 -0400 Subject: [PATCH] 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 --- api-ref/source/servers-actions.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc index 6092f9459f3c..30f882a98fbd 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 `__ + that ephemeral disks are not resized. + Normal response codes: 202 Error response codes: badRequest(400), unauthorized(401), forbidden(403),