[Pkg-lustre-svn-commit] r410 - /trunk/debian/README.Debian
winnie at users.alioth.debian.org
winnie at users.alioth.debian.org
Wed Jan 2 09:34:29 UTC 2008
Author: winnie
Date: Wed Jan 2 09:34:29 2008
New Revision: 410
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=410
Log:
Updated the howto
Modified:
trunk/debian/README.Debian
Modified: trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/README.Debian?rev=410&op=diff
==============================================================================
--- trunk/debian/README.Debian (original)
+++ trunk/debian/README.Debian Wed Jan 2 09:34:29 2008
@@ -1,4 +1,4 @@
-Okay here is an short explanation what to install on your Servers to set up lustre quickly.
+Here is an short explanation what to install on your Servers to set up lustre quickly.
Be aware that this don't replace the Documentation and Installation Howtos from Lustre.
@@ -32,8 +32,8 @@
We'll assume here that MDT and MGS are on the same system:
- Create partitions:
- - MGS/MDT: mkfs.lustre --fsname spfs --mdt --mgs /dev/sda
- - OST: mkfs.lustre --fsname spfs --ost --mgsnode=mgsnode at tcp0 /dev/sda
+ - MGS/MDT: mkfs.lustre --fsname spfs --mdt --mgs $device
+ - OST: mkfs.lustre --fsname spfs --ost --mgsnode=$mgsnode at tcp0 $device
Additional options are:
--reformat - this partition was previously formated with lustre, reformat it
@@ -41,9 +41,9 @@
- Now mount the partitons on the servers:
- first the MDT/MGS Server:
- - mount -t lustre /dev/sda /mnt
+ - mount -t lustre /dev/sda /srv/mdt
- now the OST's
- - mount -t lustre /dev/sda /mnt
+ - mount -t lustre /dev/sda /srv/ost
#4. Using the filesystem
@@ -69,7 +69,7 @@
-
+###########
Please have also a look into the official documentation for lustre available at:
http://manual.lustre.org/index.php?title=Main_Page
More information about the Pkg-lustre-svn-commit
mailing list