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