← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1544599] [NEW] RBD image resize to smaller error handling

 

Public bug reported:

When use CEPH as storage backend and try to resize instance to smaller
flavor, resize fails with wrong message.

Steps to reproduce:

1.) Create instance from image with flavor.
2.) Try resize instance to flavor which have smaller root disk.

For example:

FlavorDiskSmallerThanImage: Flavor's disk is too small for requested
image. Flavor disk is 42949672960 bytes, image is 21474836480 bytes.

Should be:

FlavorDiskSmallerThanImage: Flavor's disk is too small for requested
image. Flavor disk is 21474836480 bytes, image is 42949672960 bytes.

** Affects: nova
     Importance: Undecided
     Assignee: Martins Jakubovics (martins-k)
         Status: New


** Tags: rbd

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1544599

Title:
  RBD image resize to smaller error handling

Status in OpenStack Compute (nova):
  New

Bug description:
  When use CEPH as storage backend and try to resize instance to smaller
  flavor, resize fails with wrong message.

  Steps to reproduce:

  1.) Create instance from image with flavor.
  2.) Try resize instance to flavor which have smaller root disk.

  For example:

  FlavorDiskSmallerThanImage: Flavor's disk is too small for requested
  image. Flavor disk is 42949672960 bytes, image is 21474836480 bytes.

  Should be:

  FlavorDiskSmallerThanImage: Flavor's disk is too small for requested
  image. Flavor disk is 21474836480 bytes, image is 42949672960 bytes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1544599/+subscriptions


Follow ups