← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1436579] [NEW] os_require_quiesce has different meaning between volume backed instances and volume backed instances

 

Public bug reported:

os_require_quiesce image metadata is used in two different meanings in
volume backed instances and volume backed instances.

For volume backed instances (in nova-api):
  Quiescing is always tried on snapshot. The os_require_quiesce
  is used to determine whether snapshot should be aborted
  when quiescing is failed.

For image backed instances (in the libvirt driver):
  The os_require_quiesce metadata is used to determine whether
  quiescing is invoked or not (quiescing is invoked only when
  os_require_quiesce is set to True).

These behavior should be consistent.

** Affects: nova
     Importance: Undecided
         Status: New

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

Title:
  os_require_quiesce has different meaning between volume backed
  instances and volume backed instances

Status in OpenStack Compute (Nova):
  New

Bug description:
  os_require_quiesce image metadata is used in two different meanings in
  volume backed instances and volume backed instances.

  For volume backed instances (in nova-api):
    Quiescing is always tried on snapshot. The os_require_quiesce
    is used to determine whether snapshot should be aborted
    when quiescing is failed.

  For image backed instances (in the libvirt driver):
    The os_require_quiesce metadata is used to determine whether
    quiescing is invoked or not (quiescing is invoked only when
    os_require_quiesce is set to True).

  These behavior should be consistent.

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


Follow ups

References