Whamcloud - gitweb
LUDOC-297 protocol: Update protocol document
[doc/protocol.git] / file_system_operations.txt
index f4a62a9..7a56e1d 100644 (file)
@@ -5,18 +5,20 @@ File System Operations
 
 Lustre is a POSIX compliant file system that provides namespace and
 data storage services to clients. It implements the normal file system
-functionality including creating, writing, reading, and
-removing files and directories. These file system operations are
-implemented via <<lustre-rpcs,Lustre RPCs>>, which carry
-out communication and coordination with the servers. In this section
-we present the sequence of Lustre Operations, along with their
-effects, of a variety of file system operations.
+functionality including creating, writing, reading, and removing files
+and directories. These file system operations are implemented via
+<<lustre-rpcs,Lustre RPCs>>, which carry out communication and
+coordination with the servers. In this section we present the sequence
+of Lustre RPCs for a variety of file system operations, along with
+their effects.
 
 include::mount.txt[]
 
 include::umount.txt[]
 
+//////////////////////////////////////////////////////////////////////
 include::create.txt[]
+//////////////////////////////////////////////////////////////////////
 
 include::getattr.txt[]