(Created page with '= Anaconda FCoE Boot Support = == Summary == Add FCoE support to anaconda's boot and storage code. == Owner == <!--This should link to your home wiki page so we know who you ar...') |
Jwrdegoede (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= Anaconda FCoE | = Anaconda FCoE Support = | ||
== Summary == | == Summary == | ||
Add FCoE support to anaconda's | Add FCoE support to anaconda's storage code. | ||
== Owner == | == Owner == | ||
* Name: [[HansdeGoede | Hans De Goede]] | |||
* Name: [[ | * email: jwrdegoede AT fedoraproject DOT org | ||
* email: | |||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/ | * Targeted release: [[Releases/12 | Fedora 12 ]] | ||
* Last updated: 2009-06-26 | * Last updated: 2009-06-26 | ||
* Percentage of completion: | * Percentage of completion: 40% | ||
== Detailed Description == | == Detailed Description == | ||
FCoE devices can be added from the advanced storage menu and then used to install onto. | |||
FCoE devices | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Improved hardware support | Improved hardware support | ||
== Scope == | == Scope == | ||
The code is mostly written and is currently in debug, still to do: | |||
The code is written and is currently in debug | * kickstart support for fcoe | ||
* write out FCoE configuration information to the installed system | |||
== How To Test == | == How To Test == | ||
Testing will require FCoE hardware, which is not terribly common. | Testing will require FCoE hardware, which is not terribly common. | ||
Line 64: | Line 46: | ||
== User Experience == | == User Experience == | ||
This should improve the user's experience with regard to the storage configuration portion of system installation. | This should improve the user's experience with regard to the storage configuration portion of system installation. | ||
Line 70: | Line 51: | ||
== Dependencies == | == Dependencies == | ||
* openfcoe initiator support inside the kernel (done) | |||
* | * fcoe-utils (done) | ||
== Contingency Plan == | == Contingency Plan == | ||
Disable the add FCoE storage button, which effectively nullifies all FCoE code | |||
== Documentation == | == Documentation == | ||
Line 85: | Line 64: | ||
== Comments and Discussion == | == Comments and Discussion == | ||
* See [[Talk:Features/AnacondaStorageRewrite]] | * See [[Talk:Features/AnacondaStorageRewrite]]or conversation without bogging down the main feature page --> | ||
[[Category: | [[Category:FeatureReadyForWrangler]] | ||
Revision as of 11:46, 29 June 2009
Anaconda FCoE Support
Summary
Add FCoE support to anaconda's storage code.
Owner
- Name: Hans De Goede
- email: jwrdegoede AT fedoraproject DOT org
Current status
- Targeted release: Fedora 12
- Last updated: 2009-06-26
- Percentage of completion: 40%
Detailed Description
FCoE devices can be added from the advanced storage menu and then used to install onto.
Benefit to Fedora
Improved hardware support
Scope
The code is mostly written and is currently in debug, still to do:
- kickstart support for fcoe
- write out FCoE configuration information to the installed system
How To Test
Testing will require FCoE hardware, which is not terribly common.
We will have to verify the following areas of functionality:
- recognize devices and install
- on new partitions
- on existing partitions
- on new LVM logical volumes
- on preexisting LVM logical volumes
- creation of encrypted block devices at various levels in the device stack (partition, PV, LV, mdarray, &c)
- detection of arbitrarily complex device configurations (luks, mdraid, lvm, &c)
- management and configuration of existing encrypted block devices
- automatic partitioning of systems
- clearing of existing devices/partitions
- removal of existing devices
- reconfiguration of existing devices
- detection of existing upgradable installations with widely varied storage configurations
- rescue mounting of existing systems with a wide variety of storage configurations
User Experience
This should improve the user's experience with regard to the storage configuration portion of system installation.
No impact unless you have this hardware.
Dependencies
- openfcoe initiator support inside the kernel (done)
- fcoe-utils (done)
Contingency Plan
Disable the add FCoE storage button, which effectively nullifies all FCoE code
Documentation
Will need to include in Installation Guide.
Release Notes
- Not terribly applicable because this hardware is not common, but worth a small mention.
Comments and Discussion
- See Talk:Features/AnacondaStorageRewriteor conversation without bogging down the main feature page -->