forked from cea-hpc/robinhood
-
Notifications
You must be signed in to change notification settings - Fork 0
/
robinhood.spec.in
338 lines (269 loc) · 8.48 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
# default ON
%bcond_without lustre
%bcond_without lhsm
%bcond_without mysql
%bcond_without backup
%bcond_without common_rpms
# default OFF
%bcond_with shook
%bcond_with recovtools
# target install dir for web gui
%define installdir_www /var/www/html
###### 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%{lversion}
%else
%define config_dependant .lustre
%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 lustre}
BuildRequires: %{lpackage} >= %{lversion}
%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}
Generated using options: @ac_configure_args@
%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
Requires: %{lpackage} >= %{lversion}
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.
%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.
%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-mysql, php-xml, php-gd, php-pdo
%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
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 @ac_configure_args@ %{?configure_flags: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/%{_initrddir}
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
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/
%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
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/acct/* $RPM_BUILD_ROOT/%{installdir_www}/robinhood/.
cp web_gui/acct/.htaccess $RPM_BUILD_ROOT/%{installdir_www}/robinhood/.
%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
%clean
rm -rf $RPM_BUILD_ROOT
%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
%if %{with lustre}
%postun lustre
%else
%postun posix
%endif
/sbin/ldconfig
%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(750,root,apache)
%{installdir_www}/robinhood
%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
%dir %{_sysconfdir}/ld.so.conf.d
%{_sysconfdir}/ld.so.conf.d/robinhood.conf
%if %{with lhsm}
%config %{_sysconfdir}/robinhood.d/includes/lhsm.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
%{_initrddir}/robinhood
%if %{with lhsm} || %{with shook}
%files tools
%if %{with lhsm}
%{_sbindir}/lhsmtool_cmd
%endif
%if %{with shook}
%{_sbindir}/rbh-rebind
%endif
%endif
%changelog
* 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