Feature #279
Default values for disk target
Status: | Closed | Start date: | 07/14/2010 | ||
---|---|---|---|---|---|
Priority: | High | Due date: | |||
Assignee: | Carlos Martín | % Done: | 80% | ||
Category: | Core & System | ||||
Target version: | Release 2.0 | ||||
Resolution: | fixed | Pull request: |
Description
For VM templates, the disks using the image repository are assigned a default target attribute.
The current schema for disks is:
sda -> OS image
sdb -> Contextualization CDROM
sdc -> CDROM image
sdd, sde, etc. -> DATABLOCK images
The user is required to write the context target as sdb in the VM template. This could be done automatically, avoiding possible conflicts and also providing a cleaner template, making the target attribute optional for advanced users.
A related issue is that the current schema doesn't take into account the swap disks. To avoid conflicts mounting them, the schema must be changed to:
sda -> OS image
sdb -> Contextualization CDROM
sdc -> CDROM image
scd -> SWAP disk
sde, sdf, etc. -> DATABLOCK images
This way the swap type disks can be assigned the target sdc as a default.
Associated revisions
feature #279: DATABLOCK images are now mounted from 'd'.
feature #279: Default target values for CONTEXT and SWAP disks.
History
#1 Updated by Carlos Martín almost 11 years ago
- Assignee changed from Ruben S. Montero to Carlos Martín
- % Done changed from 0 to 90
#2 Updated by Carlos Martín almost 11 years ago
- % Done changed from 90 to 80
To be finished, the device mapping needs better documentation, and new tests have to be developed.
#3 Updated by Daniel Molina almost 11 years ago
- Status changed from New to Closed
- Resolution set to fixed