Bug #104
Restore action for VMM should state the VM name
Status: | Closed | Start date: | 04/30/2009 | |
---|---|---|---|---|
Priority: | Normal | Due 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
#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
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.