]> git.proxmox.com Git - ceph.git/blob - ceph/debian/control
6d01e31154a759768045bc69fdea0d52926a5212
[ceph.git] / ceph / debian / control
1 Source: ceph
2 Section: admin
3 Priority: optional
4 Homepage: http://ceph.com/
5 Vcs-Git: git://github.com/ceph/ceph.git
6 Vcs-Browser: https://github.com/ceph/ceph
7 Maintainer: Ceph Maintainers <ceph-maintainers@lists.ceph.com>
8 Uploaders: Ken Dreyer <kdreyer@redhat.com>,
9 Alfredo Deza <adeza@redhat.com>,
10 Build-Depends: bc,
11 btrfs-tools,
12 cmake,
13 cpio,
14 cryptsetup-bin | cryptsetup,
15 cython,
16 cython3,
17 debhelper (>= 9),
18 default-jdk,
19 dh-exec,
20 dh-python,
21 dh-systemd,
22 gdisk,
23 git,
24 gperf,
25 javahelper,
26 jq,
27 junit4,
28 libaio-dev,
29 libbabeltrace-ctf-dev,
30 libbabeltrace-dev,
31 libblkid-dev (>= 2.17),
32 libcurl4-openssl-dev,
33 libexpat1-dev,
34 libfuse-dev,
35 libgoogle-perftools-dev [i386 amd64 arm64],
36 libibverbs-dev,
37 libkeyutils-dev,
38 libldap2-dev,
39 libleveldb-dev,
40 liblttng-ust-dev,
41 libnss3-dev,
42 libsnappy-dev,
43 libssl-dev,
44 libtool,
45 libudev-dev,
46 libxml2-dev,
47 lsb-release,
48 parted,
49 pkg-config,
50 python (>= 2.7),
51 python-all-dev,
52 python-coverage,
53 python-cherrypy3,
54 python-nose,
55 python-pecan,
56 python-prettytable,
57 python-setuptools,
58 python-six,
59 python-sphinx,
60 python-werkzeug,
61 python3-all-dev,
62 python3-setuptools,
63 socat,
64 uuid-runtime,
65 valgrind,
66 virtualenv | python-virtualenv,
67 xfslibs-dev,
68 xfsprogs,
69 xmlstarlet,
70 yasm [amd64],
71 zlib1g-dev,
72 Standards-Version: 3.9.3
73
74 Package: ceph
75 Architecture: linux-any
76 Depends: ceph-mgr (= ${binary:Version}),
77 ceph-mon (= ${binary:Version}),
78 ceph-osd (= ${binary:Version}),
79 Recommends: ceph-mds (= ${binary:Version}),
80 Description: distributed storage and file system
81 Ceph is a massively scalable, open-source, distributed
82 storage system that runs on commodity hardware and delivers object,
83 block and file system storage.
84
85 Package: ceph-base
86 Architecture: linux-any
87 Depends: binutils,
88 ceph-common (= ${binary:Version}),
89 cryptsetup-bin | cryptsetup,
90 debianutils,
91 e2fsprogs,
92 findutils,
93 gdisk,
94 grep,
95 logrotate,
96 parted,
97 psmisc,
98 xfsprogs,
99 ${misc:Depends},
100 ${python:Depends},
101 ${shlibs:Depends},
102 Recommends: btrfs-tools,
103 ceph-mds (= ${binary:Version}),
104 librados2 (= ${binary:Version}),
105 libradosstriper1 (= ${binary:Version}),
106 librbd1 (= ${binary:Version}),
107 ntp | time-daemon,
108 Replaces: ceph (<< 10),
109 ceph-common (<< 0.78-500),
110 ceph-test (<< 12.2.2-14),
111 python-ceph (<< 0.92-1223),
112 Breaks: ceph (<< 10),
113 ceph-test (<< 12.2.2-14),
114 python-ceph (<< 0.92-1223),
115 Description: common ceph daemon libraries and management tools
116 Ceph is a massively scalable, open-source, distributed
117 storage system that runs on commodity hardware and delivers object,
118 block and file system storage.
119 .
120 This package contains the libraries and management tools that are common among
121 the Ceph server daemons (ceph-mon, ceph-mgr, ceph-osd, ceph-mds). These tools
122 are necessary for creating, running, and administering a Ceph storage cluster.
123
124 Package: ceph-base-dbg
125 Architecture: linux-any
126 Section: debug
127 Priority: extra
128 Depends: ceph-base (= ${binary:Version}),
129 ${misc:Depends},
130 Description: debugging symbols for ceph-base
131 Ceph is a massively scalable, open-source, distributed
132 storage system that runs on commodity hardware and delivers object,
133 block and file system storage.
134 .
135 This package contains the libraries and management tools that are common among
136 the Ceph server daemons (ceph-mon, ceph-mgr, ceph-osd, ceph-mds). These tools
137 are necessary for creating, running, and administering a Ceph storage cluster.
138 .
139 This package contains the debugging symbols for ceph-base.
140
141 Package: ceph-mds
142 Architecture: linux-any
143 Depends: ceph-base (= ${binary:Version}),
144 ${misc:Depends},
145 ${shlibs:Depends},
146 Recommends: ceph-fuse (= ${binary:Version}),
147 libcephfs2 (= ${binary:Version}),
148 Replaces: ceph (<< 0.93-417),
149 Breaks: ceph (<< 0.93-417),
150 Description: metadata server for the ceph distributed file system
151 Ceph is a massively scalable, open-source, distributed
152 storage system that runs on commodity hardware and delivers object,
153 block and file system storage.
154 .
155 This package contains the metadata server daemon, which is used to
156 create a distributed file system on top of the ceph storage cluster.
157
158 Package: ceph-mds-dbg
159 Architecture: linux-any
160 Section: debug
161 Priority: extra
162 Depends: ceph-mds (= ${binary:Version}),
163 ${misc:Depends},
164 Description: debugging symbols for ceph-mds
165 Ceph is a massively scalable, open-source, distributed
166 storage system that runs on commodity hardware and delivers object,
167 block and file system storage.
168 .
169 This package contains the debugging symbols for ceph-mds.
170
171 Package: ceph-mgr
172 Architecture: linux-any
173 Depends: ceph-base (= ${binary:Version}),
174 python-cherrypy3,
175 python-jinja2,
176 python-openssl,
177 python-pecan,
178 python-werkzeug,
179 ${misc:Depends},
180 ${python:Depends},
181 ${shlibs:Depends},
182 Replaces: ceph (<< 0.93-417),
183 Breaks: ceph (<< 0.93-417),
184 Description: manager for the ceph distributed storage system
185 Ceph is a massively scalable, open-source, distributed
186 storage system that runs on commodity hardware and delivers object,
187 block and file system storage.
188 .
189 This package contains the manager daemon, which is used to expose high
190 level management and monitoring functionality.
191
192 Package: ceph-mgr-dbg
193 Architecture: linux-any
194 Section: debug
195 Priority: extra
196 Depends: ceph-mgr (= ${binary:Version}),
197 ${misc:Depends},
198 Description: debugging symbols for ceph-mgr
199 Ceph is a massively scalable, open-source, distributed
200 storage system that runs on commodity hardware and delivers object,
201 block and file system storage.
202 .
203 This package contains the debugging symbols for ceph-mgr.
204
205 Package: ceph-mon
206 Architecture: linux-any
207 Depends: ceph-base (= ${binary:Version}),
208 python-flask,
209 ${misc:Depends},
210 ${shlibs:Depends},
211 Recommends: ceph-common,
212 Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14)
213 Breaks: ceph (<< 10), ceph-test (<< 12.2.2-14)
214 Description: monitor server for the ceph storage system
215 Ceph is a massively scalable, open-source, distributed
216 storage system that runs on commodity hardware and delivers object,
217 block and file system storage.
218 .
219 This package contains the cluster monitor daemon for the Ceph storage
220 system. One or more instances of ceph-mon form a Paxos part-time parliament
221 cluster that provides extremely reliable and durable storage of cluster
222 membership, configuration, and state.
223
224 Package: ceph-mon-dbg
225 Architecture: linux-any
226 Section: debug
227 Priority: extra
228 Depends: ceph-mon (= ${binary:Version}),
229 ${misc:Depends},
230 Description: debugging symbols for ceph-mon
231 Ceph is a massively scalable, open-source, distributed
232 storage system that runs on commodity hardware and delivers object,
233 block and file system storage.
234 .
235 This package contains the debugging symbols for ceph-mon.
236
237 Package: ceph-osd
238 Architecture: linux-any
239 Depends: ceph-base (= ${binary:Version}),
240 lvm2,
241 ${misc:Depends},
242 ${python:Depends},
243 ${shlibs:Depends},
244 Recommends: ceph-common (= ${binary:Version}),
245 Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14)
246 Breaks: ceph (<< 10), ceph-test (<< 12.2.2-14)
247 Description: OSD server for the ceph storage system
248 Ceph is a massively scalable, open-source, distributed
249 storage system that runs on commodity hardware and delivers object,
250 block and file system storage.
251 .
252 This package contains the Object Storage Daemon for the Ceph storage system.
253 It is responsible for storing objects on a local file system
254 and providing access to them over the network.
255
256 Package: ceph-osd-dbg
257 Architecture: linux-any
258 Section: debug
259 Priority: extra
260 Depends: ceph-osd (= ${binary:Version}),
261 ${misc:Depends},
262 Description: debugging symbols for ceph-osd
263 Ceph is a massively scalable, open-source, distributed
264 storage system that runs on commodity hardware and delivers object,
265 block and file system storage.
266 .
267 This package contains the debugging symbols for ceph-osd.
268
269 Package: ceph-fuse
270 Architecture: linux-any
271 Depends: ${misc:Depends},
272 ${shlibs:Depends},
273 fuse,
274 Description: FUSE-based client for the Ceph distributed file system
275 Ceph is a massively scalable, open-source, distributed
276 storage system that runs on commodity hardware and delivers object,
277 block and file system storage. This is a
278 FUSE-based client that allows one to mount a Ceph file system without
279 root privileges.
280 .
281 Because the FUSE-based client has certain inherent performance
282 limitations, it is recommended that the native Linux kernel client
283 be used if possible. If it is not practical to load a kernel module
284 (insufficient privileges, older kernel, etc.), then the FUSE client will
285 do.
286
287 Package: ceph-fuse-dbg
288 Architecture: linux-any
289 Section: debug
290 Priority: extra
291 Depends: ceph-fuse (= ${binary:Version}),
292 ${misc:Depends},
293 Description: debugging symbols for ceph-fuse
294 Ceph is a massively scalable, open-source, distributed
295 storage system that runs on commodity hardware and delivers object,
296 block and file system storage. This is a
297 FUSE-based client that allows one to mount a Ceph file system without
298 root privileges.
299 .
300 This package contains the debugging symbols for ceph-fuse.
301
302 Package: rbd-fuse
303 Architecture: linux-any
304 Depends: ${misc:Depends},
305 ${shlibs:Depends},
306 Recommends: fuse,
307 Description: FUSE-based rbd client for the Ceph distributed file system
308 Ceph is a massively scalable, open-source, distributed
309 storage system that runs on commodity hardware and delivers object,
310 block and file system storage. This is a
311 FUSE-based client that allows one to map Ceph rbd images as files.
312 .
313 FUSE base client that allows one to map Ceph rbd images as files.
314
315 Package: rbd-fuse-dbg
316 Architecture: linux-any
317 Section: debug
318 Priority: extra
319 Depends: rbd-fuse (= ${binary:Version}),
320 ${misc:Depends},
321 Description: debugging symbols for rbd-fuse
322 Ceph is a massively scalable, open-source, distributed
323 storage system that runs on commodity hardware and delivers object,
324 block and file system storage. This is a
325 FUSE-based client that allows one to map Ceph rbd images as files.
326 .
327 This package contains the debugging symbols for rbd-fuse.
328
329 Package: rbd-mirror
330 Architecture: linux-any
331 Depends: ceph-common (= ${binary:Version}),
332 librados2 (= ${binary:Version}),
333 ${misc:Depends},
334 ${shlibs:Depends},
335 Description: Ceph daemon for mirroring RBD images
336 Ceph is a massively scalable, open-source, distributed
337 storage system that runs on commodity hardware and delivers object,
338 block and file system storage. This is a
339 daemon for mirroring RBD images between Ceph clusters, streaming
340 changes asynchronously.
341
342 Package: rbd-mirror-dbg
343 Architecture: linux-any
344 Section: debug
345 Priority: extra
346 Depends: rbd-mirror (= ${binary:Version}),
347 ${misc:Depends},
348 Description: debugging symbols for rbd-mirror
349 Ceph is a massively scalable, open-source, distributed
350 storage system that runs on commodity hardware and delivers object,
351 block and file system storage. This is a
352 daemon for mirroring RBD images between Ceph clusters, streaming
353 changes asynchronously.
354 .
355 This package contains the debugging symbols for rbd-mirror.
356
357 Package: rbd-nbd
358 Architecture: linux-any
359 Depends: ${misc:Depends},
360 ${shlibs:Depends},
361 Description: NBD-based rbd client for the Ceph distributed file system
362 Ceph is a massively scalable, open-source, distributed
363 storage system that runs on commodity hardware and delivers object,
364 block and file system storage. This is a
365 NBD-based client that allows one to map Ceph rbd images as local
366 block device.
367 .
368 NBD base client that allows one to map Ceph rbd images as local
369 block device.
370
371 Package: rbd-nbd-dbg
372 Architecture: linux-any
373 Section: debug
374 Priority: extra
375 Depends: rbd-nbd (= ${binary:Version}),
376 ${misc:Depends},
377 Description: debugging symbols for rbd-nbd
378 Ceph is a massively scalable, open-source, distributed
379 storage system that runs on commodity hardware and delivers object,
380 block and file system storage. This is a
381 NBD-based client that allows one to map Ceph rbd images as local
382 block device.
383 .
384 This package contains the debugging symbols for rbd-nbd.
385
386 Package: ceph-common
387 Architecture: linux-any
388 Depends: librbd1 (= ${binary:Version}),
389 python-cephfs (= ${binary:Version}),
390 python-prettytable,
391 python-rados (= ${binary:Version}),
392 python-rbd (= ${binary:Version}),
393 python-requests,
394 python-rgw (= ${binary:Version}),
395 ${misc:Depends},
396 ${python:Depends},
397 ${shlibs:Depends},
398 Conflicts: ceph-client-tools,
399 Replaces: ceph (<< 10),
400 ceph-client-tools,
401 ceph-fs-common (<< 11.0),
402 ceph-test (<< 9.0.3-1646),
403 librbd1 (<< 0.92-1238),
404 python-ceph (<< 0.92-1223),
405 Breaks: ceph (<< 10),
406 ceph-fs-common (<< 11.0),
407 ceph-test (<< 9.0.3-1646),
408 librbd1 (<< 0.92-1238),
409 python-ceph (<< 0.92-1223),
410 Suggests: ceph-base (= ${binary:Version}),
411 ceph-mds (= ${binary:Version}),
412 Description: common utilities to mount and interact with a ceph storage cluster
413 Ceph is a massively scalable, open-source, distributed
414 storage system that runs on commodity hardware and delivers object,
415 block and file system storage. This is a collection
416 of common tools that allow one to interact with and administer a Ceph cluster.
417
418 Package: ceph-common-dbg
419 Architecture: linux-any
420 Depends: ceph-common (= ${binary:Version}),
421 ${misc:Depends},
422 Conflicts: ceph-client-tools-dbg,
423 Replaces: ceph-client-tools-dbg,
424 ceph-test-dbg (<< 9.0.3-1646),
425 Breaks: ceph-test-dbg (<< 9.0.3-1646),
426 Section: debug
427 Priority: extra
428 Description: debugging symbols for ceph-common
429 Ceph is a massively scalable, open-source, distributed
430 storage system that runs on commodity hardware and delivers object,
431 block and file system storage. This is a collection
432 of common tools that allow one to interact with and administer a Ceph cluster.
433 .
434 This package contains the debugging symbols for ceph-common.
435
436 Package: ceph-resource-agents
437 Architecture: linux-any
438 Recommends: pacemaker,
439 Priority: extra
440 Depends: ceph (= ${binary:Version}),
441 resource-agents,
442 ${misc:Depends},
443 Description: OCF-compliant resource agents for Ceph
444 Ceph is a massively scalable, open-source, distributed
445 storage system that runs on commodity hardware and delivers object,
446 block and file system storage.
447 .
448 This package contains the resource agents (RAs) which integrate
449 Ceph with OCF-compliant cluster resource managers,
450 such as Pacemaker.
451
452 Package: librados2
453 Conflicts: librados,
454 librados1,
455 Replaces: librados,
456 librados1,
457 Architecture: linux-any
458 Section: libs
459 Depends: ${misc:Depends},
460 ${shlibs:Depends},
461 Description: RADOS distributed object store client library
462 RADOS is a reliable, autonomic distributed object storage cluster
463 developed as part of the Ceph distributed storage system. This is a
464 shared library allowing applications to access the distributed object
465 store using a simple file-like interface.
466
467 Package: librados2-dbg
468 Conflicts: librados1-dbg,
469 Replaces: librados1-dbg,
470 Architecture: linux-any
471 Section: debug
472 Priority: extra
473 Depends: librados2 (= ${binary:Version}),
474 ${misc:Depends},
475 Description: debugging symbols for librados
476 RADOS is a reliable, autonomic distributed object storage cluster
477 developed as part of the Ceph distributed storage system. This is a
478 shared library allowing applications to access the distributed object
479 store using a simple file-like interface.
480 .
481 This package contains debugging symbols for librados.
482
483 Package: librados-dev
484 Architecture: linux-any
485 Section: libdevel
486 Depends: librados2 (= ${binary:Version}),
487 ${misc:Depends},
488 ${shlibs:Depends},
489 Conflicts: librados1-dev,
490 librados2-dev,
491 Replaces: librados1-dev,
492 librados2-dev,
493 Description: RADOS distributed object store client library (development files)
494 RADOS is a reliable, autonomic distributed object storage cluster
495 developed as part of the Ceph distributed storage system. This is a
496 shared library allowing applications to access the distributed object
497 store using a simple file-like interface.
498 .
499 This package contains development files needed for building applications that
500 link against librados.
501
502 Package: libradosstriper1
503 Architecture: linux-any
504 Section: libs
505 Depends: librados2 (= ${binary:Version}),
506 ${misc:Depends},
507 ${shlibs:Depends},
508 Description: RADOS striping interface
509 Striping interface built on top of the rados library, allowing
510 to stripe bigger objects onto several standard rados objects using
511 an interface very similar to the rados one.
512
513 Package: libradosstriper1-dbg
514 Architecture: linux-any
515 Section: debug
516 Priority: extra
517 Depends: libradosstriper1 (= ${binary:Version}),
518 ${misc:Depends},
519 Description: debugging symbols for libradosstriper
520 libradosstriper is a striping interface built on top of the rados
521 library, allowing to stripe bigger objects onto several standard
522 rados objects using an interface very similar to the rados one.
523 .
524 This package contains debugging symbols for libradosstriper.
525
526 Package: libradosstriper-dev
527 Architecture: linux-any
528 Section: libdevel
529 Depends: libradosstriper1 (= ${binary:Version}),
530 ${misc:Depends},
531 Description: RADOS striping interface (development files)
532 libradosstriper is a striping interface built on top of the rados
533 library, allowing to stripe bigger objects onto several standard
534 rados objects using an interface very similar to the rados one.
535 .
536 This package contains development files needed for building applications that
537 link against libradosstriper.
538
539 Package: librbd1
540 Architecture: linux-any
541 Section: libs
542 Depends: librados2 (= ${binary:Version}),
543 ${misc:Depends},
544 ${shlibs:Depends},
545 Description: RADOS block device client library
546 RBD is a block device striped across multiple distributed objects
547 in RADOS, a reliable, autonomic distributed object storage cluster
548 developed as part of the Ceph distributed storage system. This is a
549 shared library allowing applications to manage these block devices.
550
551 Package: librbd1-dbg
552 Architecture: linux-any
553 Section: debug
554 Priority: extra
555 Depends: librbd1 (= ${binary:Version}),
556 ${misc:Depends},
557 Description: debugging symbols for librbd1
558 RBD is a block device striped across multiple distributed objects
559 in RADOS, a reliable, autonomic distributed object storage cluster
560 developed as part of the Ceph distributed storage system. This is a
561 shared library allowing applications to manage these block devices.
562 .
563 This package contains debugging symbols for librbd1.
564
565 Package: librbd-dev
566 Architecture: linux-any
567 Section: libdevel
568 Depends: librados-dev (= ${binary:Version}),
569 librbd1 (= ${binary:Version}),
570 ${misc:Depends},
571 Conflicts: librbd1-dev,
572 Replaces: librbd1-dev,
573 Description: RADOS block device client library (development files)
574 RBD is a block device striped across multiple distributed objects
575 in RADOS, a reliable, autonomic distributed object storage cluster
576 developed as part of the Ceph distributed storage system. This is a
577 shared library allowing applications to manage these block devices.
578 .
579 This package contains development files needed for building applications that
580 link against librbd1.
581
582 Package: libcephfs2
583 Conflicts: libceph,
584 libceph1,
585 libcephfs,
586 Replaces: libceph,
587 libceph1,
588 libcephfs,
589 Architecture: linux-any
590 Section: libs
591 Depends: ${misc:Depends},
592 ${shlibs:Depends},
593 Description: Ceph distributed file system client library
594 Ceph is a massively scalable, open-source, distributed
595 storage system that runs on commodity hardware and delivers object,
596 block and file system storage. This is a
597 shared library allowing applications to access a Ceph distributed
598 file system via a POSIX-like interface.
599
600 Package: libcephfs2-dbg
601 Architecture: linux-any
602 Section: debug
603 Priority: extra
604 Depends: libcephfs2 (= ${binary:Version}),
605 ${misc:Depends},
606 Conflicts: libceph1-dbg,
607 Replaces: libceph1-dbg,
608 Description: debugging symbols for libcephfs2
609 Ceph is a massively scalable, open-source, distributed
610 storage system that runs on commodity hardware and delivers object,
611 block and file system storage. This is a
612 shared library allowing applications to access a Ceph distributed
613 file system via a POSIX-like interface.
614 .
615 This package contains debugging symbols for libcephfs2.
616
617 Package: libcephfs-dev
618 Architecture: linux-any
619 Section: libdevel
620 Depends: libcephfs2 (= ${binary:Version}),
621 ${misc:Depends},
622 Conflicts: libceph-dev,
623 libceph1-dev,
624 libcephfs2-dev,
625 Replaces: libceph-dev,
626 libceph1-dev,
627 libcephfs2-dev,
628 Description: Ceph distributed file system client library (development files)
629 Ceph is a massively scalable, open-source, distributed
630 storage system that runs on commodity hardware and delivers object,
631 block and file system storage. This is a
632 shared library allowing applications to access a Ceph distributed
633 file system via a POSIX-like interface.
634 .
635 This package contains development files needed for building applications that
636 link against libcephfs.
637
638 Package: librgw2
639 Architecture: linux-any
640 Section: libs
641 Depends: librados2 (= ${binary:Version}),
642 ${misc:Depends},
643 ${shlibs:Depends},
644 Description: RADOS Gateway client library
645 RADOS is a distributed object store used by the Ceph distributed
646 storage system. This package provides a REST gateway to the
647 object store that aims to implement a superset of Amazon's S3
648 service.
649 .
650 This package contains the library interface and headers only.
651
652 Package: librgw2-dbg
653 Architecture: linux-any
654 Section: debug
655 Priority: extra
656 Depends: librgw2 (= ${binary:Version}),
657 ${misc:Depends},
658 Description: debugging symbols for librbd1
659 RADOS is a distributed object store used by the Ceph distributed
660 storage system. This package provides a REST gateway to the
661 object store that aims to implement a superset of Amazon's S3
662 service.
663 .
664 This package contains debugging symbols for librgw2.
665
666 Package: librgw-dev
667 Architecture: linux-any
668 Section: libdevel
669 Depends: librados-dev (= ${binary:Version}),
670 librgw2 (= ${binary:Version}),
671 ${misc:Depends},
672 Description: RADOS client library (development files)
673 RADOS is a distributed object store used by the Ceph distributed
674 storage system. This package provides a REST gateway to the
675 object store that aims to implement a superset of Amazon's S3
676 service.
677 .
678 This package contains development files needed for building applications
679 that link against librgw2.
680
681 Package: radosgw
682 Architecture: linux-any
683 Depends: ceph-common (= ${binary:Version}),
684 librgw2 (= ${binary:Version}),
685 mime-support,
686 ${misc:Depends},
687 ${shlibs:Depends},
688 Recommends: ntp | time-daemon,
689 Description: REST gateway for RADOS distributed object store
690 RADOS is a distributed object store used by the Ceph distributed
691 storage system. This package provides a REST gateway to the
692 object store that aims to implement a superset of Amazon's S3
693 service as well as the OpenStack Object Storage ("Swift") API.
694 .
695 This package contains the proxy daemon and related tools only.
696
697 Package: radosgw-dbg
698 Architecture: linux-any
699 Section: debug
700 Priority: extra
701 Depends: radosgw (= ${binary:Version}),
702 ${misc:Depends},
703 Description: debugging symbols for radosgw
704 RADOS is a distributed object store used by the Ceph distributed
705 storage system. This package provides a REST gateway to the
706 object store that aims to implement a superset of Amazon's S3
707 service as well as the OpenStack Object Storage ("Swift") API.
708 .
709 This package contains debugging symbols for radosgw.
710
711 Package: ceph-test
712 Architecture: linux-any
713 Depends: ceph-common,
714 curl,
715 jq,
716 socat,
717 xmlstarlet,
718 ${misc:Depends},
719 ${shlibs:Depends},
720 Replaces: ceph-base (<< 11)
721 Breaks: ceph-base (<< 1)
722 Description: Ceph test and benchmarking tools
723 This package contains tools for testing and benchmarking Ceph.
724
725 Package: ceph-test-dbg
726 Architecture: linux-any
727 Section: debug
728 Priority: extra
729 Depends: ceph-common (= ${binary:Version}),
730 ceph-test (= ${binary:Version}),
731 curl,
732 ${misc:Depends},
733 Description: Ceph test and benchmarking tools
734 .
735 This package contains the debugging symbols for ceph-test.
736
737 Package: python-ceph
738 Architecture: linux-any
739 Section: python
740 Depends: python-cephfs (= ${binary:Version}),
741 python-rados (= ${binary:Version}),
742 python-rbd (= ${binary:Version}),
743 python-rgw (= ${binary:Version}),
744 Description: Meta-package for python libraries for the Ceph libraries
745 Ceph is a massively scalable, open-source, distributed
746 storage system that runs on commodity hardware and delivers object,
747 block and file system storage.
748 .
749 This package is a metapackage for all Python 2 bindings.
750
751 Package: python-rados
752 Architecture: linux-any
753 Section: python
754 Depends: librados2 (= ${binary:Version}),
755 ${misc:Depends},
756 ${python:Depends},
757 ${shlibs:Depends},
758 Replaces: python-ceph (<< 0.92-1223),
759 Breaks: python-ceph (<< 0.92-1223),
760 Description: Python 2 libraries for the Ceph librados library
761 Ceph is a massively scalable, open-source, distributed
762 storage system that runs on commodity hardware and delivers object,
763 block and file system storage.
764 .
765 This package contains Python 2 libraries for interacting with Ceph's
766 RADOS object storage.
767
768 Package: python-rados-dbg
769 Architecture: linux-any
770 Section: debug
771 Priority: extra
772 Depends: python-rados (= ${binary:Version}),
773 python-dbg,
774 ${misc:Depends},
775 Description: Python 2 libraries for the Ceph librados library
776 Ceph is a massively scalable, open-source, distributed
777 storage system that runs on commodity hardware and delivers object,
778 block and file system storage.
779 .
780 This package contains Python 2 libraries for interacting with Ceph's
781 RADOS object storage.
782 .
783 This package contains the debugging symbols for python-rados.
784
785 Package: python3-rados
786 Architecture: linux-any
787 Section: python
788 Depends: librados2 (= ${binary:Version}),
789 ${misc:Depends},
790 ${python3:Depends},
791 ${shlibs:Depends},
792 Description: Python 3 libraries for the Ceph librados library
793 Ceph is a massively scalable, open-source, distributed
794 storage system that runs on commodity hardware and delivers object,
795 block and file system storage.
796 .
797 This package contains Python 3 libraries for interacting with Ceph's
798 RADOS object storage.
799
800 Package: python3-rados-dbg
801 Architecture: linux-any
802 Section: debug
803 Priority: extra
804 Depends: python3-rados (= ${binary:Version}),
805 python3-dbg,
806 ${misc:Depends}
807 Description: Python 3 libraries for the Ceph librados library
808 Ceph is a massively scalable, open-source, distributed
809 storage system that runs on commodity hardware and delivers object,
810 block and file system storage.
811 .
812 This package contains Python 3 libraries for interacting with Ceph's
813 RADOS object storage.
814 .
815 This package contains the debugging symbols for python-rados.
816
817 Package: python-rbd
818 Architecture: linux-any
819 Section: python
820 Depends: librbd1 (>= ${binary:Version}),
821 ${misc:Depends},
822 ${python:Depends},
823 ${shlibs:Depends},
824 Replaces: python-ceph (<< 0.92-1223),
825 Breaks: python-ceph (<< 0.92-1223),
826 Description: Python 2 libraries for the Ceph librbd library
827 Ceph is a massively scalable, open-source, distributed
828 storage system that runs on commodity hardware and delivers object,
829 block and file system storage.
830 .
831 This package contains Python 2 libraries for interacting with Ceph's
832 RBD block device library.
833
834 Package: python-rbd-dbg
835 Architecture: linux-any
836 Section: debug
837 Priority: extra
838 Depends: python-rbd (= ${binary:Version}),
839 python-dbg,
840 ${misc:Depends},
841 Description: Python 2 libraries for the Ceph librbd library
842 Ceph is a massively scalable, open-source, distributed
843 storage system that runs on commodity hardware and delivers object,
844 block and file system storage.
845 .
846 This package contains Python 2 libraries for interacting with Ceph's
847 RBD block device library.
848 .
849 This package contains the debugging symbols for python-rbd.
850
851 Package: python3-rbd
852 Architecture: linux-any
853 Section: python
854 Depends: librbd1 (>= ${binary:Version}),
855 ${misc:Depends},
856 ${python3:Depends},
857 ${shlibs:Depends},
858 Description: Python 3 libraries for the Ceph librbd library
859 Ceph is a massively scalable, open-source, distributed
860 storage system that runs on commodity hardware and delivers object,
861 block and file system storage.
862 .
863 This package contains Python 3 libraries for interacting with Ceph's
864 RBD block device library.
865
866 Package: python3-rbd-dbg
867 Architecture: linux-any
868 Section: debug
869 Priority: extra
870 Depends: python3-rbd (= ${binary:Version}),
871 python3-dbg,
872 ${misc:Depends},
873 Description: Python 3 libraries for the Ceph librbd library
874 Ceph is a massively scalable, open-source, distributed
875 storage system that runs on commodity hardware and delivers object,
876 block and file system storage.
877 .
878 This package contains Python 3 libraries for interacting with Ceph's
879 RBD block device library.
880 .
881 This package contains the debugging symbols for python-rbd.
882
883 Package: python-rgw
884 Architecture: linux-any
885 Section: python
886 Depends: librgw2 (>= ${binary:Version}),
887 ${misc:Depends},
888 ${python:Depends},
889 ${shlibs:Depends},
890 Replaces: python-ceph (<< 0.92-1223),
891 Breaks: python-ceph (<< 0.92-1223),
892 Description: Python 2 libraries for the Ceph librgw library
893 Ceph is a massively scalable, open-source, distributed
894 storage system that runs on commodity hardware and delivers object,
895 block and file system storage.
896 .
897 This package contains Python 2 libraries for interacting with Ceph's
898 RGW library.
899
900 Package: python-rgw-dbg
901 Architecture: linux-any
902 Section: debug
903 Priority: extra
904 Depends: python-rgw (= ${binary:Version}),
905 python-dbg,
906 ${misc:Depends},
907 Description: Python 2 libraries for the Ceph librgw library
908 Ceph is a massively scalable, open-source, distributed
909 storage system that runs on commodity hardware and delivers object,
910 block and file system storage.
911 .
912 This package contains Python 2 libraries for interacting with Ceph's
913 RGW library.
914 .
915 This package contains the debugging symbols for python-rgw.
916
917 Package: python3-rgw
918 Architecture: linux-any
919 Section: python
920 Depends: librgw2 (>= ${binary:Version}),
921 ${misc:Depends},
922 ${python3:Depends},
923 ${shlibs:Depends},
924 Description: Python 3 libraries for the Ceph librgw library
925 Ceph is a massively scalable, open-source, distributed
926 storage system that runs on commodity hardware and delivers object,
927 block and file system storage.
928 .
929 This package contains Python 3 libraries for interacting with Ceph's
930 RGW library.
931
932 Package: python3-rgw-dbg
933 Architecture: linux-any
934 Section: debug
935 Priority: extra
936 Depends: python3-rgw (= ${binary:Version}),
937 python3-dbg,
938 ${misc:Depends},
939 Description: Python 3 libraries for the Ceph librgw library
940 Ceph is a massively scalable, open-source, distributed
941 storage system that runs on commodity hardware and delivers object,
942 block and file system storage.
943 .
944 This package contains Python 3 libraries for interacting with Ceph's
945 RGW library.
946 .
947 This package contains the debugging symbols for python3-rgw.
948
949 Package: python-cephfs
950 Architecture: linux-any
951 Section: python
952 Depends: libcephfs2 (= ${binary:Version}),
953 ${misc:Depends},
954 ${python:Depends},
955 ${shlibs:Depends},
956 Replaces: python-ceph (<< 0.92-1223),
957 Breaks: python-ceph (<< 0.92-1223),
958 Description: Python 2 libraries for the Ceph libcephfs library
959 Ceph is a massively scalable, open-source, distributed
960 storage system that runs on commodity hardware and delivers object,
961 block and file system storage.
962 .
963 This package contains Python 2 libraries for interacting with Ceph's
964 CephFS file system client library.
965
966 Package: python-cephfs-dbg
967 Architecture: linux-any
968 Section: debug
969 Priority: extra
970 Depends: python-cephfs (= ${binary:Version}),
971 python-dbg,
972 ${misc:Depends},
973 Description: Python 2 libraries for the Ceph libcephfs library
974 Ceph is a massively scalable, open-source, distributed
975 storage system that runs on commodity hardware and delivers object,
976 block and file system storage.
977 .
978 This package contains Python 2 libraries for interacting with Ceph's
979 CephFS file system client library.
980 .
981 This package contains the debugging symbols for python-cephfs.
982
983 Package: python3-cephfs
984 Architecture: linux-any
985 Section: python
986 Depends: libcephfs2 (= ${binary:Version}),
987 ${misc:Depends},
988 ${python3:Depends},
989 ${shlibs:Depends},
990 Description: Python 3 libraries for the Ceph libcephfs library
991 Ceph is a massively scalable, open-source, distributed
992 storage system that runs on commodity hardware and delivers object,
993 block and file system storage.
994 .
995 This package contains Python 3 libraries for interacting with Ceph's
996 CephFS file system client library.
997
998 Package: python3-cephfs-dbg
999 Architecture: linux-any
1000 Section: debug
1001 Priority: extra
1002 Depends: python3-cephfs (= ${binary:Version}),
1003 python3-dbg,
1004 ${misc:Depends},
1005 Description: Python 3 libraries for the Ceph libcephfs library
1006 Ceph is a massively scalable, open-source, distributed
1007 storage system that runs on commodity hardware and delivers object,
1008 block and file system storage.
1009 .
1010 This package contains Python 3 libraries for interacting with Ceph's
1011 CephFS file system client library.
1012 .
1013 This package contains the debugging symbols for python3-cephfs.
1014
1015 Package: python3-ceph-argparse
1016 Architecture: linux-any
1017 Section: python
1018 Depends: ${misc:Depends},
1019 ${python3:Depends},
1020 Description: Python 3 utility libraries for Ceph CLI
1021 Ceph is a massively scalable, open-source, distributed
1022 storage system that runs on commodity hardware and delivers object,
1023 block and file system storage.
1024 .
1025 This package contains types and routines for Python 3 used by the
1026 Ceph CLI as well as the RESTful interface.
1027
1028 Package: libcephfs-java
1029 Section: java
1030 Architecture: all
1031 Depends: libcephfs-jni (= ${binary:Version}),
1032 ${java:Depends},
1033 ${misc:Depends},
1034 Description: Java libraries for the Ceph File System
1035
1036 Package: libcephfs-jni
1037 Architecture: linux-any
1038 Section: java
1039 Depends: libcephfs2 (= ${binary:Version}),
1040 ${java:Depends},
1041 ${misc:Depends},
1042 ${shlibs:Depends},
1043 Description: Java Native Interface library for CephFS Java bindings
1044
1045 Package: rados-objclass-dev
1046 Architecture: linux-any
1047 Section: libdevel
1048 Depends: librados-dev (= ${binary:Version}) ${misc:Depends},
1049 Description: RADOS object class development kit.
1050 .
1051 This package contains development files needed for building RADOS object class plugins.