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