freebsd-ports/net/ceph13/pkg-plist
Kurt Jaeger d20c1e9a1c New port: net/ceph13: Ceph delivers object, block, and file storage
Ceph is a distributed object store and file system designed to provide
excellent performance, reliability and scalability.

* Object Storage
  Ceph provides seamless access to objects using native language bindings or
  radosgw, a REST interface for applications written with S3 and Swift.
* Block Storage
  Ceph's RADOS Block Device (RBD) provides access to block device images
  that are striped and replicated across the entire storage cluster.
* File System
  Ceph provides a POSIX-compliant network file system aiming for large data
  storage, high performance, and maximum compatibility with legacy applications.

This FreeBSD build will build most of the tools in Ceph:
* Mon, OSD, rados, RadosGW, rbd
* init-ceph, and etc/rc.d/ceph on top of that
* ceph-disk {prepare, activate}
With these tools one can build a multi server, multi osd cluster fully
running on FreeBSD and do some testing...

WWW: https://ceph.com/

PR:		230432
Submitted by:	Willem Jan Withagen <wjw@digiware.nl>
2019-02-05 18:01:36 +00:00

759 lines
45 KiB
Plaintext

bin/ceph
bin/ceph-authtool
bin/ceph-clsinfo
bin/ceph-conf
bin/ceph-coverage
bin/ceph-debugpack
bin/ceph-dencoder
bin/ceph-detect-init
bin/ceph-fuse
bin/ceph-kvstore-tool
bin/ceph-mds
bin/ceph-mgr
bin/ceph-mon
bin/ceph-monstore-tool
bin/ceph-objectstore-tool
bin/ceph-osd
bin/ceph-osdomap-tool
bin/ceph-post-file
bin/ceph-rbdnamer
bin/ceph-run
bin/ceph_erasure_code
bin/ceph_erasure_code_benchmark
bin/ceph_objectstore_bench
bin/ceph_omapbench
bin/ceph_radosacl
bin/ceph_rgw_jsonparser
bin/ceph_rgw_multiparser
bin/ceph_scratchtool
bin/crushtool
bin/init-ceph
bin/librados-config
bin/monmaptool
bin/osdmaptool
bin/rados
bin/radosgw
bin/radosgw-admin
bin/radosgw-es
bin/radosgw-object-expirer
bin/radosgw-token
bin/rbd
bin/rbd-fuse
bin/rbd-ggate
bin/rbd-mirror
bin/rbd-replay
bin/rbd-replay-many
bin/rbdmap
etc/bash_completion.d/ceph
etc/bash_completion.d/rados
etc/bash_completion.d/radosgw-admin
etc/bash_completion.d/rbd
%%ETCDIR%%/ceph.conf.sample
include/rados/buffer.h
include/rados/buffer_fwd.h
include/rados/crc32c.h
include/rados/inline_memory.h
include/rados/librados.h
include/rados/librados.hpp
include/rados/librgw.h
include/rados/memory.h
include/rados/objclass.h
include/rados/page.h
include/rados/rados_types.h
include/rados/rados_types.hpp
include/rados/rgw_file.h
include/radosstriper/libradosstriper.h
include/radosstriper/libradosstriper.hpp
include/rbd/features.h
include/rbd/librbd.h
include/rbd/librbd.hpp
lib/ceph/ceph-monstore-update-crush.sh
lib/ceph/compressor/libceph_lz4.so
lib/ceph/compressor/libceph_lz4.so.2
lib/ceph/compressor/libceph_lz4.so.2.0.0
lib/ceph/compressor/libceph_snappy.so
lib/ceph/compressor/libceph_snappy.so.2
lib/ceph/compressor/libceph_snappy.so.2.0.0
lib/ceph/compressor/libceph_zlib.so
lib/ceph/compressor/libceph_zlib.so.2
lib/ceph/compressor/libceph_zlib.so.2.0.0
lib/ceph/compressor/libceph_zstd.so
lib/ceph/compressor/libceph_zstd.so.2
lib/ceph/compressor/libceph_zstd.so.2.0.0
lib/ceph/crypto/libceph_crypto_isal.so
lib/ceph/crypto/libceph_crypto_isal.so.1
lib/ceph/crypto/libceph_crypto_isal.so.1.0.0
lib/ceph/erasure-code/libec_isa.so
lib/ceph/erasure-code/libec_jerasure.so
lib/ceph/erasure-code/libec_jerasure_generic.so
lib/ceph/erasure-code/libec_jerasure_sse3.so
lib/ceph/erasure-code/libec_jerasure_sse4.so
lib/ceph/erasure-code/libec_lrc.so
lib/ceph/erasure-code/libec_shec.so
lib/ceph/erasure-code/libec_shec_generic.so
lib/ceph/erasure-code/libec_shec_sse3.so
lib/ceph/erasure-code/libec_shec_sse4.so
lib/ceph/libceph-common.so
lib/ceph/libceph-common.so.0
lib/ceph/mgr/CMakeLists.txt
lib/ceph/mgr/balancer/__init__.py
lib/ceph/mgr/balancer/module.py
lib/ceph/mgr/dashboard/.coveragerc
lib/ceph/mgr/dashboard/.editorconfig
lib/ceph/mgr/dashboard/.pylintrc
lib/ceph/mgr/dashboard/CMakeLists.txt
lib/ceph/mgr/dashboard/HACKING.rst
lib/ceph/mgr/dashboard/README.rst
lib/ceph/mgr/dashboard/__init__.py
lib/ceph/mgr/dashboard/awsauth.py
lib/ceph/mgr/dashboard/controllers/__init__.py
lib/ceph/mgr/dashboard/controllers/auth.py
lib/ceph/mgr/dashboard/controllers/cephfs.py
lib/ceph/mgr/dashboard/controllers/cluster_configuration.py
lib/ceph/mgr/dashboard/controllers/dashboard.py
lib/ceph/mgr/dashboard/controllers/erasure_code_profile.py
lib/ceph/mgr/dashboard/controllers/host.py
lib/ceph/mgr/dashboard/controllers/monitor.py
lib/ceph/mgr/dashboard/controllers/osd.py
lib/ceph/mgr/dashboard/controllers/perf_counters.py
lib/ceph/mgr/dashboard/controllers/pool.py
lib/ceph/mgr/dashboard/controllers/rbd.py
lib/ceph/mgr/dashboard/controllers/rbd_mirroring.py
lib/ceph/mgr/dashboard/controllers/rgw.py
lib/ceph/mgr/dashboard/controllers/summary.py
lib/ceph/mgr/dashboard/controllers/task.py
lib/ceph/mgr/dashboard/controllers/tcmu_iscsi.py
lib/ceph/mgr/dashboard/exceptions.py
lib/ceph/mgr/dashboard/frontend/.angular-cli.json
lib/ceph/mgr/dashboard/frontend/.editorconfig
lib/ceph/mgr/dashboard/frontend/e2e/cluster/monitors.e2e-spec.ts
lib/ceph/mgr/dashboard/frontend/e2e/cluster/monitors.po.ts
lib/ceph/mgr/dashboard/frontend/e2e/cluster/osds.e2e-spec.ts
lib/ceph/mgr/dashboard/frontend/e2e/cluster/osds.po.ts
lib/ceph/mgr/dashboard/frontend/e2e/helper.po.ts
lib/ceph/mgr/dashboard/frontend/e2e/tsconfig.e2e.json
lib/ceph/mgr/dashboard/frontend/karma.conf.js
lib/ceph/mgr/dashboard/frontend/package.json
lib/ceph/mgr/dashboard/frontend/protractor.conf.js
lib/ceph/mgr/dashboard/frontend/proxy.conf.json.sample
lib/ceph/mgr/dashboard/frontend/src/app/app-routing.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/app.component.html
lib/ceph/mgr/dashboard/frontend/src/app/app.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/app.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/app.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/app.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/flatten-confirmation-modal/flatten-confimation-modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/flatten-confirmation-modal/flatten-confimation-modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/flatten-confirmation-modal/flatten-confimation-modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/flatten-confirmation-modal/flatten-confimation-modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/mirror-health-color.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/mirror-health-color.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-clone-request.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-copy-request.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-create-request.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-edit-request.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-mode.enum.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-response.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-parent.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot.model.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rollback-confirmation-modal/rollback-confimation-modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rollback-confirmation-modal/rollback-confimation-modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rollback-confirmation-modal/rollback-confimation-modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/block/rollback-confirmation-modal/rollback-confimation-modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/ceph.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/log-color.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/log-color.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/mds-summary.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/mds-summary.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/mgr-summary.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/mgr-summary.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/mon-summary.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/mon-summary.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/osd-summary.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/osd-summary.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status-style.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status-style.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/pool/pool.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-capability.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-s3-key.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-subuser.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-swift-key.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/auth.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/login/login.component.html
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/login/login.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/login/login.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/login/login.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.html
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/core.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.html
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html
lib/ceph/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/api.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/auth.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/cephfs.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/cephfs.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/configuration.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/configuration.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/dashboard.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/dashboard.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/host.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/monitor.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/monitor.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/osd.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/osd.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/pool.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rbd-mirroring.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rbd-mirroring.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rbd.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rgw-daemon.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rgw-daemon.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rgw-user.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/rgw-user.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/table-performance-counter.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/table-performance-counter.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/api/tcmu-iscsi.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/error-panel/error-panel.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/info-panel/info-panel.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/info-panel/info-panel.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/info-panel/info-panel.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/info-panel/info-panel.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/datatable.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/autofocus.directive.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/autofocus.directive.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/copy2clipboard-button.directive.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/copy2clipboard-button.directive.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary.directive.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary.directive.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/password-button.directive.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/directives/password-button.directive.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/empty.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/empty.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/enum/cell-template.enum.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/enum/notification-type.enum.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/enum/unix_errno.enum.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/enum/view-cache-status.enum.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/cd-notification.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/cd-table-column.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/cd-table-selection.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/chart-tooltip.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/credentials.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/executing-task.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/finished-task.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/task-exception.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/models/task.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/cd-date.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/cd-date.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/ceph-short-version.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/ceph-short-version.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/filter.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/filter.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/health-color.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/health-color.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/list.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/list.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/pipes.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/relative-date.pipe.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/relative-date.pipe.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/api-interceptor.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/auth-guard.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/auth-storage.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/formatter.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/formatter.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/module-status-guard.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/notification.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/notification.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/services.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/summary.service.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/summary.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/task-manager-message.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/services/task-manager.service.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/shared.module.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/validators/cd-validators.spec.ts
lib/ceph/mgr/dashboard/frontend/src/app/shared/validators/cd-validators.ts
lib/ceph/mgr/dashboard/frontend/src/assets/.gitkeep
lib/ceph/mgr/dashboard/frontend/src/assets/1280px-Mimic_Octopus2.jpg
lib/ceph/mgr/dashboard/frontend/src/assets/Ceph_Logo_Stacked_RGB_White_120411_fa_256x256.png
lib/ceph/mgr/dashboard/frontend/src/assets/Ceph_Logo_Standard_RGB_White_120411_fa.png
lib/ceph/mgr/dashboard/frontend/src/assets/loading.gif
lib/ceph/mgr/dashboard/frontend/src/assets/logo-mini.png
lib/ceph/mgr/dashboard/frontend/src/assets/notification-icons.png
lib/ceph/mgr/dashboard/frontend/src/defaults.scss
lib/ceph/mgr/dashboard/frontend/src/environments/environment.prod.ts
lib/ceph/mgr/dashboard/frontend/src/environments/environment.ts
lib/ceph/mgr/dashboard/frontend/src/favicon.ico
lib/ceph/mgr/dashboard/frontend/src/index.html
lib/ceph/mgr/dashboard/frontend/src/main.ts
lib/ceph/mgr/dashboard/frontend/src/openattic-theme.scss
lib/ceph/mgr/dashboard/frontend/src/polyfills.ts
lib/ceph/mgr/dashboard/frontend/src/styles.scss
lib/ceph/mgr/dashboard/frontend/src/styles/chart-tooltip.scss
lib/ceph/mgr/dashboard/frontend/src/styles/popover.scss
lib/ceph/mgr/dashboard/frontend/src/test.ts
lib/ceph/mgr/dashboard/frontend/src/tsconfig.app.json
lib/ceph/mgr/dashboard/frontend/src/tsconfig.spec.json
lib/ceph/mgr/dashboard/frontend/src/typings.d.ts
lib/ceph/mgr/dashboard/frontend/tsconfig.json
lib/ceph/mgr/dashboard/frontend/tslint.json
lib/ceph/mgr/dashboard/module.py
lib/ceph/mgr/dashboard/requirements.txt
lib/ceph/mgr/dashboard/rest_client.py
lib/ceph/mgr/dashboard/run-backend-api-request.sh
lib/ceph/mgr/dashboard/run-backend-api-tests.sh
lib/ceph/mgr/dashboard/run-frontend-e2e-tests.sh
lib/ceph/mgr/dashboard/run-frontend-unittests.sh
lib/ceph/mgr/dashboard/run-tox.sh
lib/ceph/mgr/dashboard/services/__init__.py
lib/ceph/mgr/dashboard/services/ceph_service.py
lib/ceph/mgr/dashboard/services/rgw_client.py
lib/ceph/mgr/dashboard/settings.py
lib/ceph/mgr/dashboard/tests/__init__.py
lib/ceph/mgr/dashboard/tests/helper.py
lib/ceph/mgr/dashboard/tests/test_notification.py
lib/ceph/mgr/dashboard/tests/test_rbd_mirroring.py
lib/ceph/mgr/dashboard/tests/test_rest_tasks.py
lib/ceph/mgr/dashboard/tests/test_settings.py
lib/ceph/mgr/dashboard/tests/test_task.py
lib/ceph/mgr/dashboard/tests/test_tcmu_iscsi.py
lib/ceph/mgr/dashboard/tests/test_tools.py
lib/ceph/mgr/dashboard/tools.py
lib/ceph/mgr/dashboard/tox.ini
lib/ceph/mgr/hello/__init__.py
lib/ceph/mgr/hello/module.py
lib/ceph/mgr/influx/__init__.py
lib/ceph/mgr/influx/module.py
lib/ceph/mgr/iostat/__init__.py
lib/ceph/mgr/iostat/module.py
lib/ceph/mgr/localpool/__init__.py
lib/ceph/mgr/localpool/module.py
lib/ceph/mgr/mgr_module.py
lib/ceph/mgr/prometheus/__init__.py
lib/ceph/mgr/prometheus/module.py
lib/ceph/mgr/restful/__init__.py
lib/ceph/mgr/restful/api/__init__.py
lib/ceph/mgr/restful/api/config.py
lib/ceph/mgr/restful/api/crush.py
lib/ceph/mgr/restful/api/doc.py
lib/ceph/mgr/restful/api/mon.py
lib/ceph/mgr/restful/api/osd.py
lib/ceph/mgr/restful/api/pool.py
lib/ceph/mgr/restful/api/request.py
lib/ceph/mgr/restful/api/server.py
lib/ceph/mgr/restful/common.py
lib/ceph/mgr/restful/context.py
lib/ceph/mgr/restful/decorators.py
lib/ceph/mgr/restful/hooks.py
lib/ceph/mgr/restful/module.py
lib/ceph/mgr/selftest/__init__.py
lib/ceph/mgr/selftest/module.py
lib/ceph/mgr/smart/__init__.py
lib/ceph/mgr/smart/module.py
lib/ceph/mgr/status/__init__.py
lib/ceph/mgr/status/module.py
lib/ceph/mgr/telegraf/__init__.py
lib/ceph/mgr/telegraf/basesocket.py
lib/ceph/mgr/telegraf/module.py
lib/ceph/mgr/telegraf/protocol.py
lib/ceph/mgr/telegraf/utils.py
lib/ceph/mgr/telemetry/__init__.py
lib/ceph/mgr/telemetry/module.py
lib/ceph/mgr/zabbix/__init__.py
lib/ceph/mgr/zabbix/module.py
lib/ceph/mgr/zabbix/zabbix_template.xml
lib/librados.so
lib/librados.so.2
lib/librados.so.2.0.0
lib/libradosstriper.so
lib/libradosstriper.so.1
lib/libradosstriper.so.1.0.0
lib/librbd.so
lib/librbd.so.1
lib/librbd.so.1.12.0
lib/librgw.so
lib/librgw.so.2
lib/librgw.so.2.0.0
%%PYTHON_SITELIBDIR%%/ceph_argparse.py
%%PYTHON_SITELIBDIR%%/ceph_daemon.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/entry_points.txt
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/requires.txt
%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt
%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/entry_points.txt
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/requires.txt
%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.py
%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.pyc
%%PYTHON_SITELIBDIR%%/ceph_disk/main.py
%%PYTHON_SITELIBDIR%%/ceph_disk/main.pyc
%%PYTHON_SITELIBDIR%%/ceph_volume_client.py
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
%%PYTHON_SITELIBDIR%%/rados.so
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
%%PYTHON_SITELIBDIR%%/rbd.so
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt
%%PYTHON_SITELIBDIR%%/rgw.so
lib/rados-classes/libcls_hello.so
lib/rados-classes/libcls_hello.so.1
lib/rados-classes/libcls_hello.so.1.0.0
lib/rados-classes/libcls_journal.so
lib/rados-classes/libcls_journal.so.1
lib/rados-classes/libcls_journal.so.1.0.0
lib/rados-classes/libcls_lock.so
lib/rados-classes/libcls_lock.so.1
lib/rados-classes/libcls_lock.so.1.0.0
lib/rados-classes/libcls_log.so
lib/rados-classes/libcls_log.so.1
lib/rados-classes/libcls_log.so.1.0.0
lib/rados-classes/libcls_lua.so
lib/rados-classes/libcls_lua.so.1
lib/rados-classes/libcls_lua.so.1.0.0
lib/rados-classes/libcls_numops.so
lib/rados-classes/libcls_numops.so.1
lib/rados-classes/libcls_numops.so.1.0.0
lib/rados-classes/libcls_otp.so
lib/rados-classes/libcls_otp.so.1
lib/rados-classes/libcls_otp.so.1.0.0
lib/rados-classes/libcls_rbd.so
lib/rados-classes/libcls_rbd.so.1
lib/rados-classes/libcls_rbd.so.1.0.0
lib/rados-classes/libcls_refcount.so
lib/rados-classes/libcls_refcount.so.1
lib/rados-classes/libcls_refcount.so.1.0.0
lib/rados-classes/libcls_replica_log.so
lib/rados-classes/libcls_replica_log.so.1
lib/rados-classes/libcls_replica_log.so.1.0.0
lib/rados-classes/libcls_rgw.so
lib/rados-classes/libcls_rgw.so.1
lib/rados-classes/libcls_rgw.so.1.0.0
lib/rados-classes/libcls_sdk.so
lib/rados-classes/libcls_sdk.so.1
lib/rados-classes/libcls_sdk.so.1.0.0
lib/rados-classes/libcls_statelog.so
lib/rados-classes/libcls_statelog.so.1
lib/rados-classes/libcls_statelog.so.1.0.0
lib/rados-classes/libcls_timeindex.so
lib/rados-classes/libcls_timeindex.so.1
lib/rados-classes/libcls_timeindex.so.1.0.0
lib/rados-classes/libcls_user.so
lib/rados-classes/libcls_user.so.1
lib/rados-classes/libcls_user.so.1.0.0
lib/rados-classes/libcls_version.so
lib/rados-classes/libcls_version.so.1
lib/rados-classes/libcls_version.so.1.0.0
libexec/ceph/ceph-osd-prestart.sh
libexec/ceph/ceph_common.sh
man/man8/ceph-authtool.8.gz
man/man8/ceph-bluestore-tool.8.gz
man/man8/ceph-clsinfo.8.gz
man/man8/ceph-conf.8.gz
man/man8/ceph-create-keys.8.gz
man/man8/ceph-debugpack.8.gz
man/man8/ceph-dencoder.8.gz
man/man8/ceph-deploy.8.gz
man/man8/ceph-detect-init.8.gz
man/man8/ceph-disk.8.gz
man/man8/ceph-fuse.8.gz
man/man8/ceph-kvstore-tool.8.gz
man/man8/ceph-mds.8.gz
man/man8/ceph-mon.8.gz
man/man8/ceph-osd.8.gz
man/man8/ceph-post-file.8.gz
man/man8/ceph-rbdnamer.8.gz
man/man8/ceph-run.8.gz
man/man8/ceph-syn.8.gz
man/man8/ceph.8.gz
man/man8/crushtool.8.gz
man/man8/librados-config.8.gz
man/man8/monmaptool.8.gz
man/man8/mount.ceph.8.gz
man/man8/osdmaptool.8.gz
man/man8/rados.8.gz
man/man8/radosgw-admin.8.gz
man/man8/radosgw.8.gz
man/man8/rbd-fuse.8.gz
man/man8/rbd-ggate.8.gz
man/man8/rbd-mirror.8.gz
man/man8/rbd-replay-many.8.gz
man/man8/rbd-replay-prep.8.gz
man/man8/rbd-replay.8.gz
man/man8/rbd.8.gz
man/man8/rbdmap.8.gz
sbin/ceph-create-keys
sbin/ceph-disk
sbin/mount.fuse.ceph
%%DATADIR%%/id_rsa_drop.ceph.com
%%DATADIR%%/id_rsa_drop.ceph.com.pub
%%DATADIR%%/known_hosts_drop.ceph.com
@dir /var/lib/ceph/bootstrap-mds
@dir /var/lib/ceph/bootstrap-mgr
@dir /var/lib/ceph/bootstrap-osd
@dir /var/lib/ceph/bootstrap-rgw
@dir /var/lib/ceph/mds
@dir /var/lib/ceph/mgr
@dir /var/lib/ceph/mon
@dir /var/lib/ceph/osd
@dir /var/lib/ceph/radosgw
@dir /var/lib/ceph/tmp
@dir /var/lib/ceph
@dir /var/lib
@dir /var/log/ceph
@dir /var/run/ceph