From: Arshad Hussain Date: Wed, 21 Apr 2021 07:47:49 +0000 (+0530) Subject: LUDOC-394 manual: Add meaningful ref names under SettingLustreProperties.xml X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F43433%2F2;p=doc%2Fmanual.git 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 --- 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/ - + - + - + - +