migration is not recheduled if the server originally booted with --availability-zone <az>:<host>
Bug #1845291 reported by
Balazs Gibizer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
Medium
|
Balazs Gibizer | ||
Ocata |
Confirmed
|
Low
|
Unassigned | ||
Pike |
Confirmed
|
Low
|
Unassigned | ||
Queens |
Confirmed
|
Medium
|
Unassigned | ||
Rocky |
Confirmed
|
Medium
|
Unassigned | ||
Stein |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Steps to reproduce
==================
1) boot a server with --availability-zone <az>:<host> This will force nova to boot the server on the given host
2) Try to migrate the server in a situation when the first destination host of the migration selected by the scheduler will fail (e.g. move_claim fails) but there are alternate hosts that could support the migration.
Expected result
===============
Migration is re-scheduled after the first failure and can succeed on an alternate destination.
Actual result
=============
Nova does not try to re-schedule the migration after the first failure. Server goes to ERROR state.
tags: | added: migration reschdule |
tags: |
added: reschedule removed: reschdule |
Changed in nova: | |
assignee: | nobody → Balazs Gibizer (balazs-gibizer) |
To post a comment you must log in.
Related fix proposed to branch: master /review. opendev. org/684545
Review: https:/