blob: 4e55fa287ce1ef80fdbbde2e530c8330e97039a4 (
plain)
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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
# Contributor: John Coyle <dx9err@gmail.com>
# Maintainer: John Coyle <dx9err@gmail.com>
pkgname=ceph
pkgver=11.1.1
pkgrel=0
pkgdesc="Ceph is a distributed object store and file system"
pkgusers="ceph"
pkggroups="ceph"
url="http://ceph.com"
arch="x86_64"
license="LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT"
depends="ceph-osd ceph-mds ceph-mon"
options="!checkroot"
makedepends="
acl-dev
argp-standalone
bc
boost-dev
btrfs-progs
bzip2-dev
cmake
coreutils
cryptsetup
curl-dev
cython-dev
diffutils
eudev-dev
expat-dev
fcgi-dev
flex
fuse
fuse-dev
git
grep
jq
keyutils-dev
leveldb-dev
libaio-dev
libatomic_ops-dev
libedit-dev
libressl-dev
libtirpc-dev
libtool
libxml2-dev
linux-headers
lvm2-dev
nss-dev
openldap-dev
parted
procps
python-dev
py-pip
py-nose
py-sphinx
py-virtualenv
readline-dev
rpcgen
snappy-dev
userspace-rcu-dev
util-linux
xfsprogs-dev
xmlstarlet
yasm
"
source="http://download.ceph.com/tarballs/ceph_$pkgver.orig.tar.gz
boost-python.patch
boost-1.67.patch
allperms.patch"
subpackages="
$pkgname-base
$pkgname-common
$pkgname-mds
$pkgname-mgr
$pkgname-mon
$pkgname-fuse:ceph_fuse
$pkgname-radosgw
$pkgname-osd
$pkgname-doc
$pkgname-bash-completion:bash_completion
rbd-fuse:rbd_fuse
rbd-mirror:rbd_mirror
rbd-nbd:rbd_nbd
librbd
librbd-dev:librbd_dev
libcephfs
libcephfs-dev:libcephfs_dev
librados
librados-dev:librados_dev
librgw
librgw-dev:librgw_dev
py-rados:py_rados
py-rgw:py_rgw
libradosstriper
libradosstriper-dev:libradosstriper_dev
py-rbd:py_rbd
py-cephfs:py_cephfs
"
_ceph_uid=167
_ceph_gid=167
_prefix=/usr
_bindir=$_prefix/bin
_datadir=$_prefix/share
_docdir=$_datadir/doc
_includedir=$_prefix/include
_libdir=$_prefix/lib
_libexecdir=$_prefix/libexec
_localstatedir=/var
_mandir=$_datadir/man
_sbindir=/usr/sbin
_sysconfdir=/etc
_udevrulesdir=/etc/udev/rules.d
_python_sitelib=/usr/lib/python2.7/site-packages
build() {
export CEPH_BUILD_VIRTUALENV="$builddir"
mkdir -p "$builddir"/build
cd "$builddir"/build
cmake .. \
-DCMAKE_INSTALL_PREFIX=$_prefix \
-DCMAKE_INSTALL_LIBDIR=$_libdir \
-DCMAKE_INSTALL_LIBEXECDIR=$_libexecdir \
-DCMAKE_INSTALL_LOCALSTATEDIR=$_localstatedir \
-DCMAKE_INSTALL_SYSCONFDIR=$_sysconfdir \
-DCMAKE_INSTALL_DOCDIR=$_docdir/ceph \
-DCMAKE_INSTALL_MANDIR=$_mandir \
-DWITH_REENTRANT_STRSIGNAL=ON \
-DWITH_THREAD_SAFE_RES_QUERY=ON \
-DWITH_MANPAGE=ON \
-DWITH_PYTHON3=OFF \
-DWITH_LTTNG=OFF \
-DWITH_SYSTEM_BOOST=ON \
-DWITH_EMBEDDED=OFF \
-DWITH_TESTS=OFF
make
}
package() {
cd "$builddir"/build
make DESTDIR="$pkgdir" install
cd ..
rm -f "$pkgdir"$_sysconfdir/init.d/ceph
install -m 0644 -D src/etc-rbdmap "$pkgdir"$_sysconfdir/ceph/rbdmap
install -m 0644 -D src/logrotate.conf "$pkgdir"$_sysconfdir/logrotate.d/ceph
chmod 0644 "$pkgdir"$_docdir/ceph/sample.ceph.conf
chmod 0644 "$pkgdir"$_docdir/ceph/sample.fetch_config
# udev rules
install -m 0644 -D udev/50-rbd.rules "$pkgdir"$_udevrulesdir/50-rbd.rules
install -m 0644 -D udev/60-ceph-by-parttypeuuid.rules \
"$pkgdir"$_udevrulesdir/60-ceph-by-parttypeuuid.rules
install -m 0644 -D udev/95-ceph-osd.rules \
"$pkgdir"$_udevrulesdir/95-ceph-osd.rules
}
check() {
cd "$builddir"/build
ctest
}
base() {
pkgdesc="Base is the package that includes all the files shared amongst ceph servers"
depends="
ceph-common
cryptsetup
librbd
librados
libcephfs
librgw
logrotate
py-requests
py-setuptools
util-linux
xfsprogs
"
_pkg $_docdir/ceph sample.ceph.conf sample.fetch_config
_pkg $_bindir crushtool monmaptool osdmaptool ceph-run ceph-detect-init
_pkg $_sbindir ceph-create-keys mount.ceph
_pkg $_libexecdir/ceph ceph_common.sh
_pkg $_libdir/rados-classes *.so*
_pkg $_libdir/ceph/erasure-code libec_*.so*
_pkg $_libdir/ceph/compressor libceph_*.so*
_pkg $_sysconfdir/logrotate.d ceph
_pkg $_python_sitelib ceph_detect_init* ceph_disk*
for dir in tmp bootstrap-osd bootstrap-mds bootstrap-rgw; do
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \
"$subpkgdir"$_localstatedir/lib/ceph/$dir
done
}
common() {
pkgdesc="Common utilities to mount and interact with a ceph storage cluster."
depends="py-rados py-rbd py-cephfs"
install="$pkgname-common.pre-install"
_pkg $_bindir ceph \
ceph-authtool \
ceph-conf \
ceph-dencoder \
ceph-rbdnamer \
ceph-syn \
ceph-crush-location \
cephfs-data-scan \
cephfs-journal-tool \
cephfs-table-tool \
rados \
rbd \
rbd-replay \
rbd-replay-many \
rbdmap \
ceph-post-file \
ceph-brag
_pkg $_datadir/ceph known_hosts_drop.ceph.com id_rsa_drop.ceph.com \
id_rsa_drop.ceph.com.pub
_pkg $_sysconfdir/ceph rbdmap
_pkg $_python_sitelib ceph_argparse.py* ceph_daemon.py*
_pkg $_udevrulesdir 50-rbd.rules
install -m 3770 -o $_ceph_uid -g $_ceph_gid -d \
"$subpkgdir"$_localstatedir/log/ceph
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \
"$subpkgdir"$_localstatedir/lib/ceph
}
mds() {
pkgdesc="Metadata server daemon for the Ceph distributed file system."
depends="ceph-base"
_pkg $_bindir ceph-mds
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \
"$subpkgdir"$_localstatedir/lib/ceph/mds
}
mon() {
pkgdesc="Cluster monitor daemon for the Ceph distributed file system."
depends="ceph-base"
_pkg $_bindir ceph-mon ceph-rest-api
_pkg $_python_sitelib ceph_rest_api.py*
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \
"$subpkgdir"$_localstatedir/lib/ceph/mon
}
ceph_fuse() {
pkgdesc="FUSE based client for Ceph distributed network file system."
_pkg $_bindir ceph-fuse
_pkg $_sbindir mount.fuse.ceph
}
rbd_fuse() {
pkgdesc="FUSE based client to map Ceph rbd images to files."
depends="librados librbd"
_pkg $_bindir rbd-fuse
}
rbd_mirror() {
pkgdesc="Daemon for mirroring RBD images between Ceph clusters."
depends="ceph-common librados"
_pkg $_bindir rbd-mirror
}
rbd_nbd() {
pkgdesc="NBD based client to map Ceph rbd images to local device."
depends="librbd librados"
_pkg $_bindir rbd-nbd
}
radosgw() {
pkgdesc="Rados REST gateway which implements Amazon's S3 and OpenStack's Swift APIs."
depends="ceph-common"
_pkg $_bindir radosgw radosgw-admin radosgw-token radosgw-object-expirer
mkdir -p "$subpkgdir"$_localstatedir/lib/ceph/radosgw
}
osd() {
pkgdesc="Object storage daemon for the Ceph distributed file system."
depends="ceph-base parted gptfdisk"
_pkg $_bindir ceph-clsinfo ceph-bluefs-tool ceph-objectstore-tool ceph-osd
_pkg $_sbindir ceph-disk ceph-disk-udev
_pkg $_libexecdir/ceph ceph-osd-prestart.sh
_pkg $_udevrulesdir 60-ceph-by-parttypeuuid.rules 95-ceph-osd.rules
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \
"$subpkgdir"$_localstatedir/lib/ceph/osd
}
librados() {
pkgdesc="RADOS distributed object store client library"
_pkg $_libdir librados.so.*
}
librados_dev() {
pkgdesc="RADOS distributed object store client library headers"
depends="librados"
_pkg $_includedir/rados librados.h \
librados.hpp \
buffer.h \
buffer_fwd.h \
inline_memory.h \
page.h \
crc32c.h \
rados_types.h \
rados_types.hpp \
memory.h
_pkg $_libdir librados.so
_pkg $_bindir librados-config
}
librgw() {
pkgdesc="RADOS gateway client library"
depends="librados"
_pkg $_libdir librgw.so.*
}
librgw_dev() {
pkgdesc="RADOS gateway client library headers"
depends="librados"
_pkg $_includedir/rados librgw.h rgw_file.h
_pkg $_libdir librgw.so
}
py_rgw() {
pkgdesc="Python 2 libraries for the RADOS gateway"
depends="librgw py-rados"
_pkg $_python_sitelib rgw.so rgw-*.egg-info
}
py_rados() {
pkgdesc="Python libraries for the RADOS object store"
depends="librados"
_pkg $_python_sitelib rados.so rados-*.egg-info
}
libradosstriper() {
pkgdesc="RADOS striping library"
depends="librados"
_pkg $_libdir libradosstriper.so.*
}
libradosstriper_dev() {
pkgdesc="RADOS striping library headers"
depends="libradosstriper librados-dev"
_pkg $_includedir/radosstriper libradosstriper.h libradosstriper.hpp
_pkg $_libdir libradosstriper.so
}
librbd() {
pkgdesc="RADOS block device client library"
depends="librados"
_pkg $_libdir librbd.so.*
}
librbd_dev() {
pkgdesc="RADOS block device client library headers"
depends="librbd librados-dev"
_pkg $_includedir/rbd features.h librbd.h librbd.hpp
_pkg $_libdir librbd.so
}
py_rbd() {
pkgdesc="Python libraries for the RADOS block device"
depends="librbd py-rados"
_pkg $_python_sitelib rbd.so rbd-*.egg-info
}
libcephfs() {
pkgdesc="Ceph distributed file system client library"
_pkg $_libdir libcephfs.so.*
}
libcephfs_dev() {
pkgdesc="Ceph distributed file system client library headers"
depends="libcephfs librados-devel"
_pkg $_includedir/cephfs ceph_statx.h libcephfs.h
_pkg $_libdir libcephfs.so
}
py_cephfs() {
pkgdesc="Python libraries for Ceph distributed file system"
depends="libcephfs py-rados"
_pkg $_python_sitelib cephfs.so cephfs-*.egg-info ceph_volume_client.py*
}
ceph_test() {
pkgdesc="Ceph benchmarks and test tools"
depends="ceph-common xmlstarlet"
_pkg $_bindir ceph-client-debug \
ceph_bench_log \
ceph_kvstorebench \
ceph_multi_stress_watch \
ceph_erasure_code \
ceph_erasure_code_benchmark \
ceph_omapbench \
ceph_objectstore_bench \
ceph_perf_objectstore \
ceph_perf_local \
ceph_perf_msgr_client \
ceph_perf_msgr_server \
ceph_psim \
ceph_radosacl \
ceph_rgw_jsonparser \
ceph_rgw_multiparser \
ceph_scratchtool \
ceph_scratchtoolpp \
ceph_smalliobench \
ceph_smalliobenchdumb \
ceph_smalliobenchfs \
ceph_smalliobenchrbd \
ceph_test_* \
ceph_tpbench \
ceph_xattr_bench \
ceph-coverage \
ceph-monstore-tool \
ceph-osdomap-tool \
ceph-kvstore-tool \
ceph-debugpack
_pkg $_libdir ceph/ceph-monstore-update-crush.sh
}
bash_completion() {
depends="bash-completion"
pkgdesc="Bash completions for Ceph"
_pkg $_sysconfdir/bash_completion.d ceph rados radosgw-admin rbd
}
mgr() {
pkgdesc="Ceph Manager Daemon"
depends="ceph-base"
_pkg $_bindir ceph-mgr
_pkg $_libdir/ceph mgr
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \
"$subpkgdir"$_localstatedir/lib/ceph/mgr
}
_pkg() {
local path=$1
shift
local files=$@
mkdir -p "$subpkgdir"$path
for _file in $files; do
mv "$pkgdir"$path/$_file "$subpkgdir"$path
done
}
sha512sums="9c1c6d211bfc1e5f59e3f0115c09c7f2d8a279eda6ac9ad4b5d3533fe7c6a43d983b20a60a2597fa1340bc94521fb44125c276f18ae9870bc08ff0b02d842a1d ceph_11.1.1.orig.tar.gz
f75b359eb35f0eb7314ed5d05c118aea8894469edb67437189c0cdeadbf28b7ec5c937d8a08da2783871e09014aab7ad039ddf7d0d18148deec10a7407389b0e boost-python.patch
56ad2fa4433ffcb1d672762646d0dead5c8d73bf1d2770e01f1ca144b83140348d3e2020476017b0b785cf47cdb5242f0ed1ad30fe81eb5ea5fbb5ec2a799f0d boost-1.67.patch
e1becd813ed3f28e2e4a6bef78b3b5117c1c0bb9cabe0ba9c912e0a20b551b6b2667495cddb94acd64192e287144911ff1c11e0d636fe04cc458146cfb0daca8 allperms.patch"
|