Bug #104

Restore action for VMM should state the VM name

Added by Tino Vázquez about 12 years ago. Updated about 12 years ago.

Status:ClosedStart date:04/30/2009
Priority:NormalDue date:
Assignee:Ruben S. Montero% Done:

100%

Category:Core & System
Target version:Release 1.4
Resolution:fixed Pull request:
Affected Versions:

Description

os << "RESTORE " << oid << " " << host << " " << file << " -" << endl

should be

os << "RESTORE " << oid << " " << host << " " << name << " " << file << endl;

Associated revisions

Revision 8a547d4d
Added by Ruben S. Montero about 12 years ago

#104: Adds the VM name (deploy id) to the RESTORE Action. KVM & XEN driver
has been updated.

git-svn-id: http://svn.opennebula.org/one/trunk@517 3034c82b-c49b-4eb3-8279-a7acafdc01c0

Revision 58d72568
Added by Anton Todorov about 5 years ago

fix for bug #4593 (#104)

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.

History

#1 Updated by Tino Vázquez about 12 years ago

  • Target version set to Release 1.4

#2 Updated by Ruben S. Montero about 12 years ago

  • Category set to Core & System
  • Assignee changed from Tino Vázquez to Ruben S. Montero

#3 Updated by Ruben S. Montero about 12 years ago

  • % Done changed from 0 to 50

Needs some more testing!

#4 Updated by Tino Vázquez about 12 years ago

  • Status changed from New to Closed
  • % Done changed from 50 to 100
  • Resolution set to fixed

Tested. Closed.

Also available in: Atom PDF