From 85030b5874d5e52f9873b9c76eb9404865073957 Mon Sep 17 00:00:00 2001 From: Joseph Gmitter Date: Wed, 21 Dec 2016 11:17:59 -0500 Subject: [PATCH] LUDOC-324 lnet: Rename LNET xml files to LNet As part of the changes to change LNET to LNet in the documentation, we also need to rename the files with *LNET* to *LNet*. Signed-off-by: Joseph Gmitter Change-Id: I64aff87edd557ba3fcdcb5bd61ec160645f8a0d4 Reviewed-on: https://review.whamcloud.com/24472 Tested-by: Jenkins --- ConfiguringLNET.xml => ConfiguringLNet.xml | 0 III_LustreAdministration.xml | 2 +- II_LustreInstallConfig.xml | 2 +- IV_LustreTuning.xml | 2 +- LNETSelfTest.xml => LNetSelfTest.xml | 0 ManagingLNET.xml => ManagingLNet.xml | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename ConfiguringLNET.xml => ConfiguringLNet.xml (100%) rename LNETSelfTest.xml => LNetSelfTest.xml (100%) rename ManagingLNET.xml => ManagingLNet.xml (100%) diff --git a/ConfiguringLNET.xml b/ConfiguringLNet.xml similarity index 100% rename from ConfiguringLNET.xml rename to ConfiguringLNet.xml diff --git a/III_LustreAdministration.xml b/III_LustreAdministration.xml index 46eb272..0afabcf 100644 --- a/III_LustreAdministration.xml +++ b/III_LustreAdministration.xml @@ -81,7 +81,7 @@ - + diff --git a/II_LustreInstallConfig.xml b/II_LustreInstallConfig.xml index 006fdf0..72f8e29 100644 --- a/II_LustreInstallConfig.xml +++ b/II_LustreInstallConfig.xml @@ -54,7 +54,7 @@ - + diff --git a/IV_LustreTuning.xml b/IV_LustreTuning.xml index 09c05e0..233f6f2 100644 --- a/IV_LustreTuning.xml +++ b/IV_LustreTuning.xml @@ -27,7 +27,7 @@ - + diff --git a/LNETSelfTest.xml b/LNetSelfTest.xml similarity index 100% rename from LNETSelfTest.xml rename to LNetSelfTest.xml diff --git a/ManagingLNET.xml b/ManagingLNet.xml similarity index 100% rename from ManagingLNET.xml rename to ManagingLNet.xml -- 1.8.3.1