Feature #517
Add disk driver definition for VMware
Status: | Closed | Start date: | 03/08/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 100% | |
Category: | Core & System | |||
Target version: | Release 2.2 | |||
Resolution: | fixed | Pull request: |
Description
Patch from Carlos <caralla@upv.es>
--
---------------------
48a49
string driver = "";
180a182
driver = disk->vector_value("DRIVER");
208a211
240a244,248
if (!driver.empty()) {
file << "\t\t\t<driver name='" << driver << "'/>" << endl;
}
Associated revisions
feature #517: Add disk driver definition for VMware
feature #517: Add disk driver definition for VMware
(cherry picked from commit 6311380782c798ccd7369cd104a4050f99140aca)
Solved bug when memory cost is empty (#517)
Solved bug when memory cost is empty (#517)
(cherry picked from commit 021639f967c00757c15e7bc5153644c1cf03129c)
History
#1 Updated by Tino Vázquez over 10 years ago
- Status changed from Assigned to 3
- % Done changed from 0 to 100
- Resolution set to fixed
Fixed in master and one-2.2, marking as resolved.
#2 Updated by Ruben S. Montero over 10 years ago
- Status changed from 3 to Closed