Bug 1041044

Summary: [RFE][nova]: Keep disk resize behavior consistency for all hypervisor which ignore it
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: low    
Version: unspecifiedCC: hateya, markmc, ndipanov, sgordon, yeylon
Target Milestone: ---Keywords: FutureFeature, Reopened, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/resize-down-consistency
Whiteboard: upstream_milestone_none upstream_status_not-started upstream_definition_review
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:14:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 13:29:20 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/resize-down-consistency.

Description:

Currently, almost all of the hypervisor which can't safely resize the disk from bigger size to small size just ignore it, either compare the old size and newer size then just pick the bigger one or just log it, for both case it would be a problem since the flavor of the instance changed, but the disk size doesn't, for now just hyperv and xen verify it and thow a exception, for other hypervisor we need to deal with it in the same way.

Specification URL (additional information):

None