← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1319277] [NEW] volume backend snapshot not set image_type

 

Public bug reported:

Snapshot an instance with ephemeral volume, the created image has the image_type which is "snapshot".
Snapshot an instance with cinder backend volume , the created image doesn't has the image_type.

Need to set the image_type with the value "snapshot" for the instance's
snapshot which is cinder backend volume.


Modify the function compute_api.snapshot_volume_backed, and add the image_type properties for the image.

** Affects: nova
     Importance: Undecided
     Assignee: boh.ricky (bohai)
         Status: Confirmed

** Changed in: nova
       Status: New => Confirmed

** Changed in: nova
     Assignee: (unassigned) => boh.ricky (bohai)

** Description changed:

  Snapshot an instance with ephemeral volume, the created image has the image_type which is "snapshot".
  Snapshot an instance with cinder backend volume , the created image doesn't has the image_type.
  
  Need to set the image_type with the value "snapshot" for the instance's
  snapshot which is cinder backend volume.
+ 
+ 
+ Modify the function compute_api.snapshot_volume_backed, and add the image_type properties for the image.

-- 
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/1319277

Title:
  volume backend snapshot not set image_type

Status in OpenStack Compute (Nova):
  Confirmed

Bug description:
  Snapshot an instance with ephemeral volume, the created image has the image_type which is "snapshot".
  Snapshot an instance with cinder backend volume , the created image doesn't has the image_type.

  Need to set the image_type with the value "snapshot" for the
  instance's snapshot which is cinder backend volume.

  
  Modify the function compute_api.snapshot_volume_backed, and add the image_type properties for the image.

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


Follow ups

References