From 81334650378fe67bf9adc22daf67ccf41688be04 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 2 Jul 2009 11:31:19 +0200 Subject: Initial FCoE support This patch adds support for using FCoE during the installation. This patch merely lays the initial ground work, there is more work todo: - The system will not boot without manual help after the install, as dracut / mkinitrd do not support FCoE yet - If FCoE is not used for / but for example for /srv, then information about the nic used for FCoE needs to be written in a to be defined config file in the system, and rc.sysinit needs to be thought to read this file and bring up FCoE SAN's / Fabrics not used for / - kickstart support for FCoE still needs to be done --- ui/adddrive.glade | 19 +++++++ ui/fcoe-config.glade | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 168 insertions(+) create mode 100644 ui/fcoe-config.glade (limited to 'ui') diff --git a/ui/adddrive.glade b/ui/adddrive.glade index 599ed79d7..2d991ef54 100644 --- a/ui/adddrive.glade +++ b/ui/adddrive.glade @@ -201,6 +201,25 @@ + + + True + Add _FCoE SAN + True + GTK_RELIEF_NORMAL + True + False + False + True + iscsiRadio + + + 0 + True + True + + + True diff --git a/ui/fcoe-config.glade b/ui/fcoe-config.glade new file mode 100644 index 000000000..703406464 --- /dev/null +++ b/ui/fcoe-config.glade @@ -0,0 +1,149 @@ + + + + + + Configure FCoE Parameters + center + dialog + + + True + + + True + 12 + 12 + + + True + Please select the network interface which is connected to +your FCoE switch. + True + + + False + False + 0 + + + + + + + + True + 12 + 2 + 6 + 6 + + + True + NIC + + + + + True + + + 1 + 2 + + + + + 2 + + + + + + + + 2 + + + + + True + end + + + gtk-cancel + -6 + True + True + True + False + True + + + False + False + 0 + + + + + -10 + True + True + True + False + + + True + 0 + 0 + + + True + 2 + + + True + gtk-add + 4 + + + False + False + 0 + + + + + True + _Add FCoE Disk(s) + True + + + False + False + 1 + + + + + + + + + False + False + 1 + + + + + False + end + 0 + + + + + + -- cgit