Index: head/net/ceph13/Makefile =================================================================== --- head/net/ceph13/Makefile (revision 522533) +++ head/net/ceph13/Makefile (revision 522534) @@ -1,154 +1,168 @@ # Created by: Willem Jan Withagen # $FreeBSD$ PORTNAME= ceph DISTVERSIONPREFIX= v -DISTVERSION= 13.2.6 -PORTREVISION= 3 +DISTVERSION= 13.2.8 CATEGORIES= net PKGNAMESUFFIX= 13 MAINTAINER= wjw@digiware.nl COMMENT= Ceph delivers object, block, and file storage in a unified system LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual # even though i386 will build, it is not really advised. ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= \ bash:shells/bash \ git:devel/git \ yasm:devel/yasm \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ gperf:devel/gperf \ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= \ ${PY_BOOST} \ libboost_thread.so:devel/boost-libs \ libleveldb.so:databases/leveldb \ libnss3.so:security/nss \ libcryptopp.so:security/cryptopp \ liboath.so:security/oath-toolkit \ libsnappy.so:archivers/snappy \ libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 \ libexpat.so:textproc/expat2 \ liblz4.so:archivers/liblz4 \ libplds4.so:devel/nspr \ libtcmalloc.so:devel/google-perftools RUN_DEPENDS= \ bash:shells/bash \ ${LOCALBASE}/bin/getopt:misc/getopt \ xml:textproc/xmlstarlet \ jq:textproc/jq \ flock:sysutils/flock \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pecan>=0:www/py-pecan@${PY_FLAVOR} USES= cmake:noninja fuse gettext-runtime gmake pkgconfig python:2.7 \ shebangfix ssl USE_PYTHON= cython USE_OPENLDAP= yes USE_GITHUB= yes GH_ACCOUNT= ceph:DEFAULT CONFLICTS_INSTALL= ceph PORTSCOUT= limit:^v13\. GH_TUPLE+= ceph:ceph-erasure-code-corpus:2d7d78b:ceph_erasure_code_corpus/ceph-erasure-code-corpus GH_TUPLE+= ceph:ceph-object-corpus:e32bf8c:ceph_object_corpus/ceph-object-corpus GH_TUPLE+= ceph:civetweb:088b813:civetweb/src/civetweb GH_TUPLE+= 01org:isa-l_crypto:603529a:isa_l_crypto/src/crypto/isa-l/isa-l_crypto GH_TUPLE+= ceph:gf-complete:7e61b44:gf_complete/src/erasure-code/jerasure/gf-complete GH_TUPLE+= ceph:jerasure:96c76b8:jerasure/src/erasure-code/jerasure/jerasure GH_TUPLE+= ceph:googletest:fdb8504:googletest/src/googletest GH_TUPLE+= ceph:isa-l:7e1a337:isa_l/src/isa-l GH_TUPLE+= ceph:lua:1fce39c:lua/src/lua GH_TUPLE+= ceph:rapidjson:f54b0e4:rapidjson/src/rapidjson GH_TUPLE+= ceph:rocksdb:f4a857d:rocksdb/src/rocksdb GH_TUPLE+= ceph:xxHash:1f40c65:xxHash/src/xxHash GH_TUPLE+= facebook:zstd:f4340f4:zstd/src/zstd CMAKE_BUILD_TYPE= Release CMAKE_ARGS= \ -D WITH_SYSTEM_BOOST:BOOL=ON \ -D CEPH_MAN_DIR:STRING=man \ -D WITH_LTTNG:BOOL=OFF \ -D WITH_BABELTRACE:BOOL=OFF \ -D WITH_KRBD:BOOL=OFF \ -D WITH_XFS:BOOL=OFF \ -D WITH_KVS:BOOL=OFF \ -D WITH_BLKID:BOOL=OFF \ -D WITH_SPDK:BOOL=OFF \ -D WITH_RDMA=OFF \ -D WITH_BLUESTORE:BOOL=OFF \ -D WITH_LIBCEPHFS:BOOL=OFF \ -D WITH_CEPHFS:BOOL=OFF \ -D WITH_EMBEDDED:BOOL=OFF \ -D WITH_SYSTEM_BOOST:BOOL=ON \ -D WITH_BOOST_CONTEXT:BOOL=OFF \ -D WITH_FUSE:BOOL=ON \ -D WITH_MANPAGE:BOOL=ON \ -D WITH_RADOSGW_BEAST_FRONTEND:BOOL=OFF \ -D WITH_MGR_DASHBOARD_FRONTEND:BOOL=OFF SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ src/tools/ceph-monstore-update-crush.sh src/mount.fuse.ceph \ src/ceph-create-keys USE_RC_SUBR= ceph USE_LDCONFIG= yes USERS= ceph GROUPS= ceph +PLIST_SUB= CMAKE_BUILD_TYPE_regex=\bdebug\b + +.include + +# 11.2 and 12.0 RELEASE has clang60 and will give versioning errors +.if (${OSVERSION} < 1102507) || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200099) +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang80:devel/llvm80 +CC= clang80 +CXX= clang++80 +ASM= clang80 +.endif + +.include + pre-configure: ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build ${CP} files/file-git_version ${WRKSRC}/src/.git_version post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-rgw ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/mon ${MKDIR} ${STAGEDIR}/var/lib/ceph/osd ${MKDIR} ${STAGEDIR}/var/lib/ceph/mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp ${MKDIR} ${STAGEDIR}/var/lib/ceph/radosgw ${MKDIR} ${STAGEDIR}/var/log/ceph ${MKDIR} ${STAGEDIR}/var/run/ceph # Use the Ceph init.d script as the interface to regular # starting and stopping daemons. rc.d work is done thru # a separate rc.d/ceph script calling init-ceph again. ${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph # remove files not packaged ${RM} ${STAGEDIR}${DOCSDIR}/sample.fetch_config ${RM} ${STAGEDIR}${DOCSDIR}/sample.ceph.conf ${RMDIR} ${STAGEDIR}${DOCSDIR} ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_bench_log ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_multi_stress_watch ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_perf* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_psim ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_scratchtoolpp ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_smalliobench* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_test* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev # ceph-volume does not support ZFS ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume-* ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume/ ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume ${RM} ${STAGEDIR}${PREFIX}/man/man8/ceph-volume* ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume-systemd ${RM} -rf ${STAGEDIR}${PREFIX}/libexec/systemd ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d ${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample -.include +.include Index: head/net/ceph13/distinfo =================================================================== --- head/net/ceph13/distinfo (revision 522533) +++ head/net/ceph13/distinfo (revision 522534) @@ -1,29 +1,29 @@ -TIMESTAMP = 1565948132 -SHA256 (ceph-ceph-v13.2.6_GH0.tar.gz) = a4ed5599cd4ea045b79e691a2bc61fceab977f51b25a6e460139cf42891de2be -SIZE (ceph-ceph-v13.2.6_GH0.tar.gz) = 13323448 +TIMESTAMP = 1577200637 +SHA256 (ceph-ceph-v13.2.8_GH0.tar.gz) = fcb198bfd632e57203fd4116b15450a9c31f253ed3ddd2b718a2dd35efd34591 +SIZE (ceph-ceph-v13.2.8_GH0.tar.gz) = 13394132 SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 8ab8f36f3e0a720c882b8bb4abb3f2e26bd6b025cc263119207f7d2eb3b1e490 SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3685656 SHA256 (ceph-ceph-object-corpus-e32bf8c_GH0.tar.gz) = 79ff0d1b9f959c9f5264a0dff193105d71885615deaa9c8469902400fd82d214 SIZE (ceph-ceph-object-corpus-e32bf8c_GH0.tar.gz) = 1838192 SHA256 (ceph-civetweb-088b813_GH0.tar.gz) = 7ae109f32ee92a3d81223ce88b6d2dfcadfa6b91cf2be877743a5cee30f115e2 SIZE (ceph-civetweb-088b813_GH0.tar.gz) = 11349538 SHA256 (01org-isa-l_crypto-603529a_GH0.tar.gz) = 52708b98c832bb7e6db60c949ece261d9609c822ae55239b0f2133cec2b3d155 SIZE (01org-isa-l_crypto-603529a_GH0.tar.gz) = 439149 SHA256 (ceph-gf-complete-7e61b44_GH0.tar.gz) = 7b0e5c1b41399d2c7d97ed7a7547ebf40023bcd104ed9a8b2b75bdee440c1a4d SIZE (ceph-gf-complete-7e61b44_GH0.tar.gz) = 342303 SHA256 (ceph-jerasure-96c76b8_GH0.tar.gz) = 06edaeb8cb5c3076e34cb53dd91c91d54d46fb8c3b837c6280ea2ed076556beb SIZE (ceph-jerasure-96c76b8_GH0.tar.gz) = 806334 SHA256 (ceph-googletest-fdb8504_GH0.tar.gz) = ece3265dae4d0fe5a52e7164432bb416de8bdb45e1c8cf8f361bbe893db30bb8 SIZE (ceph-googletest-fdb8504_GH0.tar.gz) = 1281068 SHA256 (ceph-isa-l-7e1a337_GH0.tar.gz) = 8099bc6ca3ca6ed9376f6cc5072a84d7a1863e2d7f2344bf08682d4efb7ae788 SIZE (ceph-isa-l-7e1a337_GH0.tar.gz) = 458398 SHA256 (ceph-lua-1fce39c_GH0.tar.gz) = fb5f778ce4da349ca903512a2fdb3987b12e3f0a52ab088fb011a8e4dd55848c SIZE (ceph-lua-1fce39c_GH0.tar.gz) = 366778 SHA256 (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 35c330d40ed9def99e8dea8f3b0e4fda7610b813b6f4aac9a70ffefcb9ab1f1e SIZE (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 1019457 SHA256 (ceph-rocksdb-f4a857d_GH0.tar.gz) = db9a15fd8924b54525965926293cdf7de842e549702694d449ce0c5fc1fa9993 SIZE (ceph-rocksdb-f4a857d_GH0.tar.gz) = 4655607 SHA256 (ceph-xxHash-1f40c65_GH0.tar.gz) = 809e06b7493ed01f13c7ba972393a5a6d23dd92fd6b884381aa907005e569372 SIZE (ceph-xxHash-1f40c65_GH0.tar.gz) = 25484 SHA256 (facebook-zstd-f4340f4_GH0.tar.gz) = 0db909a46914eb7800bce044b86fcf595451713e56a2b131ace6f70ff25c1c4d SIZE (facebook-zstd-f4340f4_GH0.tar.gz) = 1619022 Index: head/net/ceph13/files/file-git_version =================================================================== --- head/net/ceph13/files/file-git_version (revision 522533) +++ head/net/ceph13/files/file-git_version (revision 522534) @@ -1,2 +1,3 @@ -ccf13a5ae9546dd9567f280e85e0de549ca98b90 -v13.2.6-257-gccf13a5ae9 +9a8be262b256411106f4a514022817519a45bee5 +v13.2.8-8-g9a8be262b2 + Index: head/net/ceph13/files/patch-src_common_bit__vector.hpp =================================================================== --- head/net/ceph13/files/patch-src_common_bit__vector.hpp (nonexistent) +++ head/net/ceph13/files/patch-src_common_bit__vector.hpp (revision 522534) @@ -0,0 +1,13 @@ +diff --git src/common/bit_vector.hpp src/common/bit_vector.hpp +index 832e75fe6a..73ae6d9e07 100644 +--- src/common/bit_vector.hpp ++++ src/common/bit_vector.hpp +@@ -224,6 +224,7 @@ public: + static void generate_test_instances(std::list &o); + private: + struct NoInitAllocator : public std::allocator<__u32> { ++ NoInitAllocator() {}; + NoInitAllocator(const std::allocator<__u32>& alloc) + : std::allocator<__u32>(alloc) { + } + Property changes on: head/net/ceph13/files/patch-src_common_bit__vector.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/ceph13/pkg-plist =================================================================== --- head/net/ceph13/pkg-plist (revision 522533) +++ head/net/ceph13/pkg-plist (revision 522534) @@ -1,767 +1,770 @@ bin/ceph bin/ceph-authtool bin/ceph-clsinfo bin/ceph-conf bin/ceph-coverage bin/ceph-crash 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/crash/__init__.py lib/ceph/mgr/crash/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/.editorconfig +lib/ceph/mgr/dashboard/frontend/angular.json 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/.editorconfig -lib/ceph/mgr/dashboard/frontend/angular.json lib/ceph/mgr/dashboard/frontend/karma.conf.js -lib/ceph/mgr/dashboard/frontend/package.json lib/ceph/mgr/dashboard/frontend/package-lock.json +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/decorators/cd-encode.spec.ts lib/ceph/mgr/dashboard/frontend/src/app/shared/decorators/cd-encode.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/encode-uri.pipe.spec.ts lib/ceph/mgr/dashboard/frontend/src/app/shared/pipes/encode-uri.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_client.py lib/ceph/mgr/dashboard/tests/test_rest_tasks.py +lib/ceph/mgr/dashboard/tests/test_rgw_client.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/alt/__init__.py +%%PYTHON_SITELIBDIR%%/ceph_detect_init/alt/__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