From Fedora Project Wiki
(review doc)
 
(3 intermediate revisions by one other user not shown)
Line 16: Line 16:
https://bugzilla.redhat.com/show_bug.cgi?id=638131
https://bugzilla.redhat.com/show_bug.cgi?id=638131


This requires ability to enable more than one network devices in loader.
This requires ability to enable more than one network devices in loader while preserving current behaviour of kickstart <code>network</code> command, which means adding of new <code>network --activate</code> option. Also now when more devices come into play, an option that allows preventing grabbing of default route by additional (e.g. iSCSI dedicated) device is needed (<code>--nodefroute</code>).


== Benefit to Fedora ==
== Benefit to Fedora ==
The wider range of iSCSI installations.


== Scope ==
== Scope ==
anaconda: kickstart network configuration only
pykickstart


== Test Plan ==
== Test Plan ==
Configuration desired in the feature should work, new kickstart options work as expected.
Other configurations shouldn't be broken keeping the old behavior, especially these cases:
* using iSCSI and single NIC
* more than one <code>network</code> commands in kickstart


== User Experience ==
== User Experience ==
No change.


== Dependencies ==
== Dependencies ==


== Contingency Plan ==
== Contingency Plan ==
Disabling new options. The feature is supposed to keep behavior of existing configurations.


== Documentation ==
== Documentation ==
New kickstart <code>network</code> command options.


== Release Notes ==
== Release Notes ==
Added installation case should be mentioned. Not sure about heralding of new possibility to activate more devices using kickstart in general.


[[Category:Anaconda]]
[[Category:Anaconda]]

Latest revision as of 08:23, 8 August 2018

Support installation to iSCSI via separate NIC

Summary

Support installations using one NIC for fetching packages and a different one to back iSCSI storage.

Owner

Current status

  • Targeted release: Fedora 15
  • Last updated: 2011-01-19
  • Percentage of completion: 90%

Detailed Description

https://bugzilla.redhat.com/show_bug.cgi?id=638131

This requires ability to enable more than one network devices in loader while preserving current behaviour of kickstart network command, which means adding of new network --activate option. Also now when more devices come into play, an option that allows preventing grabbing of default route by additional (e.g. iSCSI dedicated) device is needed (--nodefroute).

Benefit to Fedora

The wider range of iSCSI installations.

Scope

anaconda: kickstart network configuration only

pykickstart

Test Plan

Configuration desired in the feature should work, new kickstart options work as expected.

Other configurations shouldn't be broken keeping the old behavior, especially these cases:

  • using iSCSI and single NIC
  • more than one network commands in kickstart

User Experience

No change.

Dependencies

Contingency Plan

Disabling new options. The feature is supposed to keep behavior of existing configurations.

Documentation

New kickstart network command options.

Release Notes

Added installation case should be mentioned. Not sure about heralding of new possibility to activate more devices using kickstart in general.