Bug 1264464 - [RFE][nova] include disk resize down
Summary: [RFE][nova] include disk resize down
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Eoghan Glynn
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-18 14:05 UTC by Eduard Barrera
Modified: 2019-12-16 04:57 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-18 17:54:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eduard Barrera 2015-09-18 14:05:45 UTC
Description of problem:

Include this functionality to future releases

  Currently libvirt driver doesn't support resizing disk down.

     https://bugs.launchpad.net/nova/+bug/1270238



Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:

1. Create an instance
2. resize the flavor down
3.

Actual results:

During a resizing down all run well and the instance is updated to the new flavor with the new disk size.
but in real the disk is not resized and keep the original size.


Expected results:

Disk resized down too

Comment 5 Stephen Gordon 2017-07-18 17:54:27 UTC
The Nova API intentionally disallows resize down at this point due to inconsistencies in the ability to support this across various hypervisor drivers, and the inconsistent results such an operation would have to give based on how much of the disk has actually been used.


Note You need to log in before you can comment on or make changes to this bug.