← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1471887] [NEW] nova-compute will delete all instances if hostname changes

 

Public bug reported:

The evacuate code as it is currently in nova will delete instances when
instance.host != $(hostname) of the host. This assumes that the instance
has been evacuated (because its hostname changed). In that case,
deleting the local residue is correct, but if the host's hostname
changes, then we will just delete data based on a hunch.

Nova-compute needs a better mechanism to detect if an evacuation  has
actually been requested before deleting the data.

See Blueprint robustify-evacuate

** Affects: nova
     Importance: Undecided
     Assignee: Dan Smith (danms)
         Status: In Progress

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

Title:
  nova-compute will delete all instances if hostname changes

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  The evacuate code as it is currently in nova will delete instances
  when instance.host != $(hostname) of the host. This assumes that the
  instance has been evacuated (because its hostname changed). In that
  case, deleting the local residue is correct, but if the host's
  hostname changes, then we will just delete data based on a hunch.

  Nova-compute needs a better mechanism to detect if an evacuation  has
  actually been requested before deleting the data.

  See Blueprint robustify-evacuate

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


Follow ups

References