[Pkg-lustre-svn-commit] updated: [baebd1c] Small fixes in documentation and TODO.
Marco Nelles
marco.nelles at credativ.de
Mon Aug 27 13:53:58 UTC 2012
The following commit has been merged in the master branch:
commit baebd1cf17b4f6f27374ba4fe7aff7b9462b8578
Author: Marco Nelles <marco.nelles at credativ.de>
Date: Mon Aug 27 15:53:31 2012 +0200
Small fixes in documentation and TODO.
diff --git a/debian/README.Debian b/debian/README.Debian
index 32218d8..c269436 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -3,22 +3,24 @@ Be aware that this don't replace the Documentation and Installation Howtos from
#1. Building the kernel and the modules
- You've to download the linux-source-2.6.18|21|22 package and the linux-patch-lustre package.
- Then patch your kernel with the correct patch file. Build and install it. (Use make-kpkg)
- To patch the kernel automatically use --added-patches=lustre as build option.
+ Download the linux-sources-2.6.32 source packages and the linux-patch-lustre package.
- Here is the full line how I build my kernel (for those who are not familiar with make-kpkg)
- make-kpkg --added-patches=lustre --initrd --append-to-version "-quota-enabled-lustre-1.6.4.1" --revision credativ.1 kernel_image
+ Then patch your kernel sources with the Lustre patchset. You can do this by executing the
+ script /usr/src/kernel-patches/lustre/scripts/apply from the linux-patch-lustre package.
+ Build and install it by using make-kpkg, e.g.:
+ fakeroot make-kpkg --config=menuconfig --revision deblust.1.0 --append-to-version "-lustre-2.2" configure
+ fakeroot make-kpkg --initrd --revision deblust.1.0 --append-to-version "-lustre-2.2" kernel_image kernel_headers kernel_source
- Now reboot into this new kernel and install the lustre modules with:
+ Now reboot into this new kernel, install the lustre-source package and build/install the lustre modules with:
- m-a auto-install lustre
- Then the kernel and the modules should be there.
+ Then the kernel and the modules should be there.
#2. Preparing the system
In the next stepp install:
- lustre-utils
+ - ldiskfsprogs
Then load the kernel modules with:
- modprobe lnet
@@ -32,8 +34,8 @@ Be aware that this don't replace the Documentation and Installation Howtos from
We'll assume here that MDT and MGS are on the same system:
- Create partitions:
- - MGS/MDT: mkfs.lustre --fsname spfs --mdt --mgs $device
- - OST: mkfs.lustre --fsname spfs --ost --mgsnode=$mgsnode at tcp0 $device
+ - MGS/MDT: mkfs.lustre --fsname=spfs --mgs --mdt $device
+ - OST: mkfs.lustre --ost --fsname=spfs --mgsnode=$mgsnodeiporhostname at tcp0 $device
Additional options are:
--reformat - this partition was previously formated with lustre, reformat it
@@ -41,16 +43,16 @@ Be aware that this don't replace the Documentation and Installation Howtos from
- Now mount the partitons on the servers:
- first the MDT/MGS Server:
- - mount -t lustre /dev/sda /srv/mdt
+ - mount -t lustre $device /srv/mdt
- now the OST's
- - mount -t lustre /dev/sda /srv/ost
+ - mount -t lustre $device /srv/ost
#4. Using the filesystem
In order to use the FS, you'll have to mount it on a client. Please note that this client also
needs the lustre-modules to be installed. (You can install lustre-source and build the module
as described in 1.)
- - mount -t lustre mgsnode at tcp0:/spfs /mnt
+ - mount -t lustre $mgsnode at tcp0:/spfs /mnt/lustre
#4.1 Using Quota:
@@ -68,10 +70,10 @@ Be aware that this don't replace the Documentation and Installation Howtos from
This behaviour is reported as lustre bug: https://bugzilla.lustre.org/show_bug.cgi?id=14513
-
###########
-Please have also a look into the official documentation for lustre available at:
+Please have also a look into the official documentation for lustre and the Debian Wiki available at:
http://manual.lustre.org/index.php?title=Main_Page
+http://wiki.debian.org/Lustre/
+
- -- Patrick Winnertz <winnie at debian.org> Thu, 28 Dec 2007 14:53:25 +0200
diff --git a/debian/TODO b/debian/TODO
index 9c2dd58..bb4d09a 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,4 +1,4 @@
-- this programms should get a manpage:
+- This programms should get a manpage:
- lst
- lstclient
- routerstat
--
Lustre Debian Packaging
More information about the Pkg-lustre-svn-commit
mailing list