3 # Declare rpmbuild --with/--without parameters
7 %bcond_without lustre_tests
8 %bcond_without lustre_utils
9 %bcond_without lustre_iokit
10 %bcond_without lustre_modules
13 %bcond_with gss_keyring
14 %bcond_without manpages
22 # LUTF Turn off brp-python-precompile script as we don't want the python files
23 # to be compiled on installation
24 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
26 # By default both gss and gss keyring are disabled.
27 # gss keyring requires the gss core. If the builder
28 # request gss_keyring we must enable gss core even if
29 # the builder attempts to disable gss.
30 %if %{with gss_keyring}
34 %if %{without servers}
35 # --without servers overrides --with {ldiskfs|zfs}
36 # so undefine the internal variables set by bcond_*
37 %undefine with_ldiskfs
41 %if %{without shared} && %{without static}
42 # need exit to stop build because error only displays a message
43 %{error: you can't disable both library types}
47 # lustre_tests depends on lustre_utils
48 %if %{without lustre_utils}
49 %undefine with_lustre_tests
52 %{!?version: %global version @VERSION@}
53 # if you want a custom kernel version set it variable with $ver.$arch
54 %{!?kver: %global kver %(uname -r)}
55 # cut epoch for kmodtool
56 %define _kver %(echo %{kver} | sed -e 's/^[0-9]*://')
57 # trust version from kdir - but it can lost 'epoch'
61 %if %{defined kobjdir}
64 %{!?kdir: %global kdir /lib/modules/%{_kver}/source}
65 %{!?kobjdir: %global kobjdir %(if [ "%{kdir}" = "/lib/modules/%{_kver}/source" ]; then echo "/lib/modules/%{_kver}/build"; else echo "%{kdir}"; fi)}
67 %if 0%{?suse_version} >= 1310 && %{defined _take_kobj}
68 %global _flavor %(echo %{_kver} | sed -e 's/^.*-//')
70 %global _flavor default
73 %if %{defined _take_kver}
74 # as an alternative to this implementation we could simply "make -C $kdir kernelversion"
75 %global kver %(files="include/generated/utsrelease.h include/linux/utsrelease.h include/linux/version.h"; for f in $files; do if test -r %{kobjdir}/$f && grep UTS_RELEASE %{kobjdir}/$f >/dev/null; then sed -ne '/^#define UTS_RELEASE/s/.*"\\(.*\\)"$/\\1/p' %{kobjdir}/$f; break; fi; done)
79 # We set this because kernel_module_package has its own method of identifying
80 # which kernel to build against, and it is unlikely that its decision will
81 # match with Lustre's method of selecting which kernel to build against.
82 # By setting this variable, we override kernel_module_package's kernel
83 # selection with our selection.
84 # kmodtool failed to take a version if epoch set
85 %global kernel_version %_kver
87 # in order to get kernel symset and/or kernel module dependencies into
88 # the RPM, in order to support weak-modules, the internal dependency gen-
89 # erator needs to be disabled
90 # this is done with (reduce the double % down to a single %):
92 # %%global _use_internal_dependency_generator 0
94 # on SLES10, /usr/lib/rpm/macros already sets this, so no harm in also
95 # defining it here (until Suse changes their mind)
97 # on RHEL5, however, we do need to explicitly disable the internal dep-
98 # endency generator and allow the external one be used
99 # but since RedHat's kABI is only a subset of the total kernel ABI, it
100 # doesn't include all of the symbols we (or OFED for that matter) need
101 # until RedHat includes all of the symbols we need in their symsets we
102 # cannot support weak-modules
103 # we did e-mail the maintainer of all of this stuff @redhat but got no
105 #%%global _use_internal_dependency_generator 0
107 # Set the package name prefix
108 %if %{undefined lustre_name}
110 %global lustre_name lustre
112 %global lustre_name lustre-client
116 %if %{with lustre_modules}
117 %if %{undefined kmoddir}
118 %if %{defined kernel_module_package_moddir}
119 %global kmoddir %{kernel_module_package_moddir}
121 %if %{defined suse_kernel_module_package}
122 %global kmoddir updates
124 %global kmoddir extra
129 %global modules_fs_path /lib/modules/%{_kver}/%{kmoddir}
130 # requires want to set a version including epoch
131 %global krequires %(echo %{kver} | sed -e 's/\.x86_64$//' -e 's/\.i[3456]86$//' -e 's/-smp$//' -e 's/-bigsmp$//' -e 's/[-.]ppc64$//' -e 's/\.aarch64$//' -e 's/-default$//' -e 's/-%{_flavor}//')
133 %if "%{_vendor}" == "redhat" || "%{_vendor}" == "fedora"
134 %global requires_kmod_name kmod-%{lustre_name}
135 %global requires_kmod_osd_zfs_name kmod-%{lustre_name}-osd-zfs
136 %if %{with lustre_tests}
137 %global requires_kmod_tests_name kmod-%{lustre_name}-tests
139 %global requires_kmod_version %{version}
142 %global requires_kmod_name %{lustre_name}-kmp
143 %global requires_kmod_osd_zfs_name %{lustre_name}-osd-zfs-kmp
144 %if %{with lustre_tests}
145 %global requires_kmod_tests_name %{lustre_name}-tests-kmp
147 %if 0%{?suse_version} >= 1200
148 %global requires_kmod_version %{version}_k%(echo %{krequires} | sed -r 'y/-/_/; s/^(2\.6\.[0-9]+)_/\\1.0_/;')
150 %global requires_kmod_version %{version}_%(echo %{krequires} | sed -r 'y/-/_/; s/^(2\.6\.[0-9]+)_/\\1.0_/;')
155 # RHEL >= 7 comes with systemd
157 %define with_systemd 1
160 # Fedora >= 15 comes with systemd, but only >= 18 has
162 %if 0%{?fedora} >= 18
163 %define with_systemd 1
166 # opensuse >= 12.1 comes with systemd, but only >= 13.1
167 # has the proper macros
168 %if 0%{?suse_version} >= 1310
169 %define with_systemd 1
172 %{!?mpi_name: %global mpi_name openmpi}
174 Summary: Lustre File System
179 Group: System Environment/Kernel
180 Source: lustre-%{version}.tar.gz
181 Source1: kmp-lustre.preamble
182 Source2: kmp-lustre.files
183 Source3: kmp-lustre-osd-ldiskfs.preamble
184 Source4: kmp-lustre-osd-ldiskfs.files
185 Source5: kmp-lustre-osd-zfs.preamble
186 Source6: kmp-lustre-osd-zfs.files
187 Source7: kmp-lustre-tests.files
188 URL: https://wiki.whamcloud.com/
189 BuildRoot: %{_tmppath}/lustre-%{version}-root
190 %if %{with lustre_modules}
191 Requires: %{requires_kmod_name} = %{requires_kmod_version}
193 %if %{with lustre_tests_lutf}
194 Requires: python3 >= 3.6.0
195 BuildRequires: python3-devel >= 3.6.0, swig
197 BuildRequires: libtool libyaml-devel zlib-devel libnl3-devel
198 %if "%{_vendor}" == "redhat"
199 BuildRequires: redhat-rpm-config
200 BuildRequires: pkgconfig
202 BuildRequires: pkg-config
205 BuildRequires: krb5-devel openssl-devel
208 Requires: %{name}-osd
209 Requires: %{name}-osd-mount
210 Obsoletes: lustre-server < %{version}
211 Provides: lustre-server = %{version}-%{release}
213 Obsoletes: lustre-client < %{version}
214 Provides: lustre-client = %{version}-%{release}
215 %if "%{_vendor}" == "redhat" || "%{_vendor}" == "fedora"
216 #suse don't support selinux
217 BuildRequires: libselinux-devel
219 %if %{with lustre_modules}
221 BuildRequires: mlnx-ofa_kernel-devel
222 %if "%{_vendor}" == "redhat"
223 Requires: kmod-mlnx-ofa_kernel
225 Requires: mlnx-ofa_kernel-kmp
229 BuildRequires: kernel-rpm-macros
231 BuildRequires: %kernel_module_package_buildreqs
232 # need to provide a /usr/lib/${uname -r)/build dir
233 BuildRequires: kernel
234 %if "%{_vendor}" == "redhat"
236 BuildRequires: kernel-abi-whitelists
242 Requires(post): systemd
243 Requires(preun): systemd
244 Requires(postun): systemd
245 BuildRequires: systemd
249 Userspace tools and files for the Lustre file system.
251 %if %{with lustre_modules}
253 # until we have achieved full kABI compatibility we need to
254 # restrict the kernel range that can be used to the kernel
255 # version from the RHEL minor release
256 # this is supposed to be done for kmods automatically but
257 # RHBZ#1467319 seems to be getting in the way
258 # this is true for el7.0 through el7.4
259 %define preamble %{expand:%(
261 cat %{SOURCE1} > $TMPFILE
262 kver=%{kernel_version}
263 linuxversion=${kver%%%%-*}
264 linuxrelease=${kver##*-}
265 kabiminor=${linuxrelease%%%%.*}
266 echo "Requires: kernel < $linuxversion-$((kabiminor+1)), kernel >= $linuxversion-$((kabiminor))" >> $TMPFILE
270 %define preamble %{SOURCE1}
272 %kernel_module_package -n %{name} -p %preamble -f %SOURCE2 %{_flavor}
275 %kernel_module_package -n %{name}-osd-ldiskfs -p %SOURCE3 -f %SOURCE4 %{_flavor}
276 %if %{with lustre_utils}
277 %package osd-ldiskfs-mount
278 Summary: osd-ldiskfs-mount contains mount's ldiskfs specific dso.
279 BuildRequires: e2fsprogs-devel >= 1.44.3 libmount-devel
280 Requires: ldiskfsprogs > 1.45.6 libmount
281 Provides: lustre-osd-mount = %{version}
282 Provides: %{name}-osd-mount = %{version}
283 Obsoletes: %{name}-osd-mount < %{version}
284 Obsoletes: lustre-osd-mount < %{version}
285 Group: System Environment/Kernel
287 %description osd-ldiskfs-mount
288 LDISKFS hooks for mount/mkfs into a dynamic library.
296 %kernel_module_package -n %{name}-osd-zfs -p %SOURCE5 -f %SOURCE6 %{_flavor}
297 %if %{with lustre_utils}
298 %package osd-zfs-mount
299 Summary: osd-zfs-mount contains mount's zfs specific dso.
300 BuildRequires: libmount-devel
302 Provides: %{name}-osd-mount = %{version}
303 Obsoletes: lustre-osd-mount < %{version}
304 # Tests also require zpool from zfs package:
306 Requires: %{requires_kmod_osd_zfs_name}
307 Group: System Environment/Kernel
309 %description osd-zfs-mount
310 ZFS hooks for mount/mkfs into a dynamic library.
316 # with lustre_modules
320 %package resource-agents
321 Summary: HA Resuable Cluster Resource Scripts for Lustre
322 Group: System Environment/Base
324 Requires: resource-agents
326 %description resource-agents
327 A set of scripts to operate Lustre resources in a High Availablity
328 environment for both Pacemaker and rgmanager.
332 Summary: Lustre include headers
333 Group: Development/Kernel
334 Provides: lustre-devel = %{version}
335 Requires: %{lustre_name} = %{version}
336 %if %{with lustre_modules}
337 Requires: %{requires_kmod_name} = %{requires_kmod_version}
341 This package contains the header files needed for building additional
342 applications against the Lustre / LNet utilities libraries.
344 :> lustre-devel.files
346 %if %{with lustre_tests}
348 Summary: Lustre testing framework
349 Group: System Environment/Kernel
350 Provides: %{name}-tests = %{version}
351 %if %{with lustre_iokit}
352 Requires: %{name} = %{version}, lustre-iokit
354 Requires: %{name} = %{version}
356 Requires: lustre-devel = %{version}
357 %if %{with lustre_modules}
358 Requires: %{requires_kmod_name} = %{requires_kmod_version}
359 Requires: %{requires_kmod_tests_name} = %{requires_kmod_version}
361 %if %{with lustre_tests_lutf}
362 Requires: python3 >= 3.6.0
364 Requires: attr, rsync, perl, lsof, /usr/bin/getconf
366 %if "%{mpi_name}" == "mpich"
367 BuildRequires: mpich-devel
369 %if "%{mpi_name}" == "openmpi"
370 %if "%{_vendor}" == "redhat" || 0%{?suse_version} < 1500
371 BuildRequires: openmpi-devel
373 BuildRequires: openmpi2-devel
381 This package contains a set of test binaries and scripts that are intended
382 to be used by the Lustre testing framework.
384 %if %{with lustre_modules}
385 %kernel_module_package -n %{name}-tests -f %SOURCE7 %{_flavor}
389 %if %{with lustre_iokit}
390 %package -n lustre-iokit
391 Summary: The Lustre IO-Kit is a collection of benchmark tools for a cluster with the Lustre file system.
392 Group: Applications/System
393 Requires: python3, sg3_utils
395 %description -n lustre-iokit
396 This package includes five tools:
398 A test of the 'bare metal' performance, bypassing as much of the kernel as we can. Uses the sgp_dd utility.
401 This survey can be run in 3 modes to test disk I/O including the filesystem,
402 network I/O, and disk I/O via the network. The script does sequential I/O
403 with varying numbers of threads and objects (files) by using lctl::test_brw
404 to drive the echo_client connected to local or remote obdfilter instances,
405 or remote obdecho instances.
408 This survey tests the client-to-disk performance of individual OSTs, and
409 ranks then for comparison.
412 This script will collect IO stats on a defined set of nodes.
415 A script to run the IOR benchmark. The latest version can be downloaded from
416 http://www.llnl.gov/asci/purple/benchmarks/limited/ior/
419 This survey tests the local metadata performance using the echo_client to drive
420 the MDD layer to perform operations. It is run with multiple threads (to
421 simulate MDT service threads) locally on the MDS node, and does not need Lustre
422 clients in order to run
425 %if 0%{?suse_version}
429 %setup -qn lustre-%{version}
430 ln lustre/ChangeLog ChangeLog-lustre
431 ln lnet/ChangeLog ChangeLog-lnet
434 # Set an explicit path to our Linux tree, if we can.
435 cd $RPM_BUILD_DIR/lustre-%{version}
437 # Store the CFLAGS and LDFLAGS that would normally be used in the UTILS_CFLAGS
438 # and UTILS_LDFLAGS environment variables so that we use can them when compiling
439 # the user-space code in lustre/utils and lnet/utils. As of RHEL 8.0, the
440 # __global_* variants are deprecated in favour of build_cflags, etc. If neither
441 # style is available (e.g. on SLES), then these just end up as empty strings.
442 export UTILS_CFLAGS="%{?build_cflags:%{build_cflags}}%{!?build_cflags:%{?__global_cflags:%{__global_cflags}}}"
443 export UTILS_LDFLAGS="%{?build_ldflags:%{build_ldflags}}%{!?build_ldflags:%{?__global_ldflags:%{__global_ldflags}}}"
445 # RHEL7 on PPC64 needs __SANE_USERSPACE_TYPES__ defined so that __s64 and __u64
446 # are presented to user-land as long long instead of long long. Without this it
447 # will fail the format check whenever such a variable is printed.
450 export UTILS_CFLAGS="${UTILS_CFLAGS} -D__SANE_USERSPACE_TYPES__=1"
454 # Disable any hardening or annotation since this doesn't make sense for
455 # kernel code, and reset "optflags" so that the vendor's overzealous flags don't
456 # create build failures.
457 %define optflags -g -O2 -Werror
458 %undefine _annotated_build
459 %undefine _hardened_build
461 CONFIGURE_ARGS="%{?configure_args}"
462 if [ -n "$CONFIGURE_ARGS" ]; then
463 # make sure %%kdir and %%kobjdir are not in the configure arguments
464 CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-linux=[^ ][^ ]* \?//')
465 CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-linux-obj=[^ ][^ ]* \?//')
466 # remove --with-kmp-moddir from configure arguments,
467 # it will be set --with-kmp-moddir=%%kmoddir
468 CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-kmp-moddir=[^ ][^ ]* \?//')
469 # remove env variables from config cache built by initial configure,
470 # and create dedicated cache in temporary build directory
471 if [ -f "$CONFIG_CACHE_FILE" ]; then
472 TMP_CONFIG_CACHE="$(mktemp --tmpdir newconfig-XXXXXXXX.cache)"
473 sed -e "/ac_cv_env/d" \
474 -e "/am_cv_CC_dependencies_compiler_type/d" \
475 -e "/lb_cv_mpi_tests/d" \
476 "$CONFIG_CACHE_FILE" > $TMP_CONFIG_CACHE
477 CONFIGURE_ARGS="$CONFIGURE_ARGS --cache-file=$TMP_CONFIG_CACHE"
481 # we need to eval "configure" because $CONFIGURE_ARGS could have a quoted
482 # string in it which we don't want word splitted by the shell
483 # also remove (build|host|target) options because they will be specified
484 # inside $CONFIGURE_ARGS
485 # kmod tools/scripts require "name" directory with kernel modules
488 %define _configure eval ./configure
489 %define eval_configure %configure
491 %define eval_configure %(echo -n '%configure' | sed -e 's#\./configure#eval ./configure#' -e 's/--\\(build\\|host\\|target\\)=[^ ][^ ]* //g')
495 %if "%{mpi_name}" == "mpich"
498 %if "%{mpi_name}" == "openmpi"
505 o2ib_path=$(find /usr/src/ofa_kernel/ -type d -name ofed_scripts | xargs dirname)
506 if [ -z "$o2ib_path" ]; then
507 echo "ERROR: could not find OFED devel headers"
510 if [ $(echo $o2ib_path | wc -w) -ge 2 ]; then
511 echo "ERROR: multiple OFED versions installed"
516 %eval_configure $CONFIGURE_ARGS \
517 %{?with_lustre_tests:--enable-tests}%{!?with_lustre_tests:--disable-tests} \
518 %{?with_lustre_utils:--enable-utils}%{!?with_lustre_utils:--disable-utils} \
519 %{?with_lustre_modules:--enable-modules}%{!?with_lustre_modules:--disable-modules} \
520 %{!?with_shared:--disable-shared} \
521 %{!?with_static:--disable-static} \
522 %{!?with_lustre_iokit:--disable-iokit} \
523 %{!?with_ldiskfs:--disable-ldiskfs} \
524 %{!?with_servers:--disable-server} \
525 %{!?with_zfs:--without-zfs} \
526 %{!?with_snmp:--disable-snmp} \
527 %{!?with_gss:--disable-gss} \
528 %{!?with_gss_keyring:--disable-gss-keyring} \
529 %{!?with_manpages:--disable-manpages} \
530 %{!?with_systemd:--with-systemdsystemunitdir=no} \
531 %{?with_systemd:--with-systemdsystemunitdir=%{_unitdir}} \
532 %{?with_mofed:--with-o2ib=$o2ib_path} \
533 --with-linux=%{kdir} \
534 --with-linux-obj=%{kobjdir} \
535 --with-kmp-moddir=%{kmoddir}/%{name}
538 if ! grep -q define[[:space:]]*HAVE_SERVER_SUPPORT config.h 2> /dev/null; then
539 echo "Error: Server Support configured but not found"
544 make %{?_smp_mflags} -s %{?make_args}
547 %if "%{mpi_name}" == "mpich"
550 %if "%{mpi_name}" == "openmpi"
559 %if "%{mpi_name}" == "mpich"
562 %if "%{mpi_name}" == "openmpi"
568 make install DESTDIR=$RPM_BUILD_ROOT
570 %if %{with lustre_modules}
571 # RHEL's kernel_module_path macro expects that all the modules
572 # in a kmod package will be in modules_fs_path/<sub packagename>
573 # but Lustre installs all of the modules in a single pass into
574 # a shared location. Since this is a restriction imposed by
575 # RHEL, we handle this here in the spec file rather than in
576 # Lustre's build system. This is not expected to bother SLES's
577 # kernel_module_path macro.
578 basemodpath=$RPM_BUILD_ROOT%{modules_fs_path}/%{name}
580 mkdir -p $basemodpath-osd-ldiskfs/fs
581 mv $basemodpath/fs/osd_ldiskfs.ko $basemodpath-osd-ldiskfs/fs/osd_ldiskfs.ko
582 mv $basemodpath/fs/ldiskfs.ko $basemodpath-osd-ldiskfs/fs/ldiskfs.ko
585 mkdir -p $basemodpath-osd-zfs/fs
586 mv $basemodpath/fs/osd_zfs.ko $basemodpath-osd-zfs/fs/osd_zfs.ko
588 %if %{with lustre_tests}
589 mkdir -p $basemodpath-tests/fs
590 mv $basemodpath/fs/llog_test.ko $basemodpath-tests/fs/llog_test.ko
591 mkdir -p $RPM_BUILD_ROOT%{_libdir}/lustre/tests/kernel/
592 mv $basemodpath/fs/kinode.ko $RPM_BUILD_ROOT%{_libdir}/lustre/tests/kernel/
597 if [ -d $RPM_BUILD_ROOT%{_libdir}/openmpi ] ; then
598 rm -fr $RPM_BUILD_ROOT%{_libdir}/openmpi
600 if [ -d $RPM_BUILD_ROOT%{_libdir}/mpich ] ; then
601 rm -fr $RPM_BUILD_ROOT%{_libdir}/mpich
607 %if %{with servers} && %{with lustre_utils}
608 # The .ha_v2 extension identifies the heartbeat resource agent as using
609 # legacy syntax. Install a compatibility symlink to avoid conflicts when
610 # newer-style agents are added.
611 ln -s Lustre.ha_v2 $RPM_BUILD_ROOT%{_sysconfdir}/ha.d/resource.d/Lustre
612 echo '%{_sysconfdir}/ha.d/resource.d/Lustre.ha_v2' >>lustre.files
613 echo '%{_sysconfdir}/ha.d/resource.d/Lustre' >>lustre.files
616 # systemd is on redhat, fedora, and suse
618 echo '%{_unitdir}/lnet.service' >>lustre.files
621 %if "%{_vendor}" == "redhat"
622 # The following scripts are Red Hat specific
624 echo '%{_sysconfdir}/init.d/lustre' >>lustre.files
625 echo '%{_sysconfdir}/sysconfig/lustre' >>lustre.files
626 %if %{with gss_keyring}
627 echo '%{_sysconfdir}/init.d/lsvcgss' >>lustre.files
628 echo '%config(noreplace) %{_sysconfdir}/sysconfig/lsvcgss' >>lustre.files
632 %if %{without systemd}
633 echo '%{_sysconfdir}/init.d/lnet' >>lustre.files
636 %if %{with gss_keyring}
637 echo '%config(noreplace) %{_sysconfdir}/request-key.d/lgssc.conf' >>lustre.files
640 # fc18 needs 'x' permission for library files
641 find $RPM_BUILD_ROOT -name \*.so -type f -exec chmod +x {} \;
643 rm -f $RPM_BUILD_ROOT%{_libdir}/liblnetconfig.la
645 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.a' >>lustre.files
648 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.so' >>lustre-devel.files
649 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.so.*' >>lustre.files
653 echo '%{_libdir}/libiam.a' >>lustre.files
657 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/lustre/snmp
658 echo '%{_libdir}/lustre/snmp' >>lustre.files
661 %if %{with lustre_utils}
662 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/lustre
663 if [ -d $RPM_BUILD_ROOT%{_libdir}/lustre ] ; then
664 find $RPM_BUILD_ROOT%{_libdir}/@PACKAGE@ -name \*.la -type f -exec rm -f {} \;
668 %if %{with lustre_modules}
669 # mark modules executable for find-debuginfo.sh
670 find $RPM_BUILD_ROOT/lib/modules -name \*.ko -type f -exec chmod u+x {} \;
673 rm -f $RPM_BUILD_ROOT%{_libdir}/liblustreapi.la
675 %if %{with lustre_tests}
676 :> lustre-tests.files
678 %if "%{mpi_name}" == "mpich"
681 %if "%{mpi_name}" == "openmpi"
686 echo '%{_libdir}/lustre/tests/*' >>lustre-tests.files
687 echo '%{_bindir}/mcreate' >>lustre-tests.files
688 echo '%{_bindir}/munlink' >>lustre-tests.files
689 echo '%{_bindir}/statx' >>lustre-tests.files
690 echo '%{_sbindir}/wirecheck' >>lustre-tests.files
691 echo '%{_sbindir}/wiretest' >>lustre-tests.files
692 if [ -n "$MPI_BIN" ]; then
693 echo "$MPI_BIN/*" >>lustre-tests.files
695 %if %{with lustre_tests_lutf}
696 echo '%{_libdir}/lustre/tests/lutf/*' >>lustre-tests.files
700 %if %{with lustre_tests_lutf}
701 echo '%{_libdir}/lustre/tests/lutf/*' >>lustre-tests.files
704 %files devel -f lustre-devel.files
705 %defattr(-,root,root)
706 %{_libdir}/pkgconfig/lustre.pc
708 %{_libdir}/liblustreapi.a
711 %{_libdir}/liblustreapi.so
713 %{_includedir}/lustre
714 %if %{with lustre_modules}
715 %{_includedir}/linux/lnet
716 %{_includedir}/linux/lustre
718 %exclude %{_includedir}/linux/lnet
719 %exclude %{_includedir}/linux/lustre
722 %files -f lustre.files
723 %defattr(-,root,root)
725 %if %{with lustre_tests}
726 %exclude %{_sbindir}/wirecheck
727 %exclude %{_sbindir}/wiretest
730 %exclude %{_sbindir}/zfsobj2fid
732 %if %{with lustre_utils}
734 %{_libexecdir}/lustre/lc_common
735 %{_libexecdir}/lustre/haconfig
736 %{_bindir}/lustre_req_history
741 %{_bindir}/plot-llstat
745 %{_bindir}/lfs_migrate
748 /sbin/mount.lustre_tgt
750 @BASH_COMPLETION_DIR@
758 %{_libdir}/liblustreapi.so.*
760 %{_sysconfdir}/udev/rules.d/99-lustre.rules
762 %{_sysconfdir}/udev/rules.d/99-lustre-server.rules
765 %config(noreplace) %{_sysconfdir}/ldev.conf
767 %config(noreplace) %{_sysconfdir}/lnet.conf
768 %config(noreplace) %{_sysconfdir}/modprobe.d/ko2iblnd.conf
769 %if %{with lustre_utils}
770 %config(noreplace) %{_sysconfdir}/lnet_routes.conf
772 %if %{with lustre_modules}
776 %if %{with lustre_utils}
777 %files osd-ldiskfs-mount
778 %defattr(-,root,root)
779 %{_libdir}/@PACKAGE@/mount_osd_ldiskfs.so
786 %if %{with lustre_utils}
788 %defattr(-,root,root)
789 %{_libdir}/@PACKAGE@/mount_osd_zfs.so
790 %{_sysconfdir}/zfs/zed.d/*
795 # with lustre_modules
799 %files resource-agents
800 %defattr(0755,root,root)
801 %{_prefix}/lib/ocf/resource.d/lustre/
804 %if %{with lustre_tests}
805 %files tests -f lustre-tests.files
806 %defattr(-,root,root)
809 %if %{with lustre_iokit}
810 %files -n lustre-iokit
811 %defattr(-, root, root)
812 %{_bindir}/iokit-config
813 %{_bindir}/iokit-gather-stats
815 %{_bindir}/iokit-libecho
816 %{_bindir}/iokit-lstats
817 %{_bindir}/iokit-parse-ior
818 %{_bindir}/iokit-plot-obdfilter
819 %{_bindir}/iokit-plot-ost
820 %{_bindir}/iokit-plot-sgpdd
821 %{_bindir}/ior-survey
822 %{_bindir}/mds-survey
823 %{_bindir}/obdfilter-survey
824 %{_bindir}/ost-survey
825 %{_bindir}/sgpdd-survey
826 %doc lustre-iokit/ior-survey/README.ior-survey
827 %doc lustre-iokit/mds-survey/README.mds-survey
828 %doc lustre-iokit/obdfilter-survey/README.obdfilter-survey
829 %doc lustre-iokit/ost-survey/README.ost-survey
830 %doc lustre-iokit/sgpdd-survey/README.sgpdd-survey
831 %doc lustre-iokit/stats-collect/README.iokit-lstats
836 %systemd_post lnet.service
841 %systemd_preun lnet.service
846 %systemd_postun_with_restart lnet.service
850 rm -rf $RPM_BUILD_ROOT
851 rm -rf %{_tmppath}/kmp