Whamcloud - gitweb
LU-8066 osc: restore cur_dirty_grant_bytes
[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 Requires: krb5-libs openssl-libs
204 %endif
205 %if %{with servers}
206 Requires: lustre-osd
207 Requires: lustre-osd-mount
208 Obsoletes: lustre-server < %{version}
209 Provides: lustre-server = %{version}-%{release}
210 %endif
211 Obsoletes: lustre-client < %{version}
212 Provides: lustre-client = %{version}-%{release}
213 %if %{_vendor}=="redhat" || %{_vendor}=="fedora"
214 #suse don't support selinux
215 BuildRequires: libselinux-devel
216 %endif
217 %if %{with lustre_modules}
218 %if %{with mofed}
219 BuildRequires: mlnx-ofa_kernel-devel
220 %if %{_vendor} == "redhat"
221 Requires: kmod-mlnx-ofa_kernel
222 %else
223 Requires: mlnx-ofa_kernel-kmp
224 %endif
225 %endif
226 %if 0%{?rhel} >= 8
227 BuildRequires: kernel-rpm-macros
228 %endif
229 BuildRequires: %kernel_module_package_buildreqs
230 # need to provide a /usr/lib/${uname -r)/build dir
231 BuildRequires: kernel
232 %if %{_vendor}=="redhat"
233 %if %{with kabi}
234 BuildRequires: kernel-abi-whitelists
235 %endif
236 %endif
237 %endif
238
239 %if %{with systemd}
240 Requires(post): systemd
241 Requires(preun): systemd
242 Requires(postun): systemd
243 BuildRequires: systemd
244 %endif
245
246 %description
247 Userspace tools and files for the Lustre file system.
248
249 %if %{with lustre_modules}
250 %if 0%{?rhel} == 7
251 # until we have achieved full kABI compatibility we need to
252 # restrict the kernel range that can be used to the kernel
253 # version from the RHEL minor release
254 # this is supposed to be done for kmods automatically but
255 # RHBZ#1467319 seems to be getting in the way
256 # this is true for el7.0 through el7.4
257 %define preamble %{expand:%(
258 TMPFILE=`mktemp`
259 cat %{SOURCE1} > $TMPFILE
260 kver=%{kernel_version}
261 linuxversion=${kver%%%%-*}
262 linuxrelease=${kver##*-}
263 kabiminor=${linuxrelease%%%%.*}
264 echo "Requires:       kernel < $linuxversion-$((kabiminor+1)), kernel >= $linuxversion-$((kabiminor))" >> $TMPFILE
265 echo $TMPFILE
266 )}
267 %else
268 %define preamble %{SOURCE1}
269 %endif
270 %kernel_module_package -n %{name} -p %preamble -f %SOURCE2 %{_flavor}
271
272 %if %{with ldiskfs}
273 %kernel_module_package -n %{name}-osd-ldiskfs -p %SOURCE3 -f %SOURCE4 %{_flavor}
274 %if %{with lustre_utils}
275 %package osd-ldiskfs-mount
276 Summary: osd-ldiskfs-mount contains mount's ldiskfs specific dso.
277 BuildRequires: e2fsprogs-devel
278 Requires: ldiskfsprogs
279 Provides: lustre-osd-mount = %{version}
280 Obsoletes: lustre-osd-mount < %{version}
281 Group: System Environment/Kernel
282
283 %description osd-ldiskfs-mount
284 LDISKFS hooks for mount/mkfs into a dynamic library.
285
286 %endif  # with lustre_utils
287 %endif  # with ldiskfs
288
289 %if %{with zfs}
290 %kernel_module_package -n %{name}-osd-zfs -p %SOURCE5 -f %SOURCE6 %{_flavor}
291 %if %{with lustre_utils}
292 %package osd-zfs-mount
293 Summary: osd-zfs-mount contains mount's zfs specific dso.
294 Provides: lustre-osd-mount = %{version}
295 Obsoletes: lustre-osd-mount < %{version}
296 # Tests also require zpool from zfs package:
297 Requires: zfs
298 Requires: %{requires_kmod_osd_zfs_name}
299 Group: System Environment/Kernel
300
301 %description osd-zfs-mount
302 ZFS hooks for mount/mkfs into a dynamic library.
303
304 %endif  # with lustre_utils
305 %endif  # with zfs
306
307 %endif # with lustre_modules
308
309 %if %{with servers}
310 %package resource-agents
311 Summary: HA Resuable Cluster Resource Scripts for Lustre
312 Group: System Environment/Base
313 Requires: %{name}
314 Requires: resource-agents
315
316 %description resource-agents
317 A set of scripts to operate Lustre resources in a High Availablity
318 environment for both Pacemaker and rgmanager.
319 %endif
320
321 %if %{with lustre_tests}
322 %package tests
323 Summary: Lustre testing framework
324 Group: System Environment/Kernel
325 Provides: lustre-tests = %{version}
326 %if %{with lustre_iokit}
327 Requires: lustre-iokit
328 %endif
329 Requires: lustre-client = %{version}
330 %if %{with lustre_modules}
331 Requires: %{requires_kmod_name} = %{requires_kmod_version}
332 Requires: %{requires_kmod_tests_name} = %{requires_kmod_version}
333 %endif
334 Requires: attr, rsync, perl, lsof, libtool, /usr/bin/getconf
335 %if %{with mpi}
336 %if %{mpi_name} == "mpich"
337 BuildRequires: mpich-devel
338 %endif
339 %if %{mpi_name} == "openmpi"
340 %if %{_vendor} == "redhat" || 0%{?suse_version} < 1500
341 BuildRequires: openmpi-devel
342 %else
343 BuildRequires: openmpi2-devel
344 %endif
345 %endif
346 %endif
347
348 %description tests
349 This package contains a set of test binaries and scripts that are intended
350 to be used by the Lustre testing framework.
351
352 %if %{with lustre_modules}
353 %kernel_module_package -n %{name}-tests -f %SOURCE7 %{_flavor}
354 %endif
355 %endif
356
357 %if %{with lustre_iokit}
358 %package -n lustre-iokit
359 Summary: The Lustre IO-Kit is a collection of benchmark tools for a cluster with the Lustre file system.
360 Group: Applications/System
361 Requires: python2 > 2.2, sg3_utils
362
363 %description -n lustre-iokit
364 This package includes five tools:
365 sgpdd-survey:
366 A test of the 'bare metal' performance, bypassing as much of the kernel as we can. Uses the sgp_dd utility.
367
368 obdfilter-survey
369 This survey can be run in 3 modes to test disk I/O including the filesystem,
370 network I/O, and disk I/O via the network.  The script does sequential I/O
371 with varying numbers of threads and objects (files) by using lctl::test_brw
372 to drive the echo_client connected to local or remote obdfilter instances,
373 or remote obdecho instances.
374
375 ost-survey
376 This survey tests the client-to-disk performance of individual OSTs, and
377 ranks then for comparison.
378
379 stats-collect
380 This script will collect IO stats on a defined set of nodes.
381
382 ior-survey:
383 A script to run the IOR benchmark. The latest version can be downloaded from
384 http://www.llnl.gov/asci/purple/benchmarks/limited/ior/
385
386 mds-survey:
387 This survey tests the local metadata performance using the echo_client to drive
388 the MDD layer to perform operations. It is run with multiple threads (to
389 simulate MDT service threads) locally on the MDS node, and does not need Lustre
390 clients in order to run
391 %endif
392
393 %if 0%{?suse_version}
394 %debug_package
395 %endif
396 %prep
397 %setup -qn lustre-%{version}
398 ln lustre/ChangeLog ChangeLog-lustre
399 ln lnet/ChangeLog ChangeLog-lnet
400
401 %build
402 # Set an explicit path to our Linux tree, if we can.
403 cd $RPM_BUILD_DIR/lustre-%{version}
404
405 # Store the CFLAGS and LDFLAGS that would normally be used in the UTILS_CFLAGS
406 # and UTILS_LDFLAGS environment variables so that we use can them when compiling
407 # the user-space code in lustre/utils and lnet/utils. As of RHEL 8.0, the
408 # __global_* variants are deprecated in favour of build_cflags, etc. If neither
409 # style is available (e.g. on SLES), then these just end up as empty strings.
410 export UTILS_CFLAGS="%{?build_cflags:%{build_cflags}}%{!?build_cflags:%{?__global_cflags:%{__global_cflags}}}"
411 export UTILS_LDFLAGS="%{?build_ldflags:%{build_ldflags}}%{!?build_ldflags:%{?__global_ldflags:%{__global_ldflags}}}"
412
413 # RHEL7 on PPC64 needs __SANE_USERSPACE_TYPES__ defined so that __s64 and __u64
414 # are presented to user-land as long long instead of long long. Without this it
415 # will fail the format check whenever such a variable is printed.
416 %if 0%{?rhel}
417 %ifarch ppc64
418 export UTILS_CFLAGS="${UTILS_CFLAGS} -D__SANE_USERSPACE_TYPES__=1"
419 %endif
420 %endif
421
422 # Disable any hardening or annotation since this doesn't make sense for
423 # kernel code, and reset %optflags so that the vendor's overzealous flags don't
424 # create build failures.
425 %define optflags -g -O2 -Werror
426 %undefine _annotated_build
427 %undefine _hardened_build
428
429 CONFIGURE_ARGS="%{?configure_args}"
430 if [ -n "$CONFIGURE_ARGS" ]; then
431         # make sure %%kdir and %%kobjdir are not in the configure arguments
432         CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-linux=[^ ][^ ]* \?//')
433         CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-linux-obj=[^ ][^ ]* \?//')
434         # remove --with-kmp-moddir from configure arguments,
435         # it will be set --with-kmp-moddir=%%kmoddir
436         CONFIGURE_ARGS=$(echo $CONFIGURE_ARGS | sed -e 's/"\?--with-kmp-moddir=[^ ][^ ]* \?//')
437 fi
438
439 # we need to eval "configure" because $CONFIGURE_ARGS could have a quoted
440 # string in it which we don't want word splitted by the shell
441 # also remove (build|host|target) options because they will be specified
442 # inside $CONFIGURE_ARGS
443 # kmod tools/scripts require %{name} directory with kernel modules
444 %define eval_configure %(echo '%configure' | sed -e 's#\./configure#eval ./configure#' -e 's/--\\(build\\|host\\|target\\)=[^ ][^ ]* //g')
445
446 %{?_openmpi_load}
447 %{?_mpich_load}
448
449 %eval_configure $CONFIGURE_ARGS \
450         %{?with_lustre_tests:--enable-tests}%{!?with_lustre_tests:--disable-tests} \
451         %{?with_lustre_utils:--enable-utils}%{!?with_lustre_utils:--disable-utils} \
452         %{?with_lustre_modules:--enable-modules}%{!?with_lustre_modules:--disable-modules} \
453         %{!?with_shared:--disable-shared} \
454         %{!?with_static:--disable-static} \
455         %{!?with_lustre_iokit:--disable-iokit} \
456         %{!?with_ldiskfs:--disable-ldiskfs} \
457         %{!?with_servers:--disable-server} \
458         %{!?with_zfs:--without-zfs} \
459         %{!?with_snmp:--disable-snmp} \
460         %{!?with_gss:--disable-gss} \
461         %{!?with_gss_keyring:--disable-gss-keyring} \
462         %{!?with_manpages:--disable-manpages} \
463         %{!?with_systemd:--with-systemdsystemunitdir=no} \
464         %{?with_systemd:--with-systemdsystemunitdir=%{_unitdir}} \
465         %{?with_mofed:--with-o2ib=/usr/src/ofa_kernel/default} \
466         --with-linux=%{kdir} \
467         --with-linux-obj=%{kobjdir} \
468         --with-kmp-moddir=%{kmoddir}/%{name}
469
470 %if %{with servers}
471 if ! grep -q define[[:space:]]*HAVE_SERVER_SUPPORT config.h 2> /dev/null; then
472         echo "Error: Server Support configured but not found"
473         false
474 fi
475 %endif
476
477 make %{?_smp_mflags} -s %{?make_args}
478
479 %install
480 %{?_openmpi_load}
481 %{?_mpich_load}
482
483 make install DESTDIR=$RPM_BUILD_ROOT
484
485 %if %{with lustre_modules}
486 # RHEL's kernel_module_path macro expects that all the modules
487 # in a kmod package will be in modules_fs_path/<sub packagename>
488 # but Lustre installs all of the modules in a single pass into
489 # a shared location.  Since this is a restriction imposed by
490 # RHEL, we handle this here in the spec file rather than in
491 # Lustre's build system.  This is not expected to bother SLES's
492 # kernel_module_path macro.
493 basemodpath=$RPM_BUILD_ROOT%{modules_fs_path}/%{name}
494 %if %{with ldiskfs}
495 mkdir -p $basemodpath-osd-ldiskfs/fs
496 mv $basemodpath/fs/osd_ldiskfs.ko $basemodpath-osd-ldiskfs/fs/osd_ldiskfs.ko
497 mv $basemodpath/fs/ldiskfs.ko $basemodpath-osd-ldiskfs/fs/ldiskfs.ko
498 %endif
499 %if %{with zfs}
500 mkdir -p $basemodpath-osd-zfs/fs
501 mv $basemodpath/fs/osd_zfs.ko $basemodpath-osd-zfs/fs/osd_zfs.ko
502 %endif
503 %if %{with lustre_tests}
504 mkdir -p $basemodpath-tests/fs
505 mv $basemodpath/fs/llog_test.ko $basemodpath-tests/fs/llog_test.ko
506 mkdir -p $RPM_BUILD_ROOT%{_libdir}/lustre/tests/kernel/
507 mv $basemodpath/fs/kinode.ko $RPM_BUILD_ROOT%{_libdir}/lustre/tests/kernel/
508 %endif
509 %endif
510
511 :> lustre.files
512
513 %if %{with servers} && %{with lustre_utils}
514 # The .ha_v2 extension identifies the heartbeat resource agent as using
515 # legacy syntax. Install a compatibility symlink to avoid conflicts when
516 # newer-style agents are added.
517 ln -s Lustre.ha_v2 $RPM_BUILD_ROOT%{_sysconfdir}/ha.d/resource.d/Lustre
518 echo '%{_sysconfdir}/ha.d/resource.d/Lustre.ha_v2' >>lustre.files
519 echo '%{_sysconfdir}/ha.d/resource.d/Lustre' >>lustre.files
520 %endif
521
522 # systemd is on redhat, fedora, and suse
523 %if %{with systemd}
524 echo '%{_unitdir}/lnet.service' >>lustre.files
525 %endif
526
527 %if %{_vendor}=="redhat"
528 # The following scripts are Red Hat specific
529 %if %{with servers}
530 echo '%{_sysconfdir}/init.d/lustre' >>lustre.files
531 echo '%{_sysconfdir}/sysconfig/lustre' >>lustre.files
532 %if %{with gss_keyring}
533 echo '%{_sysconfdir}/init.d/lsvcgss' >>lustre.files
534 echo '%config(noreplace) %{_sysconfdir}/sysconfig/lsvcgss' >>lustre.files
535 %endif
536 %endif
537
538 %if %{without systemd}
539 echo '%{_sysconfdir}/init.d/lnet' >>lustre.files
540 %endif
541 %endif
542 %if %{with gss_keyring}
543 echo '%config(noreplace) %{_sysconfdir}/request-key.d/lgssc.conf' >>lustre.files
544 %endif
545
546 # fc18 needs 'x' permission for library files
547 find $RPM_BUILD_ROOT -name \*.so -type f -exec chmod +x {} \;
548
549 rm -f $RPM_BUILD_ROOT%{_libdir}/liblnetconfig.la
550 %if %{with static}
551 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.a' >>lustre.files
552 %endif
553 %if %{with shared}
554 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.so' >>lustre.files
555 echo '%attr(-, root, root) %{_libdir}/liblnetconfig.so.*' >>lustre.files
556 %endif
557
558 %if %{with ldiskfs}
559 echo '%{_libdir}/libiam.a' >>lustre.files
560 %endif
561
562 %if %{with snmp}
563 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/lustre/snmp
564 echo '%{_libdir}/lustre/snmp' >>lustre.files
565 %endif
566
567 %if %{with lustre_utils}
568 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/lustre
569 if [ -d $RPM_BUILD_ROOT%{_libdir}/lustre ] ; then
570         find $RPM_BUILD_ROOT%{_libdir}/@PACKAGE@ -name \*.la -type f -exec rm -f {} \;
571 fi
572 %endif
573
574 %if %{with lustre_modules}
575 # mark modules executable for find-debuginfo.sh
576 find $RPM_BUILD_ROOT/lib/modules -name \*.ko -type f -exec chmod u+x {} \;
577 %endif
578
579 rm -f $RPM_BUILD_ROOT%{_libdir}/liblustreapi.la
580
581 %if %{with lustre_tests}
582 :> lustre-tests.files
583 echo '%{_libdir}/lustre/tests/*' >>lustre-tests.files
584 echo '%{_bindir}/mcreate' >>lustre-tests.files
585 echo '%{_bindir}/munlink' >>lustre-tests.files
586 echo '%{_bindir}/statx' >>lustre-tests.files
587 echo '%{_sbindir}/wirecheck' >>lustre-tests.files
588 echo '%{_sbindir}/wiretest' >>lustre-tests.files
589 if [ -n "$MPI_BIN" ]; then
590         echo "$MPI_BIN/*" >>lustre-tests.files
591 fi
592 %endif
593
594 %files -f lustre.files
595 %defattr(-,root,root)
596 %{_sbindir}/*
597 %if %{with lustre_tests}
598 %exclude %{_sbindir}/wirecheck
599 %exclude %{_sbindir}/wiretest
600 %endif
601 %if %{with zfs}
602 %exclude %{_sbindir}/zfsobj2fid
603 %endif
604 %if %{with lustre_utils}
605 %if %{with servers}
606 %{_libexecdir}/lustre/lc_common
607 %{_libexecdir}/lustre/haconfig
608 %{_bindir}/lustre_req_history
609 %endif
610
611 %{_bindir}/llobdstat
612 %{_bindir}/llstat
613 %{_bindir}/plot-llstat
614 %{_datadir}/lustre
615
616 %{_bindir}/lfs
617 %{_bindir}/lfs_migrate
618 /sbin/mount.lustre
619 /sbin/mount.lustre_tgt
620 @BASH_COMPLETION_DIR@
621 %endif
622
623 %if %{with manpages}
624 %{_mandir}/man?/*
625 %endif
626
627 %if %{with static}
628 %{_libdir}/liblustreapi.a
629 %endif
630 %if %{with shared}
631 %{_libdir}/liblustreapi.so*
632 %endif
633 %{_includedir}/lustre
634 %{_includedir}/linux/lnet
635 %{_includedir}/linux/lustre
636 %{_sysconfdir}/udev/rules.d/99-lustre.rules
637 %if %{with servers}
638 %{_sysconfdir}/udev/rules.d/99-lustre-server.rules
639 %endif
640 %if %{with zfs}
641 %config(noreplace) %{_sysconfdir}/ldev.conf
642 %endif
643 %config(noreplace) %{_sysconfdir}/lnet.conf
644 %config(noreplace) %{_sysconfdir}/modprobe.d/ko2iblnd.conf
645 %if %{with lustre_utils}
646 %config(noreplace) %{_sysconfdir}/lnet_routes.conf
647 %endif
648 %if %{with lustre_modules}
649
650 %if %{with shared}
651 %if %{with ldiskfs}
652 %if %{with lustre_utils}
653 %files osd-ldiskfs-mount
654 %defattr(-,root,root)
655 %{_libdir}/@PACKAGE@/mount_osd_ldiskfs.so
656 %endif
657 %endif
658 %endif
659
660 %if %{with shared}
661 %if %{with zfs}
662 %if %{with lustre_utils}
663 %files osd-zfs-mount
664 %defattr(-,root,root)
665 %{_libdir}/@PACKAGE@/mount_osd_zfs.so
666 %{_sysconfdir}/zfs/zed.d/*
667 %endif
668 %endif
669 %endif
670
671 %endif # with lustre_modules
672
673 %if %{with servers}
674 %files resource-agents
675 %defattr(0755,root,root)
676 %{_prefix}/lib/ocf/resource.d/lustre/
677 %endif
678
679 %if %{with lustre_tests}
680 %files tests -f lustre-tests.files
681 %defattr(-,root,root)
682 %endif
683
684 %if %{with lustre_iokit}
685 %files -n lustre-iokit
686 %defattr(-, root, root)
687 %{_bindir}/iokit-config
688 %{_bindir}/iokit-gather-stats
689 %{_bindir}/iokit-libecho
690 %{_bindir}/iokit-lstats
691 %{_bindir}/iokit-parse-ior
692 %{_bindir}/iokit-plot-obdfilter
693 %{_bindir}/iokit-plot-ost
694 %{_bindir}/iokit-plot-sgpdd
695 %{_bindir}/ior-survey
696 %{_bindir}/mds-survey
697 %{_bindir}/obdfilter-survey
698 %{_bindir}/ost-survey
699 %{_bindir}/sgpdd-survey
700 %doc lustre-iokit/ior-survey/README.ior-survey
701 %doc lustre-iokit/mds-survey/README.mds-survey
702 %doc lustre-iokit/obdfilter-survey/README.obdfilter-survey
703 %doc lustre-iokit/ost-survey/README.ost-survey
704 %doc lustre-iokit/sgpdd-survey/README.sgpdd-survey
705 %doc lustre-iokit/stats-collect/README.iokit-lstats
706 %endif
707
708 %post
709 %if %{with systemd}
710 %systemd_post lnet.service
711 %endif
712
713 %preun
714 %if %{with systemd}
715 %systemd_preun lnet.service
716 %endif
717
718 %postun
719 %if %{with systemd}
720 %systemd_postun_with_restart lnet.service
721 %endif
722
723 %clean
724 rm -rf $RPM_BUILD_ROOT
725 rm -rf %{_tmppath}/kmp