Lustre Parallel Filesystem Client
=================================
The Lustre file system is an open-source, parallel file system
that supports many requirements of leadership class HPC simulation
environments.
Born from from a research project at Carnegie Mellon University,
the Lustre file system is a widely-used option in HPC.
The Lustre file system provides a POSIX compliant file system interface,
can scale to thousands of clients, petabytes of storage and
hundreds of gigabytes per second of I/O bandwidth.
Unlike shared disk storage cluster filesystems (e.g. OCFS2, GFS, GPFS),
Lustre has independent Metadata and Data servers that clients can access
in parallel to maximize performance.
In order to use Lustre client you will need to download lustre client
tools from
https://downloads.hpdd.intel.com/public/lustre/latest-feature-release/
the package name is lustre-client.
You will need to install and configure your Lustre servers separately.
Mount Syntax
============
After you installed the lustre-client tools including mount.lustre binary
you can mount your Lustre filesystem with:
mount -t lustre mgs:/fsname mnt
where mgs is the host name or ip address of your Lustre MGS(management service)
fsname is the name of the filesystem you would like to mount.
Mount Options
=============
noflock
Disable posix file locking (Applications trying to use
the functionality will get ENOSYS)
localflock
Enable local flock support, using only client-local flock
(faster, for applications that require flock but do not run
on multiple nodes).
flock
Enable cluster-global posix file locking coherent across all
client nodes.
user_xattr, nouser_xattr
Support "user." extended attributes (or not)
user_fid2path, nouser_fid2path
Enable FID to path translation by regular users (or not)
checksum, nochecksum
Verify data consistency on the wire and in memory as it passes
between the layers (or not).
lruresize, nolruresize
Allow lock LRU to be controlled by memory pressure on the server
(or only 100 (default, controlled by lru_size proc parameter) locks
per CPU per server on this client).
lazystatfs, nolazystatfs
Do not block in statfs() if some of the servers are down.
32bitapi
Shrink inode numbers to fit into 32 bits. This is necessary
if you plan to reexport Lustre filesystem from this client via
NFSv4.
verbose, noverbose
Enable mount/umount console messages (or not)
More Information
================
You can get more information at
OpenSFS website: http://lustre.opensfs.org/about/
Intel HPDD wiki: https://wiki.hpdd.intel.com
Out of tree Lustre client and server code is available at:
http://git.whamcloud.com/fs/lustre-release.git
Latest binary packages:
http://lustre.opensfs.org/download-lustre/
没有合适的资源?快使用搜索试试~ 我知道了~
资源详情
资源评论
资源推荐
收起资源包目录
基于 linux kernel4.0 的qume 环境 (2000个子文件)
phy_n.c 916KB
nls_cp949.c 855KB
nls_cp936.c 682KB
nls_cp950.c 580KB
lpfc_sli.c 520KB
radio_2056.c 509KB
nls_cp932.c 480KB
tg3.c 465KB
message.c 436KB
bnx2x_main.c 403KB
bnx2x_link.c 400KB
intel_display.c 388KB
rtl8723a_bt-coexist.c 363KB
advansys.c 360KB
drxj.c 350KB
nl80211.c 339KB
init301.c 334KB
lpfc_init.c 333KB
ipw2200.c 324KB
nm256_coef.c 301KB
aic79xx_core.c 293KB
vmx.c 287KB
ipr.c 285KB
ql4_os.c 283KB
wiretest.c 281KB
cik.c 278KB
i40e_main.c 266KB
qib_iba7322.c 265KB
extent-tree.c 262KB
lpfc_els.c 262KB
DAC960.c 260KB
inode.c 256KB
zc3xx.c 254KB
rt2800lib.c 246KB
ixgbe_main.c 246KB
mpt2sas_scsih.c 245KB
s2io.c 240KB
thinkpad_acpi.c 238KB
mptbase.c 237KB
nfs4proc.c 234KB
ips.c 232KB
mpt3sas_scsih.c 231KB
synclink.c 230KB
niu.c 229KB
md.c 226KB
si_dpm.c 225KB
ipw2100.c 225KB
ppc-opc.c 221KB
hpsa.c 218KB
airo.c 218KB
igb_main.c 217KB
bnx2.c 216KB
main.c 214KB
si.c 212KB
fair.c 212KB
aic7xxx_core.c 211KB
ncr53c8xx.c 211KB
cx25840-core.c 209KB
socket.c 207KB
r8169.c 205KB
netdev.c 203KB
raid5.c 203KB
core.c 201KB
saa7134-cards.c 200KB
core.c 200KB
x86.c 199KB
phy_n.c 199KB
sm_statefuns.c 197KB
xattr.c 194KB
nfs4xdr.c 194KB
FlashPoint.c 193KB
topro.c 192KB
cifssmb.c 192KB
patch_realtek.c 191KB
forcedeth.c 190KB
pfc-r8a7791.c 189KB
alloc.c 188KB
hdspm.c 187KB
intel_pm.c 186KB
lpfc_hbadisc.c 186KB
dev.c 186KB
4965-mac.c 185KB
megaraid_sas_base.c 184KB
sis_main.c 183KB
osst.c 183KB
page_alloc.c 182KB
font_sun12x22.c 181KB
pfc-r8a7790.c 181KB
mgmt.c 179KB
ksz884x.c 179KB
libata-core.c 178KB
mvpp2.c 178KB
drxk_hard.c 177KB
bfa_fcs_lport.c 177KB
l2cap_core.c 177KB
lpfc_attr.c 175KB
lpfc_scsi.c 174KB
gdth.c 174KB
ci_dpm.c 174KB
rtw_mlme_ext.c 174KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
王恺瑞
- 粉丝: 15
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- js-leetcode题解之141-linked-list-cycle.js
- js-leetcode题解之140-word-break-ii.js
- js-leetcode题解之139-word-break.js
- js-leetcode题解之138-copy-list-with-random-pointer.js
- js-leetcode题解之136-single-number.js
- js-leetcode题解之135-candy.js
- js-leetcode题解之134-gas-station.js
- 基于tensorflow的道路桥梁裂缝检测应用源码
- 多台设备循环控制仿真和代码protues仿真
- 多台设备循环控制原理图
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0