Whamcloud - gitweb
LU-16529 test: wait quota synced on quota slaves
[fs/lustre-release.git] / lustre.spec.in
1 # SPDX-License-Identifier: GPL-2.0
2
3 #
4 # This file is part of Lustre, http://www.lustre.org/
5 #
6 # lustre.spec.in
7 #
8 # spec file template for RHEL package builds
9 #
10
11 # Declare rpmbuild --with/--without parameters
12 %bcond_without servers
13 %bcond_without ldiskfs
14 %bcond_with zfs
15 %bcond_without lustre_tests
16 %bcond_without lustre_utils
17 %bcond_without lustre_iokit
18 %bcond_without lustre_modules
19 %bcond_with snmp
20 %bcond_with gss
21 %bcond_with gss_keyring
22 %bcond_without manpages
23 %bcond_without shared
24 %bcond_without static
25 %bcond_with    systemd
26 %bcond_with mofed
27 %bcond_without mpi
28 %bcond_with kabi
29
30 # LUTF Turn off brp-python-precompile script as we don't want the python files
31 # to be compiled on installation
32 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
33
34 # By default both gss and gss keyring are disabled.
35 # gss keyring requires the gss core. If the builder
36 # request gss_keyring we must enable gss core even if
37 # the builder attempts to disable gss.
38 %if %{with gss_keyring}
39     %define with_gss 1
40 %endif
41
42 %if %{without servers}
43     # --without servers overrides --with {ldiskfs|zfs}
44     # so undefine the internal variables set by bcond_*
45     %undefine with_ldiskfs
46     %undefine with_zfs
47 %endif
48
49 %if %{without shared} && %{without static}
50 # need exit to stop build because error only displays a message
51 %{error: you can't disable both library types}
52 %{exit 1}
53 %endif
54
55 # lustre_tests depends on lustre_utils
56 %if %{without lustre_utils}
57 %undefine with_lustre_tests
58 %endif
59
60 %{!?version: %global version @VERSION@}
61 # if you want a custom kernel version set it variable with $ver.$arch
62 %{!?kver:    %global kver    %(uname -r)}
63 # cut epoch for kmodtool
64 %define _kver %(echo %{kver} | sed -e 's/^[0-9]*://')
65 # trust version from kdir - but it can lost 'epoch'
66 %if %{defined kdir}
67         %define _take_kver 1
68 %endif
69 %if %{defined kobjdir}
70         %define _take_kobj 1
71 %endif
72 %{!?kdir:    %global kdir    /lib/modules/%{_kver}/source}
73 %{!?kobjdir: %global kobjdir %(if [ "%{kdir}" = "/lib/modules/%{_kver}/source" ]; then echo "/lib/modules/%{_kver}/build"; else echo "%{kdir}"; fi)}
74
75 %if 0%{?suse_version} >= 1310 && %{defined _take_kobj}
76         %global _flavor %(echo %{_kver} | sed -e 's/^.*-//')
77 %else
78         %global _flavor default
79 %endif
80
81 %if %{defined _take_kver}
82 # as an alternative to this implementation we could simply "make -C $kdir kernelversion"
83 %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)
84 %define _kver %kver
85 %endif
86
87 # We set this because kernel_module_package has its own method of identifying
88 # which kernel to build against, and it is unlikely that its decision will
89 # match with Lustre's method of selecting which kernel to build against.
90 # By setting this variable, we override kernel_module_package's kernel
91 # selection with our selection.
92 # kmodtool failed to take a version if epoch set
93 %global kernel_version %_kver
94
95 # in order to get kernel symset and/or kernel module dependencies into
96 # the RPM, in order to support weak-modules, the internal dependency gen-
97 # erator needs to be disabled
98 # this is done with (reduce the double % down to a single %):
99 #
100 # %%global _use_internal_dependency_generator 0
101 #
102 # on SLES10, /usr/lib/rpm/macros already sets this, so no harm in also
103 # defining it here (until Suse changes their mind)
104 #
105 # on RHEL5, however, we do need to explicitly disable the internal dep-
106 # endency generator and allow the external one be used
107 # but since RedHat's kABI is only a subset of the total kernel ABI, it
108 # doesn't include all of the symbols we (or OFED for that matter) need
109 # until RedHat includes all of the symbols we need in their symsets we
110 # cannot support weak-modules
111 # we did e-mail the maintainer of all of this stuff @redhat but got no
112 # response from them
113 #%%global _use_internal_dependency_generator 0
114
115 %if 0%{?rhel} > 7 || 0%{?fedora} > 33
116 ## SUSE uses another tool for provides:
117 ## https://github.com/openSUSE/kernel-source/blob/master/patches.rpmify/Add-ksym-provides-tool.patch
118 %global __find_provides   %{_sourcedir}/find-provides
119 %endif
120
121 # Set the package name prefix
122 %if %{undefined lustre_name}
123     %if %{with servers}
124         %global lustre_name lustre
125     %else
126         %global lustre_name lustre-client
127     %endif
128 %endif
129
130 %if %{with lustre_modules}
131 %if %{undefined kmoddir}
132     %if %{defined kernel_module_package_moddir}
133         %global kmoddir %{kernel_module_package_moddir}
134     %else
135         %if %{defined suse_kernel_module_package}
136             %global kmoddir updates
137         %else
138             %global kmoddir extra
139         %endif
140     %endif
141 %endif
142
143 %global modules_fs_path /lib/modules/%{_kver}/%{kmoddir}
144 # requires want to set a version including epoch
145 %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}//')
146
147 %if "%{_vendor}" == "redhat" || "%{_vendor}" == "fedora" || "%{_vendor}" == "openEuler"
148         %global requires_kmod_name kmod-%{lustre_name}
149         %global requires_kmod_osd_zfs_name kmod-%{lustre_name}-osd-zfs
150         %if %{with lustre_tests}
151                 %global requires_kmod_tests_name kmod-%{lustre_name}-tests
152         %endif
153         %global requires_kmod_version %{version}
154 #for Suse
155 %else
156         %global requires_kmod_name %{lustre_name}-kmp
157         %global requires_kmod_osd_zfs_name %{lustre_name}-osd-zfs-kmp
158         %if %{with lustre_tests}
159                 %global requires_kmod_tests_name %{lustre_name}-tests-kmp
160         %endif
161         %if 0%{?suse_version} >= 1200
162                 %global requires_kmod_version %{version}_k%(echo %{krequires} | sed -r 'y/-/_/; s/^(2\.6\.[0-9]+)_/\\1.0_/;')
163         %else
164                 %global requires_kmod_version %{version}_%(echo %{krequires} | sed -r 'y/-/_/; s/^(2\.6\.[0-9]+)_/\\1.0_/;')
165         %endif
166 %endif
167 %endif
168
169 # RHEL >= 7 comes with systemd
170 %if 0%{?rhel} >= 7
171 %define with_systemd 1
172 %endif
173
174 # Fedora >= 15 comes with systemd, but only >= 18 has
175 # the proper macros
176 %if 0%{?fedora} >= 18
177 %define with_systemd 1
178 %endif
179
180 # opensuse >= 12.1 comes with systemd, but only >= 13.1
181 # has the proper macros
182 %if 0%{?suse_version} >= 1310
183 %define with_systemd 1
184 %endif
185
186 # openEuler comes with systemd
187 %if "%{_vendor}" == "openEuler"
188 %define with_systemd 1
189 %endif
190
191 %{!?mpi_name: %global mpi_name openmpi}
192
193 Summary: Lustre File System
194 Name: %{lustre_name}
195 Version: %{version}
196 Release: 1%{?dist}
197 License: GPL-2.0-only AND LGPL-2.1-or-later
198 %if 0%{?suse_version} >= 1310
199 # SUSE needs Group for the kernel_module_package macro
200 Group: System/Kernel
201 %endif
202 Source: lustre-%{version}.tar.gz
203 Source1: kmp-lustre.preamble
204 Source2: kmp-lustre.files
205 Source3: kmp-lustre-osd-ldiskfs.preamble
206 Source4: kmp-lustre-osd-ldiskfs.files
207 Source5: kmp-lustre-osd-zfs.preamble
208 Source6: kmp-lustre-osd-zfs.files
209 Source7: kmp-lustre-tests.files
210 Source8: find-provides
211 Source9: find-provides.ksyms
212 URL: https://wiki.whamcloud.com/
213 BuildRoot: %{_tmppath}/lustre-%{version}-root
214 %if %{with lustre_modules}
215 Requires: %{requires_kmod_name} = %{requires_kmod_version}
216 %endif
217 %if %{with lustre_tests_lutf}
218 Requires: python3 >= 3.6.0
219 BuildRequires: python3-devel >= 3.6.0, swig
220 %endif
221 BuildRequires: libtool pkgconfig(yaml-0.1) pkgconfig(zlib) pkgconfig(libnl-3.0) flex bison
222 %if "%{_vendor}" == "redhat"
223 BuildRequires: redhat-rpm-config
224 BuildRequires: pkgconfig
225 %else
226 %if "%{_vendor}" == "openEuler"
227 BuildRequires: openEuler-rpm-config
228 %endif
229 BuildRequires: pkg-config
230 %endif
231 %if %{with gss}
232 BuildRequires: krb5-devel openssl-devel
233 %endif
234 %if %{with servers}
235 Requires: %{name}-osd
236 Requires: %{name}-osd-mount
237 Obsoletes: lustre-server < %{version}
238 Provides: lustre-server = %{version}-%{release}
239 %endif
240 Obsoletes: lustre-client < %{version}
241 Provides: lustre-client = %{version}-%{release}
242 %if "%{_vendor}" == "redhat" || "%{_vendor}" == "fedora" || "%{_vendor}" == "openEuler"
243 #suse don't support selinux
244 BuildRequires: pkgconfig(libselinux)
245 %endif
246 %if %{with lustre_modules}
247 %if %{with mofed}
248 BuildRequires: mlnx-ofa_kernel-devel
249 %if "%{_vendor}" == "redhat" || "%{_vendor}" == "openEuler"
250 Requires: kmod-mlnx-ofa_kernel
251 %else
252 Requires: mlnx-ofa_kernel-kmp
253 %endif
254 %endif
255 %if 0%{?rhel} >= 8 || "%{_vendor}" == "openEuler"
256 BuildRequires: kernel-rpm-macros
257 %endif
258 %if 0%{?suse_version} >= 1530
259 BuildRequires: rpm-build >= 4.14.3
260 %endif
261 BuildRequires: %kernel_module_package_buildreqs
262 # need to provide a /usr/lib/${uname -r)/build dir
263 BuildRequires: kernel
264 %if "%{_vendor}" == "redhat"
265 %if %{with kabi}
266 BuildRequires: kernel-abi-whitelists
267 %endif
268 %endif
269 %endif
270
271 %if %{with systemd}
272 Requires(post): systemd
273 Requires(preun): systemd
274 Requires(postun): systemd
275 BuildRequires: pkgconfig(systemd)
276 %endif
277
278 %description
279 Userspace tools and files for the Lustre file system.
280
281 %if %{with lustre_modules}
282 %if 0%{?rhel} == 7
283 # until we have achieved full kABI compatibility we need to
284 # restrict the kernel range that can be used to the kernel
285 # version from the RHEL minor release
286 # this is supposed to be done for kmods automatically but
287 # RHBZ#1467319 seems to be getting in the way
288 # this is true for el7.0 through el7.4
289 %define preamble %{expand:%(
290 TMPFILE=`mktemp`
291 cat %{SOURCE1} > $TMPFILE
292 kver=%{kernel_version}
293 linuxversion=${kver%%%%-*}
294 linuxrelease=${kver##*-}
295 kabiminor=${linuxrelease%%%%.*}
296 echo "Requires:       kernel < $linuxversion-$((kabiminor+1)), kernel >= $linuxversion-$((kabiminor))" >> $TMPFILE
297 echo $TMPFILE
298 )}
299 %else
300 %define preamble %{SOURCE1}
301 %endif
302 %kernel_module_package -n %{name} -p %preamble -f %SOURCE2 %{_flavor}
303
304 %if %{with ldiskfs}
305 %kernel_module_package -n %{name}-osd-ldiskfs -p %SOURCE3 -f %SOURCE4 %{_flavor}
306 %if %{with lustre_utils}
307 %package osd-ldiskfs-mount
308 Summary: Lustre mount's ldiskfs-specific helper library
309 BuildRequires: e2fsprogs-devel >= 1.44.3 pkgconfig(mount)
310 Requires: ldiskfsprogs > 1.45.6
311 Provides: lustre-osd-mount = %{version}
312 Provides: %{name}-osd-mount = %{version}
313 Obsoletes: %{name}-osd-mount < %{version}
314 Obsoletes: lustre-osd-mount < %{version}
315
316 %description osd-ldiskfs-mount
317 Provide a shared library (dso) that can be loaded into various
318 lustre tools (mount/mkfs) to provide support for ldisfs
319
320 # with lustre_utils
321 %endif
322 # with ldiskfs
323 %endif
324
325 %if %{with zfs}
326 %kernel_module_package -n %{name}-osd-zfs -p %SOURCE5 -f %SOURCE6 %{_flavor}
327 %if %{with lustre_utils}
328 %package osd-zfs-mount
329 Summary: Lustre mount's zfs-specific helper library
330 BuildRequires: pkgconfig(mount)
331 Provides: %{name}-osd-mount = %{version}
332 Obsoletes: lustre-osd-mount < %{version}
333 # Tests also require zpool from zfs package:
334 Requires: zfs
335 Requires: %{requires_kmod_osd_zfs_name}
336
337 %description osd-zfs-mount
338 Provide a shared library (dso) that can be loaded into various
339 lustre tools (mount/mkfs) to provide support for ZFS.
340
341 # with lustre_utils
342 %endif
343 # with zfs
344 %endif
345 # with lustre_modules
346 %endif
347
348 %if %{with servers}
349 %package resource-agents
350 Summary: HA Resuable Cluster Resource Scripts for Lustre
351 Requires: %{name}
352 Requires: resource-agents
353
354 %description resource-agents
355 A set of scripts to operate Lustre resources in a High Availablity
356 environment for both Pacemaker and rgmanager.
357 %endif
358
359 %package devel
360 Summary: Lustre include headers
361 Provides: lustre-devel = %{version}
362 Requires: %{lustre_name} = %{version}
363 %if %{with lustre_modules}
364 Requires: %{requires_kmod_name} = %{requires_kmod_version}
365 %endif
366
367 %description devel
368 This package contains the header files needed for building additional
369 applications against the Lustre / LNet utilities libraries.
370
371 :> lustre-devel.files
372
373 %if %{with lustre_tests}
374 %package tests
375 Summary: Lustre testing framework
376 Provides: %{name}-tests = %{version}
377 %if %{with lustre_iokit}
378 Requires: %{name} = %{version}, lustre-iokit
379 %else
380 Requires: %{name} = %{version}
381 %endif
382 Requires: lustre-devel = %{version}
383 %if 0%{?rhel} >= 8 || 0%{?suse_version} >= 1500
384 Requires: python3 >= 3.6.0, python3-PyYAML
385 %endif
386 %if %{with lustre_modules}
387 Requires: %{requires_kmod_name} = %{requires_kmod_version}
388 Requires: %{requires_kmod_tests_name} = %{requires_kmod_version}
389 %endif
390 %if %{with lustre_tests_lutf}
391 Requires: python3 >= 3.6.0
392 %endif
393 Requires: attr, rsync, perl, lsof, /usr/bin/getconf
394 %if %{with mpi}
395 %if "%{mpi_name}" == "mpich"
396 BuildRequires: mpich-devel
397 %endif
398 %if "%{mpi_name}" == "openmpi"
399 %if "%{_vendor}" == "redhat" || "%{_vendor}" == "openEuler" || 0%{?suse_version} < 1500
400 BuildRequires: openmpi-devel
401 %else
402 BuildRequires: openmpi2-devel
403 %endif
404 # openmpi
405 %endif
406 # mpi
407 %endif
408
409 %description tests
410 This package contains a set of test binaries and scripts that are intended
411 to be used by the Lustre testing framework.
412
413 %if %{with lustre_modules}
414 %kernel_module_package -n %{name}-tests -f %SOURCE7 %{_flavor}
415 %endif
416 %endif
417
418 %if %{with lustre_iokit}
419 %package -n lustre-iokit
420 Summary: Collection of benchmark tools for a cluster with the Lustre file system
421 Requires: python3, sg3_utils
422
423 %description -n lustre-iokit
424 This package includes five tools:
425 sgpdd-survey:
426 A test of the 'bare metal' performance, bypassing as much of the kernel as we can. Uses the sgp_dd utility.
427
428 obdfilter-survey
429 This survey can be run in 3 modes to test disk I/O including the filesystem,
430 network I/O, and disk I/O via the network.  The script does sequential I/O
431 with varying numbers of threads and objects (files) by using lctl::test_brw
432 to drive the echo_client connected to local or remote obdfilter instances,
433 or remote obdecho instances.
434
435 ost-survey
436 This survey tests the client-to-disk performance of individual OSTs, and
437 ranks then for comparison.
438
439 stats-collect
440 This script will collect IO stats on a defined set of nodes.
441
442 ior-survey:
443 A script to run the IOR benchmark. The latest version can be downloaded from
444 http://www.llnl.gov/asci/purple/benchmarks/limited/ior/
445
446 mds-survey:
447 This survey tests the local metadata performance using the echo_client to drive
448 the MDD layer to perform operations. It is run with multiple threads (to
449 simulate MDT service threads) locally on the MDS node, and does not need Lustre
450 clients in order to run
451
452 lst-survey:
453 This survey tests LNet performance between a group of clients and servers.
454 %endif
455
456 %if 0%{?suse_version}
457 %debug_package
458 %endif
459 %prep
460 %setup -qn lustre-%{version}
461 ln lustre/ChangeLog ChangeLog-lustre
462 ln lnet/ChangeLog ChangeLog-lnet
463
464 %build
465 # Set an explicit path to our Linux tree, if we can.
466 cd $RPM_BUILD_DIR/lustre-%{version}
467
468 # Store the CFLAGS and LDFLAGS that would normally be used in the UTILS_CFLAGS
469 # and UTILS_LDFLAGS environment variables so that we use can them when compiling
470 # the user-space code in lustre/utils and lnet/utils. As of RHEL 8.0, the
471 # __global_* variants are deprecated in favour of build_cflags, etc. If neither
472 # style is available (e.g. on SLES), then these just end up as empty strings.
473 export UTILS_CFLAGS="%{?build_cflags:%{build_cflags}}%{!?build_cflags:%{?__global_cflags:%{__global_cflags}}}"
474 export UTILS_LDFLAGS="%{?build_ldflags:%{build_ldflags}}%{!?build_ldflags:%{?__global_ldflags:%{__global_ldflags}}}"
475
476 # RHEL7 on PPC64 needs __SANE_USERSPACE_TYPES__ defined so that __s64 and __u64
477 # are presented to user-land as long long instead of long long. Without this it
478 # will fail the format check whenever such a variable is printed.
479 %if 0%{?rhel}
480 %ifarch ppc64
481 export UTILS_CFLAGS="${UTILS_CFLAGS} -D__SANE_USERSPACE_TYPES__=1"
482 %endif
483 %endif
484
485 # Disable any hardening or annotation since this doesn't make sense for
486 # kernel code, and reset "optflags" so that the vendor's overzealous flags don't
487 # create build failures.
488 %define optflags -g -O2 -Werror
489 %undefine _annotated_build
490 %undefine _hardened_build
491
492 CONFIGURE_ARGS="%{?configure_args}"
493 if [ -n "$CONFIGURE_ARGS" ]; then
494         # make sure %%kdir and %%kobjdir are not in the configure arguments
495         CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-linux=[^ ][^ ]* \?//')
496         CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-linux-obj=[^ ][^ ]* \?//')
497         # remove --with-kmp-moddir from configure arguments,
498         # it will be set --with-kmp-moddir=%%kmoddir
499         CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-kmp-moddir=[^ ][^ ]* \?//')
500         # remove env variables from config cache built by initial configure,
501         # and create dedicated cache in temporary build directory
502         if [ -f "$CONFIG_CACHE_FILE" ]; then
503                 TMP_CONFIG_CACHE="$(mktemp --tmpdir newconfig-XXXXXXXX.cache)"
504                 sed -e "/ac_cv_env/d" \
505                     -e "/am_cv_CC_dependencies_compiler_type/d" \
506                     -e "/lb_cv_mpi_tests/d" \
507                        "$CONFIG_CACHE_FILE" > $TMP_CONFIG_CACHE
508                 CONFIGURE_ARGS="$CONFIGURE_ARGS --cache-file=$TMP_CONFIG_CACHE"
509         fi
510 fi
511
512 # we need to eval "configure" because $CONFIGURE_ARGS could have a quoted
513 # string in it which we don't want word splitted by the shell
514 # also remove (build|host|target) options because they will be specified
515 # inside $CONFIGURE_ARGS
516 # kmod tools/scripts require "name" directory with kernel modules
517
518 %if 0%{?rhel} >= 9
519 %define _configure eval ./configure
520 %define eval_configure %configure
521 %else
522 %define eval_configure %(echo -n '%configure' | sed -e 's#\./configure#eval ./configure#' -e 's/--\\(build\\|host\\|target\\)=[^ ][^ ]* //g')
523 %endif
524
525 %if %{with mpi}
526 %if "%{mpi_name}" == "mpich"
527 %{?_mpich_load}
528 %endif
529 %if "%{mpi_name}" == "openmpi"
530 %{?_openmpi_load}
531 %endif
532 # mpi
533 %endif
534
535 %if %{with mofed}
536         o2ib_path=$(find /usr/src/ofa_kernel/ -type d -name ofed_scripts | xargs dirname)
537         if [ -z "$o2ib_path" ]; then
538                 echo "ERROR: could not find OFED devel headers"
539                 exit 1
540         fi
541         if [ $(echo $o2ib_path | wc -w) -ge 2 ]; then
542                 echo "ERROR: multiple OFED versions installed"
543                 exit 1
544         fi
545 %endif
546
547 %eval_configure $CONFIGURE_ARGS \
548         %{?with_lustre_tests:--enable-tests}%{!?with_lustre_tests:--disable-tests} \
549         %{?with_lustre_utils:--enable-utils}%{!?with_lustre_utils:--disable-utils} \
550         %{?with_lustre_modules:--enable-modules}%{!?with_lustre_modules:--disable-modules} \
551         %{!?with_shared:--disable-shared} \
552         %{!?with_static:--disable-static} \
553         %{!?with_lustre_iokit:--disable-iokit} \
554         %{!?with_ldiskfs:--disable-ldiskfs} \
555         %{!?with_servers:--disable-server} \
556         %{!?with_zfs:--without-zfs} \
557         %{!?with_snmp:--disable-snmp} \
558         %{!?with_gss:--disable-gss} \
559         %{!?with_gss_keyring:--disable-gss-keyring} \
560         %{!?with_manpages:--disable-manpages} \
561         %{!?with_systemd:--with-systemdsystemunitdir=no} \
562         %{?with_systemd:--with-systemdsystemunitdir=%{_unitdir}} \
563         %{?with_mofed:--with-o2ib=$o2ib_path} \
564         --with-linux=%{kdir} \
565         --with-linux-obj=%{kobjdir} \
566         --with-kmp-moddir=%{kmoddir}/%{name}
567
568 %if %{with servers}
569 if ! grep -q define[[:space:]]*HAVE_SERVER_SUPPORT config.h 2> /dev/null; then
570         echo "Error: Server Support configured but not found"
571         false
572 fi
573 %endif
574
575 make %{?_smp_mflags} -s %{?make_args}
576
577 %if %{with mpi}
578 %if "%{mpi_name}" == "mpich"
579 %{?_mpich_unload}
580 %endif
581 %if "%{mpi_name}" == "openmpi"
582 %{?_openmpi_unload}
583 %endif
584 # mpi
585 %endif
586
587 %install
588
589 %if %{with mpi}
590 %if "%{mpi_name}" == "mpich"
591 %{?_mpich_load}
592 %endif
593 %if "%{mpi_name}" == "openmpi"
594 %{?_openmpi_load}
595 %endif
596 # mpi
597 %endif
598
599 make install DESTDIR=$RPM_BUILD_ROOT
600
601 %if %{with lustre_modules}
602 # RHEL's kernel_module_path macro expects that all the modules
603 # in a kmod package will be in modules_fs_path/<sub packagename>
604 # but Lustre installs all of the modules in a single pass into
605 # a shared location.  Since this is a restriction imposed by
606 # RHEL, we handle this here in the spec file rather than in
607 # Lustre's build system.  This is not expected to bother SLES's
608 # kernel_module_path macro.
609 basemodpath=$RPM_BUILD_ROOT%{modules_fs_path}/%{name}
610 %{__install} -D -m 0644 ${PWD}/Module.symvers %{buildroot}/Module.symvers
611 %if %{with ldiskfs}
612 mkdir -p $basemodpath-osd-ldiskfs/fs
613 mv $basemodpath/fs/osd_ldiskfs.ko $basemodpath-osd-ldiskfs/fs/osd_ldiskfs.ko
614 mv $basemodpath/fs/ldiskfs.ko $basemodpath-osd-ldiskfs/fs/ldiskfs.ko
615 %endif
616 %if %{with zfs}
617 mkdir -p $basemodpath-osd-zfs/fs
618 mv $basemodpath/fs/osd_zfs.ko $basemodpath-osd-zfs/fs/osd_zfs.ko
619 %endif
620 %if %{with lustre_tests}
621 mkdir -p $basemodpath-tests/fs
622 mv $basemodpath/fs/llog_test.ko $basemodpath-tests/fs/llog_test.ko
623 mkdir -p $RPM_BUILD_ROOT%{_libdir}/lustre/tests/kernel/
624 mv $basemodpath/fs/kinode.ko $RPM_BUILD_ROOT%{_libdir}/lustre/tests/kernel/
625 %endif
626 %endif
627
628 %if %{without mpi}
629 if [ -d $RPM_BUILD_ROOT%{_libdir}/openmpi ] ; then
630         rm -fr $RPM_BUILD_ROOT%{_libdir}/openmpi
631 fi
632 if [ -d $RPM_BUILD_ROOT%{_libdir}/mpich ] ; then
633         rm -fr $RPM_BUILD_ROOT%{_libdir}/mpich
634 fi
635 %endif
636
637 :> lustre.files
638
639 %if %{with servers} && %{with lustre_utils}
640 # The .ha_v2 extension identifies the heartbeat resource agent as using
641 # legacy syntax. Install a compatibility symlink to avoid conflicts when
642 # newer-style agents are added.
643 ln -s Lustre.ha_v2 $RPM_BUILD_ROOT%{_sysconfdir}/ha.d/resource.d/Lustre
644 echo '%{_sysconfdir}/ha.d/resource.d/Lustre.ha_v2' >>lustre.files
645 echo '%{_sysconfdir}/ha.d/resource.d/Lustre' >>lustre.files
646 %endif
647
648 # systemd is on redhat, fedora, and suse
649 %if %{with systemd}
650 echo '%{_unitdir}/lnet.service' >>lustre.files
651 %endif
652
653 %if "%{_vendor}" == "redhat" || "%{_vendor}" == "openEuler"
654 # The following scripts are Red Hat specific
655 %if %{with servers}
656 echo '%{_sysconfdir}/init.d/lustre' >>lustre.files
657 echo '%{_sysconfdir}/sysconfig/lustre' >>lustre.files
658 %if %{with gss_keyring}
659 echo '%{_sysconfdir}/init.d/lsvcgss' >>lustre.files
660 echo '%config(noreplace) %{_sysconfdir}/sysconfig/lsvcgss' >>lustre.files
661 %endif
662 %endif
663
664 %if %{without systemd}
665 echo '%{_sysconfdir}/init.d/lnet' >>lustre.files
666 %endif
667 %endif
668 %if %{with gss_keyring}
669 echo '%config(noreplace) %{_sysconfdir}/request-key.d/lgssc.conf' >>lustre.files
670 %endif
671
672 # fc18 needs 'x' permission for library files
673 find $RPM_BUILD_ROOT -name \*.so -type f -exec chmod +x {} \;
674
675 rm -f $RPM_BUILD_ROOT%{_libdir}/liblnetconfig.la
676 %if %{with static}
677 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.a' >>lustre.files
678 %endif
679 %if %{with shared}
680 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.so' >>lustre-devel.files
681 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.so.*' >>lustre.files
682 %endif
683
684 %if %{with ldiskfs}
685 echo '%{_libdir}/libiam.a' >>lustre.files
686 %endif
687
688 %if %{with snmp}
689 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/lustre/snmp
690 echo '%{_libdir}/lustre/snmp' >>lustre.files
691 %endif
692
693 %if %{with lustre_utils}
694 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/lustre
695 if [ -d $RPM_BUILD_ROOT%{_libdir}/lustre ] ; then
696         find $RPM_BUILD_ROOT%{_libdir}/@PACKAGE@ -name \*.la -type f -exec rm -f {} \;
697 fi
698 %endif
699
700 %if %{with lustre_modules}
701 echo '%{_prefix}/lib/firewalld/services/*.xml' >>lustre.files
702 # mark modules executable for find-debuginfo.sh
703 find $RPM_BUILD_ROOT/lib/modules -name \*.ko -type f -exec chmod u+x {} \;
704 %endif
705
706 rm -f $RPM_BUILD_ROOT%{_libdir}/liblustreapi.la
707
708 %if %{with lustre_tests}
709 :> lustre-tests.files
710 %if %{with mpi}
711 %if "%{mpi_name}" == "mpich"
712 %{?_mpich_load}
713 %endif
714 %if "%{mpi_name}" == "openmpi"
715 %{?_openmpi_load}
716 %endif
717 # mpi
718 %endif
719 echo '%{_libdir}/lustre/tests/*' >>lustre-tests.files
720 echo '%{_bindir}/mcreate' >>lustre-tests.files
721 echo '%{_bindir}/munlink' >>lustre-tests.files
722 echo '%{_bindir}/statx' >>lustre-tests.files
723 echo '%{_sbindir}/wirecheck' >>lustre-tests.files
724 echo '%{_sbindir}/wiretest' >>lustre-tests.files
725 if [ -n "$MPI_BIN" ]; then
726         echo "$MPI_BIN/*" >>lustre-tests.files
727 fi
728 %if %{with lustre_tests_lutf}
729 echo '%{_libdir}/lustre/tests/lutf/*' >>lustre-tests.files
730 %endif
731 %endif
732
733 %if %{with lustre_tests_lutf}
734 echo '%{_libdir}/lustre/tests/lutf/*' >>lustre-tests.files
735 %endif
736
737 %files devel -f lustre-devel.files
738 %defattr(-,root,root)
739 %{_libdir}/pkgconfig/lustre.pc
740 %if %{with static}
741 %{_libdir}/liblustreapi.a
742 %endif
743 %if %{with shared}
744 %{_libdir}/liblustreapi.so
745 %endif
746 %{_includedir}/lustre
747 %if %{with lustre_modules}
748 %{_includedir}/linux/lnet
749 %{_includedir}/linux/lustre
750 %else
751 %exclude %{_includedir}/linux/lnet
752 %exclude %{_includedir}/linux/lustre
753 %endif
754
755 %files -f lustre.files
756 %defattr(-,root,root)
757 %{_sbindir}/*
758 %if %{with lustre_tests}
759 %exclude %{_sbindir}/wirecheck
760 %exclude %{_sbindir}/wiretest
761 %endif
762 %if %{with zfs}
763 %exclude %{_sbindir}/zfsobj2fid
764 %endif
765 %if %{with lustre_utils}
766 %if %{with servers}
767 %{_libexecdir}/lustre/lc_common
768 %{_libexecdir}/lustre/haconfig
769 %{_bindir}/lustre_req_history
770 %{_bindir}/remove_changelog
771 %{_bindir}/remove_updatelog
772 %endif
773
774 %{_bindir}/llobdstat
775 %{_bindir}/lljobstat
776 %{_bindir}/llstat
777 %{_bindir}/plot-llstat
778 %{_datadir}/lustre
779
780 %{_bindir}/lfs
781 %{_bindir}/lfs_migrate
782 /sbin/mount.lustre
783 %if %{with servers}
784 /sbin/mount.lustre_tgt
785 %endif
786 @BASH_COMPLETION_DIR@
787 %endif
788
789 %if %{with manpages}
790 %{_mandir}/man?/*
791 %endif
792
793 %if %{with shared}
794 %{_libdir}/liblustreapi.so.*
795 %endif
796 %{_udevrulesdir}/99-lustre.rules
797 %if %{with servers}
798 %{_udevrulesdir}/99-lustre-server.rules
799 %endif
800 %if %{with zfs}
801 %config(noreplace) %{_sysconfdir}/ldev.conf
802 %endif
803 %config(noreplace) %{_sysconfdir}/lnet.conf
804 %config(noreplace) %{_sysconfdir}/modprobe.d/ko2iblnd.conf
805 %if %{with lustre_utils}
806 %config(noreplace) %{_sysconfdir}/lnet_routes.conf
807 %endif
808 %if %{with lustre_modules}
809 %exclude /Module.symvers
810 %if %{with shared}
811 %if %{with ldiskfs}
812 %if %{with lustre_utils}
813 %files osd-ldiskfs-mount
814 %defattr(-,root,root)
815 %{_libdir}/@PACKAGE@/mount_osd_ldiskfs.so
816 %endif
817 %endif
818 %endif
819
820 %if %{with shared}
821 %if %{with zfs}
822 %if %{with lustre_utils}
823 %files osd-zfs-mount
824 %defattr(-,root,root)
825 %{_libdir}/@PACKAGE@/mount_osd_zfs.so
826 %{_sysconfdir}/zfs/zed.d/*
827 %endif
828 %endif
829 %endif
830
831 # with lustre_modules
832 %endif
833
834 %if %{with servers}
835 %files resource-agents
836 %defattr(0755,root,root)
837 %{_prefix}/lib/ocf/resource.d/lustre/
838 %endif
839
840 %if %{with lustre_tests}
841 %files tests -f lustre-tests.files
842 %defattr(-,root,root)
843 %endif
844
845 %if %{with lustre_iokit}
846 %files -n lustre-iokit
847 %defattr(-, root, root)
848 %{_bindir}/iokit-config
849 %{_bindir}/iokit-gather-stats
850
851 %{_bindir}/iokit-libecho
852 %{_bindir}/iokit-lstats
853 %{_bindir}/iokit-parse-ior
854 %{_bindir}/iokit-plot-obdfilter
855 %{_bindir}/iokit-plot-ost
856 %{_bindir}/iokit-plot-sgpdd
857 %{_bindir}/ior-survey
858 %{_bindir}/mds-survey
859 %{_bindir}/obdfilter-survey
860 %{_bindir}/ost-survey
861 %{_bindir}/sgpdd-survey
862 %{_bindir}/lst-survey
863 %{_bindir}/lst.sh
864 %doc lustre-iokit/ior-survey/README.ior-survey
865 %doc lustre-iokit/mds-survey/README.mds-survey
866 %doc lustre-iokit/obdfilter-survey/README.obdfilter-survey
867 %doc lustre-iokit/ost-survey/README.ost-survey
868 %doc lustre-iokit/sgpdd-survey/README.sgpdd-survey
869 %doc lustre-iokit/stats-collect/README.iokit-lstats
870 %doc lustre-iokit/lst-survey/README.lst-survey
871 %endif
872
873 %post
874 %if %{with systemd}
875 %systemd_post lnet.service
876 %endif
877
878 %preun
879 %if %{with systemd}
880 %systemd_preun lnet.service
881 %endif
882
883 %postun
884 %if %{with systemd}
885 %systemd_postun_with_restart lnet.service
886 %endif
887
888 %clean
889 rm -rf $RPM_BUILD_ROOT
890 rm -rf %{_tmppath}/kmp