From: nathan Date: Thu, 15 Jun 2006 20:51:37 +0000 (+0000) Subject: Branch b1_5 X-Git-Tag: v1_7_100~1^90~8^2~119 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=52a70c35021a478c74f03a957c78671777b516a0;p=fs%2Flustre-release.git Branch b1_5 b=8216 add mount.lustre man page --- diff --git a/lustre/doc/mount.lustre.8 b/lustre/doc/mount.lustre.8 new file mode 100644 index 0000000..d05a681 --- /dev/null +++ b/lustre/doc/mount.lustre.8 @@ -0,0 +1,99 @@ +.\" -*- nroff -*- +.\" Copyright 2006 by Cluster FileSystems. All Rights Reserved. +.\" This file may be copied under the terms of the GNU Public License. +.\" +.TH mount.lustre 8 "2006 Jun 15" Lustre "configuration utilities" +.SH NAME +mount.lustre \- start a Lustre client or target service +.SH SYNOPSIS +.br +.BI "mount \-t lustre [\-o " options "] " "device dir" +.SH DESCRIPTION +.B mount.lustre +is used to start a Lustre client or target service. This program should not be +called directly; rather it is a helper program invoked through +.BR mount (8) +as above. Lustre clients and targets are stopped by using the +.BR umount (8) +command. +.br + +There are two forms for the +.I device +option, depending on whether a client or a target service is started: +.TP +.BI :/ +This is a client mount command to mount the Lustre filesystem named + by contacting the Management Service at . The format for + is defined below. +.TP +.BI +This starts the target service defined by the +.I mkfs.lustre +command on the physical disk +.SH OPTIONS +.TP +.BI := [:] +The mgs specification may be a colon-separated list of nodes... +.TP +.BI := [,] + ...and each node may be specified by a comma-separated list of NIDs. +.PP +In addition to the standard mount options, Lustre understands the following +additional options: +.TP +.BI flock +Enable flock support +.TP +.BI noflock +Disable flock support +.TP +.BI user_xattr +Enable get/set user xattr +.TP +.BI nouser_xattr +Disable user xattr +.TP +.BI acl +Enable ACL support +.TP +.BI noacl +Disable ACL support +.TP +.BI nosvc +Only start the MGC (and MGS, if co-located) for a target service, and not the actual service. +.TP +.BI exclude= ostlist +Start a client or MDT with a list of known inactive OSTs +.TP +.BI abort_recov +Abort recovery (targets only) +.SH EXAMPLES +.TP +.B mount -t lustre cfs21@tcp0:/testfs /mnt/myfilesystem +Start a client for the Lustre filesystem 'testfs' at the mount point +/mnt/myfilesystem. The Management Service is running on a node reachable +from this client via the nid cfs21@tcp0. +.TP +.B mount -t lustre /dev/sda1 /mnt/test/mdt +Start the Lustre target service on /dev/sda1. +.TP +.B mount -t lustre -L testfs-MDT0000 -o abort_recov /mnt/test/mdt +Start the testfs-MDT0000 service (by using the disk label), but abort the +recovery process. +.SH BUGS +Please report all bugs to Cluster FileSystems, support@clusterfs.com +.SH AVAILABILITY +.B mount.lustre +is part of the +.BR Lustre (7) +filesystem package and is available from CFS +.br +http://clusterfs.com +.SH SEE ALSO +.BR Lustre (7), +.BR mount (8), +.BR mkfs.lustre (8), +.BR tunefs.lustre (8), +.BR lctl (8), +.BR lfs (1)