Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for bug #4593 #104

Merged
merged 1 commit into from
Jun 23, 2016
Merged

fix for bug #4593 #104

merged 1 commit into from
Jun 23, 2016

Commits on Jun 22, 2016

  1. fix for bug OpenNebula#4593

    Hi Developers,
    http://dev.opennebula.org/issues/4593
    When VM in UNKNOWN state is rescheduled it can not be migrated anymore because a check in VirtualMachineMigrate::request_execute is not satisfied due to previous history record not closed properly.
    https://github.com/OpenNebula/one/blob/master/src/rm/RequestManagerVirtualMachine.cc#L1097
    
    The suggested patch updates(closes) previous history record properly (I hope) and the VM is in proper state then.
    
    Kind Regards,
    Anton Todorov
    atodorov-storpool committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    fced9f4 View commit details
    Browse the repository at this point in the history