(Created page with '= Support installation to image files = == Summary == Do not limit installation to physical storage media. Support installation to disk image files. == Owner == * Name: TBD ...') |
(Add some basic info about image installation along with a status update.) |
||
Line 7: | Line 7: | ||
== Owner == | == Owner == | ||
* Name: | * Name: [[User:Dlehman|David Lehman]] | ||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/15 | Fedora 15]] | * Targeted release: [[Releases/15 | Fedora 15]] | ||
* Last updated: | * Last updated: 2011-01-06 | ||
* Percentage of completion: | * Percentage of completion: 90% | ||
* Remaining work items | |||
** network device configuration | |||
*** currently impossible to configure an interface that is not available/present | |||
** sanity-checking of installer environment | |||
== Detailed Description == | == Detailed Description == | ||
Support installation to files representing disk images. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Provides a method to generate virt images and, potentially, | |||
a way to create live images using anaconda. | |||
== Scope == | == Scope == | ||
Initially, only raw image files are supported. At some point it might be nice to support qcow or other image formats. | |||
No support is present or planned for images mimicking firmware RAID or multipath devices. | |||
No support is present for iSCSI and FCoE at this time, and it is undecided whether or not it will be added at a later time. | |||
== Test Plan == | == Test Plan == | ||
== User Experience == | == User Experience == | ||
Users will have to set up an environment including an installed anaconda package. By specifying disk image files as command line arguments to anaconda you are indicating that anaconda should behave as if the images were the only storage devices visible to the installation process. No additional device filtering will be offered. | |||
== Dependencies == | == Dependencies == |
Revision as of 22:07, 6 January 2011
Support installation to image files
Summary
Do not limit installation to physical storage media. Support installation to disk image files.
Owner
- Name: David Lehman
Current status
- Targeted release: Fedora 15
- Last updated: 2011-01-06
- Percentage of completion: 90%
- Remaining work items
- network device configuration
- currently impossible to configure an interface that is not available/present
- sanity-checking of installer environment
- network device configuration
Detailed Description
Support installation to files representing disk images.
Benefit to Fedora
Provides a method to generate virt images and, potentially, a way to create live images using anaconda.
Scope
Initially, only raw image files are supported. At some point it might be nice to support qcow or other image formats.
No support is present or planned for images mimicking firmware RAID or multipath devices.
No support is present for iSCSI and FCoE at this time, and it is undecided whether or not it will be added at a later time.
Test Plan
User Experience
Users will have to set up an environment including an installed anaconda package. By specifying disk image files as command line arguments to anaconda you are indicating that anaconda should behave as if the images were the only storage devices visible to the installation process. No additional device filtering will be offered.