Whamcloud - gitweb
LUDOC-276 protocol: Document RPCs for setattr
[doc/protocol.git] / mds_reint_structs.txt
diff --git a/mds_reint_structs.txt b/mds_reint_structs.txt
new file mode 100644 (file)
index 0000000..b559969
--- /dev/null
@@ -0,0 +1,13 @@
+MDS_REINT Structures
+~~~~~~~~~~~~~~~~~~~~
+[[mds-reint-structs]]
+
+MDS_REINT RPCs are those that get issued from a client to request an
+operation on an MDT that will modify the MDT, so the MDT will initiate
+a transaction to carry out the operation. The transactional nature of
+the operation allows it to be replayed in the event of failure.  Note:
+The only other MDT-modifying operation is MDS_CLOSE.
+
+include::mdt_rec_reint.txt[]
+
+include::mdt_rec_setattr.txt[]