From 29dde2a0a8628a148881e819ecdf25706502ca91 Mon Sep 17 00:00:00 2001 From: Linda Bebernes Date: Mon, 9 Sep 2013 13:52:00 -0700 Subject: [PATCH] LUDOC-64 bugfix: Changed path2fid to fid2path In Section 13.14, corrected Step 2 describing how to look up FID on MDS. Signed-off-by: Linda Bebernes Change-Id: I3aefa3426e87759994424aec13b4cd5fed08aac8 Reviewed-on: http://review.whamcloud.com/7465 Reviewed-by: Richard Henwood Tested-by: Hudson --- LustreOperations.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/LustreOperations.xml b/LustreOperations.xml index 89b1a38..5b95a13 100644 --- a/LustreOperations.xml +++ b/LustreOperations.xml @@ -410,10 +410,9 @@ EXTENTS: - For Lustre 2.x filesystems, the parent FID will be of the form - [0x200000400:0x122:0x0] and can be resolved directly using the - lfs path2fid [0x200000404:0x122:0x0] /mnt/lustre - command on any Lustre client, and the process is complete. + For Lustre 2.x filesystems, the parent FID will be of the form [0x200000400:0x122:0x0] + and can be resolved directly using the lfs fid2path [0x200000404:0x122:0x0] + /mnt/lustre command on any Lustre client, and the process is complete. In this example the parent inode FID is an upgraded 1.x inode -- 1.8.3.1