Comment 3 for bug 1406167

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/154696
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a7bd611eb293e24c5518f97e18701930c8f1ae61
Submitter: Jenkins
Branch: master

commit a7bd611eb293e24c5518f97e18701930c8f1ae61
Author: jichenjc <email address hidden>
Date: Sun Feb 8 02:01:05 2015 +0800

    Keep instance state if ssh failed during migration

    When block-migrating a vm between two compute nodes,
    if the destination node lacks ssh daemon or refuses
    ssh connection, the block-migration would fail and
    cause damage to the vm, vm will be in error state
    for a certain time.

    Actually, the VM itself is not changed, the resize
    action failed at preparation stage, so don't need to
    set it to 'ERROR' state.

    Change-Id: I9907fcd9b235b6a9697416b93f561d831eebee6c
    Closes-Bug: #1406167