Whamcloud - gitweb
LUDOC-297 protocol: Update protocol document
[doc/protocol.git] / struct_ost_id.txt
index aeffcf0..bd651c5 100644 (file)
@@ -1,7 +1,6 @@
-OST ID
-^^^^^^
+.OST ID
 [[struct-ost-id]]
-
+****
 The 'ost_id' identifies a single object on a particular OST.
 
 [source,c]
@@ -20,7 +19,9 @@ struct ost_id {
 The 'ost_id' structure contains an identifier for a single OST object.
 The 'oi' structure holds the OST object identifier as used with Lustre
 1.8 and earlier, where the 'oi_seq' field is typically zero, and the
-'oi_id' field is an integer identifying an object on a particular
-OST (which is identified separately).  Since Lustre 2.5 it is possible
-for OST objects to also be identified with a unique FID that identifies
-both the OST on which it resides as well as the object identifier itself.
+'oi_id' field is an integer identifying an object on a particular OST
+(which is identified separately).  Since Lustre 2.5 it is possible for
+OST objects to also be identified with a unique FID (see
+<<struct-lu-fid>>) that identifies both the OST on which it resides as
+well as the object identifier itself.
+****