-
Notifications
You must be signed in to change notification settings - Fork 1
/
robinhood.spec.in
465 lines (377 loc) · 11.3 KB
/
robinhood.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
#default ON
%bcond_without mysql
%bcond_without common_rpms
#default OFF
%bcond_with lustre
%if %{with lustre}
%global lswitch --enable-lustre
# default ON
%bcond_without lhsm
%bcond_without backup
%else
%global lswitch --disable-lustre
# default OFF
%bcond_with lhsm
%bcond_with backup
%endif
# default OFF
%bcond_with shook
%bcond_with recovtools
%if ( 0%{?fedora} >= 18 || 0%{?rhel} >= 7 || 0%{?suse_version} >= 1210 )
%global with_systemd 1
%else
%global with_systemd 0
%endif
%if %{with lustre}
# default value for lustre package and version, if not defined in rpmbuild options
%{!?lpackage: %global lpackage lustre-client}
%if %{undefined lversion}
%{warn:WARNING: No target lustre version specified. You should --define "lversion x.y"
to prevent incompatibility issues.
}
%endif
%endif
# target install dir for web gui
%define installdir_www /var/www
###### end of macro definitions #####
Name: @PACKAGE@
Version: @VERSION@
Vendor: CEA, HPC department <http://www-hpc.cea.fr>
Prefix: %{_prefix}
%if %{with lustre}
%if %{defined lversion}
%define config_dependant .lustre_client%{lversion}
%else
%define config_dependant .lustre_client
%endif
%endif
Release: @RELEASE@%{?config_dependant}%{?dist}
Summary: Robinhood - Policy engine and reporting tool for large filesystems
License: CeCILL-C
Group: Applications/System
Url: http://robinhood.sourceforge.net
Source0: @PACKAGE@-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel >= 2.16
BuildRequires: libattr-devel
BuildRequires: mailx
%if %{with_systemd}
%if %{defined suse_version}
BuildRequires: systemd-rpm-macros
%else
BuildRequires: systemd
%systemd_requires # post/preun/postun
%endif
%endif
%if %{with lustre}
%if %{defined lversion}
BuildRequires: %{lpackage} >= %{lversion}
%else
BuildRequires: %{lpackage}
%endif
%if %{with lhsm}
BuildRequires: libuuid-devel
%endif
%endif
%if %{with mysql}
BuildRequires: /usr/include/mysql/mysql.h
%endif
%description
Robinhood is a tool for monitoring and applying policies to file system entries.
It is designed to process all its tasks in parallel, so it is particularly adapted
for managing large file systems with millions of entries and petabytes of data.
With support for: %{?with_lustre:Lustre} %{?with_backup:Backup} %{?with_shook:shook}
%{?configure_flags:Generated using options: }%{?configure_flags}
%if %{with lustre}
# Package robinhood-lustre includes robinhood for Lustre filesystem
# which is not compatible with robinhood-posix.
%package lustre
Summary: Robinhood Policy Engine for Lustre filesystems
Group: Applications/System
%if %{defined lversion}
Requires: %{lpackage} >= %{lversion}
%else
Requires: %{lpackage}
%endif
Conflicts: robinhood-posix
Provides: robinhood = %{version}-%{release}
Obsoletes: robinhood-tmpfs < 3.0, robinhood-tmpfs-lustre < 3.0
Obsoletes: robinhood-backup < 3.0, robinhood-lhsm < 3.0
%description lustre
Policy engine for Lustre filesystems.
%{?configure_flags:Generated using options: }%{?configure_flags}
%else
# Package robinhood-posix includes robinhood for other POSIX filesystems
# It is not compatible with robinhood-lustre.
%package posix
Summary: Robinhood Policy engine for POSIX filesystems
Group: Applications/System
Conflicts: robinhood-lustre
Provides: robinhood = %{version}-%{release}
Obsoletes: robinhood-tmpfs < 3.0, robinhood-tmpfs-posix < 3.0
%description posix
Policy engine for POSIX filesystems.
%{?configure_flags:Generated using options: }%{?configure_flags}
%endif
%if %{with common_rpms}
%package adm
Summary: admin/config helper for Robinhood PolicyEngine
Group: Applications/System
Release: @[email protected]
%description adm
This RPM provides an admin/config helper for Robinhood PolicyEngine (command rbh-config).
%package webgui
Summary: Web interface to vizualize filesystems stats
Group: Applications/System
Release: @[email protected]
Requires: php, php-pdo, php-mysql
%description webgui
Web interface to vizualize filesystems stats.
This uses robinhood database to display misc. user and group stats.
%if %{with recovtools}
%package recov-tools
Summary: Tools for MDS recovery.
Group: Applications/System
%description recov-tools
Tools for MDS recovery.
%endif
%package tests
Summary: Test suite for Robinhood
Group: Applications/System
Requires: robinhood robinhood-adm bc
# mariadb or mysql
Requires: /usr/bin/mysql
Release: @[email protected]
%description tests
Lustre and Posix tests for Robinhood.
%endif
%if %{with lhsm} || %{with shook}
%package tools
Summary: Annex tools for robinhood.
Group: Applications/System
%description tools
Annex tools for robinhood.
%endif
%prep
%setup -q -n @PACKAGE@-%{version}
%build
./configure %{lswitch} %{?configure_flags} --mandir=%{_mandir} --libdir=%{_libdir}
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/templates
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/includes
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d
%if %{with lhsm}
install -m 644 doc/templates/includes/lhsm.inc $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/includes/
%endif
%if %{with backup}
install -m 644 doc/templates/includes/backup.inc $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/includes/
%endif
install -m 644 doc/templates/includes/tmpfs.inc $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/includes/
install -m 644 doc/templates/includes/alerts.inc $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/includes/
install -m 644 doc/templates/includes/check.inc $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/includes/
install -m 644 doc/templates/example.conf $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/templates/
install -m 644 doc/templates/basic.conf $RPM_BUILD_ROOT/%{_sysconfdir}/robinhood.d/templates/
mkdir $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig
install -m 644 scripts/sysconfig_robinhood $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/robinhood
install -m 644 scripts/ld.so.robinhood.conf $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/robinhood.conf
%if %{with common_rpms}
mkdir -p $RPM_BUILD_ROOT/%{installdir_www}/robinhood
cp -r web_gui/gui_v3/* $RPM_BUILD_ROOT/%{installdir_www}/robinhood/.
cp web_gui/gui_v3/api/.htaccess $RPM_BUILD_ROOT/%{installdir_www}/robinhood/api/.
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/
install -m 644 web_gui/robinhood.conf $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/.
%endif
rm -f $RPM_BUILD_ROOT/%{_libdir}/robinhood/librbh_mod_*.a
rm -f $RPM_BUILD_ROOT/%{_libdir}/robinhood/librbh_mod_*.la
# Add an unmutable copy of the templates for the tests
%if %{with common_rpms}
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/robinhood/doc
cp -a doc/templates $RPM_BUILD_ROOT/%{_datadir}/robinhood/doc
%endif
%if %{with_systemd}
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
install -m 444 scripts/robinhood.service $RPM_BUILD_ROOT/%{_unitdir}/robinhood.service
install -m 444 scripts/[email protected] $RPM_BUILD_ROOT/%{_unitdir}/[email protected]
%if %{with lustre}
%post lustre
%else
%post posix
%endif
/sbin/ldconfig
%if %{defined suse_version}
%service_add_post robinhood.service [email protected]
%else
%systemd_post robinhood.service
%systemd_post [email protected]
%endif
%if %{with lustre}
%preun lustre
%else
%preun posix
%endif
%if %{defined suse_version}
%service_del_preun robinhood.service [email protected]
%else
%systemd_preun robinhood.service
%systemd_preun [email protected]
%endif
%else # with_systemd
mkdir -p $RPM_BUILD_ROOT/%{_initrddir}
%if %{defined suse_version}
install -m 755 scripts/robinhood.init.sles $RPM_BUILD_ROOT/%{_initrddir}/robinhood
%else
install -m 755 scripts/robinhood.init $RPM_BUILD_ROOT/%{_initrddir}/robinhood
%endif
%if %{with lustre}
%post lustre
%else
%post posix
%endif
/sbin/ldconfig
if [ -x %{_initrddir}/robinhood ]; then
if %{_initrddir}/robinhood status | grep running | grep -v "not running" >/dev/null 2>&1; then
%{_initrddir}/robinhood stop
WASRUNNING=1
fi
[ -x /sbin/chkconfig ] && /sbin/chkconfig --del robinhood
[ -x /sbin/chkconfig ] && /sbin/chkconfig --add robinhood
if test x$WASRUNNING = x1; then
%{_initrddir}/robinhood start
fi
fi
%if %{with lustre}
%preun lustre
%else
%preun posix
%endif
if [ "$1" = 0 ]; then
if [ -x %{_initrddir}/robinhood ]; then
[ -x /sbin/chkconfig ] && /sbin/chkconfig --del robinhood
if %{_initrddir}/robinhood status | grep running | grep -v "not running" >/dev/null 2>&1; then
%{_initrddir}/robinhood stop
fi
fi
fi
%endif # with_systemd
%if %{with lustre}
%postun lustre
%else
%postun posix
%endif
/sbin/ldconfig
%if %{with_systemd}
%if %{defined suse_version}
%service_del_postun robinhood.service [email protected]
%else
%systemd_postun
%endif
%endif
%if %{with_systemd}
%if %{defined suse_version}
%if %{with lustre}
%pre lustre
%else
%pre posix
%endif
%service_add_pre robinhood.service [email protected]
%endif
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%if %{with common_rpms}
%files adm
%{_sbindir}/rbh-config
%if %{with recovtools}
%files recov-tools
%{_sbindir}/*lovea
%{_sbindir}/gen_lov_objid
%{_sbindir}/ost_fids_remap
%endif
%files webgui
# set apache permissions
%defattr(640, root, apache, 750)
%{installdir_www}/robinhood
%config(noreplace) %{_sysconfdir}/httpd/conf.d/robinhood.conf
%files tests
%defattr(-,root,root,-)
%dir %{_datadir}/robinhood/
%{_datadir}/robinhood/tests/
%{_datadir}/robinhood/doc/
%endif
# robinhood RPM name for lustre is robinhood-lustre
%if %{with lustre}
%files lustre
%else
# robinhood RPM name for posix is robinhood-posix
%files posix
%endif
%defattr(-,root,root,-)
%doc README
%doc COPYING
%doc ChangeLog
# everythink in sbin, except rbh-config which is in adm
%if %{with shook}
%exclude %{_sbindir}/rbh-rebind
%{_sbindir}/rbh-import
%{_sbindir}/rbh-recov
%endif
%if %{with backup}
# NOT ADAPTED TO v3 YET
#%{_sbindir}/rbh-import
#%{_sbindir}/rbh-recov
#%{_sbindir}/rbh-rebind
%{_sbindir}/rbhext_*
%endif
%{_sbindir}/robinhood
%{_sbindir}/rbh-report
%{_sbindir}/rbh-diff
%{_sbindir}/rbh-undelete
%{_sbindir}/rbh_cksum.sh
%{_bindir}/rbh-du
%{_bindir}/rbh-find
%{_libdir}/robinhood/librbh_mod_*.so*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/sysconfig/robinhood
%dir %{_sysconfdir}/robinhood.d
%dir %{_sysconfdir}/robinhood.d/includes
%dir %{_sysconfdir}/robinhood.d/templates
%{_sysconfdir}/ld.so.conf.d/robinhood.conf
%if %{with lhsm}
%config %{_sysconfdir}/robinhood.d/includes/lhsm.inc
%endif
%if %{with backup}
%config %{_sysconfdir}/robinhood.d/includes/backup.inc
%endif
%config %{_sysconfdir}/robinhood.d/includes/tmpfs.inc
%config %{_sysconfdir}/robinhood.d/includes/alerts.inc
%config %{_sysconfdir}/robinhood.d/includes/check.inc
%config %{_sysconfdir}/robinhood.d/templates/example.conf
%config %{_sysconfdir}/robinhood.d/templates/basic.conf
%if %{with_systemd}
%{_unitdir}/robinhood.service
%{_unitdir}/[email protected]
%else
%{_initrddir}/robinhood
%endif
%if %{with lhsm} || %{with shook}
%files tools
%if %{with lhsm}
%{_sbindir}/lhsmtool_cmd
%endif
%if %{with shook}
%{_sbindir}/rbh-rebind
%endif
%endif
%changelog
* Fri Sep 16 2016 Thomas Leibovici <[email protected]> 3.0-1
- Final Robinhood 3.0 release
* Thu Jul 07 2016 Thomas Leibovici <[email protected]> 3.0-0.rc1
- Robinhood v3 rc1
* Fri Mar 25 2016 Thomas Leibovici <[email protected]> 3.0-0.alpha2
- Robinhood v3 alpha2
* Wed Dec 16 2015 Thomas Leibovici <[email protected]> 3.0-0.alpha1
- Robinhood v3 alpha1