Whamcloud - gitweb
LUDOC 299 protocol: Spell-check document
[doc/protocol.git] / file_system_operations.txt
1
2 File System Operations
3 ----------------------
4 [[file-system-operations]]
5
6 Lustre is a POSIX compliant file system that provides namespace and
7 data storage services to clients. It implements the normal file system
8 functionality including creating, writing, reading, and removing files
9 and directories. These file system operations are implemented via
10 <<lustre-rpcs,Lustre RPCs>>, which carry out communication and
11 coordination with the servers. In this section we present the sequence
12 of Lustre RPCs for a variety of file system operations, along with
13 their effects.
14
15 include::mount.txt[]
16
17 include::umount.txt[]
18
19 //////////////////////////////////////////////////////////////////////
20 include::create.txt[]
21 //////////////////////////////////////////////////////////////////////
22
23 include::getattr.txt[]
24
25 include::setattr.txt[]
26
27 include::statfs.txt[]
28
29 include::getxattr.txt[]
30
31 include::setxattr.txt[]