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