From bd982bd1df39cbb11f04b2c595586847a619d614 Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Wed, 21 Apr 2021 13:17:49 +0530 Subject: [PATCH] LUDOC-394 manual: Add meaningful ref names under SettingLustreProperties.xml This patch adds meaningful and proper reference name under file SettingLustreProperties.xml Signed-off-by: Arshad Hussain Change-Id: I48d5db1bb39486865e5bf7f887785c662e31ee58 Reviewed-on: https://review.whamcloud.com/43433 Tested-by: jenkins Reviewed-by: Andreas Dilger --- SettingLustreProperties.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/SettingLustreProperties.xml b/SettingLustreProperties.xml index 64a2ae4..088f6be 100644 --- a/SettingLustreProperties.xml +++ b/SettingLustreProperties.xml @@ -6,25 +6,25 @@ This chapter describes the llapi library of commands used for setting Lustre file properties within a C program running in a cluster environment, such as a data processing or MPI application. The commands described in this chapter are: - + - + - + - + - + Lustre programming interface man pages are found in the lustre/doc folder. -
+
<literal>llapi_file_create</literal> @@ -130,7 +130,7 @@ return -1; }
-
+
llapi_file_get_stripe Use llapi_file_get_stripe to get striping information for a file or directory on a Lustre file system.
@@ -414,7 +414,7 @@ cleanup:
-
+
<literal>llapi_file_open</literal> @@ -588,7 +588,7 @@ int main(int argc, char *argv[])
-
+
<literal>llapi_quotactl</literal> @@ -779,7 +779,7 @@ struct obd_uuid {
-
+
<literal>llapi_path2fid</literal> @@ -1047,7 +1047,7 @@ struct llapi_lu_ladvise {
-
+
Example Using the <literal>llapi</literal> Library Use llapi_file_create to set Lustre software properties for a new file. For a synopsis and description of llapi_file_create and examples of how to @@ -1264,22 +1264,22 @@ cp lustredemo /mnt/lustre/ftest/ - + - + - + - + -- 1.8.3.1