📄 lustre.7
字号:
.\" -*- nroff -*-.\" Copyright 2006 by Cluster FileSystems. All Rights Reserved..\" This file may be copied under the terms of the GNU Public License..\".TH Lustre 7 "2006 Jun 15" Lustre "A high-performance cluster file system".SH NAMELustre.SH SYNOPSISA high-performance file system designed for clusters..SH DESCRIPTION.B Lustre庐is a high-performance, massively-scalable, POSIX-compliant network file systemdesigned for the world's largest high-performance compute clusters. Lustreis under active development from Sun Microsystems (http://www.lustre.org).Lustre filesystems are made up of multiple services typically distributedacross multiple nodes. Lustre clients can contact these server nodes overmultiple high-speed network fabrics via LNET, the Lustre NETworkingsystem. Clients then present the filesystem at a mount point to userspace.A filesystem is comprised of a .I MDT, MetaData Target, which stores directory and file meta-information such asfile ownership, timestamps, access permissions, etc, and aseries of .I OSTs, Object Storage Targets, which hold the file data in one or more objects.There is typically not a 1:1 mapping of OST objects and what is presentedas a file on a Lustre client.Lustre and LNET are implemented as a series of kernel modules, for bothservers and clients. LNET networks are defined in the modprobe.conf file onall nodes. Lustre is started on the clients and servers using the.BR mount (8)command..SH COMMANDS.TP.BR mkfs.lustre (8)Format a physical disk for use as a Lustre server's backend storage (akatarget)..TP.BR tunefs.lustre (8)Modify configuration information on a Lustre target disk..TP.BR mount.lustre (8)A helper program for.BR mount (8)that starts Lustre servers and clients mounts the client filesystem..TP.BR lctl (8)A low-level interface to control various aspects of Lustre.TP.BR lfs (1)A user-level interface to control Lustre-specific information forindividual files. .B lustre_config.shFormat multiple Lustre targets simultaneously from definitions in a CSVfile..SH BUGSPlease report all bugs to Sun Microsystems via http://bugzilla.lustre.org/.SH AVAILABILITY.B The.BR Lustre (7) filesystem package is available from Sun Microsystems, Inc via.brhttp://downloads.lustre.org/.SH SEE ALSO.BR mkfs.lustre (8),.BR tunefs.lustre (8),.BR mount.lustre (8),.BR lctl (8),.BR lfs (1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -