From 654b8b6883e8d8f6245146adff7cf99ddea898e8 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Fri, 26 May 2023 13:33:17 +0000 Subject: [PATCH] LU-16751 conf: remove outdated config files Remove the example modules.conf. This config file isn't really specific to Lustre, and it very outdated regardless. The remaining conf files (lustre.dtd, lustre2ldif.xsl, top.ldif) were added ~15 years ago. They don't appear to account for the changes in Lustre in the interim. It would be better to remove them. Also, update .gitignore. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: Ia96eaac0a57c4b65c98d4b7931c96b344d7abd56 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51150 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin --- lustre/conf/Makefile.am | 7 +- lustre/conf/lustre.dtd | 145 --------------------- lustre/conf/lustre2ldif.xsl | 308 -------------------------------------------- lustre/conf/modules.conf | 8 -- lustre/conf/top.ldif | 4 - lustre/tests/.gitignore | 1 + 6 files changed, 4 insertions(+), 469 deletions(-) delete mode 100644 lustre/conf/lustre.dtd delete mode 100644 lustre/conf/lustre2ldif.xsl delete mode 100644 lustre/conf/modules.conf delete mode 100644 lustre/conf/top.ldif diff --git a/lustre/conf/Makefile.am b/lustre/conf/Makefile.am index c54473b..3b80868 100644 --- a/lustre/conf/Makefile.am +++ b/lustre/conf/Makefile.am @@ -34,14 +34,13 @@ SUBDIRS = resource DIST_SUBDIRS = resource -EXTRA_DIST = lustre.dtd lustre.xml lustre2ldif.xsl top.ldif \ - 99-lustre.rules lustre ldev.conf ko2iblnd.conf lsvcgss \ - lnet_routes.conf lnet.conf lgssc.conf 99-lustre-server.rules +EXTRA_DIST = lustre.xml 99-lustre.rules lustre ldev.conf ko2iblnd.conf \ + lsvcgss lnet_routes.conf lnet.conf lgssc.conf \ + 99-lustre-server.rules sysconf_DATA = lnet.conf if UTILS -noinst_DATA = top.ldif lustre2ldif.xsl sysconf_DATA += lnet_routes.conf endif diff --git a/lustre/conf/lustre.dtd b/lustre/conf/lustre.dtd deleted file mode 100644 index 360f4a0..0000000 --- a/lustre/conf/lustre.dtd +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - filesystem_ref #REQUIRED > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lustre/conf/lustre2ldif.xsl b/lustre/conf/lustre2ldif.xsl deleted file mode 100644 index 58b0649..0000000 --- a/lustre/conf/lustre2ldif.xsl +++ /dev/null @@ -1,308 +0,0 @@ - - - - -fs=lustre -config=,fs=lustre - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lustre/conf/modules.conf b/lustre/conf/modules.conf deleted file mode 100644 index a5bdefa..0000000 --- a/lustre/conf/modules.conf +++ /dev/null @@ -1,8 +0,0 @@ -# sample modules.conf for autoloading lustre modules on zeroconf clients - -add below kptlrouter portals -#add below ksocknal kptlrouter -#add below kqswnal kptlrouter -add below ptlrpc ksocknal -add below llite lov osc -alias lustre llite diff --git a/lustre/conf/top.ldif b/lustre/conf/top.ldif deleted file mode 100644 index d0cfdac..0000000 --- a/lustre/conf/top.ldif +++ /dev/null @@ -1,4 +0,0 @@ -dn: fs=lustre -fs:lustre -objectClass: lustre -lustreDesc: Lustre Config diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 014fefb..cc7d016 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -23,6 +23,7 @@ /createtest /directio /expand_truncate_test +/fadvise_dontneed_helper /fchdir_test /flock_deadlock /flock_test -- 1.8.3.1