2 .\" Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
4 .\" Copyright (c) 2012, Whamcloud, Inc.
6 .\" This file may be copied under the terms of the GNU Public License v2.
8 .TH mount.lustre 8 "2008 Mar 15" Lustre "configuration utilities"
10 mount.lustre \- start a Lustre client or target service
13 .BI "mount \-t lustre [\-o " options "] " directory
16 is used to start a Lustre client or target service. This program should not be
17 called directly; rather it is a helper program invoked through
19 as above. Lustre clients and targets are stopped by using the
24 There are two forms for the
26 option, depending on whether a client or a target service is started:
28 .IR <mgsspec> :/ <fsname>
29 mounts the Lustre filesystem named
31 on the client by contacting the Management Service at
33 on the pathname given by
37 is defined below. A mounted client filesystem appears in
39 and is usable like any local filesystem and provides a full
40 POSIX-compilant interface.
43 starts the target service defined by the
45 command on the physical disk
47 A mounted target service filesystem is only useful for
49 operations and appears in
51 to show the device is in use.
54 .BI <mgsspec>:= <mgsnode>[:<mgsnode>]
55 The mgs specification may be a colon-separated list of nodes:
57 .BI <mgsnode>:= <mgsnid>[,<mgsnid>]
58 each node may be specified by a comma-separated list of NIDs.
60 In addition to the standard options listed in
62 Lustre understands the following
67 Enable full flock support, coherent across all client nodes.
70 Enable local flock support, using only client-local flock (faster, for applications that require flock but do not run on multiple nodes).
73 Disable flock support entirely. Applications calling flock will get an error.
76 Enable get/set of extended attributes by regular users. See the
81 Disable use of extended attributes by regular users. Root and system processes can still use extended attributes.
84 Enable POSIX Access Control List support. See the
89 Disable Access Control List support.
92 Enable mount/umount console messages.
95 Disable mount/umount console messages.
98 Enable FID to path translation by regular users.
101 Disable FID to path translation by regular users. Root and process with
102 CAP_DAC_READ_SEARCH can still perform FID to path translation.
104 In addition to the standard mount options and backing disk type
105 (e.g. ext3) options listed in
107 Lustre understands the following
112 Only start the MGC (and MGS, if co-located) for a target service, and not the actual service.
115 Start a MDT with a co-located MGS without starting the MGS.
118 Start a client or MDT with a (colon-separated) list of known inactive OSTs.
121 Abort client recovery and start the target service immediately.
123 .BI md_stripe_cache_size
124 Sets the stripe cache size for server side disk with a striped raid
127 .BI recovery_time_soft= timeout
128 Allow 'timeout' seconds for clients to reconnect for recovery after a server
129 crash. This timeout will be incrementally extended if it is about to expire
130 and the server is still handling new connections from recoverable clients.
131 The default soft recovery timeout is set to 300 seconds (5 minutes).
133 .BI recovery_time_hard= timeout
134 The server will be allowed to incrementally extend its timeout up to a hard
135 maximum of 'timeout' seconds. The default hard recovery timeout is set to
136 900 seconds (15 minutes).
139 .B mount -t lustre cfs21@tcp0:/testfs /mnt/myfilesystem
140 Start a client for the Lustre filesystem 'testfs' at the mount point
141 /mnt/myfilesystem. The Management Service is running on a node reachable
142 from this client via the nid cfs21@tcp0.
144 .B mount -t lustre /dev/sda1 /mnt/test/mdt
145 Start the Lustre metadata target service from /dev/sda1 on mountpoint /mnt/test/mdt.
147 .B mount -t lustre -L testfs-MDT0000 -o abort_recov /mnt/test/mdt
148 Start the testfs-MDT0000 service (by using the disk label), but abort the
151 Not very many mount options can be changed with
153 Please report all bugs to Sun Microsystems using http://bugzilla.lustre.org/
158 filesystem package and is available from Sun Microsystems, Inc.
160 http://downloads.lustre.org
165 .BR tunefs.lustre (8),