Comment 28 for bug 1558880

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.opendev.org/691915
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d3e38143a7e46d06a6632b41b5484b13e81884cf
Submitter: Zuul
Branch: master

commit d3e38143a7e46d06a6632b41b5484b13e81884cf
Author: Matt Riedemann <email address hidden>
Date: Tue Oct 29 12:50:13 2019 -0400

    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