rpms/fcoe-utils/devel quickstart.txt, NONE, 1.1 fcoe-utils.spec, 1.4, 1.5

Jan Zeleny jzeleny at fedoraproject.org
Tue Jun 9 08:50:23 UTC 2009


Author: jzeleny

Update of /cvs/extras/rpms/fcoe-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9551

Modified Files:
	fcoe-utils.spec 
Added Files:
	quickstart.txt 
Log Message:
Added quickstart file (#500759)




--- NEW FILE quickstart.txt ---
Quick Start guide for Open-FCoE
===============================

1. Install fcoe-utils package.  This should also install dcbd, libhbaapi and
   libhbalinux as dependencies.

2. Rename /etc/fcoe/cfg-ethx so it corresponds with name of your network
   interface (e.g. /etc/fcoe/cfg-eth0). Copy and rename this file accordingly
   if you have more interfaces, which should be fcoe-enabled

3. Modify configuration files to enable FCoE. Set FCOE_ENABLE="yes" and
   DCB_REQUIRED="yes".

3. Run 'chkconfig fcoe on' to start FCoE per run level. This will setup
   FCoE to start on reboot.

4. Run 'chkconfig dcbd on' to start DCB per run level. This will setup DCB to
   start on reboot.

5. Run 'service dcbd start' to start dcb.

6. Run 'dcbtool sc ethX dcb on; dcbtool sc ethX app:0 e:1;' for each fcoe-enabled
   interface to setup dcb for fcoe.

7. Run 'service fcoe start' to start fcoe.



Index: fcoe-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/fcoe-utils/devel/fcoe-utils.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- fcoe-utils.spec	14 May 2009 14:17:13 -0000	1.4
+++ fcoe-utils.spec	9 Jun 2009 08:49:52 -0000	1.5
@@ -1,12 +1,13 @@
 Name:           fcoe-utils
 Version:        1.0.7
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Fibre Channel over Ethernet utilities
 
 Group:          Applications/System
 License:        GPLv2
 URL:            http://www.open-fcoe.org
 Source0:        http://www.open-fcoe.org/openfc/downloads/%{name}-%{version}.tar.gz
+Source1:        quickstart.txt
 Patch0:         fcoe-utils-1.0.7-init.patch
 Patch1:         fcoe-utils-1.0.7-free.patch
 Patch2:         fcoe-utils-1.0.7-init-condrestart.patch
@@ -43,6 +44,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_initrddir}
 mv $RPM_BUILD_ROOT/etc/init.d/fcoe $RPM_BUILD_ROOT%{_initrddir}/fcoe
 rm -rf $RPM_BUILD_ROOT/etc/init.d
+install -m 644 %SOURCE1 quickstart.txt
 
 
 %clean
@@ -79,7 +81,7 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING
+%doc README COPYING quickstart.txt
 %{_sbindir}/*
 %{_mandir}/man8/*
 %{_sysconfdir}/fcoe/scripts/fcoeplumb
@@ -91,6 +93,9 @@ fi
 
 
 %changelog
+* Tue Jun 9 2009 Jan Zeleny <jzeleny at redhat.com> - 1.0.7-7
+- added quickstart file to %doc (#500759)
+
 * Thu May 14 2009 Jan Zeleny <jzeleny at redhat.com> - 1.0.7-6
 - renamed init script to fcoe, changed lock filename to fcoe
   (#497604)




More information about the fedora-extras-commits mailing list