← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1334923] [NEW] No need to backup instance when 'rotation' equals to 0

 

Public bug reported:

Nova will delete all backup images according the 'backup_type' parameter
when 'rotation' equals to 0.

But according the logic now, Nova will generate one new backup, and then
delete it..

So It's weird to snapshot a useless backup firstly IMO.
We need to add one new branch here: if 'rotation' is equal to 0, no need to backup, just rotate it.

The related discussion can be found here:
http://lists.openstack.org/pipermail/openstack-dev/2014-June/038760.html

** Affects: nova
     Importance: Undecided
     Assignee: wingwj (wingwj)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => wingwj (wingwj)

** Description changed:

  Nova will delete all backup images according the 'backup_type' parameter
  when 'rotation' equals to 0.
  
  But according the logic now, Nova will generate one new backup, and then
  delete it..
  
- So It's weird to snapshot a useless backup firstly IMO. 
+ So It's weird to snapshot a useless backup firstly IMO.
  We need to add one new branch here: if 'rotation' is equal to 0, no need to backup, just rotate it.
  
- Relate discussions can be found here:
+ The related discussion can be found here:
  http://lists.openstack.org/pipermail/openstack-dev/2014-June/038760.html

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

Title:
  No need to backup instance when 'rotation' equals to 0

Status in OpenStack Compute (Nova):
  New

Bug description:
  Nova will delete all backup images according the 'backup_type'
  parameter when 'rotation' equals to 0.

  But according the logic now, Nova will generate one new backup, and
  then delete it..

  So It's weird to snapshot a useless backup firstly IMO.
  We need to add one new branch here: if 'rotation' is equal to 0, no need to backup, just rotate it.

  The related discussion can be found here:
  http://lists.openstack.org/pipermail/openstack-dev/2014-June/038760.html

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


Follow ups

References