]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake/BuildArrow: Use AUTO mode for xsimd dependency detection
authorKefu Chai <k.chai@proxmox.com>
Wed, 15 Oct 2025 07:46:22 +0000 (15:46 +0800)
committerKefu Chai <k.chai@proxmox.com>
Thu, 13 Nov 2025 08:22:15 +0000 (16:22 +0800)
commitb4fa423669675bcf800fc42c0920207fa2ee5f68
tree00b9dd5bd8838df9bdd620b00dad126579a775ff
cmake/BuildArrow: Use AUTO mode for xsimd dependency detection

Arrow requires xsimd >= 9.0.1 according to arrow/cpp/thirdparty/versions.txt.
Previously, we unconditionally set -Dxsimd_SOURCE=BUNDLED, forcing the use
of Arrow's vendored xsimd regardless of system package availability.

This commit changes to -Dxsimd_SOURCE=AUTO, which allows Arrow's
resolve_dependency mechanism to automatically:
1. Try to find system xsimd package
2. Check if version >= 9.0.1
3. Use system version if found and sufficient
4. Fall back to bundled version otherwise

This reduces build time and dependencies on systems with sufficient xsimd,
while maintaining compatibility with older distributions.

Distribution availability:
- Ubuntu Noble (24.04): libxsimd-dev 12.1.1 (✓ will use system)
- Ubuntu Jammy (22.04): libxsimd-dev 7.6.0 (✗ will use bundled)
- Debian Trixie (13): libxsimd-dev 13.2.0 (✓ will use system)
- CentOS Stream 9: xsimd-devel 7.4.9 (✗ will use bundled)

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
(cherry picked from commit 2defde30e4c61cd9f33196b91ac16505928ce774)
13520 files changed:
.gitattributes [new file with mode: 0644]
.github/CODEOWNERS [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/labeler.yml [new file with mode: 0644]
.github/milestone.yml [new file with mode: 0644]
.github/pull_request_template.md [new file with mode: 0644]
.github/workflows/check-license.yml [new file with mode: 0644]
.github/workflows/create-backport-trackers.yml [new file with mode: 0644]
.github/workflows/needs-rebase.yml [new file with mode: 0644]
.github/workflows/pr-check-deps.yml [new file with mode: 0644]
.github/workflows/pr-checklist.yml [new file with mode: 0644]
.github/workflows/pr-triage.yml [new file with mode: 0644]
.github/workflows/qa-symlink.yml [new file with mode: 0644]
.github/workflows/retrigger-rtd.yml [new file with mode: 0644]
.github/workflows/stale.yml [new file with mode: 0644]
.githubmap [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitleaks.toml [new file with mode: 0644]
.gitmodule_mirrors [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.mailmap [new file with mode: 0644]
.organizationmap [new file with mode: 0644]
.peoplemap [new file with mode: 0644]
.readthedocs.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.rst [new file with mode: 0644]
COPYING [new file with mode: 0644]
COPYING-GPL2 [new file with mode: 0644]
COPYING-LGPL2.1 [new file with mode: 0644]
COPYING-LGPL3 [new file with mode: 0644]
CodingStyle [new file with mode: 0644]
ContainerBuild.md [new file with mode: 0644]
Dockerfile.build [new file with mode: 0644]
PendingReleaseNotes [new file with mode: 0644]
README.FreeBSD [new file with mode: 0644]
README.aix [new file with mode: 0644]
README.md [new file with mode: 0644]
README.solaris [new file with mode: 0644]
README.windows.rst [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
SubmittingPatches-backports.rst [new file with mode: 0644]
SubmittingPatches-kernel.rst [new file with mode: 0644]
SubmittingPatches.rst [new file with mode: 0644]
admin/build-doc [new file with mode: 0755]
admin/doc-pybind.txt [new file with mode: 0644]
admin/doc-python-common-requirements.txt [new file with mode: 0644]
admin/doc-read-the-docs.txt [new file with mode: 0644]
admin/doc-requirements.txt [new file with mode: 0644]
admin/serve-doc [new file with mode: 0755]
bin/git-archive-all.sh [new file with mode: 0755]
ceph-erasure-code-corpus [new submodule]
ceph-menv/.menvrc [new file with mode: 0644]
ceph-menv/INSTALL [new file with mode: 0644]
ceph-menv/README [new file with mode: 0644]
ceph-menv/build_links.sh [new file with mode: 0755]
ceph-menv/mdo.sh [new file with mode: 0755]
ceph-menv/mset.sh [new file with mode: 0755]
ceph-object-corpus [new submodule]
ceph.spec.in [new file with mode: 0644]
cmake/modules/AddCephTest.cmake [new file with mode: 0644]
cmake/modules/BuildArrow.cmake [new file with mode: 0644]
cmake/modules/BuildBoost.cmake [new file with mode: 0644]
cmake/modules/BuildDPDK.cmake [new file with mode: 0644]
cmake/modules/BuildFIO.cmake [new file with mode: 0644]
cmake/modules/BuildISAL.cmake [new file with mode: 0644]
cmake/modules/BuildISALCrypto.cmake [new file with mode: 0644]
cmake/modules/BuildOpentelemetry.cmake [new file with mode: 0644]
cmake/modules/BuildQAT.cmake [new file with mode: 0644]
cmake/modules/BuildQATzip.cmake [new file with mode: 0644]
cmake/modules/BuildRocksDB.cmake [new file with mode: 0644]
cmake/modules/BuildSPDK.cmake [new file with mode: 0644]
cmake/modules/BuildUBBD.cmake [new file with mode: 0644]
cmake/modules/BuildUtf8proc.cmake [new file with mode: 0644]
cmake/modules/BuildZstd.cmake [new file with mode: 0644]
cmake/modules/Buildc-ares.cmake [new file with mode: 0644]
cmake/modules/Buildpmdk.cmake [new file with mode: 0644]
cmake/modules/Builduadk.cmake [new file with mode: 0644]
cmake/modules/Builduring.cmake [new file with mode: 0644]
cmake/modules/CTags.cmake [new file with mode: 0644]
cmake/modules/CephCheck_link.c [new file with mode: 0644]
cmake/modules/CephCheck_link.map [new file with mode: 0644]
cmake/modules/CephChecks.cmake [new file with mode: 0644]
cmake/modules/CheckCxxAtomic.cmake [new file with mode: 0644]
cmake/modules/CheckNasm.cmake [new file with mode: 0644]
cmake/modules/Distutils.cmake [new file with mode: 0644]
cmake/modules/FindArrow.cmake [new file with mode: 0644]
cmake/modules/FindBacktrace.cmake [new file with mode: 0644]
cmake/modules/FindBoost.cmake [new file with mode: 0644]
cmake/modules/FindCUnit.cmake [new file with mode: 0644]
cmake/modules/FindCython.cmake [new file with mode: 0644]
cmake/modules/FindDAOS.cmake [new file with mode: 0644]
cmake/modules/FindFUSE.cmake [new file with mode: 0644]
cmake/modules/FindGMock.cmake [new file with mode: 0644]
cmake/modules/FindGSSApi.cmake [new file with mode: 0644]
cmake/modules/FindJeMalloc.cmake [new file with mode: 0644]
cmake/modules/FindLMDB.cmake [new file with mode: 0644]
cmake/modules/FindLTTngUST.cmake [new file with mode: 0644]
cmake/modules/FindLZ4.cmake [new file with mode: 0644]
cmake/modules/FindLinuxZNS.cmake [new file with mode: 0644]
cmake/modules/FindMake.cmake [new file with mode: 0644]
cmake/modules/FindNUMA.cmake [new file with mode: 0644]
cmake/modules/FindOATH.cmake [new file with mode: 0644]
cmake/modules/FindOpenLDAP.cmake [new file with mode: 0644]
cmake/modules/FindParquet.cmake [new file with mode: 0644]
cmake/modules/FindPython/Support.cmake [new file with mode: 0644]
cmake/modules/FindPython3.cmake [new file with mode: 0644]
cmake/modules/FindQAT.cmake [new file with mode: 0644]
cmake/modules/FindQATzip.cmake [new file with mode: 0644]
cmake/modules/FindQatDrv.cmake [new file with mode: 0644]
cmake/modules/FindRDKafka.cmake [new file with mode: 0644]
cmake/modules/FindRabbitMQ.cmake [new file with mode: 0644]
cmake/modules/FindRocksDB.cmake [new file with mode: 0644]
cmake/modules/FindSQLite3.cmake [new file with mode: 0644]
cmake/modules/FindSanitizers.cmake [new file with mode: 0644]
cmake/modules/FindStdFilesystem.cmake [new file with mode: 0644]
cmake/modules/FindStdFilesystem_test.cc [new file with mode: 0644]
cmake/modules/FindZstd.cmake [new file with mode: 0644]
cmake/modules/Findaio.cmake [new file with mode: 0644]
cmake/modules/Findbabeltrace.cmake [new file with mode: 0644]
cmake/modules/Findblkid.cmake [new file with mode: 0644]
cmake/modules/Findc-ares.cmake [new file with mode: 0644]
cmake/modules/Findcap.cmake [new file with mode: 0644]
cmake/modules/Finddaxctl.cmake [new file with mode: 0644]
cmake/modules/Finddml.cmake [new file with mode: 0644]
cmake/modules/Finddpdk.cmake [new file with mode: 0644]
cmake/modules/Findgperftools.cmake [new file with mode: 0644]
cmake/modules/Findkeyutils.cmake [new file with mode: 0644]
cmake/modules/Findlibcryptsetup.cmake [new file with mode: 0644]
cmake/modules/Findlibnbd.cmake [new file with mode: 0644]
cmake/modules/Findmotr.cmake [new file with mode: 0644]
cmake/modules/Findndctl.cmake [new file with mode: 0644]
cmake/modules/Findnl.cmake [new file with mode: 0644]
cmake/modules/Findpmdk.cmake [new file with mode: 0644]
cmake/modules/Findrdmacm.cmake [new file with mode: 0644]
cmake/modules/Findsnappy.cmake [new file with mode: 0644]
cmake/modules/Findthrift.cmake [new file with mode: 0644]
cmake/modules/Findudev.cmake [new file with mode: 0644]
cmake/modules/Finduring.cmake [new file with mode: 0644]
cmake/modules/Findutf8proc.cmake [new file with mode: 0644]
cmake/modules/Finduuid.cmake [new file with mode: 0644]
cmake/modules/Findverbs.cmake [new file with mode: 0644]
cmake/modules/Findxfs.cmake [new file with mode: 0644]
cmake/modules/Findyaml-cpp.cmake [new file with mode: 0644]
cmake/modules/Findzbd.cmake [new file with mode: 0644]
cmake/modules/GetGitRevisionDescription.cmake [new file with mode: 0644]
cmake/modules/GetGitRevisionDescription.cmake.in [new file with mode: 0644]
cmake/modules/LimitJobs.cmake [new file with mode: 0644]
cmake/modules/SIMDExt.cmake [new file with mode: 0644]
cmake/modules/code_tests/Sanitizers_fiber_test.cc [new file with mode: 0644]
cmake/modules/patch-dpdk-conf.sh [new file with mode: 0755]
container/Containerfile [new file with mode: 0644]
container/build.sh [new file with mode: 0755]
container/make-manifest-list.py [new file with mode: 0755]
debian/.gitignore [new file with mode: 0644]
debian/ceph-base.dirs [new file with mode: 0644]
debian/ceph-base.install [new file with mode: 0644]
debian/ceph-base.lintian-overrides [new file with mode: 0644]
debian/ceph-base.maintscript [new file with mode: 0644]
debian/ceph-base.postinst [new file with mode: 0644]
debian/ceph-base.prerm [new file with mode: 0644]
debian/ceph-common.dirs [new file with mode: 0644]
debian/ceph-common.install [new file with mode: 0755]
debian/ceph-common.postinst [new file with mode: 0644]
debian/ceph-common.postrm [new file with mode: 0644]
debian/ceph-exporter.install [new file with mode: 0644]
debian/ceph-fuse.install [new file with mode: 0644]
debian/ceph-grafana-dashboards.install [new file with mode: 0644]
debian/ceph-immutable-object-cache.install [new file with mode: 0644]
debian/ceph-mds.dirs [new file with mode: 0644]
debian/ceph-mds.install [new file with mode: 0644]
debian/ceph-mds.postinst [new file with mode: 0644]
debian/ceph-mds.prerm [new file with mode: 0644]
debian/ceph-mgr-cephadm.install [new file with mode: 0644]
debian/ceph-mgr-cephadm.postinst [new file with mode: 0644]
debian/ceph-mgr-cephadm.prerm [new file with mode: 0644]
debian/ceph-mgr-cephadm.requires [new file with mode: 0644]
debian/ceph-mgr-dashboard.install [new file with mode: 0644]
debian/ceph-mgr-dashboard.postinst [new file with mode: 0644]
debian/ceph-mgr-dashboard.prerm [new file with mode: 0644]
debian/ceph-mgr-dashboard.requires [new file with mode: 0644]
debian/ceph-mgr-diskprediction-cloud.prerm [new file with mode: 0644]
debian/ceph-mgr-diskprediction-local.install [new file with mode: 0644]
debian/ceph-mgr-diskprediction-local.postinst [new file with mode: 0644]
debian/ceph-mgr-diskprediction-local.prerm [new file with mode: 0644]
debian/ceph-mgr-diskprediction-local.requires [new file with mode: 0644]
debian/ceph-mgr-k8sevents.requires [new file with mode: 0644]
debian/ceph-mgr-modules-core.install [new file with mode: 0644]
debian/ceph-mgr-modules-core.requires [new file with mode: 0644]
debian/ceph-mgr-rook.install [new file with mode: 0644]
debian/ceph-mgr-rook.postinst [new file with mode: 0644]
debian/ceph-mgr-rook.prerm [new file with mode: 0644]
debian/ceph-mgr-rook.requires [new file with mode: 0644]
debian/ceph-mgr.dirs [new file with mode: 0644]
debian/ceph-mgr.install [new file with mode: 0644]
debian/ceph-mgr.postinst [new file with mode: 0644]
debian/ceph-mgr.prerm [new file with mode: 0644]
debian/ceph-mgr.requires [new file with mode: 0644]
debian/ceph-mon.dirs [new file with mode: 0644]
debian/ceph-mon.install [new file with mode: 0644]
debian/ceph-mon.postinst [new file with mode: 0644]
debian/ceph-mon.prerm [new file with mode: 0644]
debian/ceph-osd.dirs [new file with mode: 0644]
debian/ceph-osd.install [new file with mode: 0755]
debian/ceph-osd.postinst [new file with mode: 0644]
debian/ceph-osd.prerm [new file with mode: 0644]
debian/ceph-prometheus-alerts.install [new file with mode: 0644]
debian/ceph-resource-agents.install [new file with mode: 0644]
debian/ceph-test.install [new file with mode: 0644]
debian/ceph-volume.install [new file with mode: 0644]
debian/cephadm.install [new file with mode: 0644]
debian/cephadm.postinst [new file with mode: 0644]
debian/cephadm.postrm [new file with mode: 0644]
debian/cephfs-mirror.install [new file with mode: 0644]
debian/cephfs-shell.install [new file with mode: 0644]
debian/cephfs-top.install [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libcephfs-daemon.install [new file with mode: 0644]
debian/libcephfs-dev.install [new file with mode: 0644]
debian/libcephfs-java.jlibs [new file with mode: 0644]
debian/libcephfs-jni.install [new file with mode: 0644]
debian/libcephfs-proxy2.install [new file with mode: 0644]
debian/libcephfs2.install [new file with mode: 0644]
debian/librados-dev.install [new file with mode: 0644]
debian/librados2.install [new file with mode: 0644]
debian/libradospp-dev.install [new file with mode: 0644]
debian/libradosstriper-dev.install [new file with mode: 0644]
debian/libradosstriper1.install [new file with mode: 0644]
debian/librbd-dev.install [new file with mode: 0644]
debian/librbd1.install [new file with mode: 0644]
debian/librgw-dev.install [new file with mode: 0644]
debian/librgw2.install [new file with mode: 0644]
debian/libsqlite3-mod-ceph-dev.install [new file with mode: 0644]
debian/libsqlite3-mod-ceph.install [new file with mode: 0644]
debian/libsqlite3-mod-ceph.symbols [new file with mode: 0644]
debian/py3dist-overrides [new file with mode: 0644]
debian/python3-ceph-argparse.install [new file with mode: 0755]
debian/python3-ceph-common.install [new file with mode: 0644]
debian/python3-cephfs.install [new file with mode: 0644]
debian/python3-rados.install [new file with mode: 0644]
debian/python3-rbd.install [new file with mode: 0644]
debian/python3-rgw.install [new file with mode: 0644]
debian/rados-objclass-dev.install [new file with mode: 0644]
debian/radosgw.dirs [new file with mode: 0644]
debian/radosgw.install [new file with mode: 0644]
debian/radosgw.postinst [new file with mode: 0644]
debian/radosgw.prerm [new file with mode: 0644]
debian/rbd-fuse.install [new file with mode: 0644]
debian/rbd-mirror.install [new file with mode: 0644]
debian/rbd-nbd.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]
do_cmake.sh [new file with mode: 0755]
do_freebsd.sh [new file with mode: 0755]
doc/.gitignore [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/README.md [new file with mode: 0644]
doc/_ext/ceph_commands.py [new file with mode: 0644]
doc/_ext/ceph_confval.py [new file with mode: 0644]
doc/_ext/ceph_releases.py [new file with mode: 0644]
doc/_static/css/custom.css [new file with mode: 0644]
doc/_static/js/pgcalc.js [new file with mode: 0644]
doc/_templates/page.html [new file with mode: 0644]
doc/_templates/smarttoc.html [new file with mode: 0644]
doc/_themes/ceph/layout.html [new file with mode: 0644]
doc/_themes/ceph/static/ceph.css_t [new file with mode: 0644]
doc/_themes/ceph/theme.conf [new file with mode: 0644]
doc/api/index.rst [new file with mode: 0644]
doc/api/mon_command_api.rst [new file with mode: 0644]
doc/architecture.rst [new file with mode: 0644]
doc/ceph-volume/drive-group.rst [new file with mode: 0644]
doc/ceph-volume/index.rst [new file with mode: 0644]
doc/ceph-volume/intro.rst [new file with mode: 0644]
doc/ceph-volume/inventory.rst [new file with mode: 0644]
doc/ceph-volume/lvm/activate.rst [new file with mode: 0644]
doc/ceph-volume/lvm/batch.rst [new file with mode: 0644]
doc/ceph-volume/lvm/create.rst [new file with mode: 0644]
doc/ceph-volume/lvm/encryption.rst [new file with mode: 0644]
doc/ceph-volume/lvm/index.rst [new file with mode: 0644]
doc/ceph-volume/lvm/list.rst [new file with mode: 0644]
doc/ceph-volume/lvm/migrate.rst [new file with mode: 0644]
doc/ceph-volume/lvm/newdb.rst [new file with mode: 0644]
doc/ceph-volume/lvm/newwal.rst [new file with mode: 0644]
doc/ceph-volume/lvm/prepare.rst [new file with mode: 0644]
doc/ceph-volume/lvm/scan.rst [new file with mode: 0644]
doc/ceph-volume/lvm/systemd.rst [new file with mode: 0644]
doc/ceph-volume/lvm/zap.rst [new file with mode: 0644]
doc/ceph-volume/simple/activate.rst [new file with mode: 0644]
doc/ceph-volume/simple/index.rst [new file with mode: 0644]
doc/ceph-volume/simple/scan.rst [new file with mode: 0644]
doc/ceph-volume/simple/systemd.rst [new file with mode: 0644]
doc/ceph-volume/systemd.rst [new file with mode: 0644]
doc/ceph-volume/zfs/index.rst [new file with mode: 0644]
doc/ceph-volume/zfs/inventory.rst [new file with mode: 0644]
doc/cephadm/adoption.rst [new file with mode: 0644]
doc/cephadm/certmgr.rst [new file with mode: 0644]
doc/cephadm/client-setup.rst [new file with mode: 0644]
doc/cephadm/compatibility.rst [new file with mode: 0644]
doc/cephadm/host-management.rst [new file with mode: 0644]
doc/cephadm/index.rst [new file with mode: 0644]
doc/cephadm/install.rst [new file with mode: 0644]
doc/cephadm/operations.rst [new file with mode: 0644]
doc/cephadm/services/custom-container.rst [new file with mode: 0644]
doc/cephadm/services/index.rst [new file with mode: 0644]
doc/cephadm/services/iscsi.rst [new file with mode: 0644]
doc/cephadm/services/mds.rst [new file with mode: 0644]
doc/cephadm/services/mgmt-gateway.rst [new file with mode: 0644]
doc/cephadm/services/mgr.rst [new file with mode: 0644]
doc/cephadm/services/mon.rst [new file with mode: 0644]
doc/cephadm/services/monitoring.rst [new file with mode: 0644]
doc/cephadm/services/nfs.rst [new file with mode: 0644]
doc/cephadm/services/oauth2-proxy.rst [new file with mode: 0644]
doc/cephadm/services/osd.rst [new file with mode: 0644]
doc/cephadm/services/rgw.rst [new file with mode: 0644]
doc/cephadm/services/smb.rst [new file with mode: 0644]
doc/cephadm/services/snmp-gateway.rst [new file with mode: 0644]
doc/cephadm/services/tracing.rst [new file with mode: 0644]
doc/cephadm/troubleshooting.rst [new file with mode: 0644]
doc/cephadm/upgrade.rst [new file with mode: 0644]
doc/cephfs/add-remove-mds.rst [new file with mode: 0644]
doc/cephfs/administration.rst [new file with mode: 0644]
doc/cephfs/api/index.rst [new file with mode: 0644]
doc/cephfs/api/libcephfs-java.rst [new file with mode: 0644]
doc/cephfs/api/libcephfs-py.rst [new file with mode: 0644]
doc/cephfs/app-best-practices.rst [new file with mode: 0644]
doc/cephfs/cache-configuration.rst [new file with mode: 0644]
doc/cephfs/capabilities.rst [new file with mode: 0644]
doc/cephfs/ceph-dokan.rst [new file with mode: 0644]
doc/cephfs/cephfs-architecture.svg [new file with mode: 0644]
doc/cephfs/cephfs-io-path.rst [new file with mode: 0644]
doc/cephfs/cephfs-journal-tool.rst [new file with mode: 0644]
doc/cephfs/cephfs-mirroring.rst [new file with mode: 0644]
doc/cephfs/cephfs-top.png [new file with mode: 0644]
doc/cephfs/cephfs-top.rst [new file with mode: 0644]
doc/cephfs/charmap.rst [new file with mode: 0644]
doc/cephfs/client-auth.rst [new file with mode: 0644]
doc/cephfs/client-config-ref.rst [new file with mode: 0644]
doc/cephfs/createfs.rst [new file with mode: 0644]
doc/cephfs/dirfrags.rst [new file with mode: 0644]
doc/cephfs/disaster-recovery-experts.rst [new file with mode: 0644]
doc/cephfs/disaster-recovery.rst [new file with mode: 0644]
doc/cephfs/dynamic-metadata-management.rst [new file with mode: 0644]
doc/cephfs/eviction.rst [new file with mode: 0644]
doc/cephfs/experimental-features.rst [new file with mode: 0644]
doc/cephfs/file-layouts.rst [new file with mode: 0644]
doc/cephfs/fs-volumes.rst [new file with mode: 0644]
doc/cephfs/full.rst [new file with mode: 0644]
doc/cephfs/health-messages.rst [new file with mode: 0644]
doc/cephfs/index.rst [new file with mode: 0644]
doc/cephfs/journaler.rst [new file with mode: 0644]
doc/cephfs/kernel-features.rst [new file with mode: 0644]
doc/cephfs/lazyio.rst [new file with mode: 0644]
doc/cephfs/mantle.rst [new file with mode: 0644]
doc/cephfs/mdcache.rst [new file with mode: 0644]
doc/cephfs/mds-config-ref.rst [new file with mode: 0644]
doc/cephfs/mds-journaling.rst [new file with mode: 0644]
doc/cephfs/mds-state-diagram.dot [new file with mode: 0644]
doc/cephfs/mds-states.rst [new file with mode: 0644]
doc/cephfs/metrics.rst [new file with mode: 0644]
doc/cephfs/mount-prerequisites.rst [new file with mode: 0644]
doc/cephfs/mount-using-fuse.rst [new file with mode: 0644]
doc/cephfs/mount-using-kernel-driver.rst [new file with mode: 0644]
doc/cephfs/multifs.rst [new file with mode: 0644]
doc/cephfs/multimds.rst [new file with mode: 0644]
doc/cephfs/nfs.rst [new file with mode: 0644]
doc/cephfs/posix.rst [new file with mode: 0644]
doc/cephfs/purge-queue.rst [new file with mode: 0644]
doc/cephfs/quiesce-set-states.svg [new file with mode: 0644]
doc/cephfs/quota.rst [new file with mode: 0644]
doc/cephfs/recover-fs-after-mon-store-loss.rst [new file with mode: 0644]
doc/cephfs/scrub.rst [new file with mode: 0644]
doc/cephfs/snap-schedule.rst [new file with mode: 0644]
doc/cephfs/snapshots.rst [new file with mode: 0644]
doc/cephfs/standby.rst [new file with mode: 0644]
doc/cephfs/subtree-partitioning.svg [new file with mode: 0644]
doc/cephfs/troubleshooting.rst [new file with mode: 0644]
doc/cephfs/upgrading.rst [new file with mode: 0644]
doc/changelog/v0.48.1argonaut.txt [new file with mode: 0644]
doc/changelog/v0.48.2argonaut.txt [new file with mode: 0644]
doc/changelog/v0.48.3argonaut.txt [new file with mode: 0644]
doc/changelog/v0.56.1.txt [new file with mode: 0644]
doc/changelog/v0.56.2.txt [new file with mode: 0644]
doc/changelog/v0.56.3.txt [new file with mode: 0644]
doc/changelog/v0.56.4.txt [new file with mode: 0644]
doc/changelog/v0.56.5.txt [new file with mode: 0644]
doc/changelog/v0.56.6.txt [new file with mode: 0644]
doc/changelog/v0.56.7.txt [new file with mode: 0644]
doc/changelog/v0.61.1.txt [new file with mode: 0644]
doc/changelog/v0.61.2.txt [new file with mode: 0644]
doc/changelog/v0.61.3.txt [new file with mode: 0644]
doc/changelog/v0.61.4.txt [new file with mode: 0644]
doc/changelog/v0.61.5.txt [new file with mode: 0644]
doc/changelog/v0.61.6.txt [new file with mode: 0644]
doc/changelog/v0.61.7.txt [new file with mode: 0644]
doc/changelog/v0.61.8.txt [new file with mode: 0644]
doc/changelog/v0.61.9.txt [new file with mode: 0644]
doc/changelog/v0.67.1.txt [new file with mode: 0644]
doc/changelog/v0.67.10.txt [new file with mode: 0644]
doc/changelog/v0.67.11.txt [new file with mode: 0644]
doc/changelog/v0.67.2.txt [new file with mode: 0644]
doc/changelog/v0.67.3.txt [new file with mode: 0644]
doc/changelog/v0.67.4.txt [new file with mode: 0644]
doc/changelog/v0.67.5.txt [new file with mode: 0644]
doc/changelog/v0.67.6.txt [new file with mode: 0644]
doc/changelog/v0.67.7.txt [new file with mode: 0644]
doc/changelog/v0.67.8.txt [new file with mode: 0644]
doc/changelog/v0.67.9.txt [new file with mode: 0644]
doc/changelog/v0.72.2.txt [new file with mode: 0644]
doc/changelog/v0.80.1.txt [new file with mode: 0644]
doc/changelog/v0.80.10.txt [new file with mode: 0644]
doc/changelog/v0.80.11.txt [new file with mode: 0644]
doc/changelog/v0.80.2.txt [new file with mode: 0644]
doc/changelog/v0.80.3.txt [new file with mode: 0644]
doc/changelog/v0.80.4.txt [new file with mode: 0644]
doc/changelog/v0.80.5.txt [new file with mode: 0644]
doc/changelog/v0.80.6.txt [new file with mode: 0644]
doc/changelog/v0.80.7.txt [new file with mode: 0644]
doc/changelog/v0.80.8.txt [new file with mode: 0644]
doc/changelog/v0.80.9.txt [new file with mode: 0644]
doc/changelog/v0.87.1.txt [new file with mode: 0644]
doc/changelog/v0.87.2.txt [new file with mode: 0644]
doc/changelog/v0.94.1.txt [new file with mode: 0644]
doc/changelog/v0.94.10.txt [new file with mode: 0644]
doc/changelog/v0.94.2.txt [new file with mode: 0644]
doc/changelog/v0.94.3.txt [new file with mode: 0644]
doc/changelog/v0.94.4.txt [new file with mode: 0644]
doc/changelog/v0.94.5.txt [new file with mode: 0644]
doc/changelog/v0.94.6.txt [new file with mode: 0644]
doc/changelog/v0.94.7.txt [new file with mode: 0644]
doc/changelog/v0.94.8.txt [new file with mode: 0644]
doc/changelog/v0.94.9.txt [new file with mode: 0644]
doc/changelog/v10.2.1.txt [new file with mode: 0644]
doc/changelog/v10.2.10.txt [new file with mode: 0644]
doc/changelog/v10.2.2.txt [new file with mode: 0644]
doc/changelog/v10.2.3.txt [new file with mode: 0644]
doc/changelog/v10.2.4.txt [new file with mode: 0644]
doc/changelog/v10.2.5.txt [new file with mode: 0644]
doc/changelog/v10.2.6.txt [new file with mode: 0644]
doc/changelog/v10.2.7.txt [new file with mode: 0644]
doc/changelog/v10.2.8.txt [new file with mode: 0644]
doc/changelog/v10.2.9.txt [new file with mode: 0644]
doc/changelog/v11.2.1.txt [new file with mode: 0644]
doc/changelog/v12.2.1.txt [new file with mode: 0644]
doc/changelog/v12.2.2.txt [new file with mode: 0644]
doc/changelog/v12.2.3.txt [new file with mode: 0644]
doc/changelog/v9.2.1.txt [new file with mode: 0644]
doc/conf.py [new file with mode: 0644]
doc/dev/PlanningImplementation.txt [new file with mode: 0644]
doc/dev/balancer-design.rst [new file with mode: 0644]
doc/dev/blkin.rst [new file with mode: 0644]
doc/dev/bluestore.rst [new file with mode: 0644]
doc/dev/ceph-volume/index.rst [new file with mode: 0644]
doc/dev/ceph-volume/lvm.rst [new file with mode: 0644]
doc/dev/ceph-volume/plugins.rst [new file with mode: 0644]
doc/dev/ceph-volume/systemd.rst [new file with mode: 0644]
doc/dev/ceph-volume/zfs.rst [new file with mode: 0644]
doc/dev/ceph_krb_auth.rst [new file with mode: 0644]
doc/dev/cephadm/compliance-check.rst [new file with mode: 0644]
doc/dev/cephadm/design/mockups/OSD_Creation_device_mode.svg [new file with mode: 0644]
doc/dev/cephadm/design/mockups/OSD_Creation_host_mode.svg [new file with mode: 0644]
doc/dev/cephadm/design/storage_devices_and_osds.rst [new file with mode: 0644]
doc/dev/cephadm/developing-cephadm.rst [new file with mode: 0644]
doc/dev/cephadm/host-maintenance.rst [new file with mode: 0644]
doc/dev/cephadm/index.rst [new file with mode: 0644]
doc/dev/cephadm/scalability-notes.rst [new file with mode: 0644]
doc/dev/cephfs-mirroring.rst [new file with mode: 0644]
doc/dev/cephfs-reclaim.rst [new file with mode: 0644]
doc/dev/cephfs-snapshots.rst [new file with mode: 0644]
doc/dev/cephx.rst [new file with mode: 0644]
doc/dev/cephx_protocol.rst [new file with mode: 0644]
doc/dev/config-key.rst [new file with mode: 0644]
doc/dev/config.rst [new file with mode: 0644]
doc/dev/context.rst [new file with mode: 0644]
doc/dev/continuous-integration.rst [new file with mode: 0644]
doc/dev/corpus.rst [new file with mode: 0644]
doc/dev/cpu-profiler.rst [new file with mode: 0644]
doc/dev/crimson/BalanceCPUCrimson.md [new file with mode: 0644]
doc/dev/crimson/backfillmachine.rst [new file with mode: 0644]
doc/dev/crimson/crimson.rst [new file with mode: 0644]
doc/dev/crimson/crimson_backfillmachine.svg [new file with mode: 0644]
doc/dev/crimson/cyan_3osd_3react_bal_osd.png [new file with mode: 0644]
doc/dev/crimson/cyan_3osd_3react_bal_vs_unbal_4krandread_iops_vs_lat.png [new file with mode: 0644]
doc/dev/crimson/cyan_3osd_3react_bal_vs_unbal_4krandread_osd_cpu.png [new file with mode: 0644]
doc/dev/crimson/cyan_3osd_3react_bal_vs_unbal_4krandread_osd_mem.png [new file with mode: 0644]
doc/dev/crimson/error-handling.rst [new file with mode: 0644]
doc/dev/crimson/index.rst [new file with mode: 0644]
doc/dev/crimson/osd.rst [new file with mode: 0644]
doc/dev/crimson/pipeline.rst [new file with mode: 0644]
doc/dev/crimson/poseidonstore.rst [new file with mode: 0644]
doc/dev/crush-msr.rst [new file with mode: 0644]
doc/dev/cxx.rst [new file with mode: 0644]
doc/dev/dashboard/ui_goals.rst [new file with mode: 0644]
doc/dev/deduplication.rst [new file with mode: 0644]
doc/dev/delayed-delete.rst [new file with mode: 0644]
doc/dev/dev_cluster_deployment.rst [new file with mode: 0644]
doc/dev/developer_guide/basic-workflow.rst [new file with mode: 0644]
doc/dev/developer_guide/dash-devel.rst [new file with mode: 0644]
doc/dev/developer_guide/debugging-gdb.rst [new file with mode: 0644]
doc/dev/developer_guide/essentials.rst [new file with mode: 0644]
doc/dev/developer_guide/index.rst [new file with mode: 0644]
doc/dev/developer_guide/intro.rst [new file with mode: 0644]
doc/dev/developer_guide/issue-tracker.rst [new file with mode: 0644]
doc/dev/developer_guide/jaegertracing.rst [new file with mode: 0644]
doc/dev/developer_guide/merging.rst [new file with mode: 0644]
doc/dev/developer_guide/running-tests-locally.rst [new file with mode: 0644]
doc/dev/developer_guide/testing_integration_tests/index.rst [new file with mode: 0644]
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-debugging-tips.rst [new file with mode: 0644]
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst [new file with mode: 0644]
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-kernel.rst [new file with mode: 0644]
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst [new file with mode: 0644]
doc/dev/developer_guide/testing_integration_tests/tests-sentry-developers-guide.rst [new file with mode: 0644]
doc/dev/developer_guide/testing_integration_tests/workflow.png [new file with mode: 0644]
doc/dev/developer_guide/tests-unit-tests.rst [new file with mode: 0644]
doc/dev/developer_guide/tests-windows.rst [new file with mode: 0644]
doc/dev/development-workflow.rst [new file with mode: 0644]
doc/dev/documenting.rst [new file with mode: 0644]
doc/dev/dpdk.rst [new file with mode: 0644]
doc/dev/encoding.rst [new file with mode: 0644]
doc/dev/erasure-coded-pool.rst [new file with mode: 0644]
doc/dev/file-striping.rst [new file with mode: 0644]
doc/dev/freebsd.rst [new file with mode: 0644]
doc/dev/generatedocs.rst [new file with mode: 0644]
doc/dev/health-reports.rst [new file with mode: 0644]
doc/dev/iana.rst [new file with mode: 0644]
doc/dev/internals.rst [new file with mode: 0644]
doc/dev/kclient.rst [new file with mode: 0644]
doc/dev/kubernetes.rst [new file with mode: 0644]
doc/dev/libcephfs_proxy.rst [new file with mode: 0644]
doc/dev/libs.rst [new file with mode: 0644]
doc/dev/logging.rst [new file with mode: 0644]
doc/dev/logs.rst [new file with mode: 0644]
doc/dev/macos.rst [new file with mode: 0644]
doc/dev/mds_internals/data-structures.rst [new file with mode: 0644]
doc/dev/mds_internals/exports.rst [new file with mode: 0644]
doc/dev/mds_internals/index.rst [new file with mode: 0644]
doc/dev/mds_internals/locking.rst [new file with mode: 0644]
doc/dev/mds_internals/quiesce.rst [new file with mode: 0644]
doc/dev/mempool_accounting.rst [new file with mode: 0644]
doc/dev/messenger.rst [new file with mode: 0644]
doc/dev/mon-bootstrap.rst [new file with mode: 0644]
doc/dev/mon-elections.rst [new file with mode: 0644]
doc/dev/mon-on-disk-formats.rst [new file with mode: 0644]
doc/dev/mon-osdmap-prune.rst [new file with mode: 0644]
doc/dev/msgr2.rst [new file with mode: 0644]
doc/dev/network-encoding.rst [new file with mode: 0644]
doc/dev/network-protocol.rst [new file with mode: 0644]
doc/dev/object-store.rst [new file with mode: 0644]
doc/dev/osd-class-path.rst [new file with mode: 0644]
doc/dev/osd_internals/async_recovery.rst [new file with mode: 0644]
doc/dev/osd_internals/backfill_reservation.rst [new file with mode: 0644]
doc/dev/osd_internals/erasure_coding.rst [new file with mode: 0644]
doc/dev/osd_internals/erasure_coding/developer_notes.rst [new file with mode: 0644]
doc/dev/osd_internals/erasure_coding/ecbackend.rst [new file with mode: 0644]
doc/dev/osd_internals/erasure_coding/enhancements.rst [new file with mode: 0644]
doc/dev/osd_internals/erasure_coding/jerasure.rst [new file with mode: 0644]
doc/dev/osd_internals/erasure_coding/proposals.rst [new file with mode: 0644]
doc/dev/osd_internals/index.rst [new file with mode: 0644]
doc/dev/osd_internals/last_epoch_started.rst [new file with mode: 0644]
doc/dev/osd_internals/log_based_pg.rst [new file with mode: 0644]
doc/dev/osd_internals/manifest.rst [new file with mode: 0644]
doc/dev/osd_internals/map_message_handling.rst [new file with mode: 0644]
doc/dev/osd_internals/mclock_wpq_cmp_study.rst [new file with mode: 0644]
doc/dev/osd_internals/osd_overview.rst [new file with mode: 0644]
doc/dev/osd_internals/osdmap_versions.txt [new file with mode: 0644]
doc/dev/osd_internals/partial_object_recovery.rst [new file with mode: 0644]
doc/dev/osd_internals/past_intervals.rst [new file with mode: 0644]
doc/dev/osd_internals/pg.rst [new file with mode: 0644]
doc/dev/osd_internals/pg_removal.rst [new file with mode: 0644]
doc/dev/osd_internals/pgpool.rst [new file with mode: 0644]
doc/dev/osd_internals/recovery_reservation.rst [new file with mode: 0644]
doc/dev/osd_internals/refcount.rst [new file with mode: 0644]
doc/dev/osd_internals/scrub.rst [new file with mode: 0644]
doc/dev/osd_internals/snaps.rst [new file with mode: 0644]
doc/dev/osd_internals/stale_read.rst [new file with mode: 0644]
doc/dev/osd_internals/watch_notify.rst [new file with mode: 0644]
doc/dev/osd_internals/wbthrottle.rst [new file with mode: 0644]
doc/dev/peering.rst [new file with mode: 0644]
doc/dev/peering_graph.generated.svg [new file with mode: 0644]
doc/dev/perf.rst [new file with mode: 0644]
doc/dev/perf_counters.rst [new file with mode: 0644]
doc/dev/perf_histograms.rst [new file with mode: 0644]
doc/dev/placement-group.rst [new file with mode: 0644]
doc/dev/quick_guide.rst [new file with mode: 0644]
doc/dev/rados-client-protocol.rst [new file with mode: 0644]
doc/dev/radosgw/admin/adminops_nonimplemented.rst [new file with mode: 0644]
doc/dev/radosgw/bucket_index.rst [new file with mode: 0644]
doc/dev/radosgw/index.rst [new file with mode: 0644]
doc/dev/radosgw/s3_compliance.rst [new file with mode: 0644]
doc/dev/radosgw/usage.rst [new file with mode: 0644]
doc/dev/rbd-diff.rst [new file with mode: 0644]
doc/dev/rbd-export.rst [new file with mode: 0644]
doc/dev/rbd-layering.rst [new file with mode: 0644]
doc/dev/release-checklists.rst [new file with mode: 0644]
doc/dev/release-process.rst [new file with mode: 0644]
doc/dev/seastore.rst [new file with mode: 0644]
doc/dev/sepia.rst [new file with mode: 0644]
doc/dev/session_authentication.rst [new file with mode: 0644]
doc/dev/testing.rst [new file with mode: 0644]
doc/dev/versions.rst [new file with mode: 0644]
doc/dev/vstart-ganesha.rst [new file with mode: 0644]
doc/dev/wireshark.rst [new file with mode: 0644]
doc/dev/zoned-storage.rst [new file with mode: 0644]
doc/favicon.ico [new file with mode: 0644]
doc/foundation.rst [new file with mode: 0644]
doc/glossary.rst [new file with mode: 0644]
doc/governance.rst [new file with mode: 0644]
doc/hardware-monitoring/index.rst [new file with mode: 0644]
doc/images/CRUSH.jpg [new file with mode: 0644]
doc/images/HAProxy_for_RGW.svg [new file with mode: 0644]
doc/images/RADOS.jpg [new file with mode: 0644]
doc/images/RBD.jpg [new file with mode: 0644]
doc/images/RDBSnapshots.jpg [new file with mode: 0644]
doc/images/dashboard/invalid-credentials.png [new file with mode: 0644]
doc/images/docreviewprocess.jpg [new file with mode: 0644]
doc/images/esx_chap.png [new file with mode: 0644]
doc/images/esx_config_iscsi_main.png [new file with mode: 0644]
doc/images/esx_iscsi_recov_timeout.png [new file with mode: 0644]
doc/images/esx_web_client_storage_main.png [new file with mode: 0644]
doc/images/keycloak-adduser.png [new file with mode: 0644]
doc/images/keycloak-userclientmapper.png [new file with mode: 0644]
doc/images/keycloak-usercredentials.png [new file with mode: 0644]
doc/images/keycloak-userdetails.png [new file with mode: 0644]
doc/images/keycloak-usertags.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Client_Latency_Percentiles_HDD_NoWALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Client_Latency_Percentiles_HDD_WALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Client_Latency_Percentiles_NVMe_SSD_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Client_Throughput_HDD_NoWALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Client_Throughput_HDD_WALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Client_Throughput_NVMe_SSD_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Obj_Rec_Throughput_HDD_NoWALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Obj_Rec_Throughput_HDD_WALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Avg_Obj_Rec_Throughput_NVMe_SSD_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Clat_Latency_Comparison_HDD_NoWALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Clat_Latency_Comparison_HDD_WALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Clat_Latency_Comparison_NVMe_SSD_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Recovery_Rate_Comparison_HDD_NoWALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Recovery_Rate_Comparison_HDD_WALdB_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/mclock_wpq_study/Recovery_Rate_Comparison_NVMe_SSD_WPQ_vs_mClock.png [new file with mode: 0644]
doc/images/region-sync.png [new file with mode: 0644]
doc/images/region-sync.svg [new file with mode: 0644]
doc/images/rgw-encryption-barbican.png [new file with mode: 0644]
doc/images/stack.png [new file with mode: 0644]
doc/images/win2016_iscsi_advanced_window.png [new file with mode: 0755]
doc/images/win2016_iscsi_connect_to_target.png [new file with mode: 0755]
doc/images/win2016_iscsi_devices_mpio.png [new file with mode: 0755]
doc/images/win2016_iscsi_discovery_tab.png [new file with mode: 0755]
doc/images/win2016_iscsi_target_tab.png [new file with mode: 0755]
doc/images/win2016_iscsi_target_tab2.png [new file with mode: 0755]
doc/images/win2016_mpclaim_output.png [new file with mode: 0644]
doc/images/win2016_mpio_set_failover_only.png [new file with mode: 0755]
doc/images/windows_ci_artifacts.png [new file with mode: 0644]
doc/images/windows_ci_html_report.png [new file with mode: 0644]
doc/images/windows_ci_status_page.png [new file with mode: 0644]
doc/images/zone-sync.png [new file with mode: 0644]
doc/images/zone-sync.svg [new file with mode: 0644]
doc/images/zone-sync2.png [new file with mode: 0644]
doc/index.rst [new file with mode: 0644]
doc/install/build-ceph.rst [new file with mode: 0644]
doc/install/clone-source.rst [new file with mode: 0644]
doc/install/containers.rst [new file with mode: 0644]
doc/install/get-packages.rst [new file with mode: 0644]
doc/install/get-tarballs.rst [new file with mode: 0644]
doc/install/index.rst [new file with mode: 0644]
doc/install/index_manual.rst [new file with mode: 0644]
doc/install/install-storage-cluster.rst [new file with mode: 0644]
doc/install/install-vm-cloud.rst [new file with mode: 0644]
doc/install/manual-deployment.rst [new file with mode: 0644]
doc/install/manual-freebsd-deployment.rst [new file with mode: 0644]
doc/install/mirrors.rst [new file with mode: 0644]
doc/install/windows-basic-config.rst [new file with mode: 0644]
doc/install/windows-install.rst [new file with mode: 0644]
doc/install/windows-troubleshooting.rst [new file with mode: 0644]
doc/jaegertracing/index.rst [new file with mode: 0644]
doc/jaegertracing/osd_jaeger.png [new file with mode: 0644]
doc/jaegertracing/rgw_jaeger.png [new file with mode: 0644]
doc/logo.png [new file with mode: 0644]
doc/man/8/CMakeLists.txt [new file with mode: 0644]
doc/man/8/ceph-authtool.rst [new file with mode: 0644]
doc/man/8/ceph-bluestore-tool.rst [new file with mode: 0644]
doc/man/8/ceph-clsinfo.rst [new file with mode: 0644]
doc/man/8/ceph-conf.rst [new file with mode: 0644]
doc/man/8/ceph-create-keys.rst [new file with mode: 0644]
doc/man/8/ceph-debugpack.rst [new file with mode: 0644]
doc/man/8/ceph-dencoder.rst [new file with mode: 0644]
doc/man/8/ceph-diff-sorted.rst [new file with mode: 0644]
doc/man/8/ceph-fuse.rst [new file with mode: 0644]
doc/man/8/ceph-immutable-object-cache.rst [new file with mode: 0644]
doc/man/8/ceph-kvstore-tool.rst [new file with mode: 0644]
doc/man/8/ceph-mds.rst [new file with mode: 0644]
doc/man/8/ceph-mon.rst [new file with mode: 0644]
doc/man/8/ceph-monstore-tool.rst [new file with mode: 0644]
doc/man/8/ceph-objectstore-tool.rst [new file with mode: 0644]
doc/man/8/ceph-osd.rst [new file with mode: 0644]
doc/man/8/ceph-post-file.rst [new file with mode: 0644]
doc/man/8/ceph-rbdnamer.rst [new file with mode: 0644]
doc/man/8/ceph-run.rst [new file with mode: 0644]
doc/man/8/ceph-syn.rst [new file with mode: 0644]
doc/man/8/ceph-volume-systemd.rst [new file with mode: 0644]
doc/man/8/ceph-volume.rst [new file with mode: 0644]
doc/man/8/ceph.rst [new file with mode: 0644]
doc/man/8/cephadm.rst [new file with mode: 0644]
doc/man/8/cephfs-mirror.rst [new file with mode: 0644]
doc/man/8/cephfs-shell.rst [new file with mode: 0644]
doc/man/8/cephfs-top.rst [new file with mode: 0644]
doc/man/8/crushdiff.rst [new file with mode: 0644]
doc/man/8/crushtool.rst [new file with mode: 0644]
doc/man/8/librados-config.rst [new file with mode: 0644]
doc/man/8/monmaptool.rst [new file with mode: 0644]
doc/man/8/mount.ceph.rst [new file with mode: 0644]
doc/man/8/mount.fuse.ceph.rst [new file with mode: 0644]
doc/man/8/osdmaptool.rst [new file with mode: 0644]
doc/man/8/rados.rst [new file with mode: 0644]
doc/man/8/radosgw-admin.rst [new file with mode: 0644]
doc/man/8/radosgw.rst [new file with mode: 0644]
doc/man/8/rbd-fuse.rst [new file with mode: 0644]
doc/man/8/rbd-ggate.rst [new file with mode: 0644]
doc/man/8/rbd-mirror.rst [new file with mode: 0644]
doc/man/8/rbd-nbd.rst [new file with mode: 0644]
doc/man/8/rbd-replay-many.rst [new file with mode: 0644]
doc/man/8/rbd-replay-prep.rst [new file with mode: 0644]
doc/man/8/rbd-replay.rst [new file with mode: 0644]
doc/man/8/rbd.rst [new file with mode: 0644]
doc/man/8/rbdmap.rst [new file with mode: 0644]
doc/man/8/rgw-gap-list.rst [new file with mode: 0644]
doc/man/8/rgw-orphan-list.rst [new file with mode: 0644]
doc/man/8/rgw-policy-check.rst [new file with mode: 0644]
doc/man/8/rgw-restore-bucket-index.rst [new file with mode: 0644]
doc/man/CMakeLists.txt [new file with mode: 0644]
doc/man_index.rst [new file with mode: 0644]
doc/mgr/administrator.rst [new file with mode: 0644]
doc/mgr/alerts.rst [new file with mode: 0644]
doc/mgr/capacity-card.png [new file with mode: 0644]
doc/mgr/ceph_api/index.rst [new file with mode: 0644]
doc/mgr/cli_api.rst [new file with mode: 0644]
doc/mgr/cluster-utilization-card.png [new file with mode: 0644]
doc/mgr/crash.rst [new file with mode: 0644]
doc/mgr/dashboard-landing-page.png [new file with mode: 0644]
doc/mgr/dashboard.rst [new file with mode: 0644]
doc/mgr/dashboard_plugins/debug.inc.rst [new file with mode: 0644]
doc/mgr/dashboard_plugins/feature_toggles.inc.rst [new file with mode: 0644]
doc/mgr/dashboard_plugins/motd.inc.rst [new file with mode: 0644]
doc/mgr/details-card.png [new file with mode: 0644]
doc/mgr/diskprediction.rst [new file with mode: 0644]
doc/mgr/hello.rst [new file with mode: 0644]
doc/mgr/index.rst [new file with mode: 0644]
doc/mgr/influx.rst [new file with mode: 0644]
doc/mgr/insights.rst [new file with mode: 0644]
doc/mgr/inventory-card.png [new file with mode: 0644]
doc/mgr/iostat.rst [new file with mode: 0644]
doc/mgr/localpool.rst [new file with mode: 0644]
doc/mgr/mds_autoscaler.rst [new file with mode: 0644]
doc/mgr/modules.rst [new file with mode: 0644]
doc/mgr/nfs.rst [new file with mode: 0644]
doc/mgr/orchestrator.rst [new file with mode: 0644]
doc/mgr/orchestrator_modules.rst [new file with mode: 0644]
doc/mgr/progress.rst [new file with mode: 0644]
doc/mgr/prometheus.rst [new file with mode: 0644]
doc/mgr/rgw.rst [new file with mode: 0644]
doc/mgr/rook.rst [new file with mode: 0644]
doc/mgr/smb.rst [new file with mode: 0644]
doc/mgr/status-card-open.png [new file with mode: 0644]
doc/mgr/telegraf.rst [new file with mode: 0644]
doc/mgr/telemetry.rst [new file with mode: 0644]
doc/mon/README.txt [new file with mode: 0644]
doc/mon/paxos-call-chain.dot [new file with mode: 0644]
doc/monitoring/index.rst [new file with mode: 0644]
doc/nvmeof/ha.md [new file with mode: 0644]
doc/rados/api/index.rst [new file with mode: 0644]
doc/rados/api/libcephsqlite.rst [new file with mode: 0644]
doc/rados/api/librados-intro.rst [new file with mode: 0644]
doc/rados/api/librados.rst [new file with mode: 0644]
doc/rados/api/libradospp.rst [new file with mode: 0644]
doc/rados/api/objclass-sdk.rst [new file with mode: 0644]
doc/rados/api/python.rst [new file with mode: 0644]
doc/rados/command/list-inconsistent-obj.json [new file with mode: 0644]
doc/rados/command/list-inconsistent-snap.json [new file with mode: 0644]
doc/rados/configuration/auth-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/bluestore-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/ceph-conf.rst [new file with mode: 0644]
doc/rados/configuration/common.rst [new file with mode: 0644]
doc/rados/configuration/demo-ceph.conf [new file with mode: 0644]
doc/rados/configuration/filestore-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/general-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/index.rst [new file with mode: 0644]
doc/rados/configuration/journal-ref.rst [new file with mode: 0644]
doc/rados/configuration/mclock-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/mon-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/mon-lookup-dns.rst [new file with mode: 0644]
doc/rados/configuration/mon-osd-interaction.rst [new file with mode: 0644]
doc/rados/configuration/msgr2.rst [new file with mode: 0644]
doc/rados/configuration/network-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/osd-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/pool-pg-config-ref.rst [new file with mode: 0644]
doc/rados/configuration/pool-pg.conf [new file with mode: 0644]
doc/rados/configuration/storage-devices.rst [new file with mode: 0644]
doc/rados/index.rst [new file with mode: 0644]
doc/rados/man/index.rst [new file with mode: 0644]
doc/rados/operations/add-or-rm-mons.rst [new file with mode: 0644]
doc/rados/operations/add-or-rm-osds.rst [new file with mode: 0644]
doc/rados/operations/balancer.rst [new file with mode: 0644]
doc/rados/operations/bluestore-migration.rst [new file with mode: 0644]
doc/rados/operations/cache-tiering.rst [new file with mode: 0644]
doc/rados/operations/change-mon-elections.rst [new file with mode: 0644]
doc/rados/operations/control.rst [new file with mode: 0644]
doc/rados/operations/crush-map-edits.rst [new file with mode: 0644]
doc/rados/operations/crush-map.rst [new file with mode: 0644]
doc/rados/operations/data-placement.rst [new file with mode: 0644]
doc/rados/operations/devices.rst [new file with mode: 0644]
doc/rados/operations/erasure-code-clay.rst [new file with mode: 0644]
doc/rados/operations/erasure-code-isa.rst [new file with mode: 0644]
doc/rados/operations/erasure-code-jerasure.rst [new file with mode: 0644]
doc/rados/operations/erasure-code-lrc.rst [new file with mode: 0644]
doc/rados/operations/erasure-code-profile.rst [new file with mode: 0644]
doc/rados/operations/erasure-code-shec.rst [new file with mode: 0644]
doc/rados/operations/erasure-code.rst [new file with mode: 0644]
doc/rados/operations/health-checks.rst [new file with mode: 0644]
doc/rados/operations/index.rst [new file with mode: 0644]
doc/rados/operations/monitoring-osd-pg.rst [new file with mode: 0644]
doc/rados/operations/monitoring.rst [new file with mode: 0644]
doc/rados/operations/operating.rst [new file with mode: 0644]
doc/rados/operations/pg-concepts.rst [new file with mode: 0644]
doc/rados/operations/pg-states.rst [new file with mode: 0644]
doc/rados/operations/pgcalc/index.rst [new file with mode: 0644]
doc/rados/operations/placement-groups.rst [new file with mode: 0644]
doc/rados/operations/pools.rst [new file with mode: 0644]
doc/rados/operations/read-balancer.rst [new file with mode: 0644]
doc/rados/operations/stretch-mode.rst [new file with mode: 0644]
doc/rados/operations/upmap.rst [new file with mode: 0644]
doc/rados/operations/user-management.rst [new file with mode: 0644]
doc/rados/troubleshooting/community.rst [new file with mode: 0644]
doc/rados/troubleshooting/cpu-profiling.rst [new file with mode: 0644]
doc/rados/troubleshooting/index.rst [new file with mode: 0644]
doc/rados/troubleshooting/log-and-debug.rst [new file with mode: 0644]
doc/rados/troubleshooting/memory-profiling.rst [new file with mode: 0644]
doc/rados/troubleshooting/troubleshooting-mon.rst [new file with mode: 0644]
doc/rados/troubleshooting/troubleshooting-osd.rst [new file with mode: 0644]
doc/rados/troubleshooting/troubleshooting-pg.rst [new file with mode: 0644]
doc/radosgw/STS.rst [new file with mode: 0644]
doc/radosgw/STSLite.rst [new file with mode: 0644]
doc/radosgw/account.rst [new file with mode: 0644]
doc/radosgw/admin.rst [new file with mode: 0644]
doc/radosgw/adminops.rst [new file with mode: 0644]
doc/radosgw/api.rst [new file with mode: 0644]
doc/radosgw/archive-sync-module.rst [new file with mode: 0644]
doc/radosgw/barbican.rst [new file with mode: 0644]
doc/radosgw/bucket_logging.rst [new file with mode: 0644]
doc/radosgw/bucketpolicy.rst [new file with mode: 0644]
doc/radosgw/cloud-restore.rst [new file with mode: 0644]
doc/radosgw/cloud-sync-module.rst [new file with mode: 0644]
doc/radosgw/cloud-transition.rst [new file with mode: 0644]
doc/radosgw/compression.rst [new file with mode: 0644]
doc/radosgw/config-ref.rst [new file with mode: 0644]
doc/radosgw/d3n_datacache.rst [new file with mode: 0644]
doc/radosgw/dynamicresharding.rst [new file with mode: 0644]
doc/radosgw/elastic-sync-module.rst [new file with mode: 0644]
doc/radosgw/encryption.rst [new file with mode: 0644]
doc/radosgw/frontends.rst [new file with mode: 0644]
doc/radosgw/iam.rst [new file with mode: 0644]
doc/radosgw/index.rst [new file with mode: 0644]
doc/radosgw/keycloak.rst [new file with mode: 0644]
doc/radosgw/keystone.rst [new file with mode: 0644]
doc/radosgw/kmip.rst [new file with mode: 0644]
doc/radosgw/layout.rst [new file with mode: 0644]
doc/radosgw/ldap-auth.rst [new file with mode: 0644]
doc/radosgw/lua-scripting.rst [new file with mode: 0644]
doc/radosgw/metrics.rst [new file with mode: 0644]
doc/radosgw/mfa.rst [new file with mode: 0644]
doc/radosgw/multisite-sync-policy.rst [new file with mode: 0644]
doc/radosgw/multisite.rst [new file with mode: 0644]
doc/radosgw/multitenancy.rst [new file with mode: 0644]
doc/radosgw/nfs.rst [new file with mode: 0644]
doc/radosgw/notifications.rst [new file with mode: 0644]
doc/radosgw/oidc.rst [new file with mode: 0644]
doc/radosgw/opa.rst [new file with mode: 0644]
doc/radosgw/orphans.rst [new file with mode: 0644]
doc/radosgw/placement.rst [new file with mode: 0644]
doc/radosgw/pools.rst [new file with mode: 0644]
doc/radosgw/qat-accel.rst [new file with mode: 0644]
doc/radosgw/rgw-cache.rst [new file with mode: 0644]
doc/radosgw/role.rst [new file with mode: 0644]
doc/radosgw/s3-notification-compatibility.rst [new file with mode: 0644]
doc/radosgw/s3.rst [new file with mode: 0644]
doc/radosgw/s3/authentication.rst [new file with mode: 0644]
doc/radosgw/s3/bucketops.rst [new file with mode: 0644]
doc/radosgw/s3/commons.rst [new file with mode: 0644]
doc/radosgw/s3/cpp.rst [new file with mode: 0644]
doc/radosgw/s3/csharp.rst [new file with mode: 0644]
doc/radosgw/s3/java.rst [new file with mode: 0644]
doc/radosgw/s3/objectops.rst [new file with mode: 0644]
doc/radosgw/s3/perl.rst [new file with mode: 0644]
doc/radosgw/s3/php.rst [new file with mode: 0644]
doc/radosgw/s3/python.rst [new file with mode: 0644]
doc/radosgw/s3/ruby.rst [new file with mode: 0644]
doc/radosgw/s3/serviceops.rst [new file with mode: 0644]
doc/radosgw/s3_objects_dedup.rst [new file with mode: 0644]
doc/radosgw/s3select.rst [new file with mode: 0644]
doc/radosgw/session-tags.rst [new file with mode: 0644]
doc/radosgw/swift.rst [new file with mode: 0644]
doc/radosgw/swift/auth.rst [new file with mode: 0644]
doc/radosgw/swift/containerops.rst [new file with mode: 0644]
doc/radosgw/swift/java.rst [new file with mode: 0644]
doc/radosgw/swift/objectops.rst [new file with mode: 0644]
doc/radosgw/swift/python.rst [new file with mode: 0644]
doc/radosgw/swift/ruby.rst [new file with mode: 0644]
doc/radosgw/swift/serviceops.rst [new file with mode: 0644]
doc/radosgw/swift/tempurl.rst [new file with mode: 0644]
doc/radosgw/swift/tutorial.rst [new file with mode: 0644]
doc/radosgw/sync-modules.rst [new file with mode: 0644]
doc/radosgw/troubleshooting.rst [new file with mode: 0644]
doc/radosgw/uadk-accel.rst [new file with mode: 0644]
doc/radosgw/vault.rst [new file with mode: 0644]
doc/radosgw/zone-features.rst [new file with mode: 0644]
doc/rbd/api/index.rst [new file with mode: 0644]
doc/rbd/api/librbdpy.rst [new file with mode: 0644]
doc/rbd/disk.conf [new file with mode: 0644]
doc/rbd/index.rst [new file with mode: 0644]
doc/rbd/iscsi-initiator-esx.rst [new file with mode: 0644]
doc/rbd/iscsi-initiator-linux.rst [new file with mode: 0644]
doc/rbd/iscsi-initiator-win.rst [new file with mode: 0644]
doc/rbd/iscsi-initiators.rst [new file with mode: 0644]
doc/rbd/iscsi-monitoring.rst [new file with mode: 0644]
doc/rbd/iscsi-overview.rst [new file with mode: 0644]
doc/rbd/iscsi-requirements.rst [new file with mode: 0644]
doc/rbd/iscsi-target-ansible.rst [new file with mode: 0644]
doc/rbd/iscsi-target-cli-manual-install.rst [new file with mode: 0644]
doc/rbd/iscsi-target-cli.rst [new file with mode: 0644]
doc/rbd/iscsi-targets.rst [new file with mode: 0644]
doc/rbd/libvirt.rst [new file with mode: 0644]
doc/rbd/man/index.rst [new file with mode: 0644]
doc/rbd/nvmeof-initiator-esx.rst [new file with mode: 0644]
doc/rbd/nvmeof-initiator-linux.rst [new file with mode: 0644]
doc/rbd/nvmeof-initiators.rst [new file with mode: 0644]
doc/rbd/nvmeof-overview.rst [new file with mode: 0644]
doc/rbd/nvmeof-requirements.rst [new file with mode: 0644]
doc/rbd/nvmeof-target-configure.rst [new file with mode: 0644]
doc/rbd/qemu-rbd.rst [new file with mode: 0644]
doc/rbd/rados-rbd-cmds.rst [new file with mode: 0644]
doc/rbd/rbd-cloudstack.rst [new file with mode: 0644]
doc/rbd/rbd-config-ref.rst [new file with mode: 0644]
doc/rbd/rbd-encryption.rst [new file with mode: 0644]
doc/rbd/rbd-exclusive-locks.rst [new file with mode: 0644]
doc/rbd/rbd-integrations.rst [new file with mode: 0644]
doc/rbd/rbd-ko.rst [new file with mode: 0644]
doc/rbd/rbd-kubernetes.rst [new file with mode: 0644]
doc/rbd/rbd-live-migration.rst [new file with mode: 0644]
doc/rbd/rbd-mirroring.rst [new file with mode: 0644]
doc/rbd/rbd-nomad.rst [new file with mode: 0644]
doc/rbd/rbd-openstack.rst [new file with mode: 0644]
doc/rbd/rbd-operations.rst [new file with mode: 0644]
doc/rbd/rbd-persistent-read-only-cache.rst [new file with mode: 0644]
doc/rbd/rbd-persistent-write-log-cache.rst [new file with mode: 0644]
doc/rbd/rbd-replay.rst [new file with mode: 0644]
doc/rbd/rbd-snapshot.rst [new file with mode: 0644]
doc/rbd/rbd-windows.rst [new file with mode: 0644]
doc/releases/argonaut.rst [new file with mode: 0644]
doc/releases/bobtail.rst [new file with mode: 0644]
doc/releases/cuttlefish.rst [new file with mode: 0644]
doc/releases/dumpling.rst [new file with mode: 0644]
doc/releases/emperor.rst [new file with mode: 0644]
doc/releases/firefly.rst [new file with mode: 0644]
doc/releases/general.rst [new file with mode: 0644]
doc/releases/giant.rst [new file with mode: 0644]
doc/releases/hammer.rst [new file with mode: 0644]
doc/releases/index.rst [new file with mode: 0644]
doc/releases/infernalis.rst [new file with mode: 0644]
doc/releases/jewel.rst [new file with mode: 0644]
doc/releases/kraken.rst [new file with mode: 0644]
doc/releases/luminous.rst [new file with mode: 0644]
doc/releases/mimic.rst [new file with mode: 0644]
doc/releases/nautilus.rst [new file with mode: 0644]
doc/releases/octopus.rst [new file with mode: 0644]
doc/releases/pacific.rst [new file with mode: 0644]
doc/releases/quincy.rst [new file with mode: 0644]
doc/releases/reef.rst [new file with mode: 0644]
doc/releases/releases.yml [new file with mode: 0644]
doc/releases/squid.rst [new file with mode: 0644]
doc/scripts/README.md [new file with mode: 0644]
doc/scripts/gen_state_diagram.py [new file with mode: 0755]
doc/security/CVE-2021-20288.rst [new file with mode: 0644]
doc/security/CVE-2021-3509.rst [new file with mode: 0644]
doc/security/CVE-2021-3524.rst [new file with mode: 0644]
doc/security/CVE-2021-3531.rst [new file with mode: 0644]
doc/security/CVE-2022-0670.rst [new file with mode: 0644]
doc/security/cves.rst [new file with mode: 0644]
doc/security/index.rst [new file with mode: 0644]
doc/security/process.rst [new file with mode: 0644]
doc/start/beginners-guide.rst [new file with mode: 0644]
doc/start/ceph.conf [new file with mode: 0644]
doc/start/documenting-ceph.rst [new file with mode: 0644]
doc/start/get-involved.rst [new file with mode: 0644]
doc/start/hardware-recommendations.rst [new file with mode: 0644]
doc/start/index.rst [new file with mode: 0644]
doc/start/os-recommendations.rst [new file with mode: 0644]
doc/start/quick-rbd.rst [new file with mode: 0644]
doc_deps.deb.txt [new file with mode: 0644]
etc/default/ceph [new file with mode: 0644]
etc/sysconfig/ceph [new file with mode: 0644]
etc/sysctl/.gitignore [new file with mode: 0644]
etc/sysctl/90-ceph-osd.conf.in [new file with mode: 0644]
etc/sysctl/90-crimson-osd.conf.in [new file with mode: 0644]
etc/sysctl/CMakeLists.txt [new file with mode: 0644]
examples/librados/Makefile [new file with mode: 0644]
examples/librados/hello_radosstriper.cc [new file with mode: 0644]
examples/librados/hello_world.cc [new file with mode: 0644]
examples/librados/hello_world.readme [new file with mode: 0644]
examples/librados/hello_world_c.c [new file with mode: 0644]
examples/librbd/Makefile [new file with mode: 0644]
examples/librbd/hello_world.cc [new file with mode: 0644]
examples/rbd-replay/.gitignore [new file with mode: 0644]
examples/rbd-replay/create-image [new file with mode: 0755]
examples/rbd-replay/replay [new file with mode: 0755]
examples/rbd-replay/run-rbd-replay-prep [new file with mode: 0755]
examples/rbd-replay/trace [new file with mode: 0755]
examples/rgw/boto3/README.md [new file with mode: 0644]
examples/rgw/boto3/append_object.py [new file with mode: 0755]
examples/rgw/boto3/bucket_logging.py [new file with mode: 0644]
examples/rgw/boto3/create_bucket_indexless.py [new file with mode: 0755]
examples/rgw/boto3/create_bucket_shards.py [new file with mode: 0755]
examples/rgw/boto3/delete_notification.py [new file with mode: 0755]
examples/rgw/boto3/get_notification.py [new file with mode: 0755]
examples/rgw/boto3/get_usage_stats.py [new file with mode: 0755]
examples/rgw/boto3/head_bucket_stats.py [new file with mode: 0755]
examples/rgw/boto3/list_unordered.py [new file with mode: 0755]
examples/rgw/boto3/notification_filters.py [new file with mode: 0755]
examples/rgw/boto3/post_bucket_logging.py [new file with mode: 0644]
examples/rgw/boto3/put-bucket-replication.py [new file with mode: 0755]
examples/rgw/boto3/service-2.sdk-extras.json [new file with mode: 0644]
examples/rgw/boto3/topic_attributes.py [new file with mode: 0644]
examples/rgw/boto3/topic_with_endpoint.py [new file with mode: 0644]
examples/rgw/golang/.gitignore [new file with mode: 0644]
examples/rgw/golang/object-upload/README.md [new file with mode: 0644]
examples/rgw/golang/object-upload/fortuna.txt [new file with mode: 0644]
examples/rgw/golang/object-upload/object-upload.go [new file with mode: 0644]
examples/rgw/golang/put-bucket-notification-creation/README.md [new file with mode: 0644]
examples/rgw/golang/put-bucket-notification-creation/put-bucket-notification-creation.go [new file with mode: 0644]
examples/rgw/golang/topic-creation/README.md [new file with mode: 0644]
examples/rgw/golang/topic-creation/topic-creation.go [new file with mode: 0644]
examples/rgw/java/ceph-s3-upload/README.md [new file with mode: 0644]
examples/rgw/java/ceph-s3-upload/ceph-s3-upload.txt [new file with mode: 0644]
examples/rgw/java/ceph-s3-upload/pom.xml [new file with mode: 0644]
examples/rgw/java/ceph-s3-upload/src/main/java/org/example/cephs3upload/App.java [new file with mode: 0644]
examples/rgw/java/ceph-s3-upload/src/test/java/org/example/cephs3upload/AppTest.java [new file with mode: 0644]
examples/rgw/lua/config/prometheus.yml [new file with mode: 0644]
examples/rgw/lua/elasticsearch_adapter.lua [new file with mode: 0644]
examples/rgw/lua/elasticsearch_adapter.md [new file with mode: 0644]
examples/rgw/lua/img/prometheus.png [new file with mode: 0644]
examples/rgw/lua/nats_adapter.lua [new file with mode: 0644]
examples/rgw/lua/nats_adapter.md [new file with mode: 0644]
examples/rgw/lua/prometheus_adapter.lua [new file with mode: 0644]
examples/rgw/lua/prometheus_adapter.md [new file with mode: 0644]
examples/rgw/lua/storage_class.lua [new file with mode: 0644]
examples/rgw/lua/storage_class.md [new file with mode: 0644]
examples/rgw/rgw-cache/nginx-default.conf [new file with mode: 0644]
examples/rgw/rgw-cache/nginx-lua-file.lua [new file with mode: 0644]
examples/rgw/rgw-cache/nginx-noprefetch.conf [new file with mode: 0644]
examples/rgw/rgw-cache/nginx-slicing.conf [new file with mode: 0644]
examples/rgw/rgw-cache/nginx.conf [new file with mode: 0644]
examples/rgw/rgw_admin_curl.sh [new file with mode: 0644]
fusetrace/Makefile [new file with mode: 0644]
fusetrace/fusetrace_ll.cc [new file with mode: 0644]
install-deps.sh [new file with mode: 0755]
keys/autobuild.asc [new file with mode: 0644]
keys/old_release.1.asc [new file with mode: 0644]
keys/old_release.2.possibly.compromised.asc [new file with mode: 0644]
keys/release.asc [new file with mode: 0644]
make-debs.sh [new file with mode: 0755]
make-dist [new file with mode: 0755]
make-srpm.sh [new file with mode: 0755]
man/.gitignore [new file with mode: 0644]
man/CMakeLists.txt [new file with mode: 0644]
man/ceph_selinux.8 [new file with mode: 0644]
man/conf.py [new file with mode: 0644]
mingw_conf.sh [new file with mode: 0644]
mirroring/MIRRORS [new file with mode: 0644]
mirroring/README.md [new file with mode: 0644]
mirroring/apache2.vhost.conf [new file with mode: 0644]
mirroring/mirror-ceph.sh [new file with mode: 0755]
mirroring/rsyncd.conf [new file with mode: 0644]
mirroring/test-mirrors.sh [new file with mode: 0755]
monitoring/ceph-mixin/.gitignore [new file with mode: 0644]
monitoring/ceph-mixin/.pylintrc [new symlink]
monitoring/ceph-mixin/CMakeLists.txt [new file with mode: 0644]
monitoring/ceph-mixin/Makefile [new file with mode: 0644]
monitoring/ceph-mixin/README.md [new file with mode: 0644]
monitoring/ceph-mixin/alerts.jsonnet [new file with mode: 0644]
monitoring/ceph-mixin/alerts.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/config.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards.jsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/ceph-cluster.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/ceph-nvmeof-performance.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/ceph-nvmeof.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/cephfs.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/cephfsdashboard.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/host.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/multi-cluster.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/osd.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/piechart_panel.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/pool.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/rbd.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/rgw-s3-analytics.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/rgw.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/smb-overview.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/timeseries_panel.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards/utils.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/ceph-application-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/ceph-cluster.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/ceph-nvmeof-performance.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/ceph-nvmeof.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/cephfs-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/cephfsdashboard.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/host-details.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/hosts-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/multi-cluster-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/osd-device-details.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/osds-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/pool-detail.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/pool-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/radosgw-detail.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/radosgw-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/radosgw-sync-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/rbd-details.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/rbd-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/rgw-s3-analytics.json [new file with mode: 0644]
monitoring/ceph-mixin/dashboards_out/smb-overview.json [new file with mode: 0644]
monitoring/ceph-mixin/jsonnet-bundler-build.sh [new file with mode: 0755]
monitoring/ceph-mixin/jsonnetfile.json [new file with mode: 0644]
monitoring/ceph-mixin/jsonnetfile.lock.json [new file with mode: 0644]
monitoring/ceph-mixin/lint-jsonnet.sh [new file with mode: 0755]
monitoring/ceph-mixin/mixin.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/prometheus_alerts.libsonnet [new file with mode: 0644]
monitoring/ceph-mixin/prometheus_alerts.yml [new file with mode: 0644]
monitoring/ceph-mixin/requirements-alerts.txt [new file with mode: 0644]
monitoring/ceph-mixin/requirements-grafonnet.txt [new file with mode: 0644]
monitoring/ceph-mixin/requirements-lint.txt [new file with mode: 0644]
monitoring/ceph-mixin/test-jsonnet.sh [new file with mode: 0755]
monitoring/ceph-mixin/tests_alerts/README.md [new file with mode: 0644]
monitoring/ceph-mixin/tests_alerts/__init__.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_alerts/settings.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_alerts/test_alerts.yml [new file with mode: 0644]
monitoring/ceph-mixin/tests_alerts/test_syntax.py [new file with mode: 0755]
monitoring/ceph-mixin/tests_alerts/test_unittests.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_alerts/utils.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_alerts/validate_rules.py [new file with mode: 0755]
monitoring/ceph-mixin/tests_dashboards/__init__.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/__init__.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/ceph-cluster.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/environment.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/host-details.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/hosts_overview.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/osd-device-details.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/osds-overview.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/radosgw-detail.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/radosgw_overview.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/self.feature [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/features/steps/__init__.py [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/requirements.txt [new file with mode: 0644]
monitoring/ceph-mixin/tests_dashboards/util.py [new file with mode: 0644]
monitoring/ceph-mixin/tox.ini [new file with mode: 0644]
monitoring/grafana/build/Makefile [new file with mode: 0755]
monitoring/grafana/build/README.md [new file with mode: 0644]
monitoring/grafana/screenshots/ceph-cluster1.png [new file with mode: 0644]
monitoring/grafana/screenshots/ceph-cluster2.png [new file with mode: 0644]
monitoring/grafana/screenshots/host-details.png [new file with mode: 0644]
monitoring/grafana/screenshots/host-details.resized.png [new file with mode: 0644]
monitoring/grafana/screenshots/host_overview.png [new file with mode: 0644]
monitoring/grafana/screenshots/mds-performance.png [new file with mode: 0644]
monitoring/grafana/screenshots/osd-performance.png [new file with mode: 0644]
monitoring/grafana/screenshots/osd_overview.png [new file with mode: 0644]
monitoring/grafana/screenshots/pool-details.png [new file with mode: 0644]
monitoring/grafana/screenshots/pool-overview.png [new file with mode: 0644]
monitoring/grafana/screenshots/rgw-detail.png [new file with mode: 0644]
monitoring/grafana/screenshots/rgw-overview.png [new file with mode: 0644]
monitoring/snmp/CEPH-MIB.txt [new file with mode: 0644]
monitoring/snmp/README.md [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
pom.xml [new file with mode: 0644]
qa/.gitignore [new file with mode: 0644]
qa/.qa [new symlink]
qa/CMakeLists.txt [new file with mode: 0644]
qa/Makefile [new file with mode: 0644]
qa/README [new file with mode: 0644]
qa/archs/aarch64.yaml [new file with mode: 0644]
qa/archs/armv7.yaml [new file with mode: 0644]
qa/archs/i686.yaml [new file with mode: 0644]
qa/archs/x86_64.yaml [new file with mode: 0644]
qa/cephfs/.qa [new symlink]
qa/cephfs/begin/+ [new file with mode: 0644]
qa/cephfs/begin/0-install.yaml [new file with mode: 0644]
qa/cephfs/begin/1-ceph.yaml [new file with mode: 0644]
qa/cephfs/begin/2-logrotate.yaml [new file with mode: 0644]
qa/cephfs/begin/3-kernel.yaml [new file with mode: 0644]
qa/cephfs/clusters/.qa [new symlink]
qa/cephfs/clusters/1-mds-1-client-coloc.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-1-client-micro.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-1-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-2-client-coloc.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-2-client-micro.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-2-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-3-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-4-client-coloc.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-mds-4-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1-node-4-mds-1-osd.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a11s-mds-1c-client-3node.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a2s-mds-1c-client-3node.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a3s-mds-1c-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a3s-mds-2c-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a3s-mds-4c-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a5s-mds-1c-client-3node.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a5s-mds-1c-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/3-mds.yaml [new file with mode: 0644]
qa/cephfs/clusters/9-mds.yaml [new file with mode: 0644]
qa/cephfs/clusters/fixed-2-ucephfs.yaml [new file with mode: 0644]
qa/cephfs/conf/+ [new file with mode: 0644]
qa/cephfs/conf/.qa [new symlink]
qa/cephfs/conf/client.yaml [new file with mode: 0644]
qa/cephfs/conf/mds.yaml [new file with mode: 0644]
qa/cephfs/conf/mgr.yaml [new file with mode: 0644]
qa/cephfs/conf/mon.yaml [new file with mode: 0644]
qa/cephfs/conf/osd.yaml [new file with mode: 0644]
qa/cephfs/mount/.qa [new symlink]
qa/cephfs/mount/fuse.yaml [new file with mode: 0644]
qa/cephfs/mount/kclient/% [new file with mode: 0644]
qa/cephfs/mount/kclient/.qa [new symlink]
qa/cephfs/mount/kclient/mount-syntax/$ [new file with mode: 0644]
qa/cephfs/mount/kclient/mount-syntax/v1.yaml [new file with mode: 0644]
qa/cephfs/mount/kclient/mount-syntax/v2.yaml [new file with mode: 0644]
qa/cephfs/mount/kclient/mount.yaml [new file with mode: 0644]
qa/cephfs/mount/kclient/overrides/% [new file with mode: 0644]
qa/cephfs/mount/kclient/overrides/.qa [new symlink]
qa/cephfs/mount/kclient/overrides/distro/.qa [new symlink]
qa/cephfs/mount/kclient/overrides/distro/stock/% [new file with mode: 0644]
qa/cephfs/mount/kclient/overrides/distro/stock/.qa [new symlink]
qa/cephfs/mount/kclient/overrides/distro/stock/centos_9.stream.yaml [new symlink]
qa/cephfs/mount/kclient/overrides/distro/stock/k-stock.yaml [new file with mode: 0644]
qa/cephfs/mount/kclient/overrides/distro/testing/.qa [new symlink]
qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml [new file with mode: 0644]
qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml [new file with mode: 0644]
qa/cephfs/objectstore-ec/.qa [new symlink]
qa/cephfs/objectstore-ec/bluestore-bitmap.yaml [new symlink]
qa/cephfs/objectstore-ec/bluestore-comp-ec-root.yaml [new file with mode: 0644]
qa/cephfs/objectstore-ec/bluestore-comp.yaml [new file with mode: 0644]
qa/cephfs/objectstore-ec/bluestore-ec-root.yaml [new file with mode: 0644]
qa/cephfs/overrides/.qa [new symlink]
qa/cephfs/overrides/frag.yaml [new file with mode: 0644]
qa/cephfs/overrides/fuse/.qa [new symlink]
qa/cephfs/overrides/fuse/default-perm/% [new file with mode: 0644]
qa/cephfs/overrides/fuse/default-perm/.qa [new symlink]
qa/cephfs/overrides/fuse/default-perm/no.yaml [new file with mode: 0644]
qa/cephfs/overrides/fuse/default-perm/yes.yaml [new file with mode: 0644]
qa/cephfs/overrides/ignorelist_health.yaml [new file with mode: 0644]
qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml [new file with mode: 0644]
qa/cephfs/overrides/osd-asserts.yaml [new file with mode: 0644]
qa/cephfs/overrides/pg_health.yaml [new file with mode: 0644]
qa/cephfs/overrides/prefetch_entire_dirfrags/no.yaml [new file with mode: 0644]
qa/cephfs/overrides/prefetch_entire_dirfrags/yes.yaml [new file with mode: 0644]
qa/cephfs/overrides/session_timeout.yaml [new file with mode: 0644]
qa/cephfs/tasks/.qa [new symlink]
qa/cephfs/tasks/cfuse_workunit_suites_blogbench.yaml [new file with mode: 0644]
qa/cephfs/tasks/cfuse_workunit_suites_dbench.yaml [new file with mode: 0644]
qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml [new file with mode: 0644]
qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml [new file with mode: 0644]
qa/cephfs/tasks/cfuse_workunit_trivial_sync.yaml [new file with mode: 0644]
qa/cephfs/tasks/libcephfs_interface_tests.yaml [new file with mode: 0644]
qa/cephfs/unshare_ns_mount.sh [new file with mode: 0755]
qa/client/30_subdir_mount.sh [new file with mode: 0755]
qa/client/common.sh [new file with mode: 0644]
qa/client/gen-1774.sh [new file with mode: 0644]
qa/clusters/2-node-mgr.yaml [new file with mode: 0644]
qa/clusters/extra-client.yaml [new file with mode: 0644]
qa/clusters/fixed-1.yaml [new file with mode: 0644]
qa/clusters/fixed-2.yaml [new file with mode: 0644]
qa/clusters/fixed-3-cephfs.yaml [new file with mode: 0644]
qa/clusters/fixed-3.yaml [new file with mode: 0644]
qa/clusters/fixed-4.yaml [new file with mode: 0644]
qa/config/bluestore.yaml [new file with mode: 0644]
qa/config/crimson_bluestore.yaml [new file with mode: 0644]
qa/config/crimson_qa_overrides.yaml [new file with mode: 0644]
qa/config/crimson_seastore_rbm.yaml [new file with mode: 0644]
qa/config/crimson_seastore_segmented.yaml [new file with mode: 0644]
qa/config/rados.yaml [new file with mode: 0644]
qa/crontab/teuthology-cronjobs [new file with mode: 0644]
qa/debug/buildpackages.yaml [new file with mode: 0644]
qa/debug/mds_client.yaml [new file with mode: 0644]
qa/debug/mgr.yaml [new file with mode: 0644]
qa/debug/openstack-15G.yaml [new file with mode: 0644]
qa/debug/openstack-30G.yaml [new file with mode: 0644]
qa/distros/.qa [new symlink]
qa/distros/all/centos.yaml [new file with mode: 0644]
qa/distros/all/centos_6.3.yaml [new file with mode: 0644]
qa/distros/all/centos_6.4.yaml [new file with mode: 0644]
qa/distros/all/centos_6.5.yaml [new file with mode: 0644]
qa/distros/all/centos_7.0.yaml [new file with mode: 0644]
qa/distros/all/centos_7.1.yaml [new file with mode: 0644]
qa/distros/all/centos_7.2.yaml [new file with mode: 0644]
qa/distros/all/centos_7.3.yaml [new file with mode: 0644]
qa/distros/all/centos_7.4.yaml [new file with mode: 0644]
qa/distros/all/centos_7.5.yaml [new file with mode: 0644]
qa/distros/all/centos_7.6.yaml [new file with mode: 0644]
qa/distros/all/centos_7.yaml [new symlink]
qa/distros/all/centos_8.0.yaml [new file with mode: 0644]
qa/distros/all/centos_8.1.yaml [new file with mode: 0644]
qa/distros/all/centos_8.2.yaml [new file with mode: 0644]
qa/distros/all/centos_8.3.yaml [new file with mode: 0644]
qa/distros/all/centos_8.stream.yaml [new file with mode: 0644]
qa/distros/all/centos_8.yaml [new symlink]
qa/distros/all/centos_9.stream.yaml [new file with mode: 0644]
qa/distros/all/centos_latest.yaml [new symlink]
qa/distros/all/debian_6.0.yaml [new file with mode: 0644]
qa/distros/all/debian_7.0.yaml [new file with mode: 0644]
qa/distros/all/debian_8.0.yaml [new file with mode: 0644]
qa/distros/all/fedora_17.yaml [new file with mode: 0644]
qa/distros/all/fedora_18.yaml [new file with mode: 0644]
qa/distros/all/fedora_19.yaml [new file with mode: 0644]
qa/distros/all/opensuse_15.1.yaml [new file with mode: 0644]
qa/distros/all/opensuse_15.2.yaml [new file with mode: 0644]
qa/distros/all/opensuse_42.3.yaml [new file with mode: 0644]
qa/distros/all/rhel_6.3.yaml [new file with mode: 0644]
qa/distros/all/rhel_6.4.yaml [new file with mode: 0644]
qa/distros/all/rhel_6.5.yaml [new file with mode: 0644]
qa/distros/all/rhel_6.yaml [new symlink]
qa/distros/all/rhel_7.0.yaml [new file with mode: 0644]
qa/distros/all/rhel_7.5.yaml [new file with mode: 0644]
qa/distros/all/rhel_7.6.yaml [new file with mode: 0644]
qa/distros/all/rhel_7.7.yaml [new file with mode: 0644]
qa/distros/all/rhel_7.yaml [new symlink]
qa/distros/all/rhel_8.0.yaml [new file with mode: 0644]
qa/distros/all/rhel_8.1.yaml [new file with mode: 0644]
qa/distros/all/rhel_8.3.yaml [new file with mode: 0644]
qa/distros/all/rhel_8.4.yaml [new file with mode: 0644]
qa/distros/all/rhel_8.5.yaml [new file with mode: 0644]
qa/distros/all/rhel_8.6.yaml [new file with mode: 0644]
qa/distros/all/rhel_8.yaml [new symlink]
qa/distros/all/sle_12.2.yaml [new file with mode: 0644]
qa/distros/all/sle_12.3.yaml [new file with mode: 0644]
qa/distros/all/sle_15.1.yaml [new file with mode: 0644]
qa/distros/all/sle_15.2.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_12.04.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_12.10.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_14.04.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_14.04_aarch64.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_14.04_i686.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_16.04.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_18.04.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_20.04.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_22.04.yaml [new file with mode: 0644]
qa/distros/all/ubuntu_latest.yaml [new symlink]
qa/distros/container-hosts/.qa [new symlink]
qa/distros/container-hosts/centos_8.stream_container_tools.yaml [new file with mode: 0644]
qa/distros/container-hosts/centos_8.stream_container_tools_crun.yaml [new file with mode: 0644]
qa/distros/container-hosts/centos_9.stream.yaml [new file with mode: 0644]
qa/distros/container-hosts/centos_9.stream_runc.yaml [new file with mode: 0644]
qa/distros/container-hosts/ubuntu_22.04.yaml [new symlink]
qa/distros/crimson-supported-all-distro/centos_latest.yaml [new symlink]
qa/distros/podman/centos_8.stream_container_tools.yaml [new file with mode: 0644]
qa/distros/podman/centos_9.stream.yaml [new file with mode: 0644]
qa/distros/single-container-host.yaml [new symlink]
qa/distros/supported-container-hosts/centos_9.stream.yaml [new symlink]
qa/distros/supported-container-hosts/centos_9.stream_runc.yaml [new symlink]
qa/distros/supported-container-hosts/ubuntu_22.04.yaml [new symlink]
qa/distros/supported-random-distro$/$ [new file with mode: 0644]
qa/distros/supported-random-distro$/centos_latest.yaml [new symlink]
qa/distros/supported-random-distro$/ubuntu_latest.yaml [new symlink]
qa/distros/supported/centos_latest.yaml [new symlink]
qa/distros/supported/ubuntu_latest.yaml [new symlink]
qa/erasure-code/ec-feature-plugins-v2.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-default.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-parallel.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=clay-k=4-m=2.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=isa-k=10-m=4.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=isa-k=2-m=1.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=isa-k=4-m=2.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=isa-k=6-m=3.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=jerasure-k=2-m=1.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=jerasure-k=2-m=2-crush.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=jerasure-k=3-m=1.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=jerasure-k=4-m=2.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=jerasure-k=8-m=6-crush.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-plugin=shec-k=4-m=3-c=2.yaml [new file with mode: 0644]
qa/erasure-code/ec-rados-sequential.yaml [new file with mode: 0644]
qa/find-used-ports.sh [new file with mode: 0755]
qa/libceph/Makefile [new file with mode: 0644]
qa/libceph/trivial_libceph.c [new file with mode: 0644]
qa/loopall.sh [new file with mode: 0755]
qa/lsan.supp [new file with mode: 0644]
qa/machine_types/schedule_rados_ovh.sh [new file with mode: 0755]
qa/machine_types/vps.yaml [new file with mode: 0644]
qa/mds/test_anchortable.sh [new file with mode: 0755]
qa/mds/test_mdstable_failures.sh [new file with mode: 0755]
qa/mgr_ttl_cache/disable.yaml [new file with mode: 0644]
qa/mgr_ttl_cache/enable.yaml [new file with mode: 0644]
qa/mon/bootstrap/host.sh [new file with mode: 0755]
qa/mon/bootstrap/initial_members.sh [new file with mode: 0755]
qa/mon/bootstrap/initial_members_asok.sh [new file with mode: 0755]
qa/mon/bootstrap/simple.sh [new file with mode: 0755]
qa/mon/bootstrap/simple_expand.sh [new file with mode: 0755]
qa/mon/bootstrap/simple_expand_monmap.sh [new file with mode: 0755]
qa/mon/bootstrap/simple_single_expand.sh [new file with mode: 0755]
qa/mon/bootstrap/simple_single_expand2.sh [new file with mode: 0755]
qa/mon/bootstrap/single_host.sh [new file with mode: 0755]
qa/mon/bootstrap/single_host_multi.sh [new file with mode: 0755]
qa/mon_election/classic.yaml [new file with mode: 0644]
qa/mon_election/connectivity.yaml [new file with mode: 0644]
qa/msgr/async-v1only.yaml [new file with mode: 0644]
qa/msgr/async-v2only.yaml [new file with mode: 0644]
qa/msgr/async.yaml [new file with mode: 0644]
qa/mypy.ini [new file with mode: 0644]
qa/nightlies/cron_wrapper [new file with mode: 0755]
qa/nightlies/schedule_subset.sh [new file with mode: 0755]
qa/objectstore/bluestore-bitmap.yaml [new file with mode: 0644]
qa/objectstore/bluestore-comp-lz4.yaml [new file with mode: 0644]
qa/objectstore/bluestore-comp-snappy.yaml [new file with mode: 0644]
qa/objectstore/bluestore-comp-zlib.yaml [new file with mode: 0644]
qa/objectstore/bluestore-comp-zstd.yaml [new file with mode: 0644]
qa/objectstore/bluestore-hybrid.yaml [new file with mode: 0644]
qa/objectstore/bluestore-low-osd-mem-target.yaml [new file with mode: 0644]
qa/objectstore/bluestore-stupid.yaml [new file with mode: 0644]
qa/objectstore_cephfs/bluestore-bitmap.yaml [new symlink]
qa/objectstore_debug/% [new file with mode: 0644]
qa/objectstore_debug/bluestore/% [new file with mode: 0644]
qa/objectstore_debug/bluestore/alloc$/avl.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/alloc$/bitmap.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/alloc$/btree.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/alloc$/hybrid.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/alloc$/stupid.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/base.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/mem$/low.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/mem$/normal-1.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/mem$/normal-2.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/onode-segment$/1M.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/onode-segment$/256K.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/onode-segment$/512K-onoff.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/onode-segment$/512K.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/onode-segment$/none.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/random/+ [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/random/compr$/no$/no.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/random/compr$/yes$/lz4.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/random/compr$/yes$/snappy.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/random/compr$/yes$/zlib.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/random/compr$/yes$/zstd.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/random/random.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v1/+ [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v1/compr$/no$/no.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v1/compr$/yes$/lz4.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v1/compr$/yes$/snappy.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v1/compr$/yes$/zlib.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v1/compr$/yes$/zstd.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v1/v1.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v2/+ [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v2/compr$/no$/no.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v2/compr$/yes$/lz4.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v2/compr$/yes$/snappy.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v2/compr$/yes$/zlib.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v2/compr$/yes$/zstd.yaml [new file with mode: 0644]
qa/objectstore_debug/bluestore/write$/v2/v2.yaml [new file with mode: 0644]
qa/overrides/2-size-1-min-size.yaml [new file with mode: 0644]
qa/overrides/2-size-2-min-size.yaml [new file with mode: 0644]
qa/overrides/3-size-2-min-size.yaml [new file with mode: 0644]
qa/overrides/ignorelist_wrongly_marked_down.yaml [new file with mode: 0644]
qa/overrides/more-active-recovery.yaml [new file with mode: 0644]
qa/overrides/no_client_pidfile.yaml [new file with mode: 0644]
qa/overrides/nvme_loop.yaml [new file with mode: 0644]
qa/overrides/short_pg_log.yaml [new file with mode: 0644]
qa/packages/packages.yaml [new file with mode: 0644]
qa/qa_scripts/cephscrub.sh [new file with mode: 0755]
qa/qa_scripts/openstack/README [new file with mode: 0644]
qa/qa_scripts/openstack/ceph_install.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/README [new file with mode: 0644]
qa/qa_scripts/openstack/ceph_install_w_ansible/ceph_install.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/config [new file with mode: 0644]
qa/qa_scripts/openstack/ceph_install_w_ansible/copy_func.sh [new symlink]
qa/qa_scripts/openstack/ceph_install_w_ansible/execs/cdn_setup.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/execs/ceph_ansible.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/execs/edit_ansible_hosts.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/execs/edit_groupvars_osds.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/multi_action.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/repolocs.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/staller.sh [new file with mode: 0755]
qa/qa_scripts/openstack/ceph_install_w_ansible/talknice.sh [new file with mode: 0755]
qa/qa_scripts/openstack/connectceph.sh [new file with mode: 0755]
qa/qa_scripts/openstack/copy_func.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/ceph-pool-create.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/ceph_cluster.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/libvirt-secret.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/openstack-preinstall.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/run_openstack.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/start_openstack.sh [new file with mode: 0755]
qa/qa_scripts/openstack/files/cinder.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/files/glance-api.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/files/kilo.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/files/nova.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/fix_conf_file.sh [new file with mode: 0755]
qa/qa_scripts/openstack/image_create.sh [new file with mode: 0755]
qa/qa_scripts/openstack/openstack.sh [new file with mode: 0755]
qa/qa_scripts/openstack/packstack.sh [new file with mode: 0755]
qa/rbd/common.sh [new file with mode: 0644]
qa/rbd/conf/+ [new file with mode: 0644]
qa/rbd/conf/disable-pool-app.yaml [new file with mode: 0644]
qa/rbd/data-pool/ec.yaml [new file with mode: 0644]
qa/rbd/data-pool/none.yaml [new file with mode: 0644]
qa/rbd/data-pool/replicated.yaml [new file with mode: 0644]
qa/rbd/krbd_blkroset.t [new file with mode: 0644]
qa/rbd/krbd_deep_flatten.t [new file with mode: 0644]
qa/rbd/krbd_default_map_options.t [new file with mode: 0644]
qa/rbd/krbd_discard.t [new file with mode: 0644]
qa/rbd/krbd_discard_4M.t [new file with mode: 0644]
qa/rbd/krbd_discard_512b.t [new file with mode: 0644]
qa/rbd/krbd_discard_granularity.t [new file with mode: 0644]
qa/rbd/krbd_get_features.t [new file with mode: 0644]
qa/rbd/krbd_huge_image.t [new file with mode: 0644]
qa/rbd/krbd_modprobe.t [new file with mode: 0644]
qa/rbd/krbd_msgr_segments.t [new file with mode: 0644]
qa/rbd/krbd_parent_overlap.t [new file with mode: 0644]
qa/rbd/krbd_whole_object_zeroout.t [new file with mode: 0644]
qa/rbd/krbd_zeroout.t [new file with mode: 0644]
qa/rbd/rbd.sh [new file with mode: 0755]
qa/releases/infernalis.yaml [new file with mode: 0644]
qa/releases/jewel.yaml [new file with mode: 0644]
qa/releases/kraken.yaml [new file with mode: 0644]
qa/releases/luminous-with-mgr.yaml [new file with mode: 0644]
qa/releases/luminous.yaml [new file with mode: 0644]
qa/releases/mimic.yaml [new file with mode: 0644]
qa/releases/nautilus.yaml [new file with mode: 0644]
qa/releases/octopus.yaml [new file with mode: 0644]
qa/releases/pacific-from-o.yaml [new file with mode: 0644]
qa/releases/pacific.yaml [new file with mode: 0644]
qa/releases/quincy.yaml [new file with mode: 0644]
qa/releases/reef.yaml [new file with mode: 0644]
qa/releases/squid.yaml [new file with mode: 0644]
qa/releases/tentacle.yaml [new file with mode: 0644]
qa/rgw/ignore-pg-availability.yaml [new file with mode: 0644]
qa/rgw/s3tests-branch.yaml [new file with mode: 0644]
qa/rgw_bucket_sharding/default.yaml [new file with mode: 0644]
qa/rgw_bucket_sharding/single.yaml [new file with mode: 0644]
qa/rgw_frontend/beast.yaml [new file with mode: 0644]
qa/rgw_pool_type/ec-profile.yaml [new file with mode: 0644]
qa/rgw_pool_type/ec.yaml [new file with mode: 0644]
qa/rgw_pool_type/replicated.yaml [new file with mode: 0644]
qa/run-standalone.sh [new file with mode: 0755]
qa/run_xfstests-obsolete.sh [new file with mode: 0644]
qa/run_xfstests.sh [new file with mode: 0755]
qa/run_xfstests_qemu.sh [new file with mode: 0644]
qa/runallonce.sh [new file with mode: 0755]
qa/runoncfuse.sh [new file with mode: 0755]
qa/runonkclient.sh [new file with mode: 0755]
qa/setup-chroot.sh [new file with mode: 0755]
qa/standalone/README [new file with mode: 0644]
qa/standalone/c2c/c2c.sh [new file with mode: 0755]
qa/standalone/ceph-helpers.sh [new file with mode: 0755]
qa/standalone/crush/crush-choose-args.sh [new file with mode: 0755]
qa/standalone/crush/crush-classes.sh [new file with mode: 0755]
qa/standalone/erasure-code/test-erasure-code-plugins.sh [new file with mode: 0755]
qa/standalone/erasure-code/test-erasure-code.sh [new file with mode: 0755]
qa/standalone/erasure-code/test-erasure-eio.sh [new file with mode: 0755]
qa/standalone/mgr/balancer.sh [new file with mode: 0755]
qa/standalone/misc/mclock-config.sh [new file with mode: 0755]
qa/standalone/misc/network-ping.sh [new file with mode: 0755]
qa/standalone/misc/ok-to-stop.sh [new file with mode: 0755]
qa/standalone/misc/rados-striper.sh [new file with mode: 0755]
qa/standalone/misc/test-ceph-helpers.sh [new file with mode: 0755]
qa/standalone/misc/test-snaptrim-stats.sh [new file with mode: 0755]
qa/standalone/misc/ver-health.sh [new file with mode: 0755]
qa/standalone/mon-stretch/mon-stretch-fail-recovery.sh [new file with mode: 0755]
qa/standalone/mon-stretch/mon-stretch-uneven-crush-weights.sh [new file with mode: 0755]
qa/standalone/mon/availability.sh [new file with mode: 0755]
qa/standalone/mon/health-mute.sh [new file with mode: 0755]
qa/standalone/mon/misc.sh [new file with mode: 0755]
qa/standalone/mon/mkfs.sh [new file with mode: 0755]
qa/standalone/mon/mon-bind.sh [new file with mode: 0755]
qa/standalone/mon/mon-cluster-log.sh [new file with mode: 0755]
qa/standalone/mon/mon-created-time.sh [new file with mode: 0755]
qa/standalone/mon/mon-handle-forward.sh [new file with mode: 0755]
qa/standalone/mon/mon-last-epoch-clean.sh [new file with mode: 0755]
qa/standalone/mon/mon-osdmap-prune.sh [new file with mode: 0755]
qa/standalone/mon/mon-ping.sh [new file with mode: 0755]
qa/standalone/mon/mon-scrub.sh [new file with mode: 0755]
qa/standalone/mon/mon-seesaw.sh [new file with mode: 0755]
qa/standalone/mon/osd-crush.sh [new file with mode: 0755]
qa/standalone/mon/osd-df.sh [new file with mode: 0755]
qa/standalone/mon/osd-erasure-code-profile.sh [new file with mode: 0755]
qa/standalone/mon/osd-pool-create.sh [new file with mode: 0755]
qa/standalone/mon/osd-pool-df.sh [new file with mode: 0755]
qa/standalone/mon/test_pool_quota.sh [new file with mode: 0755]
qa/standalone/osd-backfill/osd-backfill-prio.sh [new file with mode: 0755]
qa/standalone/osd-backfill/osd-backfill-recovery-log.sh [new file with mode: 0755]
qa/standalone/osd-backfill/osd-backfill-space.sh [new file with mode: 0755]
qa/standalone/osd-backfill/osd-backfill-stats.sh [new file with mode: 0755]
qa/standalone/osd/bad-inc-map.sh [new file with mode: 0755]
qa/standalone/osd/divergent-priors.sh [new file with mode: 0755]
qa/standalone/osd/ec-error-rollforward.sh [new file with mode: 0755]
qa/standalone/osd/osd-bench.sh [new file with mode: 0755]
qa/standalone/osd/osd-bluefs-volume-ops.sh [new file with mode: 0755]
qa/standalone/osd/osd-config.sh [new file with mode: 0755]
qa/standalone/osd/osd-copy-from.sh [new file with mode: 0755]
qa/standalone/osd/osd-dup.sh [new file with mode: 0755]
qa/standalone/osd/osd-fast-mark-down.sh [new file with mode: 0755]
qa/standalone/osd/osd-force-create-pg.sh [new file with mode: 0755]
qa/standalone/osd/osd-markdown.sh [new file with mode: 0755]
qa/standalone/osd/osd-reactivate.sh [new file with mode: 0755]
qa/standalone/osd/osd-recovery-prio.sh [new file with mode: 0755]
qa/standalone/osd/osd-recovery-space.sh [new file with mode: 0755]
qa/standalone/osd/osd-recovery-stats.sh [new file with mode: 0755]
qa/standalone/osd/osd-rep-recov-eio.sh [new file with mode: 0755]
qa/standalone/osd/osd-reuse-id.sh [new file with mode: 0755]
qa/standalone/osd/pg-split-merge.sh [new file with mode: 0755]
qa/standalone/osd/repeer-on-acting-back.sh [new file with mode: 0755]
qa/standalone/osd/repro_long_log.sh [new file with mode: 0755]
qa/standalone/scrub/osd-mapper.sh [new file with mode: 0755]
qa/standalone/scrub/osd-recovery-scrub.sh [new file with mode: 0755]
qa/standalone/scrub/osd-scrub-dump.sh [new file with mode: 0755]
qa/standalone/scrub/osd-scrub-repair.sh [new file with mode: 0755]
qa/standalone/scrub/osd-scrub-snaps.sh [new file with mode: 0755]
qa/standalone/scrub/osd-scrub-test.sh [new file with mode: 0755]
qa/standalone/scrub/osd-unexpected-clone.sh [new file with mode: 0755]
qa/standalone/scrub/scrub-helpers.sh [new file with mode: 0644]
qa/standalone/special/ceph_objectstore_tool.py [new file with mode: 0755]
qa/standalone/special/test-failure.sh [new file with mode: 0755]
qa/suites/.qa [new symlink]
qa/suites/big/.qa [new symlink]
qa/suites/big/rados-thrash/% [new file with mode: 0644]
qa/suites/big/rados-thrash/.qa [new symlink]
qa/suites/big/rados-thrash/ceph/.qa [new symlink]
qa/suites/big/rados-thrash/ceph/cephadm.yaml [new file with mode: 0644]
qa/suites/big/rados-thrash/clusters/.qa [new symlink]
qa/suites/big/rados-thrash/clusters/big.yaml [new file with mode: 0644]
qa/suites/big/rados-thrash/clusters/medium.yaml [new file with mode: 0644]
qa/suites/big/rados-thrash/clusters/small.yaml [new file with mode: 0644]
qa/suites/big/rados-thrash/workloads/.qa [new symlink]
qa/suites/big/rados-thrash/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/big/rados-thrash/workloads/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/buildpackages/.qa [new symlink]
qa/suites/buildpackages/any/% [new file with mode: 0644]
qa/suites/buildpackages/any/.qa [new symlink]
qa/suites/buildpackages/any/distros [new symlink]
qa/suites/buildpackages/any/tasks/.qa [new symlink]
qa/suites/buildpackages/any/tasks/release.yaml [new file with mode: 0644]
qa/suites/buildpackages/tests/% [new file with mode: 0644]
qa/suites/buildpackages/tests/.qa [new symlink]
qa/suites/buildpackages/tests/distros [new symlink]
qa/suites/buildpackages/tests/tasks/.qa [new symlink]
qa/suites/buildpackages/tests/tasks/release.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/.qa [new symlink]
qa/suites/ceph-ansible/smoke/.qa [new symlink]
qa/suites/ceph-ansible/smoke/basic/% [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/.qa [new symlink]
qa/suites/ceph-ansible/smoke/basic/0-clusters/.qa [new symlink]
qa/suites/ceph-ansible/smoke/basic/0-clusters/3-node.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/0-clusters/4-node.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/1-distros/.qa [new symlink]
qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml [new symlink]
qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml [new symlink]
qa/suites/ceph-ansible/smoke/basic/2-ceph/.qa [new symlink]
qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/3-config/.qa [new symlink]
qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/4-tasks/.qa [new symlink]
qa/suites/ceph-ansible/smoke/basic/4-tasks/ceph-admin-commands.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/4-tasks/rbd_import_export.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/% [new file with mode: 0644]
qa/suites/ceph-deploy/.qa [new symlink]
qa/suites/ceph-deploy/cluster/.qa [new symlink]
qa/suites/ceph-deploy/cluster/4node.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/config/.qa [new symlink]
qa/suites/ceph-deploy/config/ceph_volume_bluestore.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/config/ceph_volume_bluestore_dmcrypt.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/config/ceph_volume_dmcrypt_off.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/distros/.qa [new symlink]
qa/suites/ceph-deploy/distros/centos_latest.yaml [new symlink]
qa/suites/ceph-deploy/distros/ubuntu_latest.yaml [new symlink]
qa/suites/ceph-deploy/python_versions/.qa [new symlink]
qa/suites/ceph-deploy/python_versions/python_2.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/python_versions/python_3.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/tasks/.qa [new symlink]
qa/suites/ceph-deploy/tasks/ceph-admin-commands.yaml [new file with mode: 0644]
qa/suites/ceph-deploy/tasks/rbd_import_export.yaml [new file with mode: 0644]
qa/suites/cephmetrics/% [new file with mode: 0644]
qa/suites/cephmetrics/.qa [new symlink]
qa/suites/cephmetrics/0-clusters/.qa [new symlink]
qa/suites/cephmetrics/0-clusters/3-node.yaml [new file with mode: 0644]
qa/suites/cephmetrics/1-distros/.qa [new symlink]
qa/suites/cephmetrics/1-distros/centos_latest.yaml [new symlink]
qa/suites/cephmetrics/1-distros/ubuntu_latest.yaml [new symlink]
qa/suites/cephmetrics/2-ceph/.qa [new symlink]
qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml [new file with mode: 0644]
qa/suites/cephmetrics/3-ceph-config/.qa [new symlink]
qa/suites/cephmetrics/3-ceph-config/bluestore_with_dmcrypt.yaml [new file with mode: 0644]
qa/suites/cephmetrics/3-ceph-config/bluestore_without_dmcrypt.yaml [new file with mode: 0644]
qa/suites/cephmetrics/3-ceph-config/dmcrypt_off.yaml [new file with mode: 0644]
qa/suites/cephmetrics/3-ceph-config/dmcrypt_on.yaml [new file with mode: 0644]
qa/suites/cephmetrics/4-epel/.qa [new symlink]
qa/suites/cephmetrics/4-epel/no_epel.yaml [new file with mode: 0644]
qa/suites/cephmetrics/4-epel/use_epel.yaml [new file with mode: 0644]
qa/suites/cephmetrics/5-containers/.qa [new symlink]
qa/suites/cephmetrics/5-containers/containerized.yaml [new file with mode: 0644]
qa/suites/cephmetrics/5-containers/no_containers.yaml [new file with mode: 0644]
qa/suites/cephmetrics/6-tasks/.qa [new symlink]
qa/suites/cephmetrics/6-tasks/cephmetrics.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/% [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/0-size-min-size-overrides/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml.disabled [new symlink]
qa/suites/crimson-rados-experimental/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml [new symlink]
qa/suites/crimson-rados-experimental/thrash/1-pg-log-overrides/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/1-pg-log-overrides/normal_pg_log.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/1-pg-log-overrides/short_pg_log.yaml [new symlink]
qa/suites/crimson-rados-experimental/thrash/2-recovery-overrides/$ [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/2-recovery-overrides/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/2-recovery-overrides/default.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/2-recovery-overrides/more-active-recovery.yaml.disabled [new symlink]
qa/suites/crimson-rados-experimental/thrash/2-recovery-overrides/more-async-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/2-recovery-overrides/more-async-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/2-recovery-overrides/more-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/clusters/+ [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/clusters/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/clusters/fixed-2.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/clusters/openstack.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados-experimental/thrash/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados-experimental/thrash/deploy/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/deploy/ceph.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/deploy/cephadm.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/objectstore/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/objectstore/seastore-segmented.yaml [new symlink]
qa/suites/crimson-rados-experimental/thrash/thrashers/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/thrashers/default.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/thrashosds-health.yaml [new symlink]
qa/suites/crimson-rados-experimental/thrash/workloads/.qa [new symlink]
qa/suites/crimson-rados-experimental/thrash/workloads/admin_socket_objecter_requests.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/pool-snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/radosbench-high-concurrency.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/small-objects-balanced.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/small-objects-localized.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/small-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/snaps-few-objects-balanced.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/snaps-few-objects-localized.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados-experimental/thrash/workloads/write_fadvise_dontneed.yaml [new file with mode: 0644]
qa/suites/crimson-rados/.qa [new symlink]
qa/suites/crimson-rados/basic/% [new file with mode: 0644]
qa/suites/crimson-rados/basic/.qa [new symlink]
qa/suites/crimson-rados/basic/clusters/.qa [new symlink]
qa/suites/crimson-rados/basic/clusters/fixed-2.yaml [new file with mode: 0644]
qa/suites/crimson-rados/basic/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados/basic/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados/basic/deploy/.qa [new symlink]
qa/suites/crimson-rados/basic/deploy/ceph.yaml [new file with mode: 0644]
qa/suites/crimson-rados/basic/deploy/cephadm.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/basic/objectstore/.qa [new symlink]
qa/suites/crimson-rados/basic/objectstore/bluestore.yaml [new symlink]
qa/suites/crimson-rados/basic/objectstore/seastore/.qa [new symlink]
qa/suites/crimson-rados/basic/objectstore/seastore/seastore-rbm.yaml [new symlink]
qa/suites/crimson-rados/basic/objectstore/seastore/seastore-segmented.yaml [new symlink]
qa/suites/crimson-rados/basic/tasks/.qa [new symlink]
qa/suites/crimson-rados/basic/tasks/rados_api_tests.yaml [new file with mode: 0644]
qa/suites/crimson-rados/basic/tasks/rados_python.yaml [new file with mode: 0644]
qa/suites/crimson-rados/basic/tasks/readwrite.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/% [new file with mode: 0644]
qa/suites/crimson-rados/perf/.qa [new symlink]
qa/suites/crimson-rados/perf/clusters/+ [new file with mode: 0644]
qa/suites/crimson-rados/perf/clusters/.qa [new symlink]
qa/suites/crimson-rados/perf/clusters/fixed-2.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/clusters/openstack.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/perf/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados/perf/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados/perf/deploy/.qa [new symlink]
qa/suites/crimson-rados/perf/deploy/ceph.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/deploy/cephadm.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/perf/objectstore/.qa [new symlink]
qa/suites/crimson-rados/perf/objectstore/bluestore.yaml [new symlink]
qa/suites/crimson-rados/perf/objectstore/seastore/.qa [new symlink]
qa/suites/crimson-rados/perf/objectstore/seastore/seastore-rbm.yaml [new symlink]
qa/suites/crimson-rados/perf/objectstore/seastore/seastore-segmented.yaml [new symlink]
qa/suites/crimson-rados/perf/settings/.qa [new symlink]
qa/suites/crimson-rados/perf/settings/optimized.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/.qa [new symlink]
qa/suites/crimson-rados/perf/workloads/fio_4K_rand_read.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/fio_4K_rand_rw.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/fio_4M_rand_read.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/fio_4M_rand_rw.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/fio_4M_rand_write.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/radosbench_4K_rand_read.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/radosbench_4K_seq_read.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/radosbench_4M_rand_read.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/radosbench_4M_seq_read.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/radosbench_4M_write.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/radosbench_omap_write.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/sample_fio.yaml [new file with mode: 0644]
qa/suites/crimson-rados/perf/workloads/sample_radosbench.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/% [new file with mode: 0644]
qa/suites/crimson-rados/rbd/.qa [new symlink]
qa/suites/crimson-rados/rbd/clusters/.qa [new symlink]
qa/suites/crimson-rados/rbd/clusters/fixed-1.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados/rbd/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados/rbd/deploy/.qa [new symlink]
qa/suites/crimson-rados/rbd/deploy/ceph.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/deploy/cephadm.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/rbd/objectstore/.qa [new symlink]
qa/suites/crimson-rados/rbd/objectstore/bluestore.yaml [new symlink]
qa/suites/crimson-rados/rbd/objectstore/seastore/.qa [new symlink]
qa/suites/crimson-rados/rbd/objectstore/seastore/seastore-rbm.yaml [new symlink]
qa/suites/crimson-rados/rbd/objectstore/seastore/seastore-segmented.yaml [new symlink]
qa/suites/crimson-rados/rbd/tasks/.qa [new symlink]
qa/suites/crimson-rados/rbd/tasks/rbd_api_tests.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/tasks/rbd_api_tests_old_format.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/tasks/rbd_cls_tests.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/tasks/rbd_lock_and_fence.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests.yaml [new file with mode: 0644]
qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests_old_format.yaml [new file with mode: 0644]
qa/suites/crimson-rados/singleton/% [new file with mode: 0644]
qa/suites/crimson-rados/singleton/.qa [new symlink]
qa/suites/crimson-rados/singleton/all/.qa [new symlink]
qa/suites/crimson-rados/singleton/all/osd-backfill.yaml [new file with mode: 0644]
qa/suites/crimson-rados/singleton/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados/singleton/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados/singleton/objectstore/.qa [new symlink]
qa/suites/crimson-rados/singleton/objectstore/bluestore.yaml [new symlink]
qa/suites/crimson-rados/singleton/objectstore/seastore/.qa [new symlink]
qa/suites/crimson-rados/singleton/objectstore/seastore/seastore-rbm.yaml [new symlink]
qa/suites/crimson-rados/singleton/objectstore/seastore/seastore-segmented.yaml [new symlink]
qa/suites/crimson-rados/singleton/rados.yaml [new symlink]
qa/suites/crimson-rados/thrash/% [new file with mode: 0644]
qa/suites/crimson-rados/thrash/.qa [new symlink]
qa/suites/crimson-rados/thrash/0-size-min-size-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml.disabled [new symlink]
qa/suites/crimson-rados/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml [new symlink]
qa/suites/crimson-rados/thrash/1-pg-log-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash/1-pg-log-overrides/normal_pg_log.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/1-pg-log-overrides/short_pg_log.yaml [new symlink]
qa/suites/crimson-rados/thrash/2-recovery-overrides/$ [new file with mode: 0644]
qa/suites/crimson-rados/thrash/2-recovery-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash/2-recovery-overrides/default.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/2-recovery-overrides/more-active-recovery.yaml.disabled [new symlink]
qa/suites/crimson-rados/thrash/2-recovery-overrides/more-async-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash/2-recovery-overrides/more-async-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash/2-recovery-overrides/more-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash/clusters/+ [new file with mode: 0644]
qa/suites/crimson-rados/thrash/clusters/.qa [new symlink]
qa/suites/crimson-rados/thrash/clusters/fixed-2.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/clusters/openstack.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados/thrash/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados/thrash/deploy/.qa [new symlink]
qa/suites/crimson-rados/thrash/deploy/ceph.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/deploy/cephadm.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash/objectstore/.qa [new symlink]
qa/suites/crimson-rados/thrash/objectstore/bluestore.yaml [new symlink]
qa/suites/crimson-rados/thrash/objectstore/seastore-segmented.yaml.disabled [new symlink]
qa/suites/crimson-rados/thrash/thrashers/.qa [new symlink]
qa/suites/crimson-rados/thrash/thrashers/default.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/thrashosds-health.yaml [new symlink]
qa/suites/crimson-rados/thrash/workloads/.qa [new symlink]
qa/suites/crimson-rados/thrash/workloads/admin_socket_objecter_requests.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/pool-snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/radosbench-high-concurrency.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/small-objects-balanced.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/small-objects-localized.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/small-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/snaps-few-objects-balanced.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/snaps-few-objects-localized.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/write_fadvise_dontneed.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/% [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/0-size-min-size-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/0-size-min-size-overrides/2-size-2-min-size.yaml.disabled [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/0-size-min-size-overrides/3-size-2-min-size.yaml [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/1-pg-log-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/1-pg-log-overrides/normal_pg_log.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/1-pg-log-overrides/short_pg_log.yaml [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/2-recovery-overrides/$ [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/2-recovery-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/2-recovery-overrides/default.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/2-recovery-overrides/more-active-recovery.yaml.disabled [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/2-recovery-overrides/more-async-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/2-recovery-overrides/more-async-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/2-recovery-overrides/more-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/clusters/+ [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/clusters/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/clusters/fixed-2.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/clusters/openstack.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/deploy/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/deploy/ceph.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/deploy/cephadm.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/objectstore/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/objectstore/seastore/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/objectstore/seastore/seastore-rbm.yaml [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/objectstore/seastore/seastore-segmented.yaml [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/thrashers/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/thrashers/default.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/thrashosds-health.yaml [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/workloads/.qa [new symlink]
qa/suites/crimson-rados/thrash_seastore_radosbench/workloads/radosbench-high-concurrency.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_seastore_radosbench/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/% [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/0-size-min-size-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/0-size-min-size-overrides/2-size-2-min-size.yaml.disabled [new symlink]
qa/suites/crimson-rados/thrash_simple/0-size-min-size-overrides/3-size-2-min-size.yaml [new symlink]
qa/suites/crimson-rados/thrash_simple/1-pg-log-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/1-pg-log-overrides/normal_pg_log.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/1-pg-log-overrides/short_pg_log.yaml [new symlink]
qa/suites/crimson-rados/thrash_simple/2-recovery-overrides/$ [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/2-recovery-overrides/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/2-recovery-overrides/default.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/2-recovery-overrides/more-active-recovery.yaml.disabled [new symlink]
qa/suites/crimson-rados/thrash_simple/2-recovery-overrides/more-async-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/2-recovery-overrides/more-async-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/2-recovery-overrides/more-partial-recovery.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/clusters/+ [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/clusters/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/clusters/fixed-2.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/clusters/openstack.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/crimson-supported-all-distro [new symlink]
qa/suites/crimson-rados/thrash_simple/crimson_qa_overrides.yaml [new symlink]
qa/suites/crimson-rados/thrash_simple/deploy/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/deploy/ceph.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/deploy/cephadm.yaml.disabled [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/objectstore/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/objectstore/bluestore.yaml [new symlink]
qa/suites/crimson-rados/thrash_simple/objectstore/seastore/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/objectstore/seastore/seastore-rbm.yaml [new symlink]
qa/suites/crimson-rados/thrash_simple/objectstore/seastore/seastore-segmented.yaml [new symlink]
qa/suites/crimson-rados/thrash_simple/thrashers/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/thrashers/simple.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/thrashosds-health.yaml [new symlink]
qa/suites/crimson-rados/thrash_simple/workloads/.qa [new symlink]
qa/suites/crimson-rados/thrash_simple/workloads/admin_socket_objecter_requests.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/pool-snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/radosbench-high-concurrency.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/small-objects-balanced.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/small-objects-localized.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/small-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/snaps-few-objects-balanced.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/snaps-few-objects-localized.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash_simple/workloads/write_fadvise_dontneed.yaml [new file with mode: 0644]
qa/suites/dummy/% [new file with mode: 0644]
qa/suites/dummy/.qa [new symlink]
qa/suites/dummy/all/.qa [new symlink]
qa/suites/dummy/all/nop.yaml [new file with mode: 0644]
qa/suites/experimental/.qa [new symlink]
qa/suites/experimental/multimds/% [new file with mode: 0644]
qa/suites/experimental/multimds/.qa [new symlink]
qa/suites/experimental/multimds/clusters/.qa [new symlink]
qa/suites/experimental/multimds/clusters/7-multimds.yaml [new file with mode: 0644]
qa/suites/experimental/multimds/tasks/.qa [new symlink]
qa/suites/experimental/multimds/tasks/fsstress_thrash_subtrees.yaml [new file with mode: 0644]
qa/suites/fs/.qa [new symlink]
qa/suites/fs/32bits/% [new file with mode: 0644]
qa/suites/fs/32bits/.qa [new symlink]
qa/suites/fs/32bits/begin [new symlink]
qa/suites/fs/32bits/clusters/.qa [new symlink]
qa/suites/fs/32bits/clusters/fixed-2-ucephfs.yaml [new symlink]
qa/suites/fs/32bits/conf [new symlink]
qa/suites/fs/32bits/distro [new symlink]
qa/suites/fs/32bits/mount/.qa [new symlink]
qa/suites/fs/32bits/mount/fuse.yaml [new symlink]
qa/suites/fs/32bits/objectstore-ec [new symlink]
qa/suites/fs/32bits/overrides/+ [new file with mode: 0644]
qa/suites/fs/32bits/overrides/.qa [new symlink]
qa/suites/fs/32bits/overrides/faked-ino.yaml [new file with mode: 0644]
qa/suites/fs/32bits/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/32bits/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/32bits/overrides/pg_health.yaml [new symlink]
qa/suites/fs/32bits/tasks/.qa [new symlink]
qa/suites/fs/32bits/tasks/cfuse_workunit_suites_fsstress.yaml [new symlink]
qa/suites/fs/32bits/tasks/cfuse_workunit_suites_pjd.yaml [new file with mode: 0644]
qa/suites/fs/bugs/.qa [new symlink]
qa/suites/fs/bugs/client_trim_caps/% [new file with mode: 0644]
qa/suites/fs/bugs/client_trim_caps/.qa [new symlink]
qa/suites/fs/bugs/client_trim_caps/begin [new symlink]
qa/suites/fs/bugs/client_trim_caps/centos_latest.yaml [new symlink]
qa/suites/fs/bugs/client_trim_caps/clusters/.qa [new symlink]
qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml [new file with mode: 0644]
qa/suites/fs/bugs/client_trim_caps/conf [new symlink]
qa/suites/fs/bugs/client_trim_caps/objectstore/.qa [new symlink]
qa/suites/fs/bugs/client_trim_caps/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/bugs/client_trim_caps/overrides/+ [new file with mode: 0644]
qa/suites/fs/bugs/client_trim_caps/overrides/.qa [new symlink]
qa/suites/fs/bugs/client_trim_caps/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/bugs/client_trim_caps/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/bugs/client_trim_caps/overrides/no_client_pidfile.yaml [new symlink]
qa/suites/fs/bugs/client_trim_caps/overrides/pg_health.yaml [new symlink]
qa/suites/fs/bugs/client_trim_caps/tasks/.qa [new symlink]
qa/suites/fs/bugs/client_trim_caps/tasks/trim-i24137.yaml [new file with mode: 0644]
qa/suites/fs/cephadm/.qa [new symlink]
qa/suites/fs/cephadm/multivolume/% [new file with mode: 0644]
qa/suites/fs/cephadm/multivolume/.qa [new symlink]
qa/suites/fs/cephadm/multivolume/0-start.yaml [new file with mode: 0644]
qa/suites/fs/cephadm/multivolume/1-mount.yaml [new file with mode: 0644]
qa/suites/fs/cephadm/multivolume/2-workload/.qa [new symlink]
qa/suites/fs/cephadm/multivolume/2-workload/dbench.yaml [new symlink]
qa/suites/fs/cephadm/multivolume/conf [new symlink]
qa/suites/fs/cephadm/multivolume/distro/.qa [new symlink]
qa/suites/fs/cephadm/multivolume/distro/single-container-host.yaml [new symlink]
qa/suites/fs/cephadm/multivolume/overrides/+ [new file with mode: 0644]
qa/suites/fs/cephadm/multivolume/overrides/.qa [new symlink]
qa/suites/fs/cephadm/multivolume/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/cephadm/multivolume/overrides/pg_health.yaml [new symlink]
qa/suites/fs/cephadm/renamevolume/% [new file with mode: 0644]
qa/suites/fs/cephadm/renamevolume/.qa [new symlink]
qa/suites/fs/cephadm/renamevolume/0-start.yaml [new file with mode: 0644]
qa/suites/fs/cephadm/renamevolume/1-rename.yaml [new file with mode: 0644]
qa/suites/fs/cephadm/renamevolume/conf [new symlink]
qa/suites/fs/cephadm/renamevolume/distro/.qa [new symlink]
qa/suites/fs/cephadm/renamevolume/distro/single-container-host.yaml [new symlink]
qa/suites/fs/cephadm/renamevolume/overrides/+ [new file with mode: 0644]
qa/suites/fs/cephadm/renamevolume/overrides/.qa [new symlink]
qa/suites/fs/cephadm/renamevolume/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/cephadm/renamevolume/overrides/pg_health.yaml [new symlink]
qa/suites/fs/fscrypt/% [new file with mode: 0644]
qa/suites/fs/fscrypt/.qa [new symlink]
qa/suites/fs/fscrypt/begin [new symlink]
qa/suites/fs/fscrypt/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/fscrypt/clusters/.qa [new symlink]
qa/suites/fs/fscrypt/clusters/1-mds-1-client.yaml [new symlink]
qa/suites/fs/fscrypt/conf [new symlink]
qa/suites/fs/fscrypt/distro/$ [new file with mode: 0644]
qa/suites/fs/fscrypt/distro/.qa [new symlink]
qa/suites/fs/fscrypt/distro/centos_latest.yaml [new symlink]
qa/suites/fs/fscrypt/distro/ubuntu_latest.yaml [new symlink]
qa/suites/fs/fscrypt/mount [new symlink]
qa/suites/fs/fscrypt/overrides/+ [new file with mode: 0644]
qa/suites/fs/fscrypt/overrides/.qa [new symlink]
qa/suites/fs/fscrypt/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/fscrypt/overrides/ignorelist_health_more.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/fscrypt/overrides/osd.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/overrides/pg-warn.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/overrides/pg_health.yaml [new symlink]
qa/suites/fs/fscrypt/tasks/% [new file with mode: 0644]
qa/suites/fs/fscrypt/tasks/.qa [new symlink]
qa/suites/fs/fscrypt/tasks/0-client.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/tasks/1-tests/.qa [new symlink]
qa/suites/fs/fscrypt/tasks/1-tests/fscrypt-common.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/tasks/1-tests/fscrypt-dbench.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/tasks/1-tests/fscrypt-ffsb.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/tasks/1-tests/fscrypt-iozone.yaml [new file with mode: 0644]
qa/suites/fs/fscrypt/tasks/1-tests/fscrypt-pjd.yaml [new file with mode: 0644]
qa/suites/fs/full/% [new file with mode: 0644]
qa/suites/fs/full/.qa [new symlink]
qa/suites/fs/full/begin [new symlink]
qa/suites/fs/full/clusters/.qa [new symlink]
qa/suites/fs/full/clusters/1-node-4-mds-1-osd.yaml [new symlink]
qa/suites/fs/full/conf [new symlink]
qa/suites/fs/full/distro [new symlink]
qa/suites/fs/full/mount/.qa [new symlink]
qa/suites/fs/full/mount/fuse.yaml [new file with mode: 0644]
qa/suites/fs/full/objectstore/.qa [new symlink]
qa/suites/fs/full/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/full/overrides.yaml [new file with mode: 0644]
qa/suites/fs/full/overrides/+ [new file with mode: 0644]
qa/suites/fs/full/overrides/.qa [new symlink]
qa/suites/fs/full/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/full/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/full/overrides/no_client_pidfile.yaml [new symlink]
qa/suites/fs/full/overrides/pg_health.yaml [new symlink]
qa/suites/fs/full/tasks/.qa [new symlink]
qa/suites/fs/full/tasks/mgr-osd-full.yaml [new file with mode: 0644]
qa/suites/fs/functional/% [new file with mode: 0644]
qa/suites/fs/functional/.qa [new symlink]
qa/suites/fs/functional/begin [new symlink]
qa/suites/fs/functional/clusters/.qa [new symlink]
qa/suites/fs/functional/clusters/1a3s-mds-4c-client.yaml [new symlink]
qa/suites/fs/functional/conf [new symlink]
qa/suites/fs/functional/distro [new symlink]
qa/suites/fs/functional/mount [new symlink]
qa/suites/fs/functional/objectstore/.qa [new symlink]
qa/suites/fs/functional/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/functional/objectstore/bluestore-ec-root.yaml [new symlink]
qa/suites/fs/functional/overrides/+ [new file with mode: 0644]
qa/suites/fs/functional/overrides/.qa [new symlink]
qa/suites/fs/functional/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/functional/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/functional/overrides/no_client_pidfile.yaml [new symlink]
qa/suites/fs/functional/overrides/pg_health.yaml [new symlink]
qa/suites/fs/functional/tasks/.qa [new symlink]
qa/suites/fs/functional/tasks/acls.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/admin.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/alternate-pool.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/asok_dump_tree.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/auto-repair.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/backtrace.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/cap-flush.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/charmap.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/client-limits.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/client-readahead.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/client-recovery.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/damage.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/data-scan.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/exports.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/forward-scrub.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/fragment.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/journal-repair.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/mds-flush.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/mds-full.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/mds_creation_retry.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/metrics.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/multimds_misc.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/openfiletable.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/pool-perm.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/quiesce.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/quota.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/recovery-fs.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/scrub.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/sessionmap.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/snap_schedule_snapdir.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/snapshots.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/strays.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/test_journal_migration.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/test_snap_schedule/% [new file with mode: 0644]
qa/suites/fs/functional/tasks/test_snap_schedule/.qa [new symlink]
qa/suites/fs/functional/tasks/test_snap_schedule/overrides/$ [new file with mode: 0644]
qa/suites/fs/functional/tasks/test_snap_schedule/overrides/.qa [new symlink]
qa/suites/fs/functional/tasks/test_snap_schedule/overrides/v1.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/test_snap_schedule/overrides/v2.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/test_snap_schedule/snap-schedule.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/truncate_delay.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/uninlining.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/workunit/.qa [new symlink]
qa/suites/fs/functional/tasks/workunit/dir-max-entries.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/workunit/quota.yaml [new file with mode: 0644]
qa/suites/fs/functional/tasks/xfstests-dev.yaml [new file with mode: 0644]
qa/suites/fs/libcephfs/% [new file with mode: 0644]
qa/suites/fs/libcephfs/.qa [new symlink]
qa/suites/fs/libcephfs/begin [new symlink]
qa/suites/fs/libcephfs/clusters/.qa [new symlink]
qa/suites/fs/libcephfs/clusters/1-mds-1-client-coloc.yaml [new symlink]
qa/suites/fs/libcephfs/conf [new symlink]
qa/suites/fs/libcephfs/distro [new symlink]
qa/suites/fs/libcephfs/objectstore/.qa [new symlink]
qa/suites/fs/libcephfs/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/libcephfs/overrides/+ [new file with mode: 0644]
qa/suites/fs/libcephfs/overrides/.qa [new symlink]
qa/suites/fs/libcephfs/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/libcephfs/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/libcephfs/overrides/no_client_pidfile.yaml [new symlink]
qa/suites/fs/libcephfs/overrides/pg_health.yaml [new symlink]
qa/suites/fs/libcephfs/tasks/.qa [new symlink]
qa/suites/fs/libcephfs/tasks/client.yaml [new file with mode: 0644]
qa/suites/fs/libcephfs/tasks/ino_release_cb.yaml [new file with mode: 0644]
qa/suites/fs/libcephfs/tasks/libcephfs/+ [new file with mode: 0644]
qa/suites/fs/libcephfs/tasks/libcephfs/.qa [new symlink]
qa/suites/fs/libcephfs/tasks/libcephfs/frag.yaml [new symlink]
qa/suites/fs/libcephfs/tasks/libcephfs/test.yaml [new file with mode: 0644]
qa/suites/fs/libcephfs/tasks/libcephfs_python.yaml [new file with mode: 0644]
qa/suites/fs/mirror-ha/% [new file with mode: 0644]
qa/suites/fs/mirror-ha/.qa [new symlink]
qa/suites/fs/mirror-ha/begin [new symlink]
qa/suites/fs/mirror-ha/cephfs-mirror/+ [new file with mode: 0644]
qa/suites/fs/mirror-ha/cephfs-mirror/.qa [new symlink]
qa/suites/fs/mirror-ha/cephfs-mirror/1-volume-create-rm.yaml [new file with mode: 0644]
qa/suites/fs/mirror-ha/cephfs-mirror/2-three-per-cluster.yaml [new file with mode: 0644]
qa/suites/fs/mirror-ha/clients/+ [new file with mode: 0644]
qa/suites/fs/mirror-ha/clients/.qa [new symlink]
qa/suites/fs/mirror-ha/clients/mirror.yaml [new file with mode: 0644]
qa/suites/fs/mirror-ha/cluster/+ [new file with mode: 0644]
qa/suites/fs/mirror-ha/cluster/.qa [new symlink]
qa/suites/fs/mirror-ha/cluster/1-node.yaml [new file with mode: 0644]
qa/suites/fs/mirror-ha/conf [new symlink]
qa/suites/fs/mirror-ha/objectstore/.qa [new symlink]
qa/suites/fs/mirror-ha/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/mirror-ha/overrides/+ [new file with mode: 0644]
qa/suites/fs/mirror-ha/overrides/.qa [new symlink]
qa/suites/fs/mirror-ha/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/mirror-ha/overrides/pg_health.yaml [new symlink]
qa/suites/fs/mirror-ha/supported-random-distro$ [new symlink]
qa/suites/fs/mirror-ha/workloads/.qa [new symlink]
qa/suites/fs/mirror-ha/workloads/cephfs-mirror-ha-workunit.yaml [new file with mode: 0644]
qa/suites/fs/mirror/% [new file with mode: 0644]
qa/suites/fs/mirror/.qa [new symlink]
qa/suites/fs/mirror/begin [new symlink]
qa/suites/fs/mirror/cephfs-mirror/.qa [new symlink]
qa/suites/fs/mirror/cephfs-mirror/one-per-cluster.yaml [new file with mode: 0644]
qa/suites/fs/mirror/clients/+ [new file with mode: 0644]
qa/suites/fs/mirror/clients/.qa [new symlink]
qa/suites/fs/mirror/clients/mirror.yaml [new file with mode: 0644]
qa/suites/fs/mirror/cluster/+ [new file with mode: 0644]
qa/suites/fs/mirror/cluster/.qa [new symlink]
qa/suites/fs/mirror/cluster/1-node.yaml [new file with mode: 0644]
qa/suites/fs/mirror/conf [new symlink]
qa/suites/fs/mirror/mount/.qa [new symlink]
qa/suites/fs/mirror/mount/fuse.yaml [new file with mode: 0644]
qa/suites/fs/mirror/objectstore/.qa [new symlink]
qa/suites/fs/mirror/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/mirror/overrides/+ [new file with mode: 0644]
qa/suites/fs/mirror/overrides/.qa [new symlink]
qa/suites/fs/mirror/overrides/ignorelist_health.yaml [new file with mode: 0644]
qa/suites/fs/mirror/overrides/pg_health.yaml [new symlink]
qa/suites/fs/mirror/supported-random-distros$ [new symlink]
qa/suites/fs/mirror/tasks/.qa [new symlink]
qa/suites/fs/mirror/tasks/mirror.yaml [new file with mode: 0644]
qa/suites/fs/mixed-clients/% [new file with mode: 0644]
qa/suites/fs/mixed-clients/.qa [new symlink]
qa/suites/fs/mixed-clients/begin [new symlink]
qa/suites/fs/mixed-clients/clusters/.qa [new symlink]
qa/suites/fs/mixed-clients/clusters/1a3s-mds-2c-client.yaml [new symlink]
qa/suites/fs/mixed-clients/conf [new symlink]
qa/suites/fs/mixed-clients/distro/$ [new file with mode: 0644]
qa/suites/fs/mixed-clients/distro/.qa [new symlink]
qa/suites/fs/mixed-clients/distro/centos_latest.yaml [new symlink]
qa/suites/fs/mixed-clients/distro/ubuntu/+ [new file with mode: 0644]
qa/suites/fs/mixed-clients/distro/ubuntu/.qa [new symlink]
qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml [new file with mode: 0644]
qa/suites/fs/mixed-clients/distro/ubuntu/ubuntu_latest.yaml [new symlink]
qa/suites/fs/mixed-clients/kclient-overrides [new symlink]
qa/suites/fs/mixed-clients/objectstore-ec [new symlink]
qa/suites/fs/mixed-clients/overrides/+ [new file with mode: 0644]
qa/suites/fs/mixed-clients/overrides/.qa [new symlink]
qa/suites/fs/mixed-clients/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/mixed-clients/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/mixed-clients/overrides/osd-asserts.yaml [new symlink]
qa/suites/fs/mixed-clients/overrides/pg_health.yaml [new symlink]
qa/suites/fs/mixed-clients/tasks/.qa [new symlink]
qa/suites/fs/mixed-clients/tasks/kernel_cfuse_workunits_dbench_iozone.yaml [new file with mode: 0644]
qa/suites/fs/mixed-clients/tasks/kernel_cfuse_workunits_untarbuild_blogbench.yaml [new file with mode: 0644]
qa/suites/fs/multiclient/% [new file with mode: 0644]
qa/suites/fs/multiclient/.qa [new symlink]
qa/suites/fs/multiclient/begin [new symlink]
qa/suites/fs/multiclient/clusters/.qa [new symlink]
qa/suites/fs/multiclient/clusters/1-mds-3-client.yaml [new symlink]
qa/suites/fs/multiclient/conf [new symlink]
qa/suites/fs/multiclient/distros/.qa [new symlink]
qa/suites/fs/multiclient/distros/ubuntu_latest.yaml [new symlink]
qa/suites/fs/multiclient/mount/.qa [new symlink]
qa/suites/fs/multiclient/mount/fuse.yaml [new symlink]
qa/suites/fs/multiclient/mount/kclient.yaml.disabled [new file with mode: 0644]
qa/suites/fs/multiclient/objectstore-ec [new symlink]
qa/suites/fs/multiclient/overrides/+ [new file with mode: 0644]
qa/suites/fs/multiclient/overrides/.qa [new symlink]
qa/suites/fs/multiclient/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/multiclient/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/multiclient/overrides/pg_health.yaml [new symlink]
qa/suites/fs/multiclient/tasks/.qa [new symlink]
qa/suites/fs/multiclient/tasks/cephfs_misc_tests.yaml [new file with mode: 0644]
qa/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled [new file with mode: 0644]
qa/suites/fs/multiclient/tasks/ior-shared-file.yaml [new file with mode: 0644]
qa/suites/fs/multiclient/tasks/mdtest.yaml [new file with mode: 0644]
qa/suites/fs/multifs/% [new file with mode: 0644]
qa/suites/fs/multifs/.qa [new symlink]
qa/suites/fs/multifs/begin [new symlink]
qa/suites/fs/multifs/clusters/.qa [new symlink]
qa/suites/fs/multifs/clusters/1a3s-mds-2c-client.yaml [new symlink]
qa/suites/fs/multifs/conf [new symlink]
qa/suites/fs/multifs/distro [new symlink]
qa/suites/fs/multifs/mount [new symlink]
qa/suites/fs/multifs/objectstore-ec [new symlink]
qa/suites/fs/multifs/overrides/+ [new file with mode: 0644]
qa/suites/fs/multifs/overrides/.qa [new symlink]
qa/suites/fs/multifs/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/multifs/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/multifs/overrides/mon-debug.yaml [new file with mode: 0644]
qa/suites/fs/multifs/overrides/pg_health.yaml [new symlink]
qa/suites/fs/multifs/tasks/.qa [new symlink]
qa/suites/fs/multifs/tasks/failover.yaml [new file with mode: 0644]
qa/suites/fs/multifs/tasks/multifs-auth.yaml [new file with mode: 0644]
qa/suites/fs/nfs/% [new file with mode: 0644]
qa/suites/fs/nfs/.qa [new symlink]
qa/suites/fs/nfs/cluster/+ [new file with mode: 0644]
qa/suites/fs/nfs/cluster/.qa [new symlink]
qa/suites/fs/nfs/cluster/1-node.yaml [new file with mode: 0644]
qa/suites/fs/nfs/conf [new symlink]
qa/suites/fs/nfs/nfs-version/$ [new file with mode: 0644]
qa/suites/fs/nfs/nfs-version/.qa [new symlink]
qa/suites/fs/nfs/nfs-version/4.1.yaml [new file with mode: 0644]
qa/suites/fs/nfs/nfs-version/4.2.yaml [new file with mode: 0644]
qa/suites/fs/nfs/nfs-version/unset.yaml [new file with mode: 0644]
qa/suites/fs/nfs/overrides/+ [new file with mode: 0644]
qa/suites/fs/nfs/overrides/.qa [new symlink]
qa/suites/fs/nfs/overrides/ignore_mgr_down.yaml [new file with mode: 0644]
qa/suites/fs/nfs/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/nfs/overrides/pg_health.yaml [new symlink]
qa/suites/fs/nfs/supported-random-distros$ [new symlink]
qa/suites/fs/nfs/tasks/.qa [new symlink]
qa/suites/fs/nfs/tasks/nfs.yaml [new file with mode: 0644]
qa/suites/fs/permission/% [new file with mode: 0644]
qa/suites/fs/permission/.qa [new symlink]
qa/suites/fs/permission/begin [new symlink]
qa/suites/fs/permission/clusters/.qa [new symlink]
qa/suites/fs/permission/clusters/fixed-2-ucephfs.yaml [new symlink]
qa/suites/fs/permission/conf [new symlink]
qa/suites/fs/permission/distro [new symlink]
qa/suites/fs/permission/mount/.qa [new symlink]
qa/suites/fs/permission/mount/fuse.yaml [new symlink]
qa/suites/fs/permission/objectstore-ec [new symlink]
qa/suites/fs/permission/overrides/+ [new file with mode: 0644]
qa/suites/fs/permission/overrides/.qa [new symlink]
qa/suites/fs/permission/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/permission/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/permission/overrides/pg_health.yaml [new symlink]
qa/suites/fs/permission/tasks/.qa [new symlink]
qa/suites/fs/permission/tasks/cfuse_workunit_misc.yaml [new file with mode: 0644]
qa/suites/fs/permission/tasks/cfuse_workunit_suites_pjd.yaml [new file with mode: 0644]
qa/suites/fs/shell/% [new file with mode: 0644]
qa/suites/fs/shell/.qa [new symlink]
qa/suites/fs/shell/begin [new symlink]
qa/suites/fs/shell/clusters/.qa [new symlink]
qa/suites/fs/shell/clusters/1-mds-1-client-coloc.yaml [new symlink]
qa/suites/fs/shell/conf [new symlink]
qa/suites/fs/shell/distro [new symlink]
qa/suites/fs/shell/mount/.qa [new symlink]
qa/suites/fs/shell/mount/fuse.yaml [new symlink]
qa/suites/fs/shell/objectstore/.qa [new symlink]
qa/suites/fs/shell/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/shell/overrides/+ [new file with mode: 0644]
qa/suites/fs/shell/overrides/.qa [new symlink]
qa/suites/fs/shell/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/shell/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/shell/overrides/no_client_pidfile.yaml [new symlink]
qa/suites/fs/shell/overrides/pg_health.yaml [new symlink]
qa/suites/fs/shell/tasks/.qa [new symlink]
qa/suites/fs/shell/tasks/cephfs-shell.yaml [new file with mode: 0644]
qa/suites/fs/snaps/% [new file with mode: 0644]
qa/suites/fs/snaps/.qa [new symlink]
qa/suites/fs/snaps/begin [new symlink]
qa/suites/fs/snaps/clusters/.qa [new symlink]
qa/suites/fs/snaps/clusters/1a3s-mds-1c-client.yaml [new symlink]
qa/suites/fs/snaps/conf [new symlink]
qa/suites/fs/snaps/distro [new symlink]
qa/suites/fs/snaps/mount [new symlink]
qa/suites/fs/snaps/objectstore-ec [new symlink]
qa/suites/fs/snaps/overrides/+ [new file with mode: 0644]
qa/suites/fs/snaps/overrides/.qa [new symlink]
qa/suites/fs/snaps/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/snaps/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/snaps/overrides/pg_health.yaml [new symlink]
qa/suites/fs/snaps/tasks/.qa [new symlink]
qa/suites/fs/snaps/tasks/workunit/.qa [new symlink]
qa/suites/fs/snaps/tasks/workunit/snaps.yaml [new file with mode: 0644]
qa/suites/fs/thrash/.qa [new symlink]
qa/suites/fs/thrash/multifs/% [new file with mode: 0644]
qa/suites/fs/thrash/multifs/.qa [new symlink]
qa/suites/fs/thrash/multifs/begin [new symlink]
qa/suites/fs/thrash/multifs/clusters/.qa [new symlink]
qa/suites/fs/thrash/multifs/clusters/1a3s-mds-2c-client.yaml [new symlink]
qa/suites/fs/thrash/multifs/conf [new symlink]
qa/suites/fs/thrash/multifs/distro [new symlink]
qa/suites/fs/thrash/multifs/mount [new symlink]
qa/suites/fs/thrash/multifs/msgr-failures/.qa [new symlink]
qa/suites/fs/thrash/multifs/msgr-failures/none.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/msgr-failures/osd-mds-delay.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/objectstore/.qa [new symlink]
qa/suites/fs/thrash/multifs/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/thrash/multifs/overrides/+ [new file with mode: 0644]
qa/suites/fs/thrash/multifs/overrides/.qa [new symlink]
qa/suites/fs/thrash/multifs/overrides/client-shutdown.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/overrides/frag.yaml [new symlink]
qa/suites/fs/thrash/multifs/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/thrash/multifs/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/thrash/multifs/overrides/multifs.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/overrides/pg_health.yaml [new symlink]
qa/suites/fs/thrash/multifs/overrides/session_timeout.yaml [new symlink]
qa/suites/fs/thrash/multifs/overrides/thrashosds-health.yaml [new symlink]
qa/suites/fs/thrash/multifs/tasks/% [new file with mode: 0644]
qa/suites/fs/thrash/multifs/tasks/.qa [new symlink]
qa/suites/fs/thrash/multifs/tasks/1-thrash/.qa [new symlink]
qa/suites/fs/thrash/multifs/tasks/1-thrash/mds.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/tasks/1-thrash/mon.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/tasks/2-workunit/.qa [new symlink]
qa/suites/fs/thrash/multifs/tasks/2-workunit/cfuse_workunit_snaptests.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/tasks/2-workunit/cfuse_workunit_suites_fsstress.yaml [new symlink]
qa/suites/fs/thrash/multifs/tasks/2-workunit/cfuse_workunit_suites_pjd.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/tasks/2-workunit/cfuse_workunit_trivial_sync.yaml [new symlink]
qa/suites/fs/thrash/multifs/tasks/2-workunit/ffsb.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/tasks/2-workunit/iozone.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/% [new file with mode: 0644]
qa/suites/fs/thrash/workloads/.qa [new symlink]
qa/suites/fs/thrash/workloads/begin [new symlink]
qa/suites/fs/thrash/workloads/clusters/.qa [new symlink]
qa/suites/fs/thrash/workloads/clusters/1a5s-mds-1c-client.yaml [new symlink]
qa/suites/fs/thrash/workloads/conf [new symlink]
qa/suites/fs/thrash/workloads/distro [new symlink]
qa/suites/fs/thrash/workloads/mount [new symlink]
qa/suites/fs/thrash/workloads/msgr-failures/.qa [new symlink]
qa/suites/fs/thrash/workloads/msgr-failures/none.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/msgr-failures/osd-mds-delay.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/objectstore-ec [new symlink]
qa/suites/fs/thrash/workloads/overrides/% [new file with mode: 0644]
qa/suites/fs/thrash/workloads/overrides/.qa [new symlink]
qa/suites/fs/thrash/workloads/overrides/client-shutdown.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/overrides/frag.yaml [new symlink]
qa/suites/fs/thrash/workloads/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/thrash/workloads/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/thrash/workloads/overrides/pg_health.yaml [new symlink]
qa/suites/fs/thrash/workloads/overrides/prefetch_entire_dirfrags [new symlink]
qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/.qa [new symlink]
qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/no.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/yes.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/overrides/races.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/overrides/session_timeout.yaml [new symlink]
qa/suites/fs/thrash/workloads/overrides/thrashosds-health.yaml [new symlink]
qa/suites/fs/thrash/workloads/ranks/.qa [new symlink]
qa/suites/fs/thrash/workloads/ranks/1.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/ranks/3.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/ranks/5.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/% [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/.qa [new symlink]
qa/suites/fs/thrash/workloads/tasks/1-thrash/.qa [new symlink]
qa/suites/fs/thrash/workloads/tasks/1-thrash/exports.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/1-thrash/mds.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/1-thrash/mon.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/1-thrash/osd.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/1-thrash/with-quiesce.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/2-workunit/.qa [new symlink]
qa/suites/fs/thrash/workloads/tasks/2-workunit/fs/.qa [new symlink]
qa/suites/fs/thrash/workloads/tasks/2-workunit/fs/snaps.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/2-workunit/fs/trivial_sync.yaml [new symlink]
qa/suites/fs/thrash/workloads/tasks/2-workunit/suites/.qa [new symlink]
qa/suites/fs/thrash/workloads/tasks/2-workunit/suites/ffsb.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/2-workunit/suites/fsstress.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/2-workunit/suites/iozone.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/tasks/2-workunit/suites/pjd.yaml [new file with mode: 0644]
qa/suites/fs/top/% [new file with mode: 0644]
qa/suites/fs/top/.qa [new symlink]
qa/suites/fs/top/begin [new symlink]
qa/suites/fs/top/cluster/+ [new file with mode: 0644]
qa/suites/fs/top/cluster/.qa [new symlink]
qa/suites/fs/top/cluster/1-node.yaml [new file with mode: 0644]
qa/suites/fs/top/conf [new symlink]
qa/suites/fs/top/mount/.qa [new symlink]
qa/suites/fs/top/mount/fuse.yaml [new symlink]
qa/suites/fs/top/objectstore/.qa [new symlink]
qa/suites/fs/top/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/top/overrides/+ [new file with mode: 0644]
qa/suites/fs/top/overrides/.qa [new symlink]
qa/suites/fs/top/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/top/overrides/pg_health.yaml [new symlink]
qa/suites/fs/top/supported-random-distros$ [new symlink]
qa/suites/fs/top/tasks/.qa [new symlink]
qa/suites/fs/top/tasks/fstop.yaml [new file with mode: 0644]
qa/suites/fs/traceless/% [new file with mode: 0644]
qa/suites/fs/traceless/.qa [new symlink]
qa/suites/fs/traceless/begin [new symlink]
qa/suites/fs/traceless/clusters/.qa [new symlink]
qa/suites/fs/traceless/clusters/fixed-2-ucephfs.yaml [new symlink]
qa/suites/fs/traceless/conf [new symlink]
qa/suites/fs/traceless/distro [new symlink]
qa/suites/fs/traceless/mount/.qa [new symlink]
qa/suites/fs/traceless/mount/fuse.yaml [new symlink]
qa/suites/fs/traceless/objectstore-ec [new symlink]
qa/suites/fs/traceless/overrides/+ [new file with mode: 0644]
qa/suites/fs/traceless/overrides/.qa [new symlink]
qa/suites/fs/traceless/overrides/frag.yaml [new symlink]
qa/suites/fs/traceless/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/traceless/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/traceless/overrides/pg_health.yaml [new symlink]
qa/suites/fs/traceless/tasks/.qa [new symlink]
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_blogbench.yaml [new symlink]
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_dbench.yaml [new symlink]
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_ffsb.yaml [new symlink]
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_fsstress.yaml [new symlink]
qa/suites/fs/traceless/traceless/.qa [new symlink]
qa/suites/fs/traceless/traceless/50pc.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/% [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/README [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/centos_9.stream.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/clusters/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/clusters/1-mds-2-client-micro.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/conf [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/kernel.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/+ [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/multimds/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/multimds/no.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/multimds/yes.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/pg-warn.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/overrides/pg_health.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/% [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-from/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-from/reef.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-from/squid.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/1-client.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/3-compat_client/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/3-compat_client/no.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/old_client/tasks/3-compat_client/yes.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/% [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/README [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/centos_9.stream.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/clusters/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/clusters/1-mds-2-client-micro.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/conf [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/kernel.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/+ [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/multimds/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/multimds/no.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/multimds/yes.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/pg-warn.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/pg_health.yaml [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/% [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/.qa [new symlink]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/reef.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/squid.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/1-client.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/3-client-upgrade.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/4-compat_client.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/5-client-sanity.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/% [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/README [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/centos_9.stream.yaml [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/conf [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/fail_fs/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/fail_fs/no.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/fail_fs/yes.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/kernel.yaml [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/+ [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/ignorelist_upgrade.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/pg-warn.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/pg_health.yaml [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/overrides/syntax.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/roles.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/% [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/$ [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/squid.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/% [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/0-create.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/1-ranks/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/1-ranks/1.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/1-ranks/2.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/2-allow_standby_replay/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/2-allow_standby_replay/no.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/2-allow_standby_replay/yes.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/3-inline/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/3-inline/no.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/3-inline/yes.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/1-volume/4-verify.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/2-client/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/2-client/fuse.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/2-client/kclient.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/3-upgrade-mgr-staggered.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/4-config-upgrade/+ [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/4-config-upgrade/.qa [new symlink]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/4-config-upgrade/fail_fs.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/5-upgrade-with-workload.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/6-verify.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/% [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/.qa [new symlink]
qa/suites/fs/upgrade/nofs/README [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/upgrade/nofs/centos_9.stream.yaml [new symlink]
qa/suites/fs/upgrade/nofs/conf [new symlink]
qa/suites/fs/upgrade/nofs/kernel.yaml [new symlink]
qa/suites/fs/upgrade/nofs/no-mds-cluster.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/overrides/+ [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/overrides/.qa [new symlink]
qa/suites/fs/upgrade/nofs/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/upgrade/nofs/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/upgrade/nofs/overrides/pg-warn.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/overrides/pg_health.yaml [new symlink]
qa/suites/fs/upgrade/nofs/tasks/% [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/tasks/.qa [new symlink]
qa/suites/fs/upgrade/nofs/tasks/0-from/.qa [new symlink]
qa/suites/fs/upgrade/nofs/tasks/0-from/reef.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/tasks/0-from/squid.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/nofs/tasks/1-upgrade.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/% [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/README [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/centos_9.stream.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/clusters/% [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/clusters/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/clusters/1-mds-1-client-micro.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/conf [new symlink]
qa/suites/fs/upgrade/upgraded_client/kernel.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/overrides/+ [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/overrides/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/overrides/pg-warn.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/overrides/pg_health.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/% [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/tasks/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/0-install/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/0-install/reef.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/tasks/0-install/squid.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/tasks/1-mount/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/1-mount/mount [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/2-clients/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/2-clients/fuse-upgrade.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/tasks/2-clients/kclient.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/new_ops/% [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/new_ops/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/new_ops/newops.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/stress_tests/.qa [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/stress_tests/blogbench.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/stress_tests/dbench.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/stress_tests/fsstress.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/stress_tests/iozone.yaml [new symlink]
qa/suites/fs/upgrade/upgraded_client/tasks/3-workload/stress_tests/kernel_untar_build.yaml [new symlink]
qa/suites/fs/valgrind/% [new file with mode: 0644]
qa/suites/fs/valgrind/.qa [new symlink]
qa/suites/fs/valgrind/begin [new symlink]
qa/suites/fs/valgrind/centos_latest.yaml [new symlink]
qa/suites/fs/valgrind/debug.yaml [new file with mode: 0644]
qa/suites/fs/valgrind/mirror/% [new file with mode: 0644]
qa/suites/fs/valgrind/mirror/.qa [new symlink]
qa/suites/fs/valgrind/mirror/cephfs-mirror/.qa [new symlink]
qa/suites/fs/valgrind/mirror/cephfs-mirror/one-per-cluster.yaml [new file with mode: 0644]
qa/suites/fs/valgrind/mirror/clients/.qa [new symlink]
qa/suites/fs/valgrind/mirror/clients/mirror.yaml [new file with mode: 0644]
qa/suites/fs/valgrind/mirror/cluster/.qa [new symlink]
qa/suites/fs/valgrind/mirror/cluster/1-node.yaml [new file with mode: 0644]
qa/suites/fs/valgrind/mirror/mount/.qa [new symlink]
qa/suites/fs/valgrind/mirror/mount/fuse.yaml [new file with mode: 0644]
qa/suites/fs/valgrind/mirror/overrides/+ [new file with mode: 0644]
qa/suites/fs/valgrind/mirror/overrides/.qa [new symlink]
qa/suites/fs/valgrind/mirror/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/valgrind/mirror/overrides/pg_health.yaml [new symlink]
qa/suites/fs/valgrind/mirror/tasks/.qa [new symlink]
qa/suites/fs/valgrind/mirror/tasks/mirror.yaml [new file with mode: 0644]
qa/suites/fs/verify/% [new file with mode: 0644]
qa/suites/fs/verify/.qa [new symlink]
qa/suites/fs/verify/begin [new symlink]
qa/suites/fs/verify/clusters/.qa [new symlink]
qa/suites/fs/verify/clusters/1a5s-mds-1c-client.yaml [new symlink]
qa/suites/fs/verify/conf [new symlink]
qa/suites/fs/verify/distro/$ [new file with mode: 0644]
qa/suites/fs/verify/distro/.qa [new symlink]
qa/suites/fs/verify/distro/centos_latest.yaml [new symlink]
qa/suites/fs/verify/distro/ubuntu/+ [new file with mode: 0644]
qa/suites/fs/verify/distro/ubuntu/.qa [new symlink]
qa/suites/fs/verify/distro/ubuntu/overrides.yaml [new file with mode: 0644]
qa/suites/fs/verify/distro/ubuntu/ubuntu_latest.yaml [new symlink]
qa/suites/fs/verify/mount/.qa [new symlink]
qa/suites/fs/verify/mount/fuse.yaml [new symlink]
qa/suites/fs/verify/mount/kclient/+ [new file with mode: 0644]
qa/suites/fs/verify/mount/kclient/.qa [new symlink]
qa/suites/fs/verify/mount/kclient/k-testing.yaml [new symlink]
qa/suites/fs/verify/mount/kclient/mount.yaml [new symlink]
qa/suites/fs/verify/mount/kclient/ms-die-on-skipped.yaml [new symlink]
qa/suites/fs/verify/objectstore-ec [new symlink]
qa/suites/fs/verify/overrides/+ [new file with mode: 0644]
qa/suites/fs/verify/overrides/.qa [new symlink]
qa/suites/fs/verify/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/verify/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/verify/overrides/mon-debug.yaml [new file with mode: 0644]
qa/suites/fs/verify/overrides/pg_health.yaml [new symlink]
qa/suites/fs/verify/overrides/session_timeout.yaml [new symlink]
qa/suites/fs/verify/ranks/.qa [new symlink]
qa/suites/fs/verify/ranks/1.yaml [new file with mode: 0644]
qa/suites/fs/verify/ranks/3.yaml [new file with mode: 0644]
qa/suites/fs/verify/ranks/5.yaml [new file with mode: 0644]
qa/suites/fs/verify/tasks/.qa [new symlink]
qa/suites/fs/verify/tasks/dbench.yaml [new symlink]
qa/suites/fs/verify/tasks/fsstress.yaml [new symlink]
qa/suites/fs/verify/validater/.qa [new symlink]
qa/suites/fs/verify/validater/lockdep.yaml [new file with mode: 0644]
qa/suites/fs/verify/validater/valgrind.yaml [new file with mode: 0644]
qa/suites/fs/volumes/% [new file with mode: 0644]
qa/suites/fs/volumes/.qa [new symlink]
qa/suites/fs/volumes/begin [new symlink]
qa/suites/fs/volumes/clusters/.qa [new symlink]
qa/suites/fs/volumes/clusters/1a3s-mds-4c-client.yaml [new symlink]
qa/suites/fs/volumes/conf [new symlink]
qa/suites/fs/volumes/distro [new symlink]
qa/suites/fs/volumes/mount [new symlink]
qa/suites/fs/volumes/objectstore/.qa [new symlink]
qa/suites/fs/volumes/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/volumes/overrides/+ [new file with mode: 0644]
qa/suites/fs/volumes/overrides/.qa [new symlink]
qa/suites/fs/volumes/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/volumes/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/volumes/overrides/no_client_pidfile.yaml [new symlink]
qa/suites/fs/volumes/overrides/pg_health.yaml [new symlink]
qa/suites/fs/volumes/tasks/.qa [new symlink]
qa/suites/fs/volumes/tasks/volumes/% [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/.qa [new symlink]
qa/suites/fs/volumes/tasks/volumes/overrides.yaml [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/test/.qa [new symlink]
qa/suites/fs/volumes/tasks/volumes/test/async.yaml [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/test/basic.yaml [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/test/clone-progress.yaml [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/test/clone.yaml [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/test/finisher_per_module.yaml [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/test/misc.yaml [new file with mode: 0644]
qa/suites/fs/volumes/tasks/volumes/test/snapshot.yaml [new file with mode: 0644]
qa/suites/fs/workload/% [new file with mode: 0644]
qa/suites/fs/workload/.qa [new symlink]
qa/suites/fs/workload/0-centos_9.stream.yaml [new symlink]
qa/suites/fs/workload/begin/+ [new file with mode: 0644]
qa/suites/fs/workload/begin/.qa [new symlink]
qa/suites/fs/workload/begin/0-install.yaml [new symlink]
qa/suites/fs/workload/begin/1-cephadm.yaml [new file with mode: 0644]
qa/suites/fs/workload/begin/2-logrotate.yaml [new symlink]
qa/suites/fs/workload/begin/3-kernel.yaml [new symlink]
qa/suites/fs/workload/clusters/.qa [new symlink]
qa/suites/fs/workload/clusters/1a11s-mds-1c-client-3node.yaml [new symlink]
qa/suites/fs/workload/conf [new symlink]
qa/suites/fs/workload/mount/.qa [new symlink]
qa/suites/fs/workload/mount/fuse.yaml [new symlink]
qa/suites/fs/workload/mount/kclient/% [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/.qa [new symlink]
qa/suites/fs/workload/mount/kclient/base [new symlink]
qa/suites/fs/workload/mount/kclient/ms_mode/.qa [new symlink]
qa/suites/fs/workload/mount/kclient/ms_mode/crc.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/ms_mode/legacy.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/wsync/.qa [new symlink]
qa/suites/fs/workload/mount/kclient/wsync/no.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/wsync/yes.yaml [new file with mode: 0644]
qa/suites/fs/workload/objectstore-ec [new symlink]
qa/suites/fs/workload/omap_limit/.qa [new symlink]
qa/suites/fs/workload/omap_limit/10.yaml [new file with mode: 0644]
qa/suites/fs/workload/omap_limit/10000.yaml [new file with mode: 0644]
qa/suites/fs/workload/overrides/+ [new file with mode: 0644]
qa/suites/fs/workload/overrides/.qa [new symlink]
qa/suites/fs/workload/overrides/cephsqlite-timeout.yaml [new file with mode: 0644]
qa/suites/fs/workload/overrides/frag.yaml [new symlink]
qa/suites/fs/workload/overrides/ignorelist_health.yaml [new symlink]
qa/suites/fs/workload/overrides/ignorelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/workload/overrides/osd-asserts.yaml [new symlink]
qa/suites/fs/workload/overrides/pg_health.yaml [new symlink]
qa/suites/fs/workload/overrides/session_timeout.yaml [new symlink]
qa/suites/fs/workload/ranks/.qa [new symlink]
qa/suites/fs/workload/ranks/1.yaml [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/% [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/.qa [new symlink]
qa/suites/fs/workload/ranks/multi/balancer/.qa [new symlink]
qa/suites/fs/workload/ranks/multi/balancer/automatic.yaml [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/balancer/distributed.yaml.disabled [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/balancer/random.yaml [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/export-check.yaml [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/n/.qa [new symlink]
qa/suites/fs/workload/ranks/multi/n/3.yaml [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/n/5.yaml [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/replication/.qa [new symlink]
qa/suites/fs/workload/ranks/multi/replication/always.yaml [new file with mode: 0644]
qa/suites/fs/workload/ranks/multi/replication/default.yaml [new file with mode: 0644]
qa/suites/fs/workload/standby-replay.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/% [new file with mode: 0644]
qa/suites/fs/workload/tasks/.qa [new symlink]
qa/suites/fs/workload/tasks/0-subvolume/$ [new file with mode: 0644]
qa/suites/fs/workload/tasks/0-subvolume/.qa [new symlink]
qa/suites/fs/workload/tasks/0-subvolume/with-namespace-isolated-and-quota.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/0-subvolume/with-namespace-isolated.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/0-subvolume/with-no-extra-options.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/0-subvolume/with-quota.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/1-check-counter.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/2-scrub/.qa [new symlink]
qa/suites/fs/workload/tasks/2-scrub/no.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/2-scrub/yes.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/3-snaps/.qa [new symlink]
qa/suites/fs/workload/tasks/3-snaps/no.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/3-snaps/yes.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/4-flush/.qa [new symlink]
qa/suites/fs/workload/tasks/4-flush/no.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/4-flush/yes.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/5-quiesce/.qa [new symlink]
qa/suites/fs/workload/tasks/5-quiesce/no.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/5-quiesce/with-quiesce.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/.qa [new symlink]
qa/suites/fs/workload/tasks/6-workunit/direct_io.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/fs/.qa [new symlink]
qa/suites/fs/workload/tasks/6-workunit/fs/misc.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/fs/norstats.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/fs/test_o_trunc.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/kernel_untar_build.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/postgres.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/.qa [new symlink]
qa/suites/fs/workload/tasks/6-workunit/suites/blogbench.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/dbench.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/ffsb.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/fsstress.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/fsx.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/fsync-tester.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/iogen.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/iozone.yaml [new file with mode: 0644]
qa/suites/fs/workload/tasks/6-workunit/suites/pjd.yaml [new file with mode: 0644]
qa/suites/hadoop/.qa [new symlink]
qa/suites/hadoop/basic/% [new file with mode: 0644]
qa/suites/hadoop/basic/.qa [new symlink]
qa/suites/hadoop/basic/clusters/.qa [new symlink]
qa/suites/hadoop/basic/clusters/fixed-3.yaml [new file with mode: 0644]
qa/suites/hadoop/basic/distros/.qa [new symlink]
qa/suites/hadoop/basic/distros/ubuntu_latest.yaml [new symlink]
qa/suites/hadoop/basic/tasks/.qa [new symlink]
qa/suites/hadoop/basic/tasks/repl.yaml [new file with mode: 0644]
qa/suites/hadoop/basic/tasks/terasort.yaml [new file with mode: 0644]
qa/suites/hadoop/basic/tasks/wordcount.yaml [new file with mode: 0644]
qa/suites/krbd/.qa [new symlink]
qa/suites/krbd/basic/% [new file with mode: 0644]
qa/suites/krbd/basic/.qa [new symlink]
qa/suites/krbd/basic/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/basic/ceph/.qa [new symlink]
qa/suites/krbd/basic/ceph/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/basic/clusters/.qa [new symlink]
qa/suites/krbd/basic/clusters/fixed-1.yaml [new symlink]
qa/suites/krbd/basic/conf.yaml [new file with mode: 0644]
qa/suites/krbd/basic/ms_mode/.qa [new symlink]
qa/suites/krbd/basic/ms_mode/crc$/.qa [new symlink]
qa/suites/krbd/basic/ms_mode/crc$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/basic/ms_mode/crc$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/basic/ms_mode/legacy$/.qa [new symlink]
qa/suites/krbd/basic/ms_mode/legacy$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/basic/ms_mode/legacy$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/basic/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/.qa [new symlink]
qa/suites/krbd/basic/tasks/krbd_deep_flatten.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/krbd_discard.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/krbd_huge_image.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/krbd_modprobe.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/krbd_msgr_segments.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/krbd_parent_overlap.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/krbd_read_only.yaml [new file with mode: 0644]
qa/suites/krbd/basic/tasks/krbd_whole_object_zeroout.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/% [new file with mode: 0644]
qa/suites/krbd/fsx/.qa [new symlink]
qa/suites/krbd/fsx/ceph/.qa [new symlink]
qa/suites/krbd/fsx/ceph/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/clusters/.qa [new symlink]
qa/suites/krbd/fsx/clusters/3-node.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/conf.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/features/.qa [new symlink]
qa/suites/krbd/fsx/features/no-deep-flatten.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/features/no-exclusive-lock.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/features/object-map.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/.qa [new symlink]
qa/suites/krbd/fsx/ms_mode$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/secure.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/objectstore/.qa [new symlink]
qa/suites/krbd/fsx/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/fsx/striping/.qa [new symlink]
qa/suites/krbd/fsx/striping/default/% [new file with mode: 0644]
qa/suites/krbd/fsx/striping/default/.qa [new symlink]
qa/suites/krbd/fsx/striping/default/msgr-failures/.qa [new symlink]
qa/suites/krbd/fsx/striping/default/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/striping/default/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/striping/default/randomized-striping-off.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/striping/fancy/% [new file with mode: 0644]
qa/suites/krbd/fsx/striping/fancy/.qa [new symlink]
qa/suites/krbd/fsx/striping/fancy/msgr-failures/.qa [new symlink]
qa/suites/krbd/fsx/striping/fancy/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/striping/fancy/randomized-striping-on.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/tasks/.qa [new symlink]
qa/suites/krbd/fsx/tasks/fsx-1-client.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/tasks/fsx-3-client.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/% [new file with mode: 0644]
qa/suites/krbd/mirror/.qa [new symlink]
qa/suites/krbd/mirror/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/mirror/clusters/.qa [new symlink]
qa/suites/krbd/mirror/clusters/2-node.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/conf.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/install/.qa [new symlink]
qa/suites/krbd/mirror/install/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/ms_mode$/.qa [new symlink]
qa/suites/krbd/mirror/ms_mode$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/ms_mode$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/ms_mode$/secure.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/tasks/.qa [new symlink]
qa/suites/krbd/mirror/tasks/compare-mirror-image-alternate-primary.yaml [new file with mode: 0644]
qa/suites/krbd/mirror/tasks/compare-mirror-images.yaml [new file with mode: 0644]
qa/suites/krbd/ms_modeless/% [new file with mode: 0644]
qa/suites/krbd/ms_modeless/.qa [new symlink]
qa/suites/krbd/ms_modeless/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/ms_modeless/ceph/.qa [new symlink]
qa/suites/krbd/ms_modeless/ceph/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/ms_modeless/clusters/.qa [new symlink]
qa/suites/krbd/ms_modeless/clusters/fixed-3.yaml [new symlink]
qa/suites/krbd/ms_modeless/conf.yaml [new file with mode: 0644]
qa/suites/krbd/ms_modeless/tasks/.qa [new symlink]
qa/suites/krbd/ms_modeless/tasks/krbd_default_map_options.yaml [new file with mode: 0644]
qa/suites/krbd/ms_modeless/tasks/krbd_rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/% [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/.qa [new symlink]
qa/suites/krbd/rbd-nomount/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/rbd-nomount/clusters/.qa [new symlink]
qa/suites/krbd/rbd-nomount/clusters/fixed-3.yaml [new symlink]
qa/suites/krbd/rbd-nomount/conf.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/install/.qa [new symlink]
qa/suites/krbd/rbd-nomount/install/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/.qa [new symlink]
qa/suites/krbd/rbd-nomount/ms_mode/crc$/.qa [new symlink]
qa/suites/krbd/rbd-nomount/ms_mode/crc$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/crc$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/legacy$/.qa [new symlink]
qa/suites/krbd/rbd-nomount/ms_mode/legacy$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/legacy$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/msgr-failures/.qa [new symlink]
qa/suites/krbd/rbd-nomount/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/.qa [new symlink]
qa/suites/krbd/rbd-nomount/tasks/krbd_data_pool.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_exclusive_option.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_fallocate.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_huge_osdmap.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_latest_osdmap_on_map.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_namespaces.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_udev_enumerate.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_udev_netlink_enobufs.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_udev_netns.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/krbd_udev_symlinks.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/rbd_concurrent.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/rbd_huge_tickets.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/rbd_image_read.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/rbd_kernel.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/rbd_map_snapshot_io.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/rbd_map_unmap.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/tasks/rbd_simple_big.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/% [new file with mode: 0644]
qa/suites/krbd/rbd/.qa [new symlink]
qa/suites/krbd/rbd/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/rbd/clusters/.qa [new symlink]
qa/suites/krbd/rbd/clusters/fixed-3.yaml [new symlink]
qa/suites/krbd/rbd/conf.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/.qa [new symlink]
qa/suites/krbd/rbd/ms_mode/crc$/.qa [new symlink]
qa/suites/krbd/rbd/ms_mode/crc$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/crc$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/legacy$/.qa [new symlink]
qa/suites/krbd/rbd/ms_mode/legacy$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/legacy$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/msgr-failures/.qa [new symlink]
qa/suites/krbd/rbd/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/.qa [new symlink]
qa/suites/krbd/rbd/tasks/rbd_fio.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_kernel_untar_build.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_suites_dbench.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_suites_ffsb.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_suites_fsstress.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_suites_fsstress_ext4.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_suites_fsx.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_suites_iozone.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/tasks/rbd_workunit_trivial_sync.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/% [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/.qa [new symlink]
qa/suites/krbd/singleton-msgr-failures/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/singleton-msgr-failures/conf.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/ms_mode$/.qa [new symlink]
qa/suites/krbd/singleton-msgr-failures/ms_mode$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/ms_mode$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/ms_mode$/secure.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/msgr-failures/.qa [new symlink]
qa/suites/krbd/singleton-msgr-failures/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/krbd/singleton-msgr-failures/tasks/.qa [new symlink]
qa/suites/krbd/singleton-msgr-failures/tasks/rbd_xfstests.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/% [new file with mode: 0644]
qa/suites/krbd/singleton/.qa [new symlink]
qa/suites/krbd/singleton/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/singleton/conf.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/.qa [new symlink]
qa/suites/krbd/singleton/ms_mode$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/secure.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/tasks/.qa [new symlink]
qa/suites/krbd/singleton/tasks/krbd_watch_errors.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/tasks/krbd_watch_errors_exclusive.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/% [new file with mode: 0644]
qa/suites/krbd/thrash/.qa [new symlink]
qa/suites/krbd/thrash/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/thrash/ceph/.qa [new symlink]
qa/suites/krbd/thrash/ceph/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/clusters/.qa [new symlink]
qa/suites/krbd/thrash/clusters/fixed-3.yaml [new symlink]
qa/suites/krbd/thrash/conf.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/.qa [new symlink]
qa/suites/krbd/thrash/ms_mode$/crc-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/legacy-rxbounce.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/secure.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/thrashers/.qa [new symlink]
qa/suites/krbd/thrash/thrashers/backoff.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/thrashers/mon-thrasher.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/thrashers/pggrow.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/thrashers/upmap.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/thrashosds-health.yaml [new symlink]
qa/suites/krbd/thrash/workloads/.qa [new symlink]
qa/suites/krbd/thrash/workloads/krbd_diff_continuous.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/workloads/rbd_fio.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/workloads/rbd_workunit_suites_ffsb.yaml [new file with mode: 0644]
qa/suites/krbd/unmap/% [new file with mode: 0644]
qa/suites/krbd/unmap/.qa [new symlink]
qa/suites/krbd/unmap/ceph/.qa [new symlink]
qa/suites/krbd/unmap/ceph/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/unmap/clusters/.qa [new symlink]
qa/suites/krbd/unmap/clusters/fixed-1.yaml [new symlink]
qa/suites/krbd/unmap/conf.yaml [new file with mode: 0644]
qa/suites/krbd/unmap/kernels/.qa [new symlink]
qa/suites/krbd/unmap/kernels/single-major-off.yaml [new file with mode: 0644]
qa/suites/krbd/unmap/kernels/single-major-on.yaml [new file with mode: 0644]
qa/suites/krbd/unmap/tasks/.qa [new symlink]
qa/suites/krbd/unmap/tasks/unmap.yaml [new file with mode: 0644]
qa/suites/krbd/wac/.qa [new symlink]
qa/suites/krbd/wac/sysfs/% [new file with mode: 0644]
qa/suites/krbd/wac/sysfs/.qa [new symlink]
qa/suites/krbd/wac/sysfs/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/wac/sysfs/ceph/.qa [new symlink]
qa/suites/krbd/wac/sysfs/ceph/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/wac/sysfs/clusters/.qa [new symlink]
qa/suites/krbd/wac/sysfs/clusters/fixed-1.yaml [new symlink]
qa/suites/krbd/wac/sysfs/conf.yaml [new file with mode: 0644]
qa/suites/krbd/wac/sysfs/tasks/.qa [new symlink]
qa/suites/krbd/wac/sysfs/tasks/stable_writes.yaml [new file with mode: 0644]
qa/suites/krbd/wac/wac/% [new file with mode: 0644]
qa/suites/krbd/wac/wac/.qa [new symlink]
qa/suites/krbd/wac/wac/bluestore-bitmap.yaml [new symlink]
qa/suites/krbd/wac/wac/ceph/.qa [new symlink]
qa/suites/krbd/wac/wac/ceph/ceph.yaml [new file with mode: 0644]
qa/suites/krbd/wac/wac/clusters/.qa [new symlink]
qa/suites/krbd/wac/wac/clusters/fixed-3.yaml [new symlink]
qa/suites/krbd/wac/wac/conf.yaml [new file with mode: 0644]
qa/suites/krbd/wac/wac/tasks/.qa [new symlink]
qa/suites/krbd/wac/wac/tasks/wac.yaml [new file with mode: 0644]
qa/suites/krbd/wac/wac/verify/.qa [new symlink]
qa/suites/krbd/wac/wac/verify/many-resets.yaml [new file with mode: 0644]
qa/suites/krbd/wac/wac/verify/no-resets.yaml [new file with mode: 0644]
qa/suites/mixed-clients/.qa [new symlink]
qa/suites/mixed-clients/basic/.qa [new symlink]
qa/suites/mixed-clients/basic/clusters/.qa [new symlink]
qa/suites/mixed-clients/basic/clusters/fixed-3.yaml [new file with mode: 0644]
qa/suites/mixed-clients/basic/objectstore [new symlink]
qa/suites/mixed-clients/basic/tasks/.qa [new symlink]
qa/suites/mixed-clients/basic/tasks/kernel_cfuse_workunits_dbench_iozone.yaml [new file with mode: 0644]
qa/suites/mixed-clients/basic/tasks/kernel_cfuse_workunits_untarbuild_blogbench.yaml [new file with mode: 0644]
qa/suites/netsplit/% [new file with mode: 0644]
qa/suites/netsplit/.qa [new symlink]
qa/suites/netsplit/ceph.yaml [new file with mode: 0644]
qa/suites/netsplit/cluster.yaml [new file with mode: 0644]
qa/suites/netsplit/msgr.yaml [new symlink]
qa/suites/netsplit/rados.yaml [new symlink]
qa/suites/netsplit/supported-random-distro$ [new symlink]
qa/suites/netsplit/tests/.qa [new symlink]
qa/suites/netsplit/tests/2-dc-1-arbiter-stretch-cluster-netsplit.yaml [new file with mode: 0644]
qa/suites/nvmeof/.qa [new symlink]
qa/suites/nvmeof/basic/% [new file with mode: 0644]
qa/suites/nvmeof/basic/.qa [new symlink]
qa/suites/nvmeof/basic/base/.qa [new symlink]
qa/suites/nvmeof/basic/base/install.yaml [new file with mode: 0644]
qa/suites/nvmeof/basic/centos_latest.yaml [new symlink]
qa/suites/nvmeof/basic/clusters/.qa [new symlink]
qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml [new file with mode: 0644]
qa/suites/nvmeof/basic/conf [new symlink]
qa/suites/nvmeof/basic/workloads/.qa [new symlink]
qa/suites/nvmeof/basic/workloads/nvmeof_initiator.yaml [new file with mode: 0644]
qa/suites/nvmeof/basic/workloads/nvmeof_mtls.yaml [new file with mode: 0644]
qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml [new file with mode: 0644]
qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/% [new file with mode: 0644]
qa/suites/nvmeof/thrash/.qa [new symlink]
qa/suites/nvmeof/thrash/base/.qa [new symlink]
qa/suites/nvmeof/thrash/base/install.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/centos_latest.yaml [new symlink]
qa/suites/nvmeof/thrash/clusters/.qa [new symlink]
qa/suites/nvmeof/thrash/clusters/4-gateways-1-initiator.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/conf [new symlink]
qa/suites/nvmeof/thrash/gateway-initiator-setup/.qa [new symlink]
qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/gateway-initiator-setup/120-subsys-8-namespace.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/gateway-initiator-setup/16-subsys-4-namespace.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-namespace.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/thrashers/.qa [new symlink]
qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml [new file with mode: 0644]
qa/suites/nvmeof/thrash/workloads/.qa [new symlink]
qa/suites/nvmeof/thrash/workloads/fio.yaml [new file with mode: 0644]
qa/suites/nvmeof/upgrade/% [new file with mode: 0644]
qa/suites/nvmeof/upgrade/.qa [new symlink]
qa/suites/nvmeof/upgrade/0-clusters/.qa [new symlink]
qa/suites/nvmeof/upgrade/0-clusters/4-gateways-1-initiator.yaml [new file with mode: 0644]
qa/suites/nvmeof/upgrade/1-start-distro/.qa [new symlink]
qa/suites/nvmeof/upgrade/1-start-distro/1-start-centos_9.stream-squid.yaml [new file with mode: 0644]
qa/suites/nvmeof/upgrade/2-setup_subsystem.yaml [new file with mode: 0644]
qa/suites/nvmeof/upgrade/3-upgrade/.qa [new symlink]
qa/suites/nvmeof/upgrade/3-upgrade/simple.yaml [new file with mode: 0644]
qa/suites/nvmeof/upgrade/4-wait.yaml [new file with mode: 0644]
qa/suites/nvmeof/upgrade/5-workloads/.qa [new symlink]
qa/suites/nvmeof/upgrade/5-workloads/nvmeof-thrasher.yaml [new file with mode: 0644]
qa/suites/orch/.qa [new symlink]
qa/suites/orch/cephadm/.qa [new symlink]
qa/suites/orch/cephadm/mds_upgrade_sequence [new symlink]
qa/suites/orch/cephadm/mgr-nfs-upgrade/% [new file with mode: 0644]
qa/suites/orch/cephadm/mgr-nfs-upgrade/.qa [new symlink]
qa/suites/orch/cephadm/mgr-nfs-upgrade/0-centos_9.stream.yaml [new symlink]
qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/.qa [new symlink]
qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/18.2.0.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/mgr-nfs-upgrade/1-start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/mgr-nfs-upgrade/2-nfs.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/mgr-nfs-upgrade/3-upgrade-with-workload.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/mgr-nfs-upgrade/4-final.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/nfs [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/% [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/.qa [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/0-distro [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/mon_election [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/task/.qa [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/task/test_adoption.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/task/test_cephadm_timeout.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/task/test_orch_cli.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/task/test_orch_cli_mon.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/orchestrator_cli/% [new file with mode: 0644]
qa/suites/orch/cephadm/orchestrator_cli/.qa [new symlink]
qa/suites/orch/cephadm/orchestrator_cli/0-random-distro$ [new symlink]
qa/suites/orch/cephadm/orchestrator_cli/2-node-mgr.yaml [new symlink]
qa/suites/orch/cephadm/orchestrator_cli/agent [new symlink]
qa/suites/orch/cephadm/orchestrator_cli/orchestrator_cli.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/osds/% [new file with mode: 0644]
qa/suites/orch/cephadm/osds/.qa [new symlink]
qa/suites/orch/cephadm/osds/0-distro [new symlink]
qa/suites/orch/cephadm/osds/0-nvme-loop.yaml [new symlink]
qa/suites/orch/cephadm/osds/1-start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/osds/2-ops/.qa [new symlink]
qa/suites/orch/cephadm/osds/2-ops/deploy-raw.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/osds/2-ops/repave-all.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/osds/2-ops/rm-zap-add.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/osds/2-ops/rm-zap-flag.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/osds/2-ops/rm-zap-wait.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/osds/2-ops/rmdir-reactivate.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/rbd_iscsi [new symlink]
qa/suites/orch/cephadm/smb/% [new file with mode: 0644]
qa/suites/orch/cephadm/smb/.qa [new symlink]
qa/suites/orch/cephadm/smb/0-distro [new symlink]
qa/suites/orch/cephadm/smb/tasks/.qa [new symlink]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_basic.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_ctdb_node_gone_state.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_domain.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_clustering_ips.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_basic.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_dom.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_ips.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_ports2c.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_ports.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_proxy_disabled.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smb/tasks/deploy_smb_proxy_enabled.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/% [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/.qa [new symlink]
qa/suites/orch/cephadm/smoke-roleless/0-distro [new symlink]
qa/suites/orch/cephadm/smoke-roleless/0-nvme-loop.yaml [new symlink]
qa/suites/orch/cephadm/smoke-roleless/1-start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/.qa [new symlink]
qa/suites/orch/cephadm/smoke-roleless/2-services/basic.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/client-keyring.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/iscsi.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/jaeger.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/mirror.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs2.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/nvmeof.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/rgw-ingress.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/2-services/rgw.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-roleless/3-final.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-singlehost/% [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-singlehost/.qa [new symlink]
qa/suites/orch/cephadm/smoke-singlehost/0-random-distro$ [new symlink]
qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-singlehost/2-services/.qa [new symlink]
qa/suites/orch/cephadm/smoke-singlehost/2-services/basic.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-singlehost/2-services/rgw.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-singlehost/3-final.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-small/% [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-small/.qa [new symlink]
qa/suites/orch/cephadm/smoke-small/0-distro/.qa [new symlink]
qa/suites/orch/cephadm/smoke-small/0-distro/centos_9.stream_runc.yaml [new symlink]
qa/suites/orch/cephadm/smoke-small/0-nvme-loop.yaml [new symlink]
qa/suites/orch/cephadm/smoke-small/agent/.qa [new symlink]
qa/suites/orch/cephadm/smoke-small/agent/off.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-small/agent/on.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-small/fixed-2.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke-small/mon_election [new symlink]
qa/suites/orch/cephadm/smoke-small/start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/% [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/.qa [new symlink]
qa/suites/orch/cephadm/smoke/0-distro [new symlink]
qa/suites/orch/cephadm/smoke/0-nvme-loop.yaml [new symlink]
qa/suites/orch/cephadm/smoke/agent/.qa [new symlink]
qa/suites/orch/cephadm/smoke/agent/off.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/agent/on.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/fixed-2.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/mon_election [new symlink]
qa/suites/orch/cephadm/smoke/start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/thrash/% [new file with mode: 0644]
qa/suites/orch/cephadm/thrash/.qa [new symlink]
qa/suites/orch/cephadm/thrash/0-distro [new symlink]
qa/suites/orch/cephadm/thrash/1-start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/thrash/2-thrash.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/thrash/3-tasks/.qa [new symlink]
qa/suites/orch/cephadm/thrash/3-tasks/rados_api_tests.yaml [new symlink]
qa/suites/orch/cephadm/thrash/3-tasks/radosbench.yaml [new symlink]
qa/suites/orch/cephadm/thrash/3-tasks/small-objects.yaml [new symlink]
qa/suites/orch/cephadm/thrash/3-tasks/snaps-few-objects.yaml [new symlink]
qa/suites/orch/cephadm/thrash/fixed-2.yaml [new symlink]
qa/suites/orch/cephadm/thrash/msgr [new symlink]
qa/suites/orch/cephadm/thrash/root.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/% [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/.qa [new symlink]
qa/suites/orch/cephadm/upgrade/1-start-distro/.qa [new symlink]
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-squid.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-squid.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/2-repo_digest/.qa [new symlink]
qa/suites/orch/cephadm/upgrade/2-repo_digest/defaut.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/2-repo_digest/repo_digest.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/3-upgrade/.qa [new symlink]
qa/suites/orch/cephadm/upgrade/3-upgrade/simple.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/3-upgrade/staggered.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/4-wait.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/5-upgrade-ls.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/agent [new symlink]
qa/suites/orch/cephadm/upgrade/mon_election [new symlink]
qa/suites/orch/cephadm/with-work/% [new file with mode: 0644]
qa/suites/orch/cephadm/with-work/.qa [new symlink]
qa/suites/orch/cephadm/with-work/0-distro [new symlink]
qa/suites/orch/cephadm/with-work/fixed-2.yaml [new symlink]
qa/suites/orch/cephadm/with-work/mode/.qa [new symlink]
qa/suites/orch/cephadm/with-work/mode/packaged.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/with-work/mode/root.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/with-work/mon_election [new symlink]
qa/suites/orch/cephadm/with-work/msgr [new symlink]
qa/suites/orch/cephadm/with-work/start.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/with-work/tasks/.qa [new symlink]
qa/suites/orch/cephadm/with-work/tasks/rados_api_tests.yaml [new symlink]
qa/suites/orch/cephadm/with-work/tasks/rados_python.yaml [new symlink]
qa/suites/orch/cephadm/with-work/tasks/rotate-keys.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/% [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/.qa [new symlink]
qa/suites/orch/cephadm/workunits/0-distro [new symlink]
qa/suites/orch/cephadm/workunits/agent [new symlink]
qa/suites/orch/cephadm/workunits/mon_election [new symlink]
qa/suites/orch/cephadm/workunits/task/.qa [new symlink]
qa/suites/orch/cephadm/workunits/task/test_ca_signed_key.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_cephadm.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_cephadm_repos.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_extra_daemon_features.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_iscsi_container/+ [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_iscsi_container/.qa [new symlink]
qa/suites/orch/cephadm/workunits/task/test_iscsi_container/centos_9.stream.yaml [new symlink]
qa/suites/orch/cephadm/workunits/task/test_iscsi_container/test_iscsi_container.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_mgmt_gateway.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_set_mon_crush_locations.yaml [new file with mode: 0644]
qa/suites/orch/rook/.qa [new symlink]
qa/suites/orch/rook/smoke/% [new file with mode: 0644]
qa/suites/orch/rook/smoke/.qa [new symlink]
qa/suites/orch/rook/smoke/0-distro/.qa [new symlink]
qa/suites/orch/rook/smoke/0-distro/ubuntu_22.04.yaml [new symlink]
qa/suites/orch/rook/smoke/0-kubeadm.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/0-nvme-loop.yaml [new symlink]
qa/suites/orch/rook/smoke/1-rook.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/2-workload/.qa [new symlink]
qa/suites/orch/rook/smoke/2-workload/none.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/2-workload/radosbench.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/cluster/.qa [new symlink]
qa/suites/orch/rook/smoke/cluster/1-node.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/cluster/3-node.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/k8s/.qa [new symlink]
qa/suites/orch/rook/smoke/k8s/1.21.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/net/.qa [new symlink]
qa/suites/orch/rook/smoke/net/calico.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/net/flannel.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/net/host.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/rook/.qa [new symlink]
qa/suites/orch/rook/smoke/rook/1.7.2.yaml [new file with mode: 0644]
qa/suites/orch/rook/smoke/rook/master.yaml [new file with mode: 0644]
qa/suites/perf-basic/% [new file with mode: 0644]
qa/suites/perf-basic/.qa [new symlink]
qa/suites/perf-basic/ceph.yaml [new file with mode: 0644]
qa/suites/perf-basic/objectstore/.qa [new symlink]
qa/suites/perf-basic/objectstore/bluestore.yaml [new file with mode: 0644]
qa/suites/perf-basic/settings/.qa [new symlink]
qa/suites/perf-basic/settings/optimized.yaml [new file with mode: 0644]
qa/suites/perf-basic/ubuntu_latest.yaml [new symlink]
qa/suites/perf-basic/workloads/.qa [new symlink]
qa/suites/perf-basic/workloads/client_endpoint_rbd_4K_rand_write.yaml [new file with mode: 0644]
qa/suites/perf-basic/workloads/fio_4K_rand_write.yaml [new file with mode: 0644]
qa/suites/perf-basic/workloads/radosbench_4K_write.yaml [new file with mode: 0644]
qa/suites/powercycle/.qa [new symlink]
qa/suites/powercycle/osd/% [new file with mode: 0644]
qa/suites/powercycle/osd/.qa [new symlink]
qa/suites/powercycle/osd/clusters/.qa [new symlink]
qa/suites/powercycle/osd/clusters/3osd-1per-target.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/ignorelist_health.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/objectstore [new symlink]
qa/suites/powercycle/osd/powercycle/.qa [new symlink]
qa/suites/powercycle/osd/powercycle/default.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/supported-distros [new symlink]
qa/suites/powercycle/osd/tasks/.qa [new symlink]
qa/suites/powercycle/osd/tasks/admin_socket_objecter_requests.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_kernel_untar_build.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_misc.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_ffsb.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_fsstress.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_fsx.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_fsync.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_pjd.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/cfuse_workunit_suites_truncate_delay.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/rados_api_tests.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/radosbench.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/readwrite.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/tasks/snaps-many-objects.yaml [new file with mode: 0644]
qa/suites/powercycle/osd/thrashosds-health.yaml [new symlink]
qa/suites/rados/.qa [new symlink]
qa/suites/rados/basic/% [new file with mode: 0644]
qa/suites/rados/basic/.qa [new symlink]
qa/suites/rados/basic/ceph.yaml [new file with mode: 0644]
qa/suites/rados/basic/clusters/+ [new file with mode: 0644]
qa/suites/rados/basic/clusters/.qa [new symlink]
qa/suites/rados/basic/clusters/fixed-2.yaml [new symlink]
qa/suites/rados/basic/mon_election [new symlink]
qa/suites/rados/basic/msgr [new symlink]
qa/suites/rados/basic/msgr-failures/.qa [new symlink]
qa/suites/rados/basic/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/basic/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/rados/basic/objectstore [new symlink]
qa/suites/rados/basic/rados.yaml [new symlink]
qa/suites/rados/basic/supported-random-distro$ [new symlink]
qa/suites/rados/basic/tasks/.qa [new symlink]
qa/suites/rados/basic/tasks/libcephsqlite.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_api_tests.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_cls_all.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_python.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_stress_watch.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_striper.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_workunit_loadgen_big.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_workunit_loadgen_mix.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/rados_workunit_loadgen_mostlyread.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/readwrite.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/repair_test.yaml [new file with mode: 0644]
qa/suites/rados/basic/tasks/scrub_test.yaml [new file with mode: 0644]
qa/suites/rados/cephadm/.qa [new symlink]
qa/suites/rados/cephadm/osds [new symlink]
qa/suites/rados/cephadm/smoke [new symlink]
qa/suites/rados/cephadm/smoke-singlehost [new symlink]
qa/suites/rados/cephadm/workunits [new symlink]
qa/suites/rados/dashboard/% [new file with mode: 0644]
qa/suites/rados/dashboard/.qa [new symlink]
qa/suites/rados/dashboard/0-single-container-host.yaml [new symlink]
qa/suites/rados/dashboard/debug/.qa [new symlink]
qa/suites/rados/dashboard/debug/mgr.yaml [new symlink]
qa/suites/rados/dashboard/mon_election [new symlink]
qa/suites/rados/dashboard/random-objectstore$ [new symlink]
qa/suites/rados/dashboard/tasks/.qa [new symlink]
qa/suites/rados/dashboard/tasks/dashboard.yaml [new file with mode: 0644]
qa/suites/rados/dashboard/tasks/e2e.yaml [new file with mode: 0644]
qa/suites/rados/encoder/% [new file with mode: 0644]
qa/suites/rados/encoder/.qa [new symlink]
qa/suites/rados/encoder/0-start.yaml [new file with mode: 0644]
qa/suites/rados/encoder/1-tasks.yaml [new file with mode: 0644]
qa/suites/rados/encoder/supported-random-distro$ [new symlink]
qa/suites/rados/mgr/% [new file with mode: 0644]
qa/suites/rados/mgr/.qa [new symlink]
qa/suites/rados/mgr/clusters/+ [new file with mode: 0644]
qa/suites/rados/mgr/clusters/.qa [new symlink]
qa/suites/rados/mgr/clusters/2-node-mgr.yaml [new symlink]
qa/suites/rados/mgr/debug/.qa [new symlink]
qa/suites/rados/mgr/debug/mgr.yaml [new symlink]
qa/suites/rados/mgr/distro [new symlink]
qa/suites/rados/mgr/mgr_ttl_cache/.qa [new symlink]
qa/suites/rados/mgr/mgr_ttl_cache/disable.yaml [new symlink]
qa/suites/rados/mgr/mgr_ttl_cache/enable.yaml [new symlink]
qa/suites/rados/mgr/mon_election [new symlink]
qa/suites/rados/mgr/random-objectstore$ [new symlink]
qa/suites/rados/mgr/tasks/% [new file with mode: 0644]
qa/suites/rados/mgr/tasks/.qa [new symlink]
qa/suites/rados/mgr/tasks/1-install.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/2-ceph.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/3-mgrmodules.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/.qa [new symlink]
qa/suites/rados/mgr/tasks/4-units/cli.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/crash.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/devicehealth.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/failover.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/insights.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/module_selftest.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/per_module_finisher_stats.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/progress.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/prometheus.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/workunits.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/% [new file with mode: 0644]
qa/suites/rados/monthrash/.qa [new symlink]
qa/suites/rados/monthrash/ceph.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/clusters/.qa [new symlink]
qa/suites/rados/monthrash/clusters/3-mons.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/clusters/9-mons.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/mon_election [new symlink]
qa/suites/rados/monthrash/msgr [new symlink]
qa/suites/rados/monthrash/msgr-failures/.qa [new symlink]
qa/suites/rados/monthrash/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/msgr-failures/mon-delay.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/objectstore [new symlink]
qa/suites/rados/monthrash/rados.yaml [new symlink]
qa/suites/rados/monthrash/supported-random-distro$ [new symlink]
qa/suites/rados/monthrash/thrashers/.qa [new symlink]
qa/suites/rados/monthrash/thrashers/force-sync-many.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/thrashers/many.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/thrashers/one.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/thrashers/sync-many.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/thrashers/sync.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/workloads/.qa [new symlink]
qa/suites/rados/monthrash/workloads/pool-create-delete.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/workloads/rados_5925.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/workloads/rados_api_tests.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/workloads/rados_mon_osdmap_prune.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/workloads/rados_mon_workunits.yaml [new file with mode: 0644]
qa/suites/rados/monthrash/workloads/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/rados/multimon/% [new file with mode: 0644]
qa/suites/rados/multimon/.qa [new symlink]
qa/suites/rados/multimon/clusters/.qa [new symlink]
qa/suites/rados/multimon/clusters/21.yaml [new file with mode: 0644]
qa/suites/rados/multimon/clusters/3.yaml [new file with mode: 0644]
qa/suites/rados/multimon/clusters/6.yaml [new file with mode: 0644]
qa/suites/rados/multimon/clusters/9.yaml [new file with mode: 0644]
qa/suites/rados/multimon/mon_election [new symlink]
qa/suites/rados/multimon/msgr [new symlink]
qa/suites/rados/multimon/msgr-failures/.qa [new symlink]
qa/suites/rados/multimon/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/multimon/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/rados/multimon/no_pools.yaml [new file with mode: 0644]
qa/suites/rados/multimon/objectstore [new symlink]
qa/suites/rados/multimon/rados.yaml [new symlink]
qa/suites/rados/multimon/supported-random-distro$ [new symlink]
qa/suites/rados/multimon/tasks/.qa [new symlink]
qa/suites/rados/multimon/tasks/mon_clock_no_skews.yaml [new file with mode: 0644]
qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml [new file with mode: 0644]
qa/suites/rados/multimon/tasks/mon_recovery.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/% [new file with mode: 0644]
qa/suites/rados/objectstore/.qa [new symlink]
qa/suites/rados/objectstore/backends/.qa [new symlink]
qa/suites/rados/objectstore/backends/ceph_objectstore_tool.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/ceph_test_bluefs.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/fusestore.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/keyvaluedb.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/objectcacher-stress.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/objectstore-bluestore-a-2.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/objectstore-bluestore-a.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/objectstore-bluestore-b-2.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/objectstore-bluestore-b.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/backends/objectstore-memstore.yaml [new file with mode: 0644]
qa/suites/rados/objectstore/supported-random-distro$ [new symlink]
qa/suites/rados/perf/% [new file with mode: 0644]
qa/suites/rados/perf/.qa [new symlink]
qa/suites/rados/perf/ceph.yaml [new file with mode: 0644]
qa/suites/rados/perf/mon_election [new symlink]
qa/suites/rados/perf/objectstore/.qa [new symlink]
qa/suites/rados/perf/objectstore/bluestore-basic-min-osd-mem-target.yaml [new file with mode: 0644]
qa/suites/rados/perf/objectstore/bluestore-bitmap.yaml [new file with mode: 0644]
qa/suites/rados/perf/objectstore/bluestore-comp.yaml [new file with mode: 0644]
qa/suites/rados/perf/objectstore/bluestore-low-osd-mem-target.yaml [new file with mode: 0644]
qa/suites/rados/perf/objectstore/bluestore-stupid.yaml [new file with mode: 0644]
qa/suites/rados/perf/scheduler/.qa [new symlink]
qa/suites/rados/perf/scheduler/dmclock_1Shard_16Threads.yaml [new file with mode: 0644]
qa/suites/rados/perf/scheduler/dmclock_default_shards.yaml [new file with mode: 0644]
qa/suites/rados/perf/scheduler/wpq_default_shards.yaml [new file with mode: 0644]
qa/suites/rados/perf/settings/.qa [new symlink]
qa/suites/rados/perf/settings/optimized.yaml [new file with mode: 0644]
qa/suites/rados/perf/ubuntu_latest.yaml [new symlink]
qa/suites/rados/perf/workloads/.qa [new symlink]
qa/suites/rados/perf/workloads/fio_4K_rand_read.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/fio_4K_rand_rw.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/fio_4M_rand_read.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/fio_4M_rand_rw.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/fio_4M_rand_write.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/radosbench_4K_rand_read.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/radosbench_4K_seq_read.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/radosbench_4M_rand_read.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/radosbench_4M_seq_read.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/radosbench_4M_write.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/radosbench_omap_write.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/sample_fio.yaml [new file with mode: 0644]
qa/suites/rados/perf/workloads/sample_radosbench.yaml [new file with mode: 0644]
qa/suites/rados/singleton-bluestore/% [new file with mode: 0644]
qa/suites/rados/singleton-bluestore/.qa [new symlink]
qa/suites/rados/singleton-bluestore/all/.qa [new symlink]
qa/suites/rados/singleton-bluestore/all/cephtool.yaml [new file with mode: 0644]
qa/suites/rados/singleton-bluestore/mon_election [new symlink]
qa/suites/rados/singleton-bluestore/msgr [new symlink]
qa/suites/rados/singleton-bluestore/msgr-failures [new symlink]
qa/suites/rados/singleton-bluestore/objectstore/.qa [new symlink]
qa/suites/rados/singleton-bluestore/objectstore/bluestore [new symlink]
qa/suites/rados/singleton-bluestore/rados.yaml [new symlink]
qa/suites/rados/singleton-bluestore/supported-random-distro$ [new symlink]
qa/suites/rados/singleton-nomsgr/% [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/.qa [new symlink]
qa/suites/rados/singleton-nomsgr/all/.qa [new symlink]
qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/balancer.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/ceph-kvstore-tool.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/ceph-snapmapper.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/crushdiff.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/health-warnings.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/large-omap-object-warnings.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/lazy_omap_stats_output.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/librados_hello_world.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/msgr.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/multi-backfill-reject.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/osd_stale_reads.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/pool-access.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/recovery-unfound-found.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/all/version-number-sanity.yaml [new file with mode: 0644]
qa/suites/rados/singleton-nomsgr/mon_election [new symlink]
qa/suites/rados/singleton-nomsgr/rados.yaml [new symlink]
qa/suites/rados/singleton-nomsgr/supported-random-distro$ [new symlink]
qa/suites/rados/singleton/% [new file with mode: 0644]
qa/suites/rados/singleton/.qa [new symlink]
qa/suites/rados/singleton/all/.qa [new symlink]
qa/suites/rados/singleton/all/3-az-stretch-cluster-netsplit.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/admin-socket.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/backfill-toofull.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/deduptool.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/divergent_priors.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/divergent_priors2.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/dump-stuck.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/ec-inconsistent-hinfo.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/ec-lost-unfound.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/erasure-code-nonregression.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/lost-unfound-delete.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/lost-unfound.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/max-pg-per-osd.from-primary.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/max-pg-per-osd.from-replica.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/mon-auth-caps.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/mon-config-key-caps.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/mon-config-keys.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/mon-config.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/mon-connection-score.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/mon-memory-target-compliance.yaml.disabled [new file with mode: 0644]
qa/suites/rados/singleton/all/mon-stretch-pool.yaml [new file with mode: 0755]
qa/suites/rados/singleton/all/osd-backfill.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/osd-recovery-incomplete.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/osd-recovery.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/peer.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/pg-autoscaler-progress-off.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/pg-autoscaler.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/pg-removal-interruption.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/radostool.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/random-eio.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/rebuild-mondb.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/recovery-preemption.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/resolve_stuck_peering.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/stretch-mode-5-mons-8-osds.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/test-crash.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/test-noautoscale-flag.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/thrash-backfill-full.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/thrash-eio.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/thrash-rados/+ [new file with mode: 0644]
qa/suites/rados/singleton/all/thrash-rados/.qa [new symlink]
qa/suites/rados/singleton/all/thrash-rados/thrash-rados.yaml [new file with mode: 0644]
qa/suites/rados/singleton/all/thrash-rados/thrashosds-health.yaml [new symlink]
qa/suites/rados/singleton/all/watch-notify-same-primary.yaml [new file with mode: 0644]
qa/suites/rados/singleton/mon_election [new symlink]
qa/suites/rados/singleton/msgr [new symlink]
qa/suites/rados/singleton/msgr-failures/.qa [new symlink]
qa/suites/rados/singleton/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/singleton/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/rados/singleton/msgr-failures/none.yaml [new file with mode: 0644]
qa/suites/rados/singleton/objectstore [new symlink]
qa/suites/rados/singleton/rados.yaml [new symlink]
qa/suites/rados/singleton/supported-random-distro$ [new symlink]
qa/suites/rados/standalone/% [new file with mode: 0644]
qa/suites/rados/standalone/.qa [new symlink]
qa/suites/rados/standalone/supported-random-distro$ [new symlink]
qa/suites/rados/standalone/workloads/.qa [new symlink]
qa/suites/rados/standalone/workloads/c2c.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/crush.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/erasure-code.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/mgr.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/misc.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/mon-stretch.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/mon.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/osd-backfill.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/osd.yaml [new file with mode: 0644]
qa/suites/rados/standalone/workloads/scrub.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/% [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-big/ceph.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-big/cluster/+ [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/cluster/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-big/cluster/12-osds.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/mon_election [new symlink]
qa/suites/rados/thrash-erasure-code-big/msgr-failures [new symlink]
qa/suites/rados/thrash-erasure-code-big/objectstore [new symlink]
qa/suites/rados/thrash-erasure-code-big/rados.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-big/recovery-overrides [new symlink]
qa/suites/rados/thrash-erasure-code-big/supported-random-distro$ [new symlink]
qa/suites/rados/thrash-erasure-code-big/thrashers/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-big/thrashers/careful.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/thrashers/mapgap.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/thrashers/morepggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/thrashers/pggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-big/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-big/workloads/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=clay-k=4-m=2.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=jerasure-k=4-m=2.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/% [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/arch/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/arch/x86_64.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/ceph.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/clusters [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/mon_election [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/msgr-failures [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/objectstore [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/rados.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/recovery-overrides [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/supported-random-distro$ [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/thrashers [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/workloads/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/workloads/ec-rados-plugin=jerasure-k=2-m=2-crush.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-crush-4-nodes/workloads/ec-rados-plugin=jerasure-k=8-m=6-crush.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-isa/% [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-isa/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-isa/arch/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-isa/arch/x86_64.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-isa/ceph.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-isa/clusters [new symlink]
qa/suites/rados/thrash-erasure-code-isa/mon_election [new symlink]
qa/suites/rados/thrash-erasure-code-isa/msgr-failures [new symlink]
qa/suites/rados/thrash-erasure-code-isa/objectstore [new symlink]
qa/suites/rados/thrash-erasure-code-isa/rados.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-isa/recovery-overrides [new symlink]
qa/suites/rados/thrash-erasure-code-isa/supported-random-distro$ [new symlink]
qa/suites/rados/thrash-erasure-code-isa/thrashers [new symlink]
qa/suites/rados/thrash-erasure-code-isa/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-isa/workloads/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=10-m=4.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=4-m=2.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=6-m=3.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/% [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-overwrites/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/bluestore-bitmap.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/ceph.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/clusters [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/fast [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/mon_election [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/msgr-failures [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/rados.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/recovery-overrides [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/supported-random-distro$ [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/thrashers [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/workloads/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-overwrites/workloads/ec-pool-snaps-few-objects-overwrites.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-overwrites/workloads/ec-small-objects-fast-read-overwrites.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-overwrites/workloads/ec-small-objects-overwrites.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-overwrites/workloads/ec-snaps-few-objects-overwrites.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-shec/% [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-shec/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-shec/ceph.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-shec/clusters/+ [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-shec/clusters/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-shec/clusters/fixed-4.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-shec/mon_election [new symlink]
qa/suites/rados/thrash-erasure-code-shec/msgr-failures [new symlink]
qa/suites/rados/thrash-erasure-code-shec/objectstore [new symlink]
qa/suites/rados/thrash-erasure-code-shec/rados.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-shec/recovery-overrides [new symlink]
qa/suites/rados/thrash-erasure-code-shec/supported-random-distro$ [new symlink]
qa/suites/rados/thrash-erasure-code-shec/thrashers/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-shec/thrashers/careful.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code-shec/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash-erasure-code-shec/workloads/.qa [new symlink]
qa/suites/rados/thrash-erasure-code-shec/workloads/ec-rados-plugin=shec-k=4-m=3-c=2.yaml [new symlink]
qa/suites/rados/thrash-erasure-code/% [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/.qa [new symlink]
qa/suites/rados/thrash-erasure-code/ceph.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/clusters [new symlink]
qa/suites/rados/thrash-erasure-code/fast/.qa [new symlink]
qa/suites/rados/thrash-erasure-code/fast/fast.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/fast/normal.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/mon_election [new symlink]
qa/suites/rados/thrash-erasure-code/msgr-failures [new symlink]
qa/suites/rados/thrash-erasure-code/objectstore [new symlink]
qa/suites/rados/thrash-erasure-code/rados.yaml [new symlink]
qa/suites/rados/thrash-erasure-code/recovery-overrides [new symlink]
qa/suites/rados/thrash-erasure-code/supported-random-distro$ [new symlink]
qa/suites/rados/thrash-erasure-code/thrashers/.qa [new symlink]
qa/suites/rados/thrash-erasure-code/thrashers/careful.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/thrashers/default.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/thrashers/minsize_recovery.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/thrashers/morepggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/thrashers/pggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash-erasure-code/workloads/.qa [new symlink]
qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=clay-k=4-m=2.yaml [new symlink]
qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml [new symlink]
qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml [new symlink]
qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=8-m=6-crush.yaml [new symlink]
qa/suites/rados/thrash-erasure-code/workloads/ec-radosbench.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-fast-read.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-many-deletes.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/% [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/.qa [new symlink]
qa/suites/rados/thrash-old-clients/0-distro$/.qa [new symlink]
qa/suites/rados/thrash-old-clients/0-distro$/centos_9.stream.yaml [new symlink]
qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/.qa [new symlink]
qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/2-size-2-min-size.yaml [new symlink]
qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/3-size-2-min-size.yaml [new symlink]
qa/suites/rados/thrash-old-clients/1-install/.qa [new symlink]
qa/suites/rados/thrash-old-clients/1-install/reef.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/1-install/squid.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/1-install/tentacle.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/backoff/.qa [new symlink]
qa/suites/rados/thrash-old-clients/backoff/normal.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/backoff/peering.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/backoff/peering_and_degraded.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/ceph.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/clusters/+ [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/clusters/.qa [new symlink]
qa/suites/rados/thrash-old-clients/clusters/three-plus-one.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/d-balancer/.qa [new symlink]
qa/suites/rados/thrash-old-clients/d-balancer/crush-compat.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/d-balancer/on.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/mon_election [new symlink]
qa/suites/rados/thrash-old-clients/msgr-failures/.qa [new symlink]
qa/suites/rados/thrash-old-clients/msgr-failures/fastclose.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/msgr-failures/osd-delay.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/rados.yaml [new symlink]
qa/suites/rados/thrash-old-clients/thrashers/.qa [new symlink]
qa/suites/rados/thrash-old-clients/thrashers/careful.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/thrashers/default.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/thrashers/mapgap.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/thrashers/morepggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/thrashers/none.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/thrashers/pggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash-old-clients/workloads/.qa [new symlink]
qa/suites/rados/thrash-old-clients/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/workloads/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/workloads/test_rbd_api.yaml [new file with mode: 0644]
qa/suites/rados/thrash/% [new file with mode: 0644]
qa/suites/rados/thrash/.qa [new symlink]
qa/suites/rados/thrash/0-size-min-size-overrides/.qa [new symlink]
qa/suites/rados/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml [new symlink]
qa/suites/rados/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml [new symlink]
qa/suites/rados/thrash/1-pg-log-overrides/.qa [new symlink]
qa/suites/rados/thrash/1-pg-log-overrides/normal_pg_log.yaml [new file with mode: 0644]
qa/suites/rados/thrash/1-pg-log-overrides/short_pg_log.yaml [new symlink]
qa/suites/rados/thrash/2-recovery-overrides/$ [new file with mode: 0644]
qa/suites/rados/thrash/2-recovery-overrides/.qa [new symlink]
qa/suites/rados/thrash/2-recovery-overrides/default.yaml [new file with mode: 0644]
qa/suites/rados/thrash/2-recovery-overrides/more-active-recovery.yaml [new symlink]
qa/suites/rados/thrash/2-recovery-overrides/more-async-partial-recovery.yaml [new file with mode: 0644]
qa/suites/rados/thrash/2-recovery-overrides/more-async-recovery.yaml [new file with mode: 0644]
qa/suites/rados/thrash/2-recovery-overrides/more-partial-recovery.yaml [new file with mode: 0644]
qa/suites/rados/thrash/3-scrub-overrides/$ [new file with mode: 0644]
qa/suites/rados/thrash/3-scrub-overrides/.qa [new symlink]
qa/suites/rados/thrash/3-scrub-overrides/max-simultaneous-scrubs-1.yaml [new file with mode: 0644]
qa/suites/rados/thrash/3-scrub-overrides/max-simultaneous-scrubs-3.yaml [new file with mode: 0644]
qa/suites/rados/thrash/3-scrub-overrides/max-simultaneous-scrubs-5.yaml [new file with mode: 0644]
qa/suites/rados/thrash/backoff/.qa [new symlink]
qa/suites/rados/thrash/backoff/normal.yaml [new file with mode: 0644]
qa/suites/rados/thrash/backoff/peering.yaml [new file with mode: 0644]
qa/suites/rados/thrash/backoff/peering_and_degraded.yaml [new file with mode: 0644]
qa/suites/rados/thrash/ceph.yaml [new file with mode: 0644]
qa/suites/rados/thrash/clusters/+ [new file with mode: 0644]
qa/suites/rados/thrash/clusters/.qa [new symlink]
qa/suites/rados/thrash/clusters/fixed-4.yaml [new symlink]
qa/suites/rados/thrash/crc-failures/.qa [new symlink]
qa/suites/rados/thrash/crc-failures/bad_map_crc_failure.yaml [new file with mode: 0644]
qa/suites/rados/thrash/crc-failures/default.yaml [new file with mode: 0644]
qa/suites/rados/thrash/d-balancer/.qa [new symlink]
qa/suites/rados/thrash/d-balancer/crush-compat.yaml [new file with mode: 0644]
qa/suites/rados/thrash/d-balancer/on.yaml [new file with mode: 0644]
qa/suites/rados/thrash/d-balancer/read.yaml [new file with mode: 0644]
qa/suites/rados/thrash/d-balancer/upmap-read.yaml [new file with mode: 0644]
qa/suites/rados/thrash/mon_election [new symlink]
qa/suites/rados/thrash/msgr [new symlink]
qa/suites/rados/thrash/msgr-failures/.qa [new symlink]
qa/suites/rados/thrash/msgr-failures/fastclose.yaml [new file with mode: 0644]
qa/suites/rados/thrash/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/thrash/msgr-failures/osd-delay.yaml [new file with mode: 0644]
qa/suites/rados/thrash/msgr-failures/osd-dispatch-delay.yaml [new file with mode: 0644]
qa/suites/rados/thrash/objectstore [new symlink]
qa/suites/rados/thrash/rados.yaml [new symlink]
qa/suites/rados/thrash/supported-random-distro$ [new symlink]
qa/suites/rados/thrash/thrashers/.qa [new symlink]
qa/suites/rados/thrash/thrashers/careful.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/careful_host.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/default.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/default_host.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/mapgap.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/mapgap_host.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/morepggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/none.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/pggrow.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashers/pggrow_host.yaml [new file with mode: 0644]
qa/suites/rados/thrash/thrashosds-health.yaml [new symlink]
qa/suites/rados/thrash/workloads/.qa [new symlink]
qa/suites/rados/thrash/workloads/admin_socket_objecter_requests.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/dedup-io-mixed.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/dedup-io-snaps.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/pool-snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/rados_api_tests.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/radosbench-high-concurrency.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/redirect.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/redirect_promote_tests.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/redirect_set_object.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/set-chunks-read.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/small-objects-balanced.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/small-objects-localized.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/small-objects.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/snaps-few-objects-balanced.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/snaps-few-objects-localized.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/write_fadvise_dontneed.yaml [new file with mode: 0644]
qa/suites/rados/upgrade/.qa [new symlink]
qa/suites/rados/upgrade/parallel [new symlink]
qa/suites/rados/valgrind-leaks/% [new file with mode: 0644]
qa/suites/rados/valgrind-leaks/.qa [new symlink]
qa/suites/rados/valgrind-leaks/1-start.yaml [new file with mode: 0644]
qa/suites/rados/valgrind-leaks/2-inject-leak/.qa [new symlink]
qa/suites/rados/valgrind-leaks/2-inject-leak/mon.yaml [new file with mode: 0644]
qa/suites/rados/valgrind-leaks/2-inject-leak/none.yaml [new file with mode: 0644]
qa/suites/rados/valgrind-leaks/2-inject-leak/osd.yaml [new file with mode: 0644]
qa/suites/rados/valgrind-leaks/centos_latest.yaml [new symlink]
qa/suites/rados/verify/% [new file with mode: 0644]
qa/suites/rados/verify/.qa [new symlink]
qa/suites/rados/verify/centos_latest.yaml [new symlink]
qa/suites/rados/verify/ceph.yaml [new file with mode: 0644]
qa/suites/rados/verify/clusters/.qa [new symlink]
qa/suites/rados/verify/clusters/fixed-2.yaml [new symlink]
qa/suites/rados/verify/clusters/fixed-4.yaml [new symlink]
qa/suites/rados/verify/d-thrash/.qa [new symlink]
qa/suites/rados/verify/d-thrash/default/+ [new file with mode: 0644]
qa/suites/rados/verify/d-thrash/default/.qa [new symlink]
qa/suites/rados/verify/d-thrash/default/default.yaml [new file with mode: 0644]
qa/suites/rados/verify/d-thrash/default/thrashosds-health.yaml [new symlink]
qa/suites/rados/verify/d-thrash/none.yaml [new file with mode: 0644]
qa/suites/rados/verify/mon_election [new symlink]
qa/suites/rados/verify/msgr [new symlink]
qa/suites/rados/verify/msgr-failures/.qa [new symlink]
qa/suites/rados/verify/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/verify/objectstore [new symlink]
qa/suites/rados/verify/rados.yaml [new symlink]
qa/suites/rados/verify/read-affinity/.qa [new symlink]
qa/suites/rados/verify/read-affinity/balance.yaml [new file with mode: 0644]
qa/suites/rados/verify/read-affinity/default.yaml [new file with mode: 0644]
qa/suites/rados/verify/read-affinity/local.yaml [new file with mode: 0644]
qa/suites/rados/verify/tasks/.qa [new symlink]
qa/suites/rados/verify/tasks/mon_recovery.yaml [new file with mode: 0644]
qa/suites/rados/verify/tasks/rados_api_tests.yaml [new file with mode: 0644]
qa/suites/rados/verify/tasks/rados_cls_all.yaml [new file with mode: 0644]
qa/suites/rados/verify/validater/.qa [new symlink]
qa/suites/rados/verify/validater/lockdep.yaml [new file with mode: 0644]
qa/suites/rados/verify/validater/valgrind.yaml [new file with mode: 0644]
qa/suites/rbd/.qa [new symlink]
qa/suites/rbd/basic/% [new file with mode: 0644]
qa/suites/rbd/basic/.qa [new symlink]
qa/suites/rbd/basic/base/.qa [new symlink]
qa/suites/rbd/basic/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/basic/clusters/+ [new file with mode: 0644]
qa/suites/rbd/basic/clusters/.qa [new symlink]
qa/suites/rbd/basic/clusters/fixed-1.yaml [new symlink]
qa/suites/rbd/basic/conf [new symlink]
qa/suites/rbd/basic/msgr-failures/.qa [new symlink]
qa/suites/rbd/basic/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rbd/basic/objectstore [new symlink]
qa/suites/rbd/basic/supported-random-distro$ [new symlink]
qa/suites/rbd/basic/tasks/.qa [new symlink]
qa/suites/rbd/basic/tasks/rbd_api_tests_old_format.yaml [new file with mode: 0644]
qa/suites/rbd/basic/tasks/rbd_cls_tests.yaml [new file with mode: 0644]
qa/suites/rbd/basic/tasks/rbd_lock_and_fence.yaml [new file with mode: 0644]
qa/suites/rbd/basic/tasks/rbd_python_api_tests_old_format.yaml [new file with mode: 0644]
qa/suites/rbd/cli/% [new file with mode: 0644]
qa/suites/rbd/cli/.qa [new symlink]
qa/suites/rbd/cli/base/.qa [new symlink]
qa/suites/rbd/cli/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/cli/clusters [new symlink]
qa/suites/rbd/cli/conf [new symlink]
qa/suites/rbd/cli/data-pool [new symlink]
qa/suites/rbd/cli/features/.qa [new symlink]
qa/suites/rbd/cli/features/defaults.yaml [new file with mode: 0644]
qa/suites/rbd/cli/features/journaling.yaml [new file with mode: 0644]
qa/suites/rbd/cli/features/layering.yaml [new file with mode: 0644]
qa/suites/rbd/cli/msgr-failures/.qa [new symlink]
qa/suites/rbd/cli/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rbd/cli/objectstore [new symlink]
qa/suites/rbd/cli/supported-random-distro$ [new symlink]
qa/suites/rbd/cli/workloads/.qa [new symlink]
qa/suites/rbd/cli/workloads/rbd_cli_generic.yaml [new file with mode: 0644]
qa/suites/rbd/cli/workloads/rbd_cli_groups.yaml [new file with mode: 0644]
qa/suites/rbd/cli/workloads/rbd_cli_import_export.yaml [new file with mode: 0644]
qa/suites/rbd/cli/workloads/rbd_cli_luks_encryption.yaml [new file with mode: 0644]
qa/suites/rbd/cli/workloads/rbd_cli_migration.yaml [new file with mode: 0644]
qa/suites/rbd/cli/workloads/rbd_support_module_recovery.yaml [new file with mode: 0644]
qa/suites/rbd/cli_v1/% [new file with mode: 0644]
qa/suites/rbd/cli_v1/.qa [new symlink]
qa/suites/rbd/cli_v1/base/.qa [new symlink]
qa/suites/rbd/cli_v1/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/cli_v1/clusters [new symlink]
qa/suites/rbd/cli_v1/conf [new symlink]
qa/suites/rbd/cli_v1/features/.qa [new symlink]
qa/suites/rbd/cli_v1/features/format-1.yaml [new file with mode: 0644]
qa/suites/rbd/cli_v1/msgr-failures/.qa [new symlink]
qa/suites/rbd/cli_v1/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rbd/cli_v1/objectstore [new symlink]
qa/suites/rbd/cli_v1/supported-random-distro$ [new symlink]
qa/suites/rbd/cli_v1/workloads/.qa [new symlink]
qa/suites/rbd/cli_v1/workloads/rbd_cli_generic.yaml [new file with mode: 0644]
qa/suites/rbd/cli_v1/workloads/rbd_cli_import_export.yaml [new file with mode: 0644]
qa/suites/rbd/device/% [new file with mode: 0644]
qa/suites/rbd/device/.qa [new symlink]
qa/suites/rbd/device/base [new symlink]
qa/suites/rbd/device/cluster/+ [new file with mode: 0644]
qa/suites/rbd/device/cluster/.qa [new symlink]
qa/suites/rbd/device/cluster/fixed-3.yaml [new file with mode: 0644]
qa/suites/rbd/device/conf [new symlink]
qa/suites/rbd/device/msgr-failures [new symlink]
qa/suites/rbd/device/objectstore [new symlink]
qa/suites/rbd/device/supported-random-distro$ [new symlink]
qa/suites/rbd/device/thrashers [new symlink]
qa/suites/rbd/device/thrashosds-health.yaml [new symlink]
qa/suites/rbd/device/workloads/.qa [new symlink]
qa/suites/rbd/device/workloads/diff-continuous-krbd.yaml [new file with mode: 0644]
qa/suites/rbd/device/workloads/diff-continuous-nbd.yaml [new file with mode: 0644]
qa/suites/rbd/device/workloads/rbd_fsx_nbd.yaml [new file with mode: 0644]
qa/suites/rbd/device/workloads/rbd_nbd.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/% [new file with mode: 0644]
qa/suites/rbd/encryption/.qa [new symlink]
qa/suites/rbd/encryption/cache/.qa [new symlink]
qa/suites/rbd/encryption/cache/none.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/cache/writearound.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/cache/writeback.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/cache/writethrough.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/clusters/+ [new file with mode: 0644]
qa/suites/rbd/encryption/clusters/.qa [new symlink]
qa/suites/rbd/encryption/clusters/fixed-3.yaml [new symlink]
qa/suites/rbd/encryption/conf [new symlink]
qa/suites/rbd/encryption/data-pool [new symlink]
qa/suites/rbd/encryption/features/.qa [new symlink]
qa/suites/rbd/encryption/features/defaults.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/msgr-failures/.qa [new symlink]
qa/suites/rbd/encryption/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/objectstore [new symlink]
qa/suites/rbd/encryption/supported-random-distro$ [new symlink]
qa/suites/rbd/encryption/workloads/.qa [new symlink]
qa/suites/rbd/encryption/workloads/qemu_xfstests_luks1.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/workloads/qemu_xfstests_luks1_luks1.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/workloads/qemu_xfstests_luks1_luks2.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/workloads/qemu_xfstests_luks2.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/workloads/qemu_xfstests_luks2_luks1.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/workloads/qemu_xfstests_luks2_luks2.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/workloads/qemu_xfstests_none_luks1.yaml [new file with mode: 0644]
qa/suites/rbd/encryption/workloads/qemu_xfstests_none_luks2.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/% [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/.qa [new symlink]
qa/suites/rbd/immutable-object-cache/clusters/+ [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/clusters/.qa [new symlink]
qa/suites/rbd/immutable-object-cache/clusters/fix-2.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/conf [new symlink]
qa/suites/rbd/immutable-object-cache/pool/.qa [new symlink]
qa/suites/rbd/immutable-object-cache/pool/ceph_and_immutable_object_cache.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/supported-random-distro$ [new symlink]
qa/suites/rbd/immutable-object-cache/workloads/.qa [new symlink]
qa/suites/rbd/immutable-object-cache/workloads/c_api_tests_with_defaults.yaml [new symlink]
qa/suites/rbd/immutable-object-cache/workloads/fio_on_immutable_object_cache.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/workloads/qemu_on_immutable_object_cache_and_thrash.yaml [new file with mode: 0644]
qa/suites/rbd/iscsi/% [new file with mode: 0644]
qa/suites/rbd/iscsi/.qa [new symlink]
qa/suites/rbd/iscsi/base/.qa [new symlink]
qa/suites/rbd/iscsi/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/iscsi/cluster/+ [new file with mode: 0644]
qa/suites/rbd/iscsi/cluster/.qa [new symlink]
qa/suites/rbd/iscsi/cluster/fixed-3.yaml [new file with mode: 0644]
qa/suites/rbd/iscsi/conf [new symlink]
qa/suites/rbd/iscsi/supported-container-hosts$ [new symlink]
qa/suites/rbd/iscsi/workloads/.qa [new symlink]
qa/suites/rbd/iscsi/workloads/cephadm_iscsi.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/% [new file with mode: 0644]
qa/suites/rbd/librbd/.qa [new symlink]
qa/suites/rbd/librbd/cache/.qa [new symlink]
qa/suites/rbd/librbd/cache/none.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/cache/writearound.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/cache/writeback.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/cache/writethrough.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/clusters/+ [new file with mode: 0644]
qa/suites/rbd/librbd/clusters/.qa [new symlink]
qa/suites/rbd/librbd/clusters/fixed-3.yaml [new symlink]
qa/suites/rbd/librbd/conf [new symlink]
qa/suites/rbd/librbd/data-pool [new symlink]
qa/suites/rbd/librbd/extra-conf/.qa [new symlink]
qa/suites/rbd/librbd/extra-conf/copy-on-read.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/extra-conf/none.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/extra-conf/permit-partial-discard.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/min-compat-client/.qa [new symlink]
qa/suites/rbd/librbd/min-compat-client/default.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/min-compat-client/octopus.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/msgr-failures/.qa [new symlink]
qa/suites/rbd/librbd/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/objectstore [new symlink]
qa/suites/rbd/librbd/supported-random-distro$ [new symlink]
qa/suites/rbd/librbd/workloads/.qa [new symlink]
qa/suites/rbd/librbd/workloads/c_api_tests.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/workloads/fsx.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/workloads/python_api_tests.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml [new file with mode: 0644]
qa/suites/rbd/librbd/workloads/rbd_fio.yaml [new file with mode: 0644]
qa/suites/rbd/maintenance/% [new file with mode: 0644]
qa/suites/rbd/maintenance/.qa [new symlink]
qa/suites/rbd/maintenance/base/.qa [new symlink]
qa/suites/rbd/maintenance/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/maintenance/clusters/+ [new file with mode: 0644]
qa/suites/rbd/maintenance/clusters/.qa [new symlink]
qa/suites/rbd/maintenance/clusters/fixed-3.yaml [new symlink]
qa/suites/rbd/maintenance/conf [new symlink]
qa/suites/rbd/maintenance/objectstore [new symlink]
qa/suites/rbd/maintenance/qemu/.qa [new symlink]
qa/suites/rbd/maintenance/qemu/xfstests.yaml [new file with mode: 0644]
qa/suites/rbd/maintenance/supported-random-distro$ [new symlink]
qa/suites/rbd/maintenance/workloads/.qa [new symlink]
qa/suites/rbd/maintenance/workloads/dynamic_features.yaml [new file with mode: 0644]
qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml [new file with mode: 0644]
qa/suites/rbd/maintenance/workloads/rebuild_object_map.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/% [new file with mode: 0644]
qa/suites/rbd/migration-external/.qa [new symlink]
qa/suites/rbd/migration-external/1-base/.qa [new symlink]
qa/suites/rbd/migration-external/1-base/install.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/2-clusters/.qa [new symlink]
qa/suites/rbd/migration-external/2-clusters/2-node.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/3-objectstore [new symlink]
qa/suites/rbd/migration-external/4-supported-random-distro$ [new symlink]
qa/suites/rbd/migration-external/5-data-pool/.qa [new symlink]
qa/suites/rbd/migration-external/5-data-pool/ec.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/5-data-pool/none.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/5-data-pool/replicated.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/6-prepare/.qa [new symlink]
qa/suites/rbd/migration-external/6-prepare/native-clone.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/6-prepare/native-standalone.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/7-io-workloads/.qa [new symlink]
qa/suites/rbd/migration-external/7-io-workloads/qemu_xfstests.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/8-migrate-workloads/.qa [new symlink]
qa/suites/rbd/migration-external/8-migrate-workloads/execute.yaml [new file with mode: 0644]
qa/suites/rbd/migration-external/conf [new symlink]
qa/suites/rbd/migration/% [new file with mode: 0644]
qa/suites/rbd/migration/.qa [new symlink]
qa/suites/rbd/migration/1-base [new symlink]
qa/suites/rbd/migration/2-clusters/+ [new file with mode: 0644]
qa/suites/rbd/migration/2-clusters/.qa [new symlink]
qa/suites/rbd/migration/2-clusters/fixed-3.yaml [new symlink]
qa/suites/rbd/migration/3-objectstore [new symlink]
qa/suites/rbd/migration/4-supported-random-distro$ [new symlink]
qa/suites/rbd/migration/5-data-pool [new symlink]
qa/suites/rbd/migration/6-prepare/.qa [new symlink]
qa/suites/rbd/migration/6-prepare/qcow2-file.yaml [new file with mode: 0644]
qa/suites/rbd/migration/6-prepare/qcow2-http.yaml [new file with mode: 0644]
qa/suites/rbd/migration/6-prepare/qcow2-https.yaml [new file with mode: 0644]
qa/suites/rbd/migration/6-prepare/qcow2-nbd.yaml [new file with mode: 0644]
qa/suites/rbd/migration/6-prepare/raw-file.yaml [new file with mode: 0644]
qa/suites/rbd/migration/6-prepare/raw-nbd.yaml [new file with mode: 0644]
qa/suites/rbd/migration/7-io-workloads/.qa [new symlink]
qa/suites/rbd/migration/7-io-workloads/qemu_xfstests.yaml [new file with mode: 0644]
qa/suites/rbd/migration/8-migrate-workloads/.qa [new symlink]
qa/suites/rbd/migration/8-migrate-workloads/execute.yaml [new file with mode: 0644]
qa/suites/rbd/migration/9-cleanup/.qa [new symlink]
qa/suites/rbd/migration/9-cleanup/cleanup.yaml [new file with mode: 0644]
qa/suites/rbd/migration/conf [new symlink]
qa/suites/rbd/mirror-thrash/% [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/.qa [new symlink]
qa/suites/rbd/mirror-thrash/base/.qa [new symlink]
qa/suites/rbd/mirror-thrash/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/clients/.qa [new symlink]
qa/suites/rbd/mirror-thrash/clients/mirror.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/cluster/+ [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/cluster/.qa [new symlink]
qa/suites/rbd/mirror-thrash/cluster/2-node.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/conf [new symlink]
qa/suites/rbd/mirror-thrash/msgr-failures [new symlink]
qa/suites/rbd/mirror-thrash/objectstore [new symlink]
qa/suites/rbd/mirror-thrash/policy/.qa [new symlink]
qa/suites/rbd/mirror-thrash/policy/none.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/policy/simple.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/rbd-mirror/.qa [new symlink]
qa/suites/rbd/mirror-thrash/rbd-mirror/four-per-cluster.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/supported-random-distro$ [new symlink]
qa/suites/rbd/mirror-thrash/workloads/.qa [new symlink]
qa/suites/rbd/mirror-thrash/workloads/rbd-mirror-fsx-workunit.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/workloads/rbd-mirror-journal-stress-workunit.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/workloads/rbd-mirror-journal-workunit.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/workloads/rbd-mirror-snapshot-stress-workunit-exclusive-lock.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/workloads/rbd-mirror-snapshot-stress-workunit-fast-diff.yaml [new file with mode: 0644]
qa/suites/rbd/mirror-thrash/workloads/rbd-mirror-snapshot-stress-workunit-minimum.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/% [new file with mode: 0644]
qa/suites/rbd/mirror/.qa [new symlink]
qa/suites/rbd/mirror/base [new symlink]
qa/suites/rbd/mirror/clients/+ [new file with mode: 0644]
qa/suites/rbd/mirror/clients/.qa [new symlink]
qa/suites/rbd/mirror/clients/mirror-extra.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/clients/mirror.yaml [new symlink]
qa/suites/rbd/mirror/cluster [new symlink]
qa/suites/rbd/mirror/conf [new symlink]
qa/suites/rbd/mirror/msgr-failures [new symlink]
qa/suites/rbd/mirror/objectstore [new symlink]
qa/suites/rbd/mirror/supported-random-distro$ [new symlink]
qa/suites/rbd/mirror/workloads/.qa [new symlink]
qa/suites/rbd/mirror/workloads/compare-mirror-image-alternate-primary-krbd.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/compare-mirror-image-alternate-primary-nbd.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/compare-mirror-images-krbd.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/compare-mirror-images-nbd.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-ha-workunit.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-journal-bootstrap-workunit.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-snapshot-bootstrap-workunit.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-snapshot-workunit-exclusive-lock.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-snapshot-workunit-fast-diff.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-snapshot-workunit-journaling.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-snapshot-workunit-minimum.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-stress-workunit-min-compat-client-octopus.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-workunit-config-key.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-workunit-min-compat-client-octopus.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-workunit-policy-none.yaml [new file with mode: 0644]
qa/suites/rbd/mirror/workloads/rbd-mirror-workunit-policy-simple.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/.qa [new symlink]
qa/suites/rbd/pwl-cache/home/% [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/.qa [new symlink]
qa/suites/rbd/pwl-cache/home/1-base [new symlink]
qa/suites/rbd/pwl-cache/home/2-cluster/+ [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/2-cluster/.qa [new symlink]
qa/suites/rbd/pwl-cache/home/2-cluster/fix-2.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/3-supported-random-distro$ [new symlink]
qa/suites/rbd/pwl-cache/home/4-cache-path.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/5-cache-mode/.qa [new symlink]
qa/suites/rbd/pwl-cache/home/5-cache-mode/rwl.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/5-cache-mode/ssd.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/6-cache-size/.qa [new symlink]
qa/suites/rbd/pwl-cache/home/6-cache-size/1G.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/6-cache-size/8G.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/7-workloads/.qa [new symlink]
qa/suites/rbd/pwl-cache/home/7-workloads/c_api_tests_with_defaults.yaml [new symlink]
qa/suites/rbd/pwl-cache/home/7-workloads/fio.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/7-workloads/recovery.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/home/conf [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/% [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/.qa [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/1-base [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/2-cluster/+ [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/2-cluster/.qa [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/2-cluster/fix-2.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/3-supported-random-distro$ [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/4-cache-path.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/5-cache-mode/.qa [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/5-cache-mode/rwl.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/5-cache-mode/ssd.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/6-cache-size/.qa [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/6-cache-size/1G.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/6-cache-size/5G.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/7-workloads/.qa [new symlink]
qa/suites/rbd/pwl-cache/tmpfs/7-workloads/qemu_xfstests.yaml [new file with mode: 0644]
qa/suites/rbd/pwl-cache/tmpfs/conf [new symlink]
qa/suites/rbd/qemu/% [new file with mode: 0644]
qa/suites/rbd/qemu/.qa [new symlink]
qa/suites/rbd/qemu/cache/.qa [new symlink]
qa/suites/rbd/qemu/cache/none.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/cache/writearound.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/cache/writeback.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/cache/writethrough.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/clusters/+ [new file with mode: 0644]
qa/suites/rbd/qemu/clusters/.qa [new symlink]
qa/suites/rbd/qemu/clusters/fixed-3.yaml [new symlink]
qa/suites/rbd/qemu/conf [new symlink]
qa/suites/rbd/qemu/data-pool [new symlink]
qa/suites/rbd/qemu/features/.qa [new symlink]
qa/suites/rbd/qemu/features/defaults.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/features/journaling.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/features/readbalance.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/msgr-failures/.qa [new symlink]
qa/suites/rbd/qemu/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/objectstore [new symlink]
qa/suites/rbd/qemu/supported-random-distro$ [new symlink]
qa/suites/rbd/qemu/workloads/.qa [new symlink]
qa/suites/rbd/qemu/workloads/qemu_bonnie.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/workloads/qemu_fsstress.yaml [new file with mode: 0644]
qa/suites/rbd/qemu/workloads/qemu_iozone.yaml.disabled [new file with mode: 0644]
qa/suites/rbd/qemu/workloads/qemu_xfstests.yaml [new file with mode: 0644]
qa/suites/rbd/singleton-bluestore/% [new file with mode: 0644]
qa/suites/rbd/singleton-bluestore/.qa [new symlink]
qa/suites/rbd/singleton-bluestore/all/.qa [new symlink]
qa/suites/rbd/singleton-bluestore/all/issue-20295.yaml [new file with mode: 0644]
qa/suites/rbd/singleton-bluestore/conf [new symlink]
qa/suites/rbd/singleton-bluestore/objectstore/.qa [new symlink]
qa/suites/rbd/singleton-bluestore/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/rbd/singleton-bluestore/objectstore/bluestore-comp-snappy.yaml [new symlink]
qa/suites/rbd/singleton-bluestore/supported-random-distro$ [new symlink]
qa/suites/rbd/singleton/% [new file with mode: 0644]
qa/suites/rbd/singleton/.qa [new symlink]
qa/suites/rbd/singleton/all/.qa [new symlink]
qa/suites/rbd/singleton/all/admin_socket.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/formatted-output.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/merge_diff.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/mon-command-help.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/permissions.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/qemu-iotests-no-cache.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/qemu-iotests-writethrough.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/qos.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/rbd-vs-unmanaged-snaps.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/rbd_mirror.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/rbd_tasks.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/rbdmap_RBDMAPFILE.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/read-flags-no-cache.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/read-flags-writeback.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/read-flags-writethrough.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/snap-diff.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/all/verify_pool.yaml [new file with mode: 0644]
qa/suites/rbd/singleton/conf [new symlink]
qa/suites/rbd/singleton/objectstore [new symlink]
qa/suites/rbd/singleton/supported-random-distro$ [new symlink]
qa/suites/rbd/thrash/% [new file with mode: 0644]
qa/suites/rbd/thrash/.qa [new symlink]
qa/suites/rbd/thrash/base/.qa [new symlink]
qa/suites/rbd/thrash/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/clusters/+ [new file with mode: 0644]
qa/suites/rbd/thrash/clusters/.qa [new symlink]
qa/suites/rbd/thrash/clusters/fixed-2.yaml [new symlink]
qa/suites/rbd/thrash/conf [new symlink]
qa/suites/rbd/thrash/msgr-failures/.qa [new symlink]
qa/suites/rbd/thrash/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/objectstore [new symlink]
qa/suites/rbd/thrash/supported-random-distro$ [new symlink]
qa/suites/rbd/thrash/thrashers/.qa [new symlink]
qa/suites/rbd/thrash/thrashers/default.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/thrashosds-health.yaml [new symlink]
qa/suites/rbd/thrash/workloads/.qa [new symlink]
qa/suites/rbd/thrash/workloads/journal.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_api_tests.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_api_tests_copy_on_read.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_api_tests_journaling.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_api_tests_no_locking.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_cache_writearound.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_cache_writeback.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_cache_writethrough.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_copy_on_read.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_deep_copy.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_journal.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_nocache.yaml [new file with mode: 0644]
qa/suites/rbd/thrash/workloads/rbd_fsx_rate_limit.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/% [new file with mode: 0644]
qa/suites/rbd/valgrind/.qa [new symlink]
qa/suites/rbd/valgrind/base/.qa [new symlink]
qa/suites/rbd/valgrind/base/install.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/centos_latest.yaml [new symlink]
qa/suites/rbd/valgrind/clusters [new symlink]
qa/suites/rbd/valgrind/conf [new symlink]
qa/suites/rbd/valgrind/objectstore [new symlink]
qa/suites/rbd/valgrind/validator/.qa [new symlink]
qa/suites/rbd/valgrind/validator/memcheck.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/.qa [new symlink]
qa/suites/rbd/valgrind/workloads/c_api_tests.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/c_api_tests_with_defaults.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/c_api_tests_with_journaling.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/fsx.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/python_api_tests.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/python_api_tests_with_defaults.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/python_api_tests_with_journaling.yaml [new file with mode: 0644]
qa/suites/rbd/valgrind/workloads/rbd_mirror.yaml [new file with mode: 0644]
qa/suites/rgw-multisite-upgrade/.qa [new symlink]
qa/suites/rgw-multisite-upgrade/pacific-x/% [new file with mode: 0644]
qa/suites/rgw-multisite-upgrade/pacific-x/.qa [new symlink]
qa/suites/rgw-multisite-upgrade/pacific-x/clusters.yaml [new file with mode: 0644]
qa/suites/rgw-multisite-upgrade/pacific-x/frontend.yaml [new symlink]
qa/suites/rgw-multisite-upgrade/pacific-x/overrides.yaml [new file with mode: 0644]
qa/suites/rgw-multisite-upgrade/pacific-x/realm.yaml [new file with mode: 0644]
qa/suites/rgw-multisite-upgrade/pacific-x/supported-random-distro$ [new symlink]
qa/suites/rgw-multisite-upgrade/pacific-x/tasks.yaml [new file with mode: 0644]
qa/suites/rgw-multisite-upgrade/pacific-x/upgrade/.qa [new symlink]
qa/suites/rgw-multisite-upgrade/pacific-x/upgrade/primary.yaml [new file with mode: 0644]
qa/suites/rgw-multisite-upgrade/pacific-x/upgrade/secondary.yaml [new file with mode: 0644]
qa/suites/rgw/.qa [new symlink]
qa/suites/rgw/bucket-logging/% [new file with mode: 0644]
qa/suites/rgw/bucket-logging/.qa [new symlink]
qa/suites/rgw/bucket-logging/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/bucket-logging/beast.yaml [new symlink]
qa/suites/rgw/bucket-logging/fixed-1.yaml [new symlink]
qa/suites/rgw/bucket-logging/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/bucket-logging/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/bucket-logging/s3tests-branch.yaml [new symlink]
qa/suites/rgw/bucket-logging/supported-distros [new symlink]
qa/suites/rgw/bucket-logging/tasks/+ [new file with mode: 0644]
qa/suites/rgw/bucket-logging/tasks/.qa [new symlink]
qa/suites/rgw/bucket-logging/tasks/s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/cloud-transition/% [new file with mode: 0644]
qa/suites/rgw/cloud-transition/.qa [new symlink]
qa/suites/rgw/cloud-transition/cluster.yaml [new file with mode: 0644]
qa/suites/rgw/cloud-transition/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/cloud-transition/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/cloud-transition/s3tests-branch.yaml [new symlink]
qa/suites/rgw/cloud-transition/supported-random-distro$ [new symlink]
qa/suites/rgw/cloud-transition/tasks/.qa [new symlink]
qa/suites/rgw/cloud-transition/tasks/restore/.qa [new symlink]
qa/suites/rgw/cloud-transition/tasks/restore/cloud_restore_s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/cloud-transition/tasks/transition/.qa [new symlink]
qa/suites/rgw/cloud-transition/tasks/transition/cloud_transition_s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/% [new file with mode: 0644]
qa/suites/rgw/crypt/.qa [new symlink]
qa/suites/rgw/crypt/0-cluster/.qa [new symlink]
qa/suites/rgw/crypt/0-cluster/fixed-1.yaml [new symlink]
qa/suites/rgw/crypt/1-ceph-install/.qa [new symlink]
qa/suites/rgw/crypt/1-ceph-install/install.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/2-kms/.qa [new symlink]
qa/suites/rgw/crypt/2-kms/barbican.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/2-kms/testing.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/2-kms/vault_kv.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/2-kms/vault_old.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/2-kms/vault_transit.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/3-rgw/.qa [new symlink]
qa/suites/rgw/crypt/3-rgw/rgw.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/4-tests/+ [new file with mode: 0644]
qa/suites/rgw/crypt/4-tests/.qa [new symlink]
qa/suites/rgw/crypt/4-tests/s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/crypt/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/crypt/s3tests-branch.yaml [new symlink]
qa/suites/rgw/crypt/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/dbstore/+ [new file with mode: 0644]
qa/suites/rgw/dbstore/.qa [new symlink]
qa/suites/rgw/dbstore/cluster.yaml [new file with mode: 0644]
qa/suites/rgw/dbstore/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/dbstore/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/dbstore/s3tests-branch.yaml [new symlink]
qa/suites/rgw/dbstore/supported-random-distro$ [new symlink]
qa/suites/rgw/dbstore/tasks/.qa [new symlink]
qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/dedup/% [new file with mode: 0644]
qa/suites/rgw/dedup/.qa [new symlink]
qa/suites/rgw/dedup/beast.yaml [new symlink]
qa/suites/rgw/dedup/bluestore-bitmap.yaml [new symlink]
qa/suites/rgw/dedup/fixed-3-rgw.yaml [new file with mode: 0644]
qa/suites/rgw/dedup/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/dedup/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/dedup/supported-distros [new symlink]
qa/suites/rgw/dedup/tasks/+ [new file with mode: 0644]
qa/suites/rgw/dedup/tasks/.qa [new symlink]
qa/suites/rgw/dedup/tasks/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/dedup/tasks/test_dedup.yaml [new file with mode: 0644]
qa/suites/rgw/lifecycle/+ [new file with mode: 0644]
qa/suites/rgw/lifecycle/.qa [new symlink]
qa/suites/rgw/lifecycle/cluster.yaml [new file with mode: 0644]
qa/suites/rgw/lifecycle/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/lifecycle/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/lifecycle/s3tests-branch.yaml [new symlink]
qa/suites/rgw/lifecycle/supported-random-distro$ [new symlink]
qa/suites/rgw/lifecycle/tasks/.qa [new symlink]
qa/suites/rgw/lifecycle/tasks/rgw_s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/lua/% [new file with mode: 0644]
qa/suites/rgw/lua/.qa [new symlink]
qa/suites/rgw/lua/beast.yaml [new symlink]
qa/suites/rgw/lua/bluestore-bitmap.yaml [new symlink]
qa/suites/rgw/lua/fixed-2.yaml [new symlink]
qa/suites/rgw/lua/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/lua/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/lua/supported-distros [new symlink]
qa/suites/rgw/lua/tasks/+ [new file with mode: 0644]
qa/suites/rgw/lua/tasks/.qa [new symlink]
qa/suites/rgw/lua/tasks/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/lua/tasks/test_lua.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/% [new file with mode: 0644]
qa/suites/rgw/multifs/.qa [new symlink]
qa/suites/rgw/multifs/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/clusters/.qa [new symlink]
qa/suites/rgw/multifs/clusters/fixed-2.yaml [new symlink]
qa/suites/rgw/multifs/frontend [new symlink]
qa/suites/rgw/multifs/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/multifs/objectstore [new symlink]
qa/suites/rgw/multifs/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/rgw_pool_type [new symlink]
qa/suites/rgw/multifs/s3tests-branch.yaml [new symlink]
qa/suites/rgw/multifs/tasks/+ [new file with mode: 0644]
qa/suites/rgw/multifs/tasks/.qa [new symlink]
qa/suites/rgw/multifs/tasks/rgw_bucket_quota.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/tasks/rgw_multipart_upload.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/tasks/rgw_ragweed.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/tasks/rgw_s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/tasks/rgw_user_quota.yaml [new file with mode: 0644]
qa/suites/rgw/multifs/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/multisite/% [new file with mode: 0644]
qa/suites/rgw/multisite/.qa [new symlink]
qa/suites/rgw/multisite/clusters.yaml [new file with mode: 0644]
qa/suites/rgw/multisite/frontend [new symlink]
qa/suites/rgw/multisite/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/multisite/notify.yaml [new file with mode: 0644]
qa/suites/rgw/multisite/omap_limits.yaml [new file with mode: 0644]
qa/suites/rgw/multisite/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/multisite/realms/.qa [new symlink]
qa/suites/rgw/multisite/realms/three-zones.yaml.disabled [new file with mode: 0644]
qa/suites/rgw/multisite/realms/two-zonegroup.yaml [new file with mode: 0644]
qa/suites/rgw/multisite/realms/two-zones.yaml [new file with mode: 0644]
qa/suites/rgw/multisite/supported-random-distro$ [new symlink]
qa/suites/rgw/multisite/tasks/.qa [new symlink]
qa/suites/rgw/multisite/tasks/test_multi.yaml [new file with mode: 0644]
qa/suites/rgw/multisite/valgrind.yaml.disabled [new file with mode: 0644]
qa/suites/rgw/notifications/% [new file with mode: 0644]
qa/suites/rgw/notifications/.qa [new symlink]
qa/suites/rgw/notifications/beast.yaml [new symlink]
qa/suites/rgw/notifications/bluestore-bitmap.yaml [new symlink]
qa/suites/rgw/notifications/fixed-2.yaml [new symlink]
qa/suites/rgw/notifications/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/notifications/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/.qa [new symlink]
qa/suites/rgw/notifications/tasks/amqp/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/amqp/.qa [new symlink]
qa/suites/rgw/notifications/tasks/amqp/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/amqp/centos_latest.yaml [new symlink]
qa/suites/rgw/notifications/tasks/amqp/test_amqp.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/http/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/http/.qa [new symlink]
qa/suites/rgw/notifications/tasks/http/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/http/supported-distros [new symlink]
qa/suites/rgw/notifications/tasks/http/test_http.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka/.qa [new symlink]
qa/suites/rgw/notifications/tasks/kafka/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka/supported-distros [new symlink]
qa/suites/rgw/notifications/tasks/kafka/test_kafka.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka_failover/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka_failover/.qa [new symlink]
qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/kafka_failover/supported-distros [new symlink]
qa/suites/rgw/notifications/tasks/kafka_failover/test_kafka.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/others/+ [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/others/.qa [new symlink]
qa/suites/rgw/notifications/tasks/others/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/tasks/others/supported-distros [new symlink]
qa/suites/rgw/notifications/tasks/others/test_others.yaml [new file with mode: 0644]
qa/suites/rgw/notifications/valgrind.yaml [new file with mode: 0644]
qa/suites/rgw/service-token/% [new file with mode: 0644]
qa/suites/rgw/service-token/.qa [new symlink]
qa/suites/rgw/service-token/clusters/.qa [new symlink]
qa/suites/rgw/service-token/clusters/fixed-1.yaml [new symlink]
qa/suites/rgw/service-token/frontend [new symlink]
qa/suites/rgw/service-token/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/service-token/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/service-token/tasks/.qa [new symlink]
qa/suites/rgw/service-token/tasks/service-token.yaml [new file with mode: 0644]
qa/suites/rgw/service-token/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/singleton/% [new file with mode: 0644]
qa/suites/rgw/singleton/.qa [new symlink]
qa/suites/rgw/singleton/all/.qa [new symlink]
qa/suites/rgw/singleton/all/radosgw-admin.yaml [new file with mode: 0644]
qa/suites/rgw/singleton/frontend [new symlink]
qa/suites/rgw/singleton/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/singleton/objectstore [new symlink]
qa/suites/rgw/singleton/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/singleton/rgw_pool_type [new symlink]
qa/suites/rgw/singleton/supported-random-distro$ [new symlink]
qa/suites/rgw/sts/% [new file with mode: 0644]
qa/suites/rgw/sts/.qa [new symlink]
qa/suites/rgw/sts/auth-order/.qa [new symlink]
qa/suites/rgw/sts/auth-order/local-sts.yaml [new file with mode: 0644]
qa/suites/rgw/sts/auth-order/sts-local.yaml [new file with mode: 0644]
qa/suites/rgw/sts/cluster.yaml [new symlink]
qa/suites/rgw/sts/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/sts/objectstore.yaml [new symlink]
qa/suites/rgw/sts/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/sts/pool-type.yaml [new symlink]
qa/suites/rgw/sts/rgw_frontend [new symlink]
qa/suites/rgw/sts/s3tests-branch.yaml [new symlink]
qa/suites/rgw/sts/supported-random-distro$ [new symlink]
qa/suites/rgw/sts/tasks/+ [new file with mode: 0644]
qa/suites/rgw/sts/tasks/.qa [new symlink]
qa/suites/rgw/sts/tasks/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/sts/tasks/1-keycloak.yaml [new file with mode: 0644]
qa/suites/rgw/sts/tasks/2-s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/tempest/% [new file with mode: 0644]
qa/suites/rgw/tempest/.qa [new symlink]
qa/suites/rgw/tempest/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/tempest/clusters/.qa [new symlink]
qa/suites/rgw/tempest/clusters/fixed-1.yaml [new symlink]
qa/suites/rgw/tempest/frontend [new symlink]
qa/suites/rgw/tempest/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/tempest/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/tempest/s3tests-branch.yaml [new symlink]
qa/suites/rgw/tempest/tasks/.qa [new symlink]
qa/suites/rgw/tempest/tasks/s3/% [new file with mode: 0644]
qa/suites/rgw/tempest/tasks/s3/.qa [new symlink]
qa/suites/rgw/tempest/tasks/s3/auth-order/.qa [new symlink]
qa/suites/rgw/tempest/tasks/s3/auth-order/external-local.yaml [new file with mode: 0644]
qa/suites/rgw/tempest/tasks/s3/auth-order/local-external.yaml [new file with mode: 0644]
qa/suites/rgw/tempest/tasks/s3/s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/tempest/tasks/tempest.yaml [new file with mode: 0644]
qa/suites/rgw/tempest/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/thrash/% [new file with mode: 0644]
qa/suites/rgw/thrash/.qa [new symlink]
qa/suites/rgw/thrash/clusters/.qa [new symlink]
qa/suites/rgw/thrash/clusters/fixed-2.yaml [new symlink]
qa/suites/rgw/thrash/frontend [new symlink]
qa/suites/rgw/thrash/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/thrash/install.yaml [new file with mode: 0644]
qa/suites/rgw/thrash/objectstore [new symlink]
qa/suites/rgw/thrash/s3tests-branch.yaml [new symlink]
qa/suites/rgw/thrash/thrasher/.qa [new symlink]
qa/suites/rgw/thrash/thrasher/default.yaml [new file with mode: 0644]
qa/suites/rgw/thrash/thrashosds-health.yaml [new symlink]
qa/suites/rgw/thrash/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/thrash/workload/.qa [new symlink]
qa/suites/rgw/thrash/workload/rgw_bucket_quota.yaml [new file with mode: 0644]
qa/suites/rgw/thrash/workload/rgw_multipart_upload.yaml [new file with mode: 0644]
qa/suites/rgw/thrash/workload/rgw_s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/thrash/workload/rgw_user_quota.yaml [new file with mode: 0644]
qa/suites/rgw/tools/+ [new file with mode: 0644]
qa/suites/rgw/tools/.qa [new symlink]
qa/suites/rgw/tools/centos_latest.yaml [new symlink]
qa/suites/rgw/tools/cluster.yaml [new file with mode: 0644]
qa/suites/rgw/tools/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/tools/tasks.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/% [new file with mode: 0644]
qa/suites/rgw/upgrade/.qa [new symlink]
qa/suites/rgw/upgrade/1-install/.qa [new symlink]
qa/suites/rgw/upgrade/1-install/reef/% [new file with mode: 0644]
qa/suites/rgw/upgrade/1-install/reef/.qa [new symlink]
qa/suites/rgw/upgrade/1-install/reef/distro$/.qa [new symlink]
qa/suites/rgw/upgrade/1-install/reef/distro$/centos_latest.yaml [new symlink]
qa/suites/rgw/upgrade/1-install/reef/distro$/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/upgrade/1-install/reef/install.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/1-install/reef/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/1-install/squid/% [new file with mode: 0644]
qa/suites/rgw/upgrade/1-install/squid/.qa [new symlink]
qa/suites/rgw/upgrade/1-install/squid/distro$/.qa [new symlink]
qa/suites/rgw/upgrade/1-install/squid/distro$/centos_latest.yaml [new symlink]
qa/suites/rgw/upgrade/1-install/squid/distro$/ubuntu_latest.yaml [new symlink]
qa/suites/rgw/upgrade/1-install/squid/install.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/1-install/squid/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/2-setup.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/3-upgrade-sequence/.qa [new symlink]
qa/suites/rgw/upgrade/3-upgrade-sequence/osds-then-rgws.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/3-upgrade-sequence/rgws-then-osds.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/cluster.yaml [new symlink]
qa/suites/rgw/upgrade/frontend [new symlink]
qa/suites/rgw/upgrade/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/upgrade/objectstore [new symlink]
qa/suites/rgw/upgrade/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/verify/% [new file with mode: 0644]
qa/suites/rgw/verify/.qa [new symlink]
qa/suites/rgw/verify/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/verify/accounts$/.qa [new symlink]
qa/suites/rgw/verify/accounts$/main-tenant.yaml [new file with mode: 0644]
qa/suites/rgw/verify/accounts$/main.yaml [new file with mode: 0644]
qa/suites/rgw/verify/accounts$/none.yaml [new file with mode: 0644]
qa/suites/rgw/verify/accounts$/tenant.yaml [new file with mode: 0644]
qa/suites/rgw/verify/clusters/.qa [new symlink]
qa/suites/rgw/verify/clusters/fixed-2.yaml [new symlink]
qa/suites/rgw/verify/datacache/.qa [new symlink]
qa/suites/rgw/verify/datacache/no_datacache.yaml [new file with mode: 0644]
qa/suites/rgw/verify/datacache/rgw-datacache.yaml [new file with mode: 0644]
qa/suites/rgw/verify/frontend [new symlink]
qa/suites/rgw/verify/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/verify/inline-data$/.qa [new symlink]
qa/suites/rgw/verify/inline-data$/off-no-gc.yaml [new file with mode: 0644]
qa/suites/rgw/verify/inline-data$/off.yaml [new file with mode: 0644]
qa/suites/rgw/verify/inline-data$/on.yaml [new file with mode: 0644]
qa/suites/rgw/verify/msgr-failures/.qa [new symlink]
qa/suites/rgw/verify/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rgw/verify/objectstore [new symlink]
qa/suites/rgw/verify/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/verify/proto/.qa [new symlink]
qa/suites/rgw/verify/proto/http.yaml [new file with mode: 0644]
qa/suites/rgw/verify/proto/https.yaml [new file with mode: 0644]
qa/suites/rgw/verify/rgw_pool_type [new symlink]
qa/suites/rgw/verify/s3tests-branch.yaml [new symlink]
qa/suites/rgw/verify/sharding$ [new symlink]
qa/suites/rgw/verify/striping$/.qa [new symlink]
qa/suites/rgw/verify/striping$/stripe-equals-chunk.yaml [new file with mode: 0644]
qa/suites/rgw/verify/striping$/stripe-greater-than-chunk.yaml [new file with mode: 0644]
qa/suites/rgw/verify/supported-random-distro$ [new symlink]
qa/suites/rgw/verify/tasks/+ [new file with mode: 0644]
qa/suites/rgw/verify/tasks/.qa [new symlink]
qa/suites/rgw/verify/tasks/admin-pagination.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/bucket-check.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/cls.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/mp_reupload.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/rados-pool-quota.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/ragweed.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/reshard.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/versioning.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/zzz-s3tests-java.yaml [new file with mode: 0644]
qa/suites/rgw/verify/validater/.qa [new symlink]
qa/suites/rgw/verify/validater/lockdep.yaml [new file with mode: 0644]
qa/suites/rgw/verify/validater/valgrind.yaml [new file with mode: 0644]
qa/suites/rgw/website/% [new file with mode: 0644]
qa/suites/rgw/website/.qa [new symlink]
qa/suites/rgw/website/clusters/.qa [new symlink]
qa/suites/rgw/website/clusters/fixed-2.yaml [new symlink]
qa/suites/rgw/website/frontend [new symlink]
qa/suites/rgw/website/http.yaml [new file with mode: 0644]
qa/suites/rgw/website/ignore-pg-availability.yaml [new symlink]
qa/suites/rgw/website/overrides.yaml [new file with mode: 0644]
qa/suites/rgw/website/s3tests-branch.yaml [new symlink]
qa/suites/rgw/website/tasks/.qa [new symlink]
qa/suites/rgw/website/tasks/s3tests-website.yaml [new file with mode: 0644]
qa/suites/rgw/website/ubuntu_latest.yaml [new symlink]
qa/suites/samba/% [new file with mode: 0644]
qa/suites/samba/.qa [new symlink]
qa/suites/samba/clusters/.qa [new symlink]
qa/suites/samba/clusters/samba-basic.yaml [new file with mode: 0644]
qa/suites/samba/install/.qa [new symlink]
qa/suites/samba/install/install.yaml [new file with mode: 0644]
qa/suites/samba/mount/.qa [new symlink]
qa/suites/samba/mount/fuse.yaml [new file with mode: 0644]
qa/suites/samba/mount/kclient.yaml [new file with mode: 0644]
qa/suites/samba/mount/native.yaml [new file with mode: 0644]
qa/suites/samba/mount/noceph.yaml [new file with mode: 0644]
qa/suites/samba/objectstore [new symlink]
qa/suites/samba/workload/.qa [new symlink]
qa/suites/samba/workload/cifs-dbench.yaml [new file with mode: 0644]
qa/suites/samba/workload/cifs-fsstress.yaml [new file with mode: 0644]
qa/suites/samba/workload/cifs-kernel-build.yaml.disabled [new file with mode: 0644]
qa/suites/samba/workload/smbtorture.yaml [new file with mode: 0644]
qa/suites/smoke/.qa [new symlink]
qa/suites/smoke/basic/% [new file with mode: 0644]
qa/suites/smoke/basic/.qa [new symlink]
qa/suites/smoke/basic/clusters/+ [new file with mode: 0644]
qa/suites/smoke/basic/clusters/.qa [new symlink]
qa/suites/smoke/basic/clusters/fixed-3-cephfs.yaml [new symlink]
qa/suites/smoke/basic/objectstore/.qa [new symlink]
qa/suites/smoke/basic/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/smoke/basic/supported-random-distro$ [new symlink]
qa/suites/smoke/basic/tasks/% [new file with mode: 0644]
qa/suites/smoke/basic/tasks/.qa [new symlink]
qa/suites/smoke/basic/tasks/0-install.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/.qa [new symlink]
qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_blogbench.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_fsstress.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_iozone.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/cfuse_workunit_suites_pjd.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/kclient_workunit_direct_io.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_dbench.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_fsstress.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/kclient_workunit_suites_pjd.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/libcephfs_interface_tests.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/mon_thrash.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rados_api_tests.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rados_bench.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rados_cls_all.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rados_ec_snaps.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rados_python.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rados_workunit_loadgen_mix.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rbd_api_tests.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rbd_cli_import_export.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rbd_fsx.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rbd_python_api_tests.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rbd_workunit_suites_iozone.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rgw_ec_s3tests.yaml [new file with mode: 0644]
qa/suites/smoke/basic/tasks/test/rgw_s3tests.yaml [new file with mode: 0644]
qa/suites/stress/.qa [new symlink]
qa/suites/stress/bench/% [new file with mode: 0644]
qa/suites/stress/bench/.qa [new symlink]
qa/suites/stress/bench/clusters/.qa [new symlink]
qa/suites/stress/bench/clusters/fixed-3-cephfs.yaml [new symlink]
qa/suites/stress/bench/tasks/.qa [new symlink]
qa/suites/stress/bench/tasks/cfuse_workunit_snaps.yaml [new file with mode: 0644]
qa/suites/stress/bench/tasks/kclient_workunit_suites_fsx.yaml [new file with mode: 0644]
qa/suites/stress/thrash/% [new file with mode: 0644]
qa/suites/stress/thrash/.qa [new symlink]
qa/suites/stress/thrash/clusters/.qa [new symlink]
qa/suites/stress/thrash/clusters/16-osd.yaml [new file with mode: 0644]
qa/suites/stress/thrash/clusters/3-osd-1-machine.yaml [new file with mode: 0644]
qa/suites/stress/thrash/clusters/8-osd.yaml [new file with mode: 0644]
qa/suites/stress/thrash/thrashers/.qa [new symlink]
qa/suites/stress/thrash/thrashers/default.yaml [new file with mode: 0644]
qa/suites/stress/thrash/thrashers/fast.yaml [new file with mode: 0644]
qa/suites/stress/thrash/thrashers/more-down.yaml [new file with mode: 0644]
qa/suites/stress/thrash/workloads/.qa [new symlink]
qa/suites/stress/thrash/workloads/bonnie_cfuse.yaml [new file with mode: 0644]
qa/suites/stress/thrash/workloads/iozone_cfuse.yaml [new file with mode: 0644]
qa/suites/stress/thrash/workloads/radosbench.yaml [new file with mode: 0644]
qa/suites/stress/thrash/workloads/readwrite.yaml [new file with mode: 0644]
qa/suites/teuthology/.qa [new symlink]
qa/suites/teuthology/buildpackages/% [new file with mode: 0644]
qa/suites/teuthology/buildpackages/.qa [new symlink]
qa/suites/teuthology/buildpackages/supported-distros [new symlink]
qa/suites/teuthology/buildpackages/tasks/.qa [new symlink]
qa/suites/teuthology/buildpackages/tasks/default.yaml [new file with mode: 0644]
qa/suites/teuthology/buildpackages/tasks/tag.yaml [new file with mode: 0644]
qa/suites/teuthology/ceph/% [new file with mode: 0644]
qa/suites/teuthology/ceph/.qa [new symlink]
qa/suites/teuthology/ceph/clusters/.qa [new symlink]
qa/suites/teuthology/ceph/clusters/single.yaml [new file with mode: 0644]
qa/suites/teuthology/ceph/distros [new symlink]
qa/suites/teuthology/ceph/tasks/.qa [new symlink]
qa/suites/teuthology/ceph/tasks/teuthology.yaml [new file with mode: 0644]
qa/suites/teuthology/integration.yaml [new file with mode: 0644]
qa/suites/teuthology/multi-cluster/% [new file with mode: 0644]
qa/suites/teuthology/multi-cluster/.qa [new symlink]
qa/suites/teuthology/multi-cluster/all/.qa [new symlink]
qa/suites/teuthology/multi-cluster/all/ceph.yaml [new file with mode: 0644]
qa/suites/teuthology/multi-cluster/all/thrashosds.yaml [new file with mode: 0644]
qa/suites/teuthology/multi-cluster/all/upgrade.yaml [new file with mode: 0644]
qa/suites/teuthology/multi-cluster/all/workunit.yaml [new file with mode: 0644]
qa/suites/teuthology/no-ceph/% [new file with mode: 0644]
qa/suites/teuthology/no-ceph/.qa [new symlink]
qa/suites/teuthology/no-ceph/clusters/.qa [new symlink]
qa/suites/teuthology/no-ceph/clusters/single.yaml [new file with mode: 0644]
qa/suites/teuthology/no-ceph/tasks/.qa [new symlink]
qa/suites/teuthology/no-ceph/tasks/teuthology.yaml [new file with mode: 0644]
qa/suites/teuthology/nop/% [new file with mode: 0644]
qa/suites/teuthology/nop/.qa [new symlink]
qa/suites/teuthology/nop/clusters/.qa [new symlink]
qa/suites/teuthology/nop/clusters/empty.yaml [new file with mode: 0644]
qa/suites/teuthology/nop/clusters/single.yaml [new file with mode: 0644]
qa/suites/teuthology/nop/tasks/.qa [new symlink]
qa/suites/teuthology/nop/tasks/nop.yaml [new file with mode: 0644]
qa/suites/teuthology/rgw/% [new file with mode: 0644]
qa/suites/teuthology/rgw/.qa [new symlink]
qa/suites/teuthology/rgw/distros [new symlink]
qa/suites/teuthology/rgw/tasks/.qa [new symlink]
qa/suites/teuthology/rgw/tasks/s3tests-fastcgi.yaml [new file with mode: 0644]
qa/suites/teuthology/rgw/tasks/s3tests-fcgi.yaml [new file with mode: 0644]
qa/suites/teuthology/rgw/tasks/s3tests.yaml [new file with mode: 0644]
qa/suites/teuthology/workunits/.qa [new symlink]
qa/suites/teuthology/workunits/yes.yaml [new file with mode: 0644]
qa/suites/tgt/.qa [new symlink]
qa/suites/tgt/basic/% [new file with mode: 0644]
qa/suites/tgt/basic/.qa [new symlink]
qa/suites/tgt/basic/clusters/.qa [new symlink]
qa/suites/tgt/basic/clusters/fixed-3.yaml [new file with mode: 0644]
qa/suites/tgt/basic/msgr-failures/.qa [new symlink]
qa/suites/tgt/basic/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/tgt/basic/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/.qa [new symlink]
qa/suites/tgt/basic/tasks/blogbench.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/bonnie.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/dbench-short.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/dbench.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/ffsb.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/fio.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/fsstress.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/fsx.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/fsync-tester.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/iogen.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/iozone-sync.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/iozone.yaml [new file with mode: 0644]
qa/suites/tgt/basic/tasks/pjd.yaml [new file with mode: 0644]
qa/suites/upgrade/.qa [new symlink]
qa/suites/upgrade/cephfs [new symlink]
qa/suites/upgrade/reef-x/.qa [new symlink]
qa/suites/upgrade/reef-x/parallel/% [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/.qa [new symlink]
qa/suites/upgrade/reef-x/parallel/0-random-distro$ [new symlink]
qa/suites/upgrade/reef-x/parallel/0-start.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/1-tasks.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/mon_election [new symlink]
qa/suites/upgrade/reef-x/parallel/overrides/.qa [new symlink]
qa/suites/upgrade/reef-x/parallel/overrides/ignorelist_health.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/upgrade-sequence.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/workload/+ [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/workload/.qa [new symlink]
qa/suites/upgrade/reef-x/parallel/workload/ec-rados-default.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/workload/rados_api.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/workload/rados_loadgenbig.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/workload/rbd_import_export.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/parallel/workload/test_rbd_python.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/% [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/.qa [new symlink]
qa/suites/upgrade/reef-x/stress-split/0-distro [new symlink]
qa/suites/upgrade/reef-x/stress-split/0-roles.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/1-start.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/.qa [new symlink]
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/radosbench.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/rbd-cls.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/rbd-import-export.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/rbd_api.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/readwrite.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/+ [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/.qa [new symlink]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/radosbench.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd-cls.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd-import-export.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd_api.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/readwrite.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/4-second-half-tasks/.qa [new symlink]
qa/suites/upgrade/reef-x/stress-split/4-second-half-tasks/radosbench.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/4-second-half-tasks/rbd-import-export.yaml [new file with mode: 0644]
qa/suites/upgrade/reef-x/stress-split/mon_election [new symlink]
qa/suites/upgrade/reef-x/stress-split/overrides/.qa [new symlink]
qa/suites/upgrade/reef-x/stress-split/overrides/ignorelist_health.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/.qa [new symlink]
qa/suites/upgrade/squid-x/parallel/% [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/.qa [new symlink]
qa/suites/upgrade/squid-x/parallel/0-random-distro$ [new symlink]
qa/suites/upgrade/squid-x/parallel/0-start.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/1-tasks.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/mon_election [new symlink]
qa/suites/upgrade/squid-x/parallel/overrides/.qa [new symlink]
qa/suites/upgrade/squid-x/parallel/overrides/ignorelist_health.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/upgrade-sequence.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/workload/+ [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/workload/.qa [new symlink]
qa/suites/upgrade/squid-x/parallel/workload/ec-rados-default.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/workload/rados_api.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/workload/rados_loadgenbig.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/workload/rbd_import_export.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/parallel/workload/test_rbd_python.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/% [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/.qa [new symlink]
qa/suites/upgrade/squid-x/stress-split/0-distro [new symlink]
qa/suites/upgrade/squid-x/stress-split/0-roles.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/1-start.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/2-first-half-tasks/.qa [new symlink]
qa/suites/upgrade/squid-x/stress-split/2-first-half-tasks/radosbench.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/2-first-half-tasks/rbd-cls.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/2-first-half-tasks/rbd-import-export.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/2-first-half-tasks/rbd_api.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/2-first-half-tasks/readwrite.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/2-first-half-tasks/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/+ [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/.qa [new symlink]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/radosbench.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd-cls.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd-import-export.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/readwrite.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/snaps-few-objects.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/4-second-half-tasks/.qa [new symlink]
qa/suites/upgrade/squid-x/stress-split/4-second-half-tasks/radosbench.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/4-second-half-tasks/rbd-import-export.yaml [new file with mode: 0644]
qa/suites/upgrade/squid-x/stress-split/mon_election [new symlink]
qa/suites/upgrade/squid-x/stress-split/overrides/.qa [new symlink]
qa/suites/upgrade/squid-x/stress-split/overrides/ignorelist_health.yaml [new file with mode: 0644]
qa/suites/upgrade/telemetry-upgrade/.qa [new symlink]
qa/suites/upgrade/telemetry-upgrade/reef-x/% [new file with mode: 0644]
qa/suites/upgrade/telemetry-upgrade/reef-x/.qa [new symlink]
qa/suites/upgrade/telemetry-upgrade/reef-x/0-random-distro$ [new symlink]
qa/suites/upgrade/telemetry-upgrade/reef-x/0-start.yaml [new file with mode: 0644]
qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml [new file with mode: 0644]
qa/suites/upgrade/telemetry-upgrade/squid-x/% [new file with mode: 0644]
qa/suites/upgrade/telemetry-upgrade/squid-x/.qa [new symlink]
qa/suites/upgrade/telemetry-upgrade/squid-x/0-random-distro$ [new symlink]
qa/suites/upgrade/telemetry-upgrade/squid-x/0-start.yaml [new file with mode: 0644]
qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml [new file with mode: 0644]
qa/suites/windows/.qa [new symlink]
qa/suites/windows/basic/% [new file with mode: 0644]
qa/suites/windows/basic/.qa [new symlink]
qa/suites/windows/basic/clusters/.qa [new symlink]
qa/suites/windows/basic/clusters/fixed-1.yaml [new symlink]
qa/suites/windows/basic/install/.qa [new symlink]
qa/suites/windows/basic/install/install.yaml [new file with mode: 0644]
qa/suites/windows/basic/tasks/.qa [new symlink]
qa/suites/windows/basic/tasks/windows_tests.yaml [new file with mode: 0644]
qa/suites/windows/basic/ubuntu_latest.yaml [new symlink]
qa/tasks/__init__.py [new file with mode: 0644]
qa/tasks/admin_socket.py [new file with mode: 0644]
qa/tasks/autotest.py [new file with mode: 0644]
qa/tasks/aver.py [new file with mode: 0644]
qa/tasks/backfill_toofull.py [new file with mode: 0644]
qa/tasks/barbican.py [new file with mode: 0644]
qa/tasks/blktrace.py [new file with mode: 0644]
qa/tasks/boto.cfg.template [new file with mode: 0644]
qa/tasks/cbt.py [new file with mode: 0644]
qa/tasks/cbt_performance.py [new file with mode: 0644]
qa/tasks/ceph.conf.template [new file with mode: 0644]
qa/tasks/ceph.py [new file with mode: 0644]
qa/tasks/ceph_client.py [new file with mode: 0644]
qa/tasks/ceph_deploy.py [new file with mode: 0644]
qa/tasks/ceph_fuse.py [new file with mode: 0644]
qa/tasks/ceph_iscsi_client.py [new file with mode: 0644]
qa/tasks/ceph_manager.py [new file with mode: 0644]
qa/tasks/ceph_objectstore_tool.py [new file with mode: 0644]
qa/tasks/ceph_test_case.py [new file with mode: 0644]
qa/tasks/cephadm.conf [new file with mode: 0644]
qa/tasks/cephadm.py [new file with mode: 0644]
qa/tasks/cephadm_cases/__init__.py [new file with mode: 0644]
qa/tasks/cephadm_cases/test_cli.py [new file with mode: 0644]
qa/tasks/cephadm_cases/test_cli_mon.py [new file with mode: 0644]
qa/tasks/cephfs/__init__.py [new file with mode: 0644]
qa/tasks/cephfs/admin/test_fs_swap.py [new file with mode: 0644]
qa/tasks/cephfs/caps_helper.py [new file with mode: 0644]
qa/tasks/cephfs/cephfs_test_case.py [new file with mode: 0644]
qa/tasks/cephfs/filesystem.py [new file with mode: 0644]
qa/tasks/cephfs/fuse_mount.py [new file with mode: 0644]
qa/tasks/cephfs/kernel_mount.py [new file with mode: 0644]
qa/tasks/cephfs/mount.py [new file with mode: 0644]
qa/tasks/cephfs/test_acls.py [new file with mode: 0644]
qa/tasks/cephfs/test_admin.py [new file with mode: 0644]
qa/tasks/cephfs/test_auto_repair.py [new file with mode: 0644]
qa/tasks/cephfs/test_backtrace.py [new file with mode: 0644]
qa/tasks/cephfs/test_cap_flush.py [new file with mode: 0644]
qa/tasks/cephfs/test_cephfs_shell.py [new file with mode: 0644]
qa/tasks/cephfs/test_client_limits.py [new file with mode: 0644]
qa/tasks/cephfs/test_client_recovery.py [new file with mode: 0644]
qa/tasks/cephfs/test_damage.py [new file with mode: 0644]
qa/tasks/cephfs/test_data_scan.py [new file with mode: 0644]
qa/tasks/cephfs/test_dir_charmap.py [new file with mode: 0644]
qa/tasks/cephfs/test_dump_tree.py [new file with mode: 0644]
qa/tasks/cephfs/test_exports.py [new file with mode: 0644]
qa/tasks/cephfs/test_failover.py [new file with mode: 0644]
qa/tasks/cephfs/test_flush.py [new file with mode: 0644]
qa/tasks/cephfs/test_forward_scrub.py [new file with mode: 0644]
qa/tasks/cephfs/test_fragment.py [new file with mode: 0644]
qa/tasks/cephfs/test_fscrypt.py [new file with mode: 0644]
qa/tasks/cephfs/test_fstop.py [new file with mode: 0644]
qa/tasks/cephfs/test_full.py [new file with mode: 0644]
qa/tasks/cephfs/test_journal_migration.py [new file with mode: 0644]
qa/tasks/cephfs/test_journal_repair.py [new file with mode: 0644]
qa/tasks/cephfs/test_mantle.py [new file with mode: 0644]
qa/tasks/cephfs/test_mds_metrics.py [new file with mode: 0644]
qa/tasks/cephfs/test_meta_injection.py [new file with mode: 0644]
qa/tasks/cephfs/test_mirroring.py [new file with mode: 0644]
qa/tasks/cephfs/test_misc.py [new file with mode: 0644]
qa/tasks/cephfs/test_multifs_auth.py [new file with mode: 0644]
qa/tasks/cephfs/test_multimds_misc.py [new file with mode: 0644]
qa/tasks/cephfs/test_newops.py [new file with mode: 0644]
qa/tasks/cephfs/test_nfs.py [new file with mode: 0644]
qa/tasks/cephfs/test_openfiletable.py [new file with mode: 0644]
qa/tasks/cephfs/test_pool_perm.py [new file with mode: 0644]
qa/tasks/cephfs/test_quiesce.py [new file with mode: 0644]
qa/tasks/cephfs/test_quota.py [new file with mode: 0644]
qa/tasks/cephfs/test_readahead.py [new file with mode: 0644]
qa/tasks/cephfs/test_recovery_fs.py [new file with mode: 0644]
qa/tasks/cephfs/test_recovery_pool.py [new file with mode: 0644]
qa/tasks/cephfs/test_scrub.py [new file with mode: 0644]
qa/tasks/cephfs/test_scrub_checks.py [new file with mode: 0644]
qa/tasks/cephfs/test_sessionmap.py [new file with mode: 0644]
qa/tasks/cephfs/test_snap_schedules.py [new file with mode: 0644]
qa/tasks/cephfs/test_snapshots.py [new file with mode: 0644]
qa/tasks/cephfs/test_strays.py [new file with mode: 0644]
qa/tasks/cephfs/test_subvolume.py [new file with mode: 0644]
qa/tasks/cephfs/test_uninlining.py [new file with mode: 0644]
qa/tasks/cephfs/test_volumes.py [new file with mode: 0644]
qa/tasks/cephfs/tests_from_xfstests_dev.py [new file with mode: 0644]
qa/tasks/cephfs/volumes/test_clone_stats.py [new file with mode: 0644]
qa/tasks/cephfs/xfstests_dev.py [new file with mode: 0644]
qa/tasks/cephfs_mirror.py [new file with mode: 0644]
qa/tasks/cephfs_mirror_thrash.py [new file with mode: 0644]
qa/tasks/cephfs_test_runner.py [new file with mode: 0644]
qa/tasks/cephfs_upgrade_snap.py [new file with mode: 0644]
qa/tasks/check_counter.py [new file with mode: 0644]
qa/tasks/cifs_mount.py [new file with mode: 0644]
qa/tasks/cram.py [new file with mode: 0644]
qa/tasks/create_verify_lfn_objects.py [new file with mode: 0644]
qa/tasks/daemonwatchdog.py [new file with mode: 0644]
qa/tasks/dedup_tests.py [new file with mode: 0644]
qa/tasks/deduplication.py [new file with mode: 0644]
qa/tasks/dencoder.py [new file with mode: 0644]
qa/tasks/devstack.py [new file with mode: 0644]
qa/tasks/die_on_err.py [new file with mode: 0644]
qa/tasks/divergent_priors.py [new file with mode: 0644]
qa/tasks/divergent_priors2.py [new file with mode: 0644]
qa/tasks/dnsmasq.py [new file with mode: 0644]
qa/tasks/dump_stuck.py [new file with mode: 0644]
qa/tasks/ec_inconsistent_hinfo.py [new file with mode: 0644]
qa/tasks/ec_lost_unfound.py [new file with mode: 0644]
qa/tasks/exec_on_cleanup.py [new file with mode: 0644]
qa/tasks/fs.py [new file with mode: 0644]
qa/tasks/fwd_scrub.py [new file with mode: 0644]
qa/tasks/immutable_object_cache.py [new file with mode: 0644]
qa/tasks/immutable_object_cache_thrash.py [new file with mode: 0644]
qa/tasks/kafka.py [new file with mode: 0644]
qa/tasks/kafka_failover.py [new file with mode: 0644]
qa/tasks/kclient.py [new file with mode: 0644]
qa/tasks/keycloak.py [new file with mode: 0644]
qa/tasks/keystone.py [new file with mode: 0644]
qa/tasks/kubeadm.py [new file with mode: 0644]
qa/tasks/locktest.py [new file with mode: 0755]
qa/tasks/logrotate.conf [new file with mode: 0644]
qa/tasks/lost_unfound.py [new file with mode: 0644]
qa/tasks/lua_tests.py [new file with mode: 0644]
qa/tasks/manypools.py [new file with mode: 0644]
qa/tasks/mds_creation_failure.py [new file with mode: 0644]
qa/tasks/mds_pre_upgrade.py [new file with mode: 0644]
qa/tasks/mds_thrash.py [new file with mode: 0644]
qa/tasks/metadata.yaml [new file with mode: 0644]
qa/tasks/mgr/__init__.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/__init__.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/helper.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_api.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_auth.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_cephfs.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_cluster.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_cluster_configuration.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_crush_rule.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_erasure_code_profile.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_feedback.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_health.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_host.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_logs.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_mgr_module.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_monitor.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_motd.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_orchestrator.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_osd.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_perf_counters.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_pool.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_rbd.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_rbd_mirroring.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_requests.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_rgw.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_role.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_settings.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_summary.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_telemetry.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_user.py [new file with mode: 0644]
qa/tasks/mgr/mgr_test_case.py [new file with mode: 0644]
qa/tasks/mgr/test_cache.py [new file with mode: 0644]
qa/tasks/mgr/test_cli.py [new file with mode: 0644]
qa/tasks/mgr/test_crash.py [new file with mode: 0644]
qa/tasks/mgr/test_dashboard.py [new file with mode: 0644]
qa/tasks/mgr/test_devicehealth.py [new file with mode: 0644]
qa/tasks/mgr/test_failover.py [new file with mode: 0644]
qa/tasks/mgr/test_insights.py [new file with mode: 0644]
qa/tasks/mgr/test_module_selftest.py [new file with mode: 0644]
qa/tasks/mgr/test_orchestrator_cli.py [new file with mode: 0644]
qa/tasks/mgr/test_progress.py [new file with mode: 0644]
qa/tasks/mgr/test_prometheus.py [new file with mode: 0644]
qa/tasks/mon_clock_skew_check.py [new file with mode: 0644]
qa/tasks/mon_connection_score.py [new file with mode: 0644]
qa/tasks/mon_recovery.py [new file with mode: 0644]
qa/tasks/mon_thrash.py [new file with mode: 0644]
qa/tasks/multibench.py [new file with mode: 0644]
qa/tasks/netem.py [new file with mode: 0644]
qa/tasks/netsplit.py [new file with mode: 0644]
qa/tasks/notification_tests.py [new file with mode: 0644]
qa/tasks/nvme_loop.py [new file with mode: 0644]
qa/tasks/nvmeof.py [new file with mode: 0644]
qa/tasks/object_source_down.py [new file with mode: 0644]
qa/tasks/omapbench.py [new file with mode: 0644]
qa/tasks/openssl_keys.py [new file with mode: 0644]
qa/tasks/osd_backfill.py [new file with mode: 0644]
qa/tasks/osd_failsafe_enospc.py [new file with mode: 0644]
qa/tasks/osd_max_pg_per_osd.py [new file with mode: 0644]
qa/tasks/osd_recovery.py [new file with mode: 0644]
qa/tasks/peer.py [new file with mode: 0644]
qa/tasks/peering_speed_test.py [new file with mode: 0644]
qa/tasks/populate_rbd_pool.py [new file with mode: 0644]
qa/tasks/pykmip.py [new file with mode: 0644]
qa/tasks/python.py [new file with mode: 0644]
qa/tasks/qemu.py [new file with mode: 0644]
qa/tasks/quiescer.py [new file with mode: 0644]
qa/tasks/rabbitmq.py [new file with mode: 0644]
qa/tasks/rados.py [new file with mode: 0644]
qa/tasks/radosbench.py [new file with mode: 0644]
qa/tasks/radosbenchsweep.py [new file with mode: 0644]
qa/tasks/radosgw_admin.py [new file with mode: 0644]
qa/tasks/radosgw_admin_rest.py [new file with mode: 0644]
qa/tasks/ragweed.py [new file with mode: 0644]
qa/tasks/rbd.py [new file with mode: 0644]
qa/tasks/rbd_fio.py [new file with mode: 0644]
qa/tasks/rbd_fsx.py [new file with mode: 0644]
qa/tasks/rbd_mirror.py [new file with mode: 0644]
qa/tasks/rbd_mirror_thrash.py [new file with mode: 0644]
qa/tasks/rbd_pwl_cache_recovery.py [new file with mode: 0644]
qa/tasks/rebuild_mondb.py [new file with mode: 0644]
qa/tasks/redis.py [new file with mode: 0644]
qa/tasks/reg11184.py [new file with mode: 0644]
qa/tasks/rep_lost_unfound_delete.py [new file with mode: 0644]
qa/tasks/repair_test.py [new file with mode: 0644]
qa/tasks/resolve_stuck_peering.py [new file with mode: 0644]
qa/tasks/rgw.py [new file with mode: 0644]
qa/tasks/rgw_cloudtier.py [new file with mode: 0644]
qa/tasks/rgw_logsocket.py [new file with mode: 0644]
qa/tasks/rgw_module.py [new file with mode: 0644]
qa/tasks/rgw_multi [new symlink]
qa/tasks/rgw_multisite.py [new file with mode: 0644]
qa/tasks/rgw_multisite_tests.py [new file with mode: 0644]
qa/tasks/rook-ceph.conf [new file with mode: 0644]
qa/tasks/rook.py [new file with mode: 0644]
qa/tasks/s3tests.py [new file with mode: 0644]
qa/tasks/s3tests_java.py [new file with mode: 0644]
qa/tasks/samba.py [new file with mode: 0644]
qa/tasks/scrub.py [new file with mode: 0644]
qa/tasks/scrub_test.py [new file with mode: 0644]
qa/tasks/stretch_cluster.py [new file with mode: 0644]
qa/tasks/stretch_mode_disable_enable.py [new file with mode: 0644]
qa/tasks/systemd.py [new file with mode: 0644]
qa/tasks/tempest.py [new file with mode: 0644]
qa/tasks/test_netsplit.py [new file with mode: 0755]
qa/tasks/test_netsplit_3az_stretch_pool.py [new file with mode: 0755]
qa/tasks/tests/__init__.py [new file with mode: 0644]
qa/tasks/tests/conftest.py [new file with mode: 0644]
qa/tasks/tests/test_devstack.py [new file with mode: 0644]
qa/tasks/tests/test_import_yaml.py [new file with mode: 0644]
qa/tasks/tests/test_radosgw_admin.py [new file with mode: 0644]
qa/tasks/teuthology_integration.py [new file with mode: 0644]
qa/tasks/tgt.py [new file with mode: 0644]
qa/tasks/thrash_pool_snaps.py [new file with mode: 0644]
qa/tasks/thrasher.py [new file with mode: 0644]
qa/tasks/thrashosds-health.yaml [new file with mode: 0644]
qa/tasks/thrashosds.py [new file with mode: 0644]
qa/tasks/tox.py [new file with mode: 0644]
qa/tasks/userdata_setup.yaml [new file with mode: 0644]
qa/tasks/userdata_teardown.yaml [new file with mode: 0644]
qa/tasks/util/__init__.py [new file with mode: 0644]
qa/tasks/util/chacra.py [new file with mode: 0644]
qa/tasks/util/rados.py [new file with mode: 0644]
qa/tasks/util/rgw.py [new file with mode: 0644]
qa/tasks/util/test/__init__.py [new file with mode: 0644]
qa/tasks/util/test/test_rados.py [new file with mode: 0644]
qa/tasks/util/workunit.py [new file with mode: 0644]
qa/tasks/vault.py [new file with mode: 0644]
qa/tasks/vip.py [new file with mode: 0644]
qa/tasks/vstart_runner.py [new file with mode: 0644]
qa/tasks/waiter.py [new file with mode: 0644]
qa/tasks/watch_notify_same_primary.py [new file with mode: 0644]
qa/tasks/watch_notify_stress.py [new file with mode: 0644]
qa/tasks/workunit.py [new file with mode: 0644]
qa/test_import.py [new file with mode: 0644]
qa/timezone/eastern.yaml [new file with mode: 0644]
qa/timezone/pacific.yaml [new file with mode: 0644]
qa/timezone/random.yaml [new file with mode: 0644]
qa/tox.ini [new file with mode: 0644]
qa/valgrind.supp [new file with mode: 0644]
qa/workunits/Makefile [new file with mode: 0644]
qa/workunits/caps/mon_commands.sh [new file with mode: 0755]
qa/workunits/ceph-helpers-root.sh [new file with mode: 0755]
qa/workunits/ceph-tests/ceph-admin-commands.sh [new file with mode: 0755]
qa/workunits/cephadm/create_iscsi_disks.sh [new file with mode: 0755]
qa/workunits/cephadm/test_adoption.sh [new file with mode: 0755]
qa/workunits/cephadm/test_cephadm.sh [new file with mode: 0755]
qa/workunits/cephadm/test_cephadm_timeout.py [new file with mode: 0755]
qa/workunits/cephadm/test_dashboard_e2e.sh [new file with mode: 0755]
qa/workunits/cephadm/test_iscsi_etc_hosts.sh [new file with mode: 0755]
qa/workunits/cephadm/test_iscsi_pids_limit.sh [new file with mode: 0755]
qa/workunits/cephadm/test_iscsi_setup.sh [new file with mode: 0755]
qa/workunits/cephadm/test_repos.sh [new file with mode: 0755]
qa/workunits/cephtool/test.sh [new file with mode: 0755]
qa/workunits/cephtool/test_daemon.sh [new file with mode: 0755]
qa/workunits/cephtool/test_kvstore_tool.sh [new file with mode: 0755]
qa/workunits/client/test.sh [new file with mode: 0755]
qa/workunits/client/test_oc_disabled.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_2pc_queue.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_cas.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_cmpomap.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_hello.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_journal.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_lock.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_log.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_numops.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_rbd.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_refcount.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_rgw.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_rgw_gc.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_rgw_stats.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_sdk.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_sem_set.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_user.sh [new file with mode: 0755]
qa/workunits/dencoder/test-dencoder.sh [new file with mode: 0755]
qa/workunits/dencoder/test_readable.py [new file with mode: 0755]
qa/workunits/direct_io/.gitignore [new file with mode: 0644]
qa/workunits/direct_io/Makefile [new file with mode: 0644]
qa/workunits/direct_io/big.sh [new file with mode: 0755]
qa/workunits/direct_io/direct_io_test.c [new file with mode: 0644]
qa/workunits/direct_io/misc.sh [new file with mode: 0755]
qa/workunits/direct_io/test_short_dio_read.c [new file with mode: 0644]
qa/workunits/direct_io/test_sync_io.c [new file with mode: 0644]
qa/workunits/erasure-code/.gitignore [new file with mode: 0644]
qa/workunits/erasure-code/bench.html [new file with mode: 0644]
qa/workunits/erasure-code/bench.sh [new file with mode: 0755]
qa/workunits/erasure-code/encode-decode-non-regression.sh [new file with mode: 0755]
qa/workunits/erasure-code/examples.css [new file with mode: 0644]
qa/workunits/erasure-code/jquery.flot.categories.js [new file with mode: 0644]
qa/workunits/erasure-code/jquery.flot.js [new file with mode: 0644]
qa/workunits/erasure-code/jquery.js [new file with mode: 0644]
qa/workunits/erasure-code/plot.js [new file with mode: 0644]
qa/workunits/erasure-code/tables.js [new file with mode: 0644]
qa/workunits/false.sh [new file with mode: 0644]
qa/workunits/fs/.gitignore [new file with mode: 0644]
qa/workunits/fs/Makefile [new file with mode: 0644]
qa/workunits/fs/cephfs_mirror_ha_gen.sh [new file with mode: 0755]
qa/workunits/fs/cephfs_mirror_ha_verify.sh [new file with mode: 0755]
qa/workunits/fs/cephfs_mirror_helpers.sh [new file with mode: 0644]
qa/workunits/fs/damage/test-first-damage-lost-found.sh [new file with mode: 0755]
qa/workunits/fs/damage/test-first-damage.sh [new file with mode: 0755]
qa/workunits/fs/fscrypt.sh [new file with mode: 0755]
qa/workunits/fs/fscrypt_cli_setup.sh [new file with mode: 0755]
qa/workunits/fs/full/subvolume_clone.sh [new file with mode: 0755]
qa/workunits/fs/full/subvolume_ls.sh [new file with mode: 0755]
qa/workunits/fs/full/subvolume_rm.sh [new file with mode: 0755]
qa/workunits/fs/full/subvolume_snapshot_rm.sh [new file with mode: 0755]
qa/workunits/fs/maxentries/maxentries.sh [new file with mode: 0755]
qa/workunits/fs/misc/acl.sh [new file with mode: 0755]
qa/workunits/fs/misc/chmod.sh [new file with mode: 0755]
qa/workunits/fs/misc/dac_override.sh [new file with mode: 0755]
qa/workunits/fs/misc/direct_io.py [new file with mode: 0755]
qa/workunits/fs/misc/dirfrag.sh [new file with mode: 0755]
qa/workunits/fs/misc/fallocate.sh [new file with mode: 0755]
qa/workunits/fs/misc/filelock_deadlock.py [new file with mode: 0755]
qa/workunits/fs/misc/filelock_interrupt.py [new file with mode: 0755]
qa/workunits/fs/misc/general_vxattrs.sh [new file with mode: 0755]
qa/workunits/fs/misc/i_complete_vs_rename.sh [new file with mode: 0755]
qa/workunits/fs/misc/layout_vxattrs.sh [new file with mode: 0755]
qa/workunits/fs/misc/mkpool_layout_vxattrs.sh [new file with mode: 0755]
qa/workunits/fs/misc/multiple_rsync.sh [new file with mode: 0755]
qa/workunits/fs/misc/rstats.sh [new file with mode: 0755]
qa/workunits/fs/misc/trivial_sync.sh [new file with mode: 0755]
qa/workunits/fs/misc/xattrs.sh [new file with mode: 0755]
qa/workunits/fs/multiclient_sync_read_eof.py [new file with mode: 0755]
qa/workunits/fs/norstats/kernel_untar_tar.sh [new file with mode: 0755]
qa/workunits/fs/quota/quota.sh [new file with mode: 0755]
qa/workunits/fs/snap-hierarchy.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snap-rm-diff.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-1.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-2.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-authwb.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-capwb.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-dir-rename.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-double-null.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-estale.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-git-ceph.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-hardlink.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-intodir.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-multiple-capsnaps.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-name-limits.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-parents.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-realm-split.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-snap-rename.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-snap-rm-cmp.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-upchildrealms.sh [new file with mode: 0755]
qa/workunits/fs/snaps/snaptest-xattrwb.sh [new file with mode: 0755]
qa/workunits/fs/snaps/untar_snap_rm.sh [new file with mode: 0755]
qa/workunits/fs/test_o_trunc.c [new file with mode: 0644]
qa/workunits/fs/test_o_trunc.sh [new file with mode: 0755]
qa/workunits/fs/test_python.sh [new file with mode: 0755]
qa/workunits/hadoop/repl.sh [new file with mode: 0755]
qa/workunits/hadoop/terasort.sh [new file with mode: 0755]
qa/workunits/hadoop/wordcount.sh [new file with mode: 0755]
qa/workunits/kernel_untar_build.sh [new file with mode: 0755]
qa/workunits/libcephfs/test.sh [new file with mode: 0755]
qa/workunits/mgr/test_localpool.sh [new file with mode: 0755]
qa/workunits/mgr/test_per_module_finisher.sh [new file with mode: 0755]
qa/workunits/mon/auth_caps.sh [new file with mode: 0755]
qa/workunits/mon/auth_key_rotation.sh [new file with mode: 0755]
qa/workunits/mon/caps.py [new file with mode: 0644]
qa/workunits/mon/caps.sh [new file with mode: 0755]
qa/workunits/mon/config.sh [new file with mode: 0755]
qa/workunits/mon/crush_ops.sh [new file with mode: 0755]
qa/workunits/mon/mon-stretch-mode-5-mons-8-osds.sh [new file with mode: 0755]
qa/workunits/mon/mon-stretch-pool.sh [new file with mode: 0755]
qa/workunits/mon/osd.sh [new file with mode: 0755]
qa/workunits/mon/pg_autoscaler.sh [new file with mode: 0755]
qa/workunits/mon/ping.py [new file with mode: 0755]
qa/workunits/mon/pool_ops.sh [new file with mode: 0755]
qa/workunits/mon/rbd_snaps_ops.sh [new file with mode: 0755]
qa/workunits/mon/setup_stretch_cluster.sh [new file with mode: 0755]
qa/workunits/mon/test_config_key_caps.sh [new file with mode: 0755]
qa/workunits/mon/test_mon_config_key.py [new file with mode: 0755]
qa/workunits/mon/test_mon_osdmap_prune.sh [new file with mode: 0755]
qa/workunits/mon/test_noautoscale_flag.sh [new file with mode: 0755]
qa/workunits/nvmeof/basic_tests.sh [new file with mode: 0755]
qa/workunits/nvmeof/fio_test.sh [new file with mode: 0755]
qa/workunits/nvmeof/mtls_test.sh [new file with mode: 0755]
qa/workunits/nvmeof/namespace_test.sh [new file with mode: 0755]
qa/workunits/nvmeof/scalability_test.sh [new file with mode: 0755]
qa/workunits/nvmeof/setup_subsystem.sh [new file with mode: 0755]
qa/workunits/objectstore/test_fuse.sh [new file with mode: 0755]
qa/workunits/osdc/object_cacher_misc.sh [new file with mode: 0755]
qa/workunits/osdc/stress_objectcacher.sh [new file with mode: 0755]
qa/workunits/post-file.sh [new file with mode: 0755]
qa/workunits/rados/clone.sh [new file with mode: 0755]
qa/workunits/rados/load-gen-big.sh [new file with mode: 0755]
qa/workunits/rados/load-gen-mix-small-long.sh [new file with mode: 0755]
qa/workunits/rados/load-gen-mix-small.sh [new file with mode: 0755]
qa/workunits/rados/load-gen-mix.sh [new file with mode: 0755]
qa/workunits/rados/load-gen-mostlyread.sh [new file with mode: 0755]
qa/workunits/rados/stress_watch.sh [new file with mode: 0755]
qa/workunits/rados/test-clay-profiles.sh [new file with mode: 0755]
qa/workunits/rados/test.sh [new file with mode: 0755]
qa/workunits/rados/test_alloc_hint.sh [new file with mode: 0755]
qa/workunits/rados/test_cache_pool.sh [new file with mode: 0755]
qa/workunits/rados/test_crash.sh [new file with mode: 0755]
qa/workunits/rados/test_crushdiff.sh [new file with mode: 0755]
qa/workunits/rados/test_dedup_tool.sh [new file with mode: 0755]
qa/workunits/rados/test_envlibrados_for_rocksdb.sh [new file with mode: 0755]
qa/workunits/rados/test_hang.sh [new file with mode: 0755]
qa/workunits/rados/test_health_warnings.sh [new file with mode: 0755]
qa/workunits/rados/test_large_omap_detection.py [new file with mode: 0755]
qa/workunits/rados/test_libcephsqlite.sh [new file with mode: 0755]
qa/workunits/rados/test_librados_build.sh [new file with mode: 0755]
qa/workunits/rados/test_pool_access.sh [new file with mode: 0755]
qa/workunits/rados/test_pool_quota.sh [new file with mode: 0755]
qa/workunits/rados/test_python.sh [new file with mode: 0755]
qa/workunits/rados/test_rados_timeouts.sh [new file with mode: 0755]
qa/workunits/rados/test_rados_tool.sh [new file with mode: 0755]
qa/workunits/rados/version_number_sanity.sh [new file with mode: 0755]
qa/workunits/rbd/cli_generic.sh [new file with mode: 0755]
qa/workunits/rbd/cli_migration.sh [new file with mode: 0755]
qa/workunits/rbd/compare_mirror_image_alternate_primary.sh [new file with mode: 0755]
qa/workunits/rbd/compare_mirror_images.sh [new file with mode: 0755]
qa/workunits/rbd/concurrent.sh [new file with mode: 0755]
qa/workunits/rbd/crimson/test_crimson_librbd.sh [new file with mode: 0755]
qa/workunits/rbd/diff.sh [new file with mode: 0755]
qa/workunits/rbd/diff_continuous.sh [new file with mode: 0755]
qa/workunits/rbd/huge-tickets.sh [new file with mode: 0755]
qa/workunits/rbd/image_read.sh [new file with mode: 0755]
qa/workunits/rbd/import_export.sh [new file with mode: 0755]
qa/workunits/rbd/issue-20295.sh [new file with mode: 0755]
qa/workunits/rbd/journal.sh [new file with mode: 0755]
qa/workunits/rbd/kernel.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_data_pool.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_exclusive_option.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_fallocate.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_huge_osdmap.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_latest_osdmap_on_map.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_namespaces.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_rxbounce.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_stable_writes.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_udev_enumerate.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_udev_netlink_enobufs.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_udev_netns.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_udev_symlinks.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_wac.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_watch_errors.sh [new file with mode: 0755]
qa/workunits/rbd/krbd_watch_errors_exclusive.sh [new file with mode: 0755]
qa/workunits/rbd/luks-encryption.sh [new file with mode: 0755]
qa/workunits/rbd/map-snapshot-io.sh [new file with mode: 0755]
qa/workunits/rbd/map-unmap.sh [new file with mode: 0755]
qa/workunits/rbd/merge_diff.sh [new file with mode: 0755]
qa/workunits/rbd/notify_master.sh [new file with mode: 0755]
qa/workunits/rbd/notify_slave.sh [new file with mode: 0755]
qa/workunits/rbd/permissions.sh [new file with mode: 0755]
qa/workunits/rbd/qemu-iotests.sh [new file with mode: 0755]
qa/workunits/rbd/qemu_dynamic_features.sh [new file with mode: 0755]
qa/workunits/rbd/qemu_rebuild_object_map.sh [new file with mode: 0755]
qa/workunits/rbd/qos.sh [new file with mode: 0755]
qa/workunits/rbd/rbd-ggate.sh [new file with mode: 0755]
qa/workunits/rbd/rbd-nbd.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_groups.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_mirror.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_mirror_bootstrap.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_mirror_fsx_compare.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_mirror_fsx_prepare.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_mirror_ha.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_mirror_helpers.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_mirror_stress.sh [new file with mode: 0755]
qa/workunits/rbd/rbd_support_module_recovery.sh [new file with mode: 0755]
qa/workunits/rbd/read-flags.sh [new file with mode: 0755]
qa/workunits/rbd/simple_big.sh [new file with mode: 0755]
qa/workunits/rbd/test_admin_socket.sh [new file with mode: 0755]
qa/workunits/rbd/test_librbd.sh [new file with mode: 0755]
qa/workunits/rbd/test_librbd_python.sh [new file with mode: 0755]
qa/workunits/rbd/test_lock_fence.sh [new file with mode: 0755]
qa/workunits/rbd/test_rbd_mirror.sh [new file with mode: 0755]
qa/workunits/rbd/test_rbd_tasks.sh [new file with mode: 0755]
qa/workunits/rbd/test_rbdmap_RBDMAPFILE.sh [new file with mode: 0755]
qa/workunits/rbd/verify_pool.sh [new file with mode: 0755]
qa/workunits/rename/all.sh [new file with mode: 0755]
qa/workunits/rename/dir_pri_nul.sh [new file with mode: 0755]
qa/workunits/rename/dir_pri_pri.sh [new file with mode: 0755]
qa/workunits/rename/plan.txt [new file with mode: 0644]
qa/workunits/rename/prepare.sh [new file with mode: 0755]
qa/workunits/rename/pri_nul.sh [new file with mode: 0755]
qa/workunits/rename/pri_pri.sh [new file with mode: 0755]
qa/workunits/rename/pri_rem.sh [new file with mode: 0755]
qa/workunits/rename/rem_nul.sh [new file with mode: 0755]
qa/workunits/rename/rem_pri.sh [new file with mode: 0755]
qa/workunits/rename/rem_rem.sh [new file with mode: 0755]
qa/workunits/rest/test_mgr_rest_api.py [new file with mode: 0755]
qa/workunits/restart/test-backtraces.py [new file with mode: 0755]
qa/workunits/rgw/common.py [new file with mode: 0755]
qa/workunits/rgw/jcksum/.gitignore [new file with mode: 0644]
qa/workunits/rgw/jcksum/.mvn/wrapper/maven-wrapper.jar [new file with mode: 0644]
qa/workunits/rgw/jcksum/.mvn/wrapper/maven-wrapper.properties [new file with mode: 0644]
qa/workunits/rgw/jcksum/README.md [new file with mode: 0644]
qa/workunits/rgw/jcksum/file-0b [new file with mode: 0644]
qa/workunits/rgw/jcksum/file-1m [new file with mode: 0644]
qa/workunits/rgw/jcksum/file-200b [new file with mode: 0644]
qa/workunits/rgw/jcksum/file-21983b [new file with mode: 0644]
qa/workunits/rgw/jcksum/file-256k [new file with mode: 0644]
qa/workunits/rgw/jcksum/file-8b [new file with mode: 0644]
qa/workunits/rgw/jcksum/mvnw [new file with mode: 0755]
qa/workunits/rgw/jcksum/mvnw.cmd [new file with mode: 0644]
qa/workunits/rgw/jcksum/pom-SNAPSHOT.xml [new file with mode: 0644]
qa/workunits/rgw/jcksum/pom.xml [new file with mode: 0644]
qa/workunits/rgw/jcksum/src/main/java/io/ceph/jcksum/jcksum.java [new file with mode: 0644]
qa/workunits/rgw/jcksum/src/test/java/io/ceph/jcksum/PutObjects.java [new file with mode: 0644]
qa/workunits/rgw/keystone-fake-server.py [new file with mode: 0755]
qa/workunits/rgw/keystone-service-token.sh [new file with mode: 0755]
qa/workunits/rgw/olh_noname_key [new file with mode: 0644]
qa/workunits/rgw/olh_noname_val [new file with mode: 0644]
qa/workunits/rgw/run-admin-pagination.sh [new file with mode: 0755]
qa/workunits/rgw/run-bucket-check.sh [new file with mode: 0755]
qa/workunits/rgw/run-d4n.sh [new file with mode: 0755]
qa/workunits/rgw/run-datacache.sh [new file with mode: 0755]
qa/workunits/rgw/run-rados-pool-quota.sh [new file with mode: 0755]
qa/workunits/rgw/run-reshard.sh [new file with mode: 0755]
qa/workunits/rgw/run-s3tests.sh [new file with mode: 0755]
qa/workunits/rgw/run-versioning.sh [new file with mode: 0755]
qa/workunits/rgw/s3_bucket_quota-run.sh [new file with mode: 0755]
qa/workunits/rgw/s3_bucket_quota.pl [new file with mode: 0755]
qa/workunits/rgw/s3_multipart_upload-run.sh [new file with mode: 0755]
qa/workunits/rgw/s3_multipart_upload.pl [new file with mode: 0755]
qa/workunits/rgw/s3_user_quota-run.sh [new file with mode: 0755]
qa/workunits/rgw/s3_user_quota.pl [new file with mode: 0755]
qa/workunits/rgw/s3_utilities.pm [new file with mode: 0644]
qa/workunits/rgw/test-keystone-service-token.py [new file with mode: 0755]
qa/workunits/rgw/test_awssdkv4_sig.sh [new file with mode: 0755]
qa/workunits/rgw/test_d4n.sh [new file with mode: 0755]
qa/workunits/rgw/test_librgw_file.sh [new file with mode: 0755]
qa/workunits/rgw/test_rgw_admin_pagination.py [new file with mode: 0755]
qa/workunits/rgw/test_rgw_bucket_check.py [new file with mode: 0755]
qa/workunits/rgw/test_rgw_d4n.py [new file with mode: 0644]
qa/workunits/rgw/test_rgw_datacache.py [new file with mode: 0755]
qa/workunits/rgw/test_rgw_datalog.sh [new file with mode: 0755]
qa/workunits/rgw/test_rgw_gc_log.sh [new file with mode: 0755]
qa/workunits/rgw/test_rgw_obj.sh [new file with mode: 0755]
qa/workunits/rgw/test_rgw_orphan_list.sh [new file with mode: 0755]
qa/workunits/rgw/test_rgw_rados_pool_quota.py [new file with mode: 0755]
qa/workunits/rgw/test_rgw_reshard.py [new file with mode: 0755]
qa/workunits/rgw/test_rgw_s3_mp_reupload.py [new file with mode: 0755]
qa/workunits/rgw/test_rgw_s3_mp_reupload.sh [new file with mode: 0755]
qa/workunits/rgw/test_rgw_versioning.py [new file with mode: 0755]
qa/workunits/suites/blogbench.sh [new file with mode: 0755]
qa/workunits/suites/bonnie.sh [new file with mode: 0755]
qa/workunits/suites/cephfs_journal_tool_smoke.sh [new file with mode: 0755]
qa/workunits/suites/dbench-short.sh [new file with mode: 0755]
qa/workunits/suites/dbench.sh [new file with mode: 0755]
qa/workunits/suites/ffsb.sh [new file with mode: 0755]
qa/workunits/suites/fio.sh [new file with mode: 0755]
qa/workunits/suites/fsstress.sh [new file with mode: 0755]
qa/workunits/suites/fsx.sh [new file with mode: 0755]
qa/workunits/suites/fsync-tester.sh [new file with mode: 0755]
qa/workunits/suites/iogen.sh [new file with mode: 0755]
qa/workunits/suites/iozone-sync.sh [new file with mode: 0755]
qa/workunits/suites/iozone.sh [new file with mode: 0755]
qa/workunits/suites/pjd.sh [new file with mode: 0755]
qa/workunits/suites/random_write.32.ffsb [new file with mode: 0644]
qa/workunits/test_telemetry_quincy.sh [new file with mode: 0755]
qa/workunits/test_telemetry_quincy_x.sh [new file with mode: 0755]
qa/workunits/test_telemetry_reef.sh [new file with mode: 0755]
qa/workunits/test_telemetry_reef_x.sh [new file with mode: 0755]
qa/workunits/test_telemetry_squid.sh [new file with mode: 0755]
qa/workunits/test_telemetry_squid_x.sh [new file with mode: 0755]
qa/workunits/true.sh [new file with mode: 0755]
qa/workunits/windows/libvirt_vm/autounattend.xml [new file with mode: 0644]
qa/workunits/windows/libvirt_vm/first-logon.ps1 [new file with mode: 0644]
qa/workunits/windows/libvirt_vm/setup.ps1 [new file with mode: 0644]
qa/workunits/windows/libvirt_vm/setup.sh [new file with mode: 0755]
qa/workunits/windows/libvirt_vm/utils.ps1 [new file with mode: 0644]
qa/workunits/windows/py_tests/__init__.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/__init__.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/exception.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/rbd_image.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/task_group.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/tracer.py [new file with mode: 0644]
qa/workunits/windows/py_tests/internal/utils.py [new file with mode: 0644]
qa/workunits/windows/py_tests/rbd_wnbd/__init__.py [new file with mode: 0644]
qa/workunits/windows/py_tests/rbd_wnbd/service_restart_test.py [new file with mode: 0644]
qa/workunits/windows/py_tests/rbd_wnbd/stress_test.py [new file with mode: 0644]
qa/workunits/windows/run-tests.ps1 [new file with mode: 0644]
qa/workunits/windows/run-tests.sh [new file with mode: 0644]
run-make-check.sh [new file with mode: 0755]
selinux/.gitignore [new file with mode: 0644]
selinux/CMakeLists.txt [new file with mode: 0644]
selinux/ceph.fc [new file with mode: 0644]
selinux/ceph.if [new file with mode: 0644]
selinux/ceph.te [new file with mode: 0644]
share/id_rsa_drop.ceph.com [new file with mode: 0644]
share/id_rsa_drop.ceph.com.pub [new file with mode: 0644]
share/known_hosts_drop.ceph.com [new file with mode: 0644]
share/uncrustify.cfg [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/BLAKE3 [new submodule]
src/CMakeLists.txt [new file with mode: 0644]
src/README [new file with mode: 0644]
src/SimpleRADOSStriper.cc [new file with mode: 0644]
src/SimpleRADOSStriper.h [new file with mode: 0644]
src/TODO [new file with mode: 0644]
src/arch/CMakeLists.txt [new file with mode: 0644]
src/arch/arm.c [new file with mode: 0644]
src/arch/arm.h [new file with mode: 0644]
src/arch/intel.c [new file with mode: 0644]
src/arch/intel.h [new file with mode: 0644]
src/arch/ppc.c [new file with mode: 0644]
src/arch/ppc.h [new file with mode: 0644]
src/arch/probe.cc [new file with mode: 0644]
src/arch/probe.h [new file with mode: 0644]
src/arch/s390x.c [new file with mode: 0644]
src/arch/s390x.h [new file with mode: 0644]
src/arrow [new submodule]
src/auth/Auth.h [new file with mode: 0644]
src/auth/AuthAuthorizeHandler.h [new file with mode: 0644]
src/auth/AuthClient.h [new file with mode: 0644]
src/auth/AuthClientHandler.cc [new file with mode: 0644]
src/auth/AuthClientHandler.h [new file with mode: 0644]
src/auth/AuthMethodList.cc [new file with mode: 0644]
src/auth/AuthMethodList.h [new file with mode: 0644]
src/auth/AuthRegistry.cc [new file with mode: 0644]
src/auth/AuthRegistry.h [new file with mode: 0644]
src/auth/AuthServer.h [new file with mode: 0644]
src/auth/AuthServiceHandler.cc [new file with mode: 0644]
src/auth/AuthServiceHandler.h [new file with mode: 0644]
src/auth/AuthSessionHandler.cc [new file with mode: 0644]
src/auth/AuthSessionHandler.h [new file with mode: 0644]
src/auth/CMakeLists.txt [new file with mode: 0644]
src/auth/Crypto.cc [new file with mode: 0644]
src/auth/Crypto.h [new file with mode: 0644]
src/auth/DummyAuth.h [new file with mode: 0644]
src/auth/KeyRing.cc [new file with mode: 0644]
src/auth/KeyRing.h [new file with mode: 0644]
src/auth/RotatingKeyRing.cc [new file with mode: 0644]
src/auth/RotatingKeyRing.h [new file with mode: 0644]
src/auth/cephx/CephxAuthorizeHandler.cc [new file with mode: 0644]
src/auth/cephx/CephxAuthorizeHandler.h [new file with mode: 0644]
src/auth/cephx/CephxClientHandler.cc [new file with mode: 0644]
src/auth/cephx/CephxClientHandler.h [new file with mode: 0644]
src/auth/cephx/CephxKeyServer.cc [new file with mode: 0644]
src/auth/cephx/CephxKeyServer.h [new file with mode: 0644]
src/auth/cephx/CephxProtocol.cc [new file with mode: 0644]
src/auth/cephx/CephxProtocol.h [new file with mode: 0644]
src/auth/cephx/CephxServiceHandler.cc [new file with mode: 0644]
src/auth/cephx/CephxServiceHandler.h [new file with mode: 0644]
src/auth/cephx/CephxSessionHandler.cc [new file with mode: 0644]
src/auth/cephx/CephxSessionHandler.h [new file with mode: 0644]
src/auth/krb/KrbAuthorizeHandler.cpp [new file with mode: 0644]
src/auth/krb/KrbAuthorizeHandler.hpp [new file with mode: 0644]
src/auth/krb/KrbClientHandler.cpp [new file with mode: 0644]
src/auth/krb/KrbClientHandler.hpp [new file with mode: 0644]
src/auth/krb/KrbProtocol.cpp [new file with mode: 0644]
src/auth/krb/KrbProtocol.hpp [new file with mode: 0644]
src/auth/krb/KrbServiceHandler.cpp [new file with mode: 0644]
src/auth/krb/KrbServiceHandler.hpp [new file with mode: 0644]
src/auth/krb/KrbSessionHandler.hpp [new file with mode: 0644]
src/auth/none/AuthNoneAuthorizeHandler.cc [new file with mode: 0644]
src/auth/none/AuthNoneAuthorizeHandler.h [new file with mode: 0644]
src/auth/none/AuthNoneClientHandler.h [new file with mode: 0644]
src/auth/none/AuthNoneProtocol.h [new file with mode: 0644]
src/auth/none/AuthNoneServiceHandler.h [new file with mode: 0644]
src/auth/none/AuthNoneSessionHandler.h [new file with mode: 0644]
src/auth/scheme.txt [new file with mode: 0644]
src/bash_completion/CMakeLists.txt [new file with mode: 0644]
src/bash_completion/ceph [new file with mode: 0644]
src/bash_completion/rados [new file with mode: 0644]
src/bash_completion/radosgw-admin [new file with mode: 0644]
src/bash_completion/rbd [new file with mode: 0644]
src/blk/BlockDevice.cc [new file with mode: 0644]
src/blk/BlockDevice.h [new file with mode: 0644]
src/blk/CMakeLists.txt [new file with mode: 0644]
src/blk/aio/aio.cc [new file with mode: 0644]
src/blk/aio/aio.h [new file with mode: 0644]
src/blk/kernel/KernelDevice.cc [new file with mode: 0644]
src/blk/kernel/KernelDevice.h [new file with mode: 0644]
src/blk/kernel/io_uring.cc [new file with mode: 0644]
src/blk/kernel/io_uring.h [new file with mode: 0644]
src/blk/pmem/PMEMDevice.cc [new file with mode: 0644]
src/blk/pmem/PMEMDevice.h [new file with mode: 0644]
src/blk/spdk/NVMEDevice.cc [new file with mode: 0644]
src/blk/spdk/NVMEDevice.h [new file with mode: 0644]
src/blkin [new submodule]
src/c-ares [new submodule]
src/ceph-clsinfo [new file with mode: 0755]
src/ceph-coverage.in [new file with mode: 0644]
src/ceph-crash.in [new file with mode: 0755]
src/ceph-create-keys [new file with mode: 0755]
src/ceph-debugpack.in [new file with mode: 0644]
src/ceph-node-proxy/CMakeLists.txt [new file with mode: 0644]
src/ceph-node-proxy/MANIFEST.in [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/__init__.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/api.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/baseclient.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/baseredfishsystem.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/basesystem.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/main.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/redfish_client.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/redfishdellsystem.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/reporter.py [new file with mode: 0644]
src/ceph-node-proxy/ceph_node_proxy/util.py [new file with mode: 0644]
src/ceph-node-proxy/setup.py [new file with mode: 0644]
src/ceph-osd-prestart.sh [new file with mode: 0644]
src/ceph-post-file.in [new file with mode: 0755]
src/ceph-rbdnamer [new file with mode: 0755]
src/ceph-run [new file with mode: 0755]
src/ceph-volume/.gitignore [new file with mode: 0644]
src/ceph-volume/CMakeLists.txt [new file with mode: 0644]
src/ceph-volume/MANIFEST.in [new file with mode: 0644]
src/ceph-volume/ceph_volume/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/activate/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/activate/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/api/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/api/lvm.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/configuration.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/decorators.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/activate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/batch.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/common.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/create.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/deactivate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/listing.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/migrate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/prepare.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/trigger.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/lvm/zap.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/raw/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/raw/activate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/raw/common.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/raw/list.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/raw/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/raw/prepare.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/simple/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/simple/activate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/simple/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/simple/scan.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/devices/simple/trigger.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/drive_group/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/drive_group/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/exceptions.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/inventory/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/inventory/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/log.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/objectstore/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/objectstore/baseobjectstore.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/objectstore/lvm.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/objectstore/raw.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/process.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/systemd/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/systemd/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/systemd/systemctl.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/terminal.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/api/test_api.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/conftest.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/data_zap.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_activate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_common.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_create.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_deactivate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_listing.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_migrate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_prepare.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_trigger.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/lvm/test_zap.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/raw/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/raw/data_list.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/raw/test_list.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/raw/test_prepare.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/simple/test_activate.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/simple/test_scan.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/simple/test_trigger.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/devices/test_zap.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/.gitignore [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/README.md [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/Vagrantfile [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt-explicit/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt-explicit/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt-explicit/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt-explicit/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt-explicit/test.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt-explicit/test_zap.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt-explicit/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt/test.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt/test_zap.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-dmcrypt/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-explicit/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-explicit/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-explicit/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-explicit/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-explicit/test.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-explicit/test_zap.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type-explicit/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type/test.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type/test_zap.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/mixed-type/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type-dmcrypt/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type-dmcrypt/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type-dmcrypt/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type-dmcrypt/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type-dmcrypt/test.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type-dmcrypt/test_zap.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type-dmcrypt/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type/test.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type/test_zap.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/centos/bluestore/single-type/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/noop.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/setup_mixed_type.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_explicit.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_zap.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/batch/tox.ini [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/group_vars/bluestore [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/group_vars/bluestore_lvm [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/group_vars/bluestore_lvm_dmcrypt [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/group_vars/bluestore_single [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/create/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/create/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/create/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/create/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/create/test.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/create/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/dmcrypt/Vagrantfile [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/dmcrypt/group_vars/all [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/dmcrypt/hosts [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/dmcrypt/setup.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/dmcrypt/test.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/lvm/centos/bluestore/dmcrypt/vagrant_variables.yml [new symlink]
src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/setup_partitions.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/scripts/generate_ssh_config.sh [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/scripts/output.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/scripts/test_unicode.sh [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/scripts/vagrant_reload.sh [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/scripts/vagrant_up.sh [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tests/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tests/conftest.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tests/osd/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/tests/osd/test_osds.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/functional/vagrant_variables.yml [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/objectstore/test_baseobjectstore.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/objectstore/test_lvm.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/objectstore/test_raw.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/systemd/test_main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/systemd/test_systemctl.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/test_ceph_volume.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/test_configuration.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/test_decorators.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/test_inventory.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/test_main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/test_process.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/test_terminal.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/util/test_arg_validators.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/util/test_device.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/util/test_disk.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/util/test_encryption.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/util/test_prepare.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/util/test_system.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/tests/util/test_util.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/arg_validators.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/constants.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/device.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/disk.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/encryption.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/lsmdisk.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/prepare.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/system.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/util/templates.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/CMakeLists.txt [new file with mode: 0644]
src/ceph-volume/plugin/zfs/LICENSE [new file with mode: 0644]
src/ceph-volume/plugin/zfs/MANIFEST.in [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/__init__.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/api/__init__.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/__init__.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/__init__.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/inventory.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/main.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/prepare.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/zap.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/util/__init__.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/util/disk.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/zfs.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/requirements_dev.txt [new file with mode: 0644]
src/ceph-volume/plugin/zfs/setup.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/tox.ini [new file with mode: 0644]
src/ceph-volume/setup.py [new file with mode: 0644]
src/ceph-volume/shell_tox.ini [new file with mode: 0644]
src/ceph-volume/tox.ini [new file with mode: 0644]
src/ceph-volume/tox_install_command.sh [new file with mode: 0755]
src/ceph.conf.twoosds [new file with mode: 0644]
src/ceph.in [new file with mode: 0755]
src/ceph_common.sh [new file with mode: 0644]
src/ceph_fuse.cc [new file with mode: 0644]
src/ceph_mds.cc [new file with mode: 0644]
src/ceph_mgr.cc [new file with mode: 0644]
src/ceph_mon.cc [new file with mode: 0644]
src/ceph_nvmeof_monitor_client.cc [new file with mode: 0644]
src/ceph_osd.cc [new file with mode: 0644]
src/ceph_release [new file with mode: 0644]
src/ceph_release.h.in.cmake [new file with mode: 0644]
src/ceph_syn.cc [new file with mode: 0644]
src/ceph_ver.c [new file with mode: 0644]
src/ceph_ver.h.in.cmake [new file with mode: 0644]
src/cephadm/.gitignore [new file with mode: 0644]
src/cephadm/CMakeLists.txt [new file with mode: 0644]
src/cephadm/box/DockerfileDocker [new file with mode: 0644]
src/cephadm/box/DockerfilePodman [new file with mode: 0644]
src/cephadm/box/__init__.py [new file with mode: 0644]
src/cephadm/box/box.py [new file with mode: 0755]
src/cephadm/box/daemon.json [new file with mode: 0644]
src/cephadm/box/docker-compose-docker.yml [new file with mode: 0644]
src/cephadm/box/docker-compose.cgroup1.yml [new file with mode: 0644]
src/cephadm/box/docker/ceph/.bashrc [new file with mode: 0644]
src/cephadm/box/docker/ceph/Dockerfile [new file with mode: 0644]
src/cephadm/box/docker/ceph/locale.conf [new file with mode: 0644]
src/cephadm/box/host.py [new file with mode: 0644]
src/cephadm/box/osd.py [new file with mode: 0644]
src/cephadm/box/util.py [new file with mode: 0644]
src/cephadm/build.py [new file with mode: 0755]
src/cephadm/build.sh [new file with mode: 0755]
src/cephadm/cephadm.py [new file with mode: 0755]
src/cephadm/cephadmlib/__init__.py [new file with mode: 0644]
src/cephadm/cephadmlib/agent.py [new file with mode: 0644]
src/cephadm/cephadmlib/call_wrappers.py [new file with mode: 0644]
src/cephadm/cephadmlib/constants.py [new file with mode: 0644]
src/cephadm/cephadmlib/container_daemon_form.py [new file with mode: 0644]
src/cephadm/cephadmlib/container_engine_base.py [new file with mode: 0644]
src/cephadm/cephadmlib/container_engines.py [new file with mode: 0644]
src/cephadm/cephadmlib/container_lookup.py [new file with mode: 0644]
src/cephadm/cephadmlib/container_types.py [new file with mode: 0644]
src/cephadm/cephadmlib/context.py [new file with mode: 0644]
src/cephadm/cephadmlib/context_getters.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemon_form.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemon_identity.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/__init__.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/ceph.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/custom.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/ingress.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/iscsi.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/mgmt_gateway.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/monitoring.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/nfs.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/node_proxy.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/nvmeof.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/oauth2_proxy.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/smb.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/snmp.py [new file with mode: 0644]
src/cephadm/cephadmlib/daemons/tracing.py [new file with mode: 0644]
src/cephadm/cephadmlib/data_utils.py [new file with mode: 0644]
src/cephadm/cephadmlib/decorators.py [new file with mode: 0644]
src/cephadm/cephadmlib/deploy.py [new file with mode: 0644]
src/cephadm/cephadmlib/deployment_utils.py [new file with mode: 0644]
src/cephadm/cephadmlib/exceptions.py [new file with mode: 0644]
src/cephadm/cephadmlib/exe_utils.py [new file with mode: 0644]
src/cephadm/cephadmlib/file_utils.py [new file with mode: 0644]
src/cephadm/cephadmlib/firewalld.py [new file with mode: 0644]
src/cephadm/cephadmlib/host_facts.py [new file with mode: 0644]
src/cephadm/cephadmlib/listing.py [new file with mode: 0644]
src/cephadm/cephadmlib/listing_updaters.py [new file with mode: 0644]
src/cephadm/cephadmlib/locking.py [new file with mode: 0644]
src/cephadm/cephadmlib/logging.py [new file with mode: 0644]
src/cephadm/cephadmlib/net_utils.py [new file with mode: 0644]
src/cephadm/cephadmlib/packagers.py [new file with mode: 0644]
src/cephadm/cephadmlib/runscripts.py [new file with mode: 0644]
src/cephadm/cephadmlib/ssh.py [new file with mode: 0644]
src/cephadm/cephadmlib/sysctl.py [new file with mode: 0644]
src/cephadm/cephadmlib/systemd.py [new file with mode: 0644]
src/cephadm/cephadmlib/systemd_unit.py [new file with mode: 0644]
src/cephadm/cephadmlib/templates/agent.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/ceph.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/cephadm.logrotate.config.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/cluster.logrotate.config.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/dropin.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/init_containers.run.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/init_ctr.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/sidecar.run.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templates/sidecar.service.j2 [new file with mode: 0644]
src/cephadm/cephadmlib/templating.py [new file with mode: 0644]
src/cephadm/containers/keepalived/Dockerfile [new file with mode: 0644]
src/cephadm/containers/keepalived/LICENSE [new file with mode: 0644]
src/cephadm/containers/keepalived/README.md [new file with mode: 0644]
src/cephadm/containers/keepalived/skel/init.sh [new file with mode: 0755]
src/cephadm/samples/alertmanager.json [new file with mode: 0644]
src/cephadm/samples/custom_container.json [new file with mode: 0644]
src/cephadm/samples/grafana.json [new file with mode: 0644]
src/cephadm/samples/nfs.json [new file with mode: 0644]
src/cephadm/samples/prometheus.json [new file with mode: 0644]
src/cephadm/samples/rgw_ssl.json [new file with mode: 0644]
src/cephadm/tests/__init__.py [new file with mode: 0644]
src/cephadm/tests/build/__init__.py [new file with mode: 0644]
src/cephadm/tests/build/test_cephadm_build.py [new file with mode: 0644]
src/cephadm/tests/fixtures.py [new file with mode: 0644]
src/cephadm/tests/test_agent.py [new file with mode: 0644]
src/cephadm/tests/test_cephadm.py [new file with mode: 0644]
src/cephadm/tests/test_container_engine.py [new file with mode: 0644]
src/cephadm/tests/test_custom_container.py [new file with mode: 0644]
src/cephadm/tests/test_daemon_form.py [new file with mode: 0644]
src/cephadm/tests/test_deploy.py [new file with mode: 0644]
src/cephadm/tests/test_host_facts.py [new file with mode: 0644]
src/cephadm/tests/test_ingress.py [new file with mode: 0644]
src/cephadm/tests/test_listing.py [new file with mode: 0644]
src/cephadm/tests/test_logrotate_config.py [new file with mode: 0644]
src/cephadm/tests/test_networks.py [new file with mode: 0644]
src/cephadm/tests/test_nfs.py [new file with mode: 0644]
src/cephadm/tests/test_unit_file.py [new file with mode: 0644]
src/cephadm/tests/test_util_funcs.py [new file with mode: 0644]
src/cephadm/tox.ini [new file with mode: 0644]
src/cephadm/vstart-cleanup.sh [new file with mode: 0755]
src/cephadm/vstart-smoke.sh [new file with mode: 0755]
src/cephadm/zipapp-reqs.txt [new file with mode: 0644]
src/cephfs.pc.in [new file with mode: 0644]
src/ckill.sh [new file with mode: 0755]
src/client/CMakeLists.txt [new file with mode: 0644]
src/client/Client.cc [new file with mode: 0644]
src/client/Client.h [new file with mode: 0644]
src/client/ClientSnapRealm.cc [new file with mode: 0644]
src/client/ClientSnapRealm.h [new file with mode: 0644]
src/client/Delegation.cc [new file with mode: 0644]
src/client/Delegation.h [new file with mode: 0644]
src/client/Dentry.cc [new file with mode: 0644]
src/client/Dentry.h [new file with mode: 0644]
src/client/DentryRef.h [new file with mode: 0644]
src/client/Dir.h [new file with mode: 0644]
src/client/Fh.cc [new file with mode: 0644]
src/client/Fh.h [new file with mode: 0644]
src/client/Inode.cc [new file with mode: 0644]
src/client/Inode.h [new file with mode: 0644]
src/client/InodeRef.h [new file with mode: 0644]
src/client/MetaRequest.cc [new file with mode: 0644]
src/client/MetaRequest.h [new file with mode: 0644]
src/client/MetaSession.cc [new file with mode: 0644]
src/client/MetaSession.h [new file with mode: 0644]
src/client/ObjecterWriteback.h [new file with mode: 0644]
src/client/RWRef.h [new file with mode: 0644]
src/client/SyntheticClient.cc [new file with mode: 0644]
src/client/SyntheticClient.h [new file with mode: 0644]
src/client/Trace.cc [new file with mode: 0644]
src/client/Trace.h [new file with mode: 0644]
src/client/UserPerm.h [new file with mode: 0644]
src/client/barrier.cc [new file with mode: 0644]
src/client/barrier.h [new file with mode: 0644]
src/client/fuse_ll.cc [new file with mode: 0644]
src/client/fuse_ll.h [new file with mode: 0644]
src/client/ioctl.h [new file with mode: 0644]
src/client/posix_acl.cc [new file with mode: 0644]
src/client/posix_acl.h [new file with mode: 0644]
src/client/test_ioctls.c [new file with mode: 0644]
src/cls/2pc_queue/cls_2pc_queue.cc [new file with mode: 0644]
src/cls/2pc_queue/cls_2pc_queue_client.cc [new file with mode: 0644]
src/cls/2pc_queue/cls_2pc_queue_client.h [new file with mode: 0644]
src/cls/2pc_queue/cls_2pc_queue_const.h [new file with mode: 0644]
src/cls/2pc_queue/cls_2pc_queue_ops.h [new file with mode: 0644]
src/cls/2pc_queue/cls_2pc_queue_types.h [new file with mode: 0644]
src/cls/CMakeLists.txt [new file with mode: 0644]
src/cls/cas/cls_cas.cc [new file with mode: 0644]
src/cls/cas/cls_cas_client.cc [new file with mode: 0644]
src/cls/cas/cls_cas_client.h [new file with mode: 0644]
src/cls/cas/cls_cas_internal.cc [new file with mode: 0644]
src/cls/cas/cls_cas_internal.h [new file with mode: 0644]
src/cls/cas/cls_cas_ops.h [new file with mode: 0644]
src/cls/cephfs/cls_cephfs.cc [new file with mode: 0644]
src/cls/cephfs/cls_cephfs.h [new file with mode: 0644]
src/cls/cephfs/cls_cephfs_client.cc [new file with mode: 0644]
src/cls/cephfs/cls_cephfs_client.h [new file with mode: 0644]
src/cls/cmpomap/CMakeLists.txt [new file with mode: 0644]
src/cls/cmpomap/client.cc [new file with mode: 0644]
src/cls/cmpomap/client.h [new file with mode: 0644]
src/cls/cmpomap/ops.h [new file with mode: 0644]
src/cls/cmpomap/server.cc [new file with mode: 0644]
src/cls/cmpomap/types.h [new file with mode: 0644]
src/cls/fifo/cls_fifo.cc [new file with mode: 0644]
src/cls/fifo/cls_fifo_ops.h [new file with mode: 0644]
src/cls/fifo/cls_fifo_types.h [new file with mode: 0644]
src/cls/hello/cls_hello.cc [new file with mode: 0644]
src/cls/journal/cls_journal.cc [new file with mode: 0644]
src/cls/journal/cls_journal_client.cc [new file with mode: 0644]
src/cls/journal/cls_journal_client.h [new file with mode: 0644]
src/cls/journal/cls_journal_types.cc [new file with mode: 0644]
src/cls/journal/cls_journal_types.h [new file with mode: 0644]
src/cls/lock/cls_lock.cc [new file with mode: 0644]
src/cls/lock/cls_lock_client.cc [new file with mode: 0644]
src/cls/lock/cls_lock_client.h [new file with mode: 0644]
src/cls/lock/cls_lock_ops.cc [new file with mode: 0644]
src/cls/lock/cls_lock_ops.h [new file with mode: 0644]
src/cls/lock/cls_lock_types.cc [new file with mode: 0644]
src/cls/lock/cls_lock_types.h [new file with mode: 0644]
src/cls/log/cls_log.cc [new file with mode: 0644]
src/cls/log/cls_log_client.cc [new file with mode: 0644]
src/cls/log/cls_log_client.h [new file with mode: 0644]
src/cls/log/cls_log_ops.h [new file with mode: 0644]
src/cls/log/cls_log_types.h [new file with mode: 0644]
src/cls/lua/cls_lua.cc [new file with mode: 0644]
src/cls/lua/cls_lua.h [new file with mode: 0644]
src/cls/lua/cls_lua_client.cc [new file with mode: 0644]
src/cls/lua/cls_lua_client.h [new file with mode: 0644]
src/cls/lua/cls_lua_ops.h [new file with mode: 0644]
src/cls/lua/lua_bufferlist.cc [new file with mode: 0644]
src/cls/numops/cls_numops.cc [new file with mode: 0644]
src/cls/numops/cls_numops_client.cc [new file with mode: 0644]
src/cls/numops/cls_numops_client.h [new file with mode: 0644]
src/cls/otp/cls_otp.cc [new file with mode: 0644]
src/cls/otp/cls_otp_client.cc [new file with mode: 0644]
src/cls/otp/cls_otp_client.h [new file with mode: 0644]
src/cls/otp/cls_otp_ops.h [new file with mode: 0644]
src/cls/otp/cls_otp_types.cc [new file with mode: 0644]
src/cls/otp/cls_otp_types.h [new file with mode: 0644]
src/cls/queue/cls_queue.cc [new file with mode: 0644]
src/cls/queue/cls_queue_client.cc [new file with mode: 0644]
src/cls/queue/cls_queue_client.h [new file with mode: 0644]
src/cls/queue/cls_queue_const.h [new file with mode: 0644]
src/cls/queue/cls_queue_ops.h [new file with mode: 0644]
src/cls/queue/cls_queue_src.cc [new file with mode: 0644]
src/cls/queue/cls_queue_src.h [new file with mode: 0644]
src/cls/queue/cls_queue_types.h [new file with mode: 0644]
src/cls/rbd/cls_rbd.cc [new file with mode: 0644]
src/cls/rbd/cls_rbd.h [new file with mode: 0644]
src/cls/rbd/cls_rbd_client.cc [new file with mode: 0644]
src/cls/rbd/cls_rbd_client.h [new file with mode: 0644]
src/cls/rbd/cls_rbd_types.cc [new file with mode: 0644]
src/cls/rbd/cls_rbd_types.h [new file with mode: 0644]
src/cls/refcount/cls_refcount.cc [new file with mode: 0644]
src/cls/refcount/cls_refcount_client.cc [new file with mode: 0644]
src/cls/refcount/cls_refcount_client.h [new file with mode: 0644]
src/cls/refcount/cls_refcount_ops.cc [new file with mode: 0644]
src/cls/refcount/cls_refcount_ops.h [new file with mode: 0644]
src/cls/rgw/cls_rgw.cc [new file with mode: 0644]
src/cls/rgw/cls_rgw_client.cc [new file with mode: 0644]
src/cls/rgw/cls_rgw_client.h [new file with mode: 0644]
src/cls/rgw/cls_rgw_const.h [new file with mode: 0644]
src/cls/rgw/cls_rgw_ops.cc [new file with mode: 0644]
src/cls/rgw/cls_rgw_ops.h [new file with mode: 0644]
src/cls/rgw/cls_rgw_types.cc [new file with mode: 0644]
src/cls/rgw/cls_rgw_types.h [new file with mode: 0644]
src/cls/rgw_gc/cls_rgw_gc.cc [new file with mode: 0644]
src/cls/rgw_gc/cls_rgw_gc_client.cc [new file with mode: 0644]
src/cls/rgw_gc/cls_rgw_gc_client.h [new file with mode: 0644]
src/cls/rgw_gc/cls_rgw_gc_const.h [new file with mode: 0644]
src/cls/rgw_gc/cls_rgw_gc_ops.h [new file with mode: 0644]
src/cls/rgw_gc/cls_rgw_gc_types.h [new file with mode: 0644]
src/cls/sdk/cls_sdk.cc [new file with mode: 0644]
src/cls/sem_set/DESIGN.md [new file with mode: 0644]
src/cls/sem_set/module.cc [new file with mode: 0644]
src/cls/sem_set/ops.h [new file with mode: 0644]
src/cls/timeindex/cls_timeindex.cc [new file with mode: 0644]
src/cls/timeindex/cls_timeindex_client.cc [new file with mode: 0644]
src/cls/timeindex/cls_timeindex_client.h [new file with mode: 0644]
src/cls/timeindex/cls_timeindex_ops.h [new file with mode: 0644]
src/cls/timeindex/cls_timeindex_types.cc [new file with mode: 0644]
src/cls/timeindex/cls_timeindex_types.h [new file with mode: 0644]
src/cls/user/cls_user.cc [new file with mode: 0644]
src/cls/user/cls_user_client.cc [new file with mode: 0644]
src/cls/user/cls_user_client.h [new file with mode: 0644]
src/cls/user/cls_user_ops.cc [new file with mode: 0644]
src/cls/user/cls_user_ops.h [new file with mode: 0644]
src/cls/user/cls_user_types.cc [new file with mode: 0644]
src/cls/user/cls_user_types.h [new file with mode: 0644]
src/cls/version/cls_version.cc [new file with mode: 0644]
src/cls/version/cls_version_client.cc [new file with mode: 0644]
src/cls/version/cls_version_client.h [new file with mode: 0644]
src/cls/version/cls_version_ops.h [new file with mode: 0644]
src/cls/version/cls_version_types.cc [new file with mode: 0644]
src/cls/version/cls_version_types.h [new file with mode: 0644]
src/cls_acl.cc [new file with mode: 0644]
src/cls_crypto.cc [new file with mode: 0644]
src/cmonctl [new file with mode: 0755]
src/common/AsyncOpTracker.cc [new file with mode: 0644]
src/common/AsyncOpTracker.h [new file with mode: 0644]
src/common/AsyncReserver.h [new file with mode: 0644]
src/common/BackTrace.cc [new file with mode: 0644]
src/common/BackTrace.h [new file with mode: 0644]
src/common/CDC.cc [new file with mode: 0644]
src/common/CDC.h [new file with mode: 0644]
src/common/CMakeLists.txt [new file with mode: 0644]
src/common/Checksummer.h [new file with mode: 0644]
src/common/Clock.h [new file with mode: 0644]
src/common/CommandTable.h [new file with mode: 0644]
src/common/Cond.h [new file with mode: 0644]
src/common/ConfUtils.cc [new file with mode: 0644]
src/common/ConfUtils.h [new file with mode: 0644]
src/common/ContextCompletion.cc [new file with mode: 0644]
src/common/ContextCompletion.h [new file with mode: 0644]
src/common/Continuation.h [new file with mode: 0644]
src/common/Cycles.cc [new file with mode: 0644]
src/common/Cycles.h [new file with mode: 0644]
src/common/DecayCounter.cc [new file with mode: 0644]
src/common/DecayCounter.h [new file with mode: 0644]
src/common/EventTrace.cc [new file with mode: 0644]
src/common/EventTrace.h [new file with mode: 0644]
src/common/FastCDC.cc [new file with mode: 0644]
src/common/FastCDC.h [new file with mode: 0644]
src/common/Finisher.cc [new file with mode: 0644]
src/common/Finisher.h [new file with mode: 0644]
src/common/FixedCDC.cc [new file with mode: 0644]
src/common/FixedCDC.h [new file with mode: 0644]
src/common/Formatter.cc [new file with mode: 0644]
src/common/Formatter.h [new file with mode: 0644]
src/common/Graylog.cc [new file with mode: 0644]
src/common/Graylog.h [new file with mode: 0644]
src/common/HBHandle.h [new file with mode: 0644]
src/common/HTMLFormatter.cc [new file with mode: 0644]
src/common/HTMLFormatter.h [new file with mode: 0644]
src/common/HeartbeatMap.cc [new file with mode: 0644]
src/common/HeartbeatMap.h [new file with mode: 0644]
src/common/Initialize.h [new file with mode: 0644]
src/common/Journald.cc [new file with mode: 0644]
src/common/Journald.h [new file with mode: 0644]
src/common/LRUSet.h [new file with mode: 0644]
src/common/LogClient.cc [new file with mode: 0644]
src/common/LogClient.h [new file with mode: 0644]
src/common/LogEntry.cc [new file with mode: 0644]
src/common/LogEntry.h [new file with mode: 0644]
src/common/MemoryModel.cc [new file with mode: 0644]
src/common/MemoryModel.h [new file with mode: 0644]
src/common/OpQueue.h [new file with mode: 0644]
src/common/OutputDataSocket.cc [new file with mode: 0644]
src/common/OutputDataSocket.h [new file with mode: 0644]
src/common/PluginRegistry.cc [new file with mode: 0644]
src/common/PluginRegistry.h [new file with mode: 0644]
src/common/Preforker.h [new file with mode: 0644]
src/common/PrioritizedQueue.h [new file with mode: 0644]
src/common/PriorityCache.cc [new file with mode: 0644]
src/common/PriorityCache.h [new file with mode: 0644]
src/common/QueueRing.h [new file with mode: 0644]
src/common/RWLock.h [new file with mode: 0644]
src/common/Readahead.cc [new file with mode: 0644]
src/common/Readahead.h [new file with mode: 0644]
src/common/RefCountedObj.cc [new file with mode: 0644]
src/common/RefCountedObj.h [new file with mode: 0644]
src/common/Semaphore.h [new file with mode: 0644]
src/common/SloppyCRCMap.cc [new file with mode: 0644]
src/common/SloppyCRCMap.h [new file with mode: 0644]
src/common/StackStringStream.h [new file with mode: 0644]
src/common/SubProcess.cc [new file with mode: 0644]
src/common/SubProcess.h [new file with mode: 0644]
src/common/TextTable.cc [new file with mode: 0644]
src/common/TextTable.h [new file with mode: 0644]
src/common/Thread.cc [new file with mode: 0644]
src/common/Thread.h [new file with mode: 0644]
src/common/Throttle.cc [new file with mode: 0644]
src/common/Throttle.h [new file with mode: 0644]
src/common/ThrottleInterface.h [new file with mode: 0644]
src/common/Timer.cc [new file with mode: 0644]
src/common/Timer.h [new file with mode: 0644]
src/common/TracepointProvider.cc [new file with mode: 0644]
src/common/TracepointProvider.h [new file with mode: 0644]
src/common/TrackedOp.cc [new file with mode: 0644]
src/common/TrackedOp.h [new file with mode: 0644]
src/common/WeightedPriorityQueue.h [new file with mode: 0644]
src/common/WorkQueue.cc [new file with mode: 0644]
src/common/WorkQueue.h [new file with mode: 0644]
src/common/addr_parsing.c [new file with mode: 0644]
src/common/admin_finisher.h [new file with mode: 0644]
src/common/admin_socket.cc [new file with mode: 0644]
src/common/admin_socket.h [new file with mode: 0644]
src/common/admin_socket_client.cc [new file with mode: 0644]
src/common/admin_socket_client.h [new file with mode: 0644]
src/common/aix_errno.cc [new file with mode: 0644]
src/common/allocate_unique.h [new file with mode: 0644]
src/common/arch.h [new file with mode: 0644]
src/common/armor.c [new file with mode: 0644]
src/common/armor.h [new file with mode: 0644]
src/common/assert.cc [new file with mode: 0644]
src/common/async/async_call.h [new file with mode: 0644]
src/common/async/async_cond.h [new file with mode: 0644]
src/common/async/bind_handler.h [new file with mode: 0644]
src/common/async/blocked_completion.h [new file with mode: 0644]
src/common/async/cancel_on_error.h [new file with mode: 0644]
src/common/async/co_spawn_group.h [new file with mode: 0644]
src/common/async/co_throttle.h [new file with mode: 0644]
src/common/async/co_waiter.h [new file with mode: 0644]
src/common/async/completion.h [new file with mode: 0644]
src/common/async/concepts.h [new file with mode: 0644]
src/common/async/context_pool.h [new file with mode: 0644]
src/common/async/detail/co_spawn_group.h [new file with mode: 0644]
src/common/async/detail/co_throttle_impl.h [new file with mode: 0644]
src/common/async/detail/shared_lock.h [new file with mode: 0644]
src/common/async/detail/shared_mutex.h [new file with mode: 0644]
src/common/async/detail/spawn_group.h [new file with mode: 0644]
src/common/async/detail/spawn_throttle_impl.h [new file with mode: 0644]
src/common/async/forward_handler.h [new file with mode: 0644]
src/common/async/librados_completion.h [new file with mode: 0644]
src/common/async/max_concurrent_for_each.h [new file with mode: 0644]
src/common/async/parallel_for_each.h [new file with mode: 0644]
src/common/async/service.h [new file with mode: 0644]
src/common/async/shared_mutex.h [new file with mode: 0644]
src/common/async/spawn_group.h [new file with mode: 0644]
src/common/async/spawn_throttle.h [new file with mode: 0644]
src/common/async/waiter.h [new file with mode: 0644]
src/common/async/yield_context.h [new file with mode: 0644]
src/common/async/yield_waiter.h [new file with mode: 0644]
src/common/bit_str.cc [new file with mode: 0644]
src/common/bit_str.h [new file with mode: 0644]
src/common/bit_vector.hpp [new file with mode: 0644]
src/common/bitset_set.h [new file with mode: 0644]
src/common/blkdev.cc [new file with mode: 0644]
src/common/blkdev.h [new file with mode: 0644]
src/common/bloom_filter.cc [new file with mode: 0644]
src/common/bloom_filter.hpp [new file with mode: 0644]
src/common/bounded_key_counter.h [new file with mode: 0644]
src/common/buffer.cc [new file with mode: 0644]
src/common/buffer_instrumentation.h [new file with mode: 0644]
src/common/ceph_argparse.cc [new file with mode: 0644]
src/common/ceph_argparse.h [new file with mode: 0644]
src/common/ceph_atomic.h [new file with mode: 0644]
src/common/ceph_context.cc [new file with mode: 0644]
src/common/ceph_context.h [new file with mode: 0644]
src/common/ceph_crypto.cc [new file with mode: 0644]
src/common/ceph_crypto.h [new file with mode: 0644]
src/common/ceph_frag.cc [new file with mode: 0644]
src/common/ceph_fs.cc [new file with mode: 0644]
src/common/ceph_hash.cc [new file with mode: 0644]
src/common/ceph_json.cc [new file with mode: 0644]
src/common/ceph_json.h [new file with mode: 0644]
src/common/ceph_mutex.h [new file with mode: 0644]
src/common/ceph_releases.cc [new file with mode: 0644]
src/common/ceph_releases.h [new file with mode: 0644]
src/common/ceph_strings.cc [new file with mode: 0644]
src/common/ceph_strings.h [new file with mode: 0644]
src/common/ceph_time.cc [new file with mode: 0644]
src/common/ceph_time.h [new file with mode: 0644]
src/common/ceph_timer.h [new file with mode: 0644]
src/common/cmdparse.cc [new file with mode: 0644]
src/common/cmdparse.h [new file with mode: 0644]
src/common/code_environment.cc [new file with mode: 0644]
src/common/code_environment.h [new file with mode: 0644]
src/common/cohort_lru.h [new file with mode: 0644]
src/common/common_init.cc [new file with mode: 0644]
src/common/common_init.h [new file with mode: 0644]
src/common/compat.cc [new file with mode: 0644]
src/common/compiler_extensions.h [new file with mode: 0644]
src/common/condition_variable_debug.cc [new file with mode: 0644]
src/common/condition_variable_debug.h [new file with mode: 0644]
src/common/config.cc [new file with mode: 0644]
src/common/config.h [new file with mode: 0644]
src/common/config_cacher.h [new file with mode: 0644]
src/common/config_fwd.h [new file with mode: 0644]
src/common/config_obs.h [new file with mode: 0644]
src/common/config_obs_mgr.h [new file with mode: 0644]
src/common/config_proxy.h [new file with mode: 0644]
src/common/config_tracker.h [new file with mode: 0644]
src/common/config_values.cc [new file with mode: 0644]
src/common/config_values.h [new file with mode: 0644]
src/common/containers.h [new file with mode: 0644]
src/common/convenience.h [new file with mode: 0644]
src/common/crc32c.cc [new file with mode: 0644]
src/common/crc32c_aarch64.c [new file with mode: 0644]
src/common/crc32c_aarch64.h [new file with mode: 0644]
src/common/crc32c_intel_baseline.c [new file with mode: 0644]
src/common/crc32c_intel_baseline.h [new file with mode: 0644]
src/common/crc32c_intel_fast.c [new file with mode: 0644]
src/common/crc32c_intel_fast.h [new file with mode: 0644]
src/common/crc32c_intel_fast_zero_asm.s [new file with mode: 0644]
src/common/crc32c_ppc.c [new file with mode: 0644]
src/common/crc32c_ppc.h [new file with mode: 0644]
src/common/crc32c_ppc_asm.S [new file with mode: 0644]
src/common/crc32c_ppc_constants.h [new file with mode: 0644]
src/common/crc32c_ppc_fast_zero_asm.S [new file with mode: 0644]
src/common/crc32c_s390x.c [new file with mode: 0644]
src/common/crc32c_s390x.h [new file with mode: 0644]
src/common/crc32c_s390x_le-vx.S [new file with mode: 0644]
src/common/crc32c_s390x_vx-insn.h [new file with mode: 0644]
src/common/darwin_errno.cc [new file with mode: 0644]
src/common/debug.h [new file with mode: 0644]
src/common/deleter.h [new file with mode: 0644]
src/common/detail/construct_suspended.h [new file with mode: 0644]
src/common/dns_resolve.cc [new file with mode: 0644]
src/common/dns_resolve.h [new file with mode: 0644]
src/common/dout.cc [new file with mode: 0644]
src/common/dout.h [new file with mode: 0644]
src/common/dout_fmt.h [new file with mode: 0644]
src/common/dummy.cc [new file with mode: 0644]
src/common/entity_name.cc [new file with mode: 0644]
src/common/entity_name.h [new file with mode: 0644]
src/common/environment.cc [new file with mode: 0644]
src/common/environment.h [new file with mode: 0644]
src/common/errno.cc [new file with mode: 0644]
src/common/errno.h [new file with mode: 0644]
src/common/error_code.cc [new file with mode: 0644]
src/common/error_code.h [new file with mode: 0644]
src/common/escape.cc [new file with mode: 0644]
src/common/escape.h [new file with mode: 0644]
src/common/event_socket.h [new file with mode: 0644]
src/common/fair_mutex.h [new file with mode: 0644]
src/common/fault_injector.h [new file with mode: 0644]
src/common/fd.cc [new file with mode: 0644]
src/common/fd.h [new file with mode: 0644]
src/common/fmt_common.h [new file with mode: 0644]
src/common/fork_function.h [new file with mode: 0644]
src/common/freebsd_errno.cc [new file with mode: 0644]
src/common/fs_types.cc [new file with mode: 0644]
src/common/function_signature.h [new file with mode: 0644]
src/common/hex.cc [new file with mode: 0644]
src/common/hex.h [new file with mode: 0644]
src/common/histogram.cc [new file with mode: 0644]
src/common/histogram.h [new file with mode: 0644]
src/common/hobject.cc [new file with mode: 0644]
src/common/hobject.h [new file with mode: 0644]
src/common/hostname.cc [new file with mode: 0644]
src/common/hostname.h [new file with mode: 0644]
src/common/inline_variant.h [new file with mode: 0644]
src/common/interval_map.h [new file with mode: 0644]
src/common/intrusive_lru.h [new file with mode: 0644]
src/common/intrusive_timer.h [new file with mode: 0644]
src/common/io_exerciser/CMakeLists.txt [new file with mode: 0644]
src/common/io_exerciser/DataGenerator.cc [new file with mode: 0644]
src/common/io_exerciser/DataGenerator.h [new file with mode: 0644]
src/common/io_exerciser/EcIoSequence.cc [new file with mode: 0644]
src/common/io_exerciser/EcIoSequence.h [new file with mode: 0644]
src/common/io_exerciser/IoOp.cc [new file with mode: 0644]
src/common/io_exerciser/IoOp.h [new file with mode: 0644]
src/common/io_exerciser/IoSequence.cc [new file with mode: 0644]
src/common/io_exerciser/IoSequence.h [new file with mode: 0644]
src/common/io_exerciser/Model.cc [new file with mode: 0644]
src/common/io_exerciser/Model.h [new file with mode: 0644]
src/common/io_exerciser/ObjectModel.cc [new file with mode: 0644]
src/common/io_exerciser/ObjectModel.h [new file with mode: 0644]
src/common/io_exerciser/OpType.h [new file with mode: 0644]
src/common/io_exerciser/RadosIo.cc [new file with mode: 0644]
src/common/io_exerciser/RadosIo.h [new file with mode: 0644]
src/common/ipaddr.cc [new file with mode: 0644]
src/common/iso_8601.cc [new file with mode: 0644]
src/common/iso_8601.h [new file with mode: 0644]
src/common/item_history.h [new file with mode: 0644]
src/common/json/BalancerStructures.cc [new file with mode: 0644]
src/common/json/BalancerStructures.h [new file with mode: 0644]
src/common/json/CMakeLists.txt [new file with mode: 0644]
src/common/json/ConfigStructures.cc [new file with mode: 0644]
src/common/json/ConfigStructures.h [new file with mode: 0644]
src/common/json/OSDStructures.cc [new file with mode: 0644]
src/common/json/OSDStructures.h [new file with mode: 0644]
src/common/likely.h [new file with mode: 0644]
src/common/linux_version.c [new file with mode: 0644]
src/common/linux_version.h [new file with mode: 0644]
src/common/lockdep.cc [new file with mode: 0644]
src/common/lockdep.h [new file with mode: 0644]
src/common/lru_map.h [new file with mode: 0644]
src/common/map_cacher.hpp [new file with mode: 0644]
src/common/mempool.cc [new file with mode: 0644]
src/common/mime.c [new file with mode: 0644]
src/common/mime.h [new file with mode: 0644]
src/common/mini_flat_map.h [new file with mode: 0644]
src/common/module.c [new file with mode: 0644]
src/common/module.h [new file with mode: 0644]
src/common/mutex_debug.cc [new file with mode: 0644]
src/common/mutex_debug.h [new file with mode: 0644]
src/common/not_before_queue.h [new file with mode: 0644]
src/common/numa.cc [new file with mode: 0644]
src/common/numa.h [new file with mode: 0644]
src/common/obj_bencher.cc [new file with mode: 0644]
src/common/obj_bencher.h [new file with mode: 0644]
src/common/openssl_opts_handler.cc [new file with mode: 0644]
src/common/openssl_opts_handler.h [new file with mode: 0644]
src/common/options.cc [new file with mode: 0644]
src/common/options.h [new file with mode: 0644]
src/common/options/CMakeLists.txt [new file with mode: 0644]
src/common/options/build_options.cc [new file with mode: 0644]
src/common/options/build_options.h [new file with mode: 0644]
src/common/options/ceph-exporter.yaml.in [new file with mode: 0644]
src/common/options/cephfs-mirror.yaml.in [new file with mode: 0644]
src/common/options/crimson.yaml.in [new file with mode: 0644]
src/common/options/global.yaml.in [new file with mode: 0644]
src/common/options/immutable-object-cache.yaml.in [new file with mode: 0644]
src/common/options/legacy_config_opts.h [new file with mode: 0644]
src/common/options/mds-client.yaml.in [new file with mode: 0644]
src/common/options/mds.yaml.in [new file with mode: 0644]
src/common/options/mgr.yaml.in [new file with mode: 0644]
src/common/options/mon.yaml.in [new file with mode: 0644]
src/common/options/osd.yaml.in [new file with mode: 0644]
src/common/options/rbd-mirror.yaml.in [new file with mode: 0644]
src/common/options/rbd.yaml.in [new file with mode: 0644]
src/common/options/rgw.yaml.in [new file with mode: 0644]
src/common/options/validate-options.py [new file with mode: 0755]
src/common/options/y2c.py [new file with mode: 0755]
src/common/ostream_temp.cc [new file with mode: 0644]
src/common/ostream_temp.h [new file with mode: 0644]
src/common/page.cc [new file with mode: 0644]
src/common/perf_counters.cc [new file with mode: 0644]
src/common/perf_counters.h [new file with mode: 0644]
src/common/perf_counters_cache.cc [new file with mode: 0644]
src/common/perf_counters_cache.h [new file with mode: 0644]
src/common/perf_counters_collection.cc [new file with mode: 0644]
src/common/perf_counters_collection.h [new file with mode: 0644]
src/common/perf_counters_key.cc [new file with mode: 0644]
src/common/perf_counters_key.h [new file with mode: 0644]
src/common/perf_histogram.cc [new file with mode: 0644]
src/common/perf_histogram.h [new file with mode: 0644]
src/common/pick_address.cc [new file with mode: 0644]
src/common/pick_address.h [new file with mode: 0644]
src/common/ppc-asm.h [new file with mode: 0644]
src/common/ppc-opcode.h [new file with mode: 0644]
src/common/pretty_binary.cc [new file with mode: 0644]
src/common/pretty_binary.h [new file with mode: 0644]
src/common/ptr_wrapper.h [new file with mode: 0644]
src/common/random_string.cc [new file with mode: 0644]
src/common/random_string.h [new file with mode: 0644]
src/common/ref.h [new file with mode: 0644]
src/common/reverse.c [new file with mode: 0644]
src/common/reverse.h [new file with mode: 0644]
src/common/run_cmd.cc [new file with mode: 0644]
src/common/run_cmd.h [new file with mode: 0644]
src/common/safe_io.c [new file with mode: 0644]
src/common/safe_io.h [new file with mode: 0644]
src/common/scrub_types.cc [new file with mode: 0644]
src/common/scrub_types.h [new file with mode: 0644]
src/common/sctp_crc32.c [new file with mode: 0644]
src/common/sctp_crc32.h [new file with mode: 0644]
src/common/secret.c [new file with mode: 0644]
src/common/secret.h [new file with mode: 0644]
src/common/shared_cache.hpp [new file with mode: 0644]
src/common/shared_mutex_debug.cc [new file with mode: 0644]
src/common/shared_mutex_debug.h [new file with mode: 0644]
src/common/sharedptr_registry.hpp [new file with mode: 0644]
src/common/shunique_lock.h [new file with mode: 0644]
src/common/signal.cc [new file with mode: 0644]
src/common/signal.h [new file with mode: 0644]
src/common/simple_cache.hpp [new file with mode: 0644]
src/common/snap_types.cc [new file with mode: 0644]
src/common/snap_types.h [new file with mode: 0644]
src/common/solaris_errno.cc [new file with mode: 0644]
src/common/split.h [new file with mode: 0644]
src/common/sstring.hh [new file with mode: 0644]
src/common/static_ptr.h [new file with mode: 0644]
src/common/str_list.cc [new file with mode: 0644]
src/common/str_map.cc [new file with mode: 0644]
src/common/strescape.h [new file with mode: 0644]
src/common/strtol.cc [new file with mode: 0644]
src/common/strtol.h [new file with mode: 0644]
src/common/subsys.h [new file with mode: 0644]
src/common/subsys_types.h [new file with mode: 0644]
src/common/tcp_info.cc [new file with mode: 0644]
src/common/tcp_info.h [new file with mode: 0644]
src/common/tracer.cc [new file with mode: 0644]
src/common/tracer.h [new file with mode: 0644]
src/common/tracked_int_ptr.hpp [new file with mode: 0644]
src/common/types.cc [new file with mode: 0644]
src/common/url_escape.cc [new file with mode: 0644]
src/common/url_escape.h [new file with mode: 0644]
src/common/utf8.c [new file with mode: 0644]
src/common/utf8.h [new file with mode: 0644]
src/common/util.cc [new file with mode: 0644]
src/common/valgrind.h [new file with mode: 0644]
src/common/version.cc [new file with mode: 0644]
src/common/version.h [new file with mode: 0644]
src/common/versioned_variant.h [new file with mode: 0644]
src/common/weighted_shuffle.h [new file with mode: 0644]
src/common/win32/SubProcess.cc [new file with mode: 0644]
src/common/win32/blkdev.cc [new file with mode: 0644]
src/common/win32/code_page.manifest [new file with mode: 0644]
src/common/win32/code_page.rc [new file with mode: 0644]
src/common/win32/dlfcn.cc [new file with mode: 0644]
src/common/win32/dns_resolve.cc [new file with mode: 0644]
src/common/win32/errno.cc [new file with mode: 0644]
src/common/win32/event_logging.mc [new file with mode: 0644]
src/common/win32/ifaddrs.cc [new file with mode: 0644]
src/common/win32/registry.cc [new file with mode: 0644]
src/common/win32/registry.h [new file with mode: 0644]
src/common/win32/service.cc [new file with mode: 0644]
src/common/win32/service.h [new file with mode: 0644]
src/common/win32/syslog.cc [new file with mode: 0644]
src/common/win32/wstring.cc [new file with mode: 0644]
src/common/win32/wstring.h [new file with mode: 0644]
src/common/zipkin_trace.h [new file with mode: 0644]
src/compressor/CMakeLists.txt [new file with mode: 0644]
src/compressor/CompressionPlugin.h [new file with mode: 0644]
src/compressor/Compressor.cc [new file with mode: 0644]
src/compressor/Compressor.h [new file with mode: 0644]
src/compressor/QatAccel.cc [new file with mode: 0644]
src/compressor/QatAccel.h [new file with mode: 0644]
src/compressor/UadkAccel.cc [new file with mode: 0644]
src/compressor/UadkAccel.h [new file with mode: 0644]
src/compressor/brotli/BrotliCompressor.cc [new file with mode: 0644]
src/compressor/brotli/BrotliCompressor.h [new file with mode: 0644]
src/compressor/brotli/CMakeLists.txt [new file with mode: 0644]
src/compressor/brotli/CompressionPluginBrotli.cc [new file with mode: 0644]
src/compressor/brotli/CompressionPluginBrotli.h [new file with mode: 0644]
src/compressor/lz4/CMakeLists.txt [new file with mode: 0644]
src/compressor/lz4/CompressionPluginLZ4.cc [new file with mode: 0644]
src/compressor/lz4/CompressionPluginLZ4.h [new file with mode: 0644]
src/compressor/lz4/LZ4Compressor.cc [new file with mode: 0644]
src/compressor/lz4/LZ4Compressor.h [new file with mode: 0644]
src/compressor/snappy/CMakeLists.txt [new file with mode: 0644]
src/compressor/snappy/CompressionPluginSnappy.cc [new file with mode: 0644]
src/compressor/snappy/CompressionPluginSnappy.h [new file with mode: 0644]
src/compressor/snappy/SnappyCompressor.h [new file with mode: 0644]
src/compressor/zlib/CMakeLists.txt [new file with mode: 0644]
src/compressor/zlib/CompressionPluginZlib.cc [new file with mode: 0644]
src/compressor/zlib/CompressionPluginZlib.h [new file with mode: 0644]
src/compressor/zlib/ZlibCompressor.cc [new file with mode: 0644]
src/compressor/zlib/ZlibCompressor.h [new file with mode: 0644]
src/compressor/zstd/CMakeLists.txt [new file with mode: 0644]
src/compressor/zstd/CompressionPluginZstd.cc [new file with mode: 0644]
src/compressor/zstd/CompressionPluginZstd.h [new file with mode: 0644]
src/compressor/zstd/ZstdCompressor.h [new file with mode: 0644]
src/crimson/CMakeLists.txt [new file with mode: 0644]
src/crimson/admin/CMakeLists.txt [new file with mode: 0644]
src/crimson/admin/admin_socket.cc [new file with mode: 0644]
src/crimson/admin/admin_socket.h [new file with mode: 0644]
src/crimson/admin/osd_admin.cc [new file with mode: 0644]
src/crimson/admin/osd_admin.h [new file with mode: 0644]
src/crimson/admin/pg_commands.cc [new file with mode: 0644]
src/crimson/admin/pg_commands.h [new file with mode: 0644]
src/crimson/auth/AuthClient.h [new file with mode: 0644]
src/crimson/auth/AuthServer.h [new file with mode: 0644]
src/crimson/auth/DummyAuth.h [new file with mode: 0644]
src/crimson/auth/KeyRing.cc [new file with mode: 0644]
src/crimson/auth/KeyRing.h [new file with mode: 0644]
src/crimson/common/assert.cc [new file with mode: 0644]
src/crimson/common/auth_handler.h [new file with mode: 0644]
src/crimson/common/buffer_io.cc [new file with mode: 0644]
src/crimson/common/buffer_io.h [new file with mode: 0644]
src/crimson/common/buffer_seastar.cc [new file with mode: 0644]
src/crimson/common/buffer_seastar.h [new file with mode: 0644]
src/crimson/common/condition_variable.h [new file with mode: 0644]
src/crimson/common/config_proxy.cc [new file with mode: 0644]
src/crimson/common/config_proxy.h [new file with mode: 0644]
src/crimson/common/coroutine.h [new file with mode: 0644]
src/crimson/common/errorator-loop.h [new file with mode: 0644]
src/crimson/common/errorator.h [new file with mode: 0644]
src/crimson/common/exception.h [new file with mode: 0644]
src/crimson/common/fatal_signal.cc [new file with mode: 0644]
src/crimson/common/fatal_signal.h [new file with mode: 0644]
src/crimson/common/fixed_kv_node_layout.h [new file with mode: 0644]
src/crimson/common/formatter.cc [new file with mode: 0644]
src/crimson/common/formatter.h [new file with mode: 0644]
src/crimson/common/gated.h [new file with mode: 0644]
src/crimson/common/interruptible_future.h [new file with mode: 0644]
src/crimson/common/layout.h [new file with mode: 0644]
src/crimson/common/local_shared_foreign_ptr.h [new file with mode: 0644]
src/crimson/common/log.cc [new file with mode: 0644]
src/crimson/common/log.h [new file with mode: 0644]
src/crimson/common/logclient.cc [new file with mode: 0644]
src/crimson/common/logclient.h [new file with mode: 0644]
src/crimson/common/operation.cc [new file with mode: 0644]
src/crimson/common/operation.h [new file with mode: 0644]
src/crimson/common/perf_counters_collection.cc [new file with mode: 0644]
src/crimson/common/perf_counters_collection.h [new file with mode: 0644]
src/crimson/common/shared_lru.h [new file with mode: 0644]
src/crimson/common/simple_lru.h [new file with mode: 0644]
src/crimson/common/smp_helpers.h [new file with mode: 0644]
src/crimson/common/subop_blocker.h [new file with mode: 0644]
src/crimson/common/throttle.cc [new file with mode: 0644]
src/crimson/common/throttle.h [new file with mode: 0644]
src/crimson/common/tmap_helpers.cc [new file with mode: 0644]
src/crimson/common/tmap_helpers.h [new file with mode: 0644]
src/crimson/common/tri_mutex.cc [new file with mode: 0644]
src/crimson/common/tri_mutex.h [new file with mode: 0644]
src/crimson/common/type_helpers.h [new file with mode: 0644]
src/crimson/common/utility.h [new file with mode: 0644]
src/crimson/crush/CrushLocation.cc [new file with mode: 0644]
src/crimson/crush/CrushLocation.h [new file with mode: 0644]
src/crimson/mgr/client.cc [new file with mode: 0644]
src/crimson/mgr/client.h [new file with mode: 0644]
src/crimson/mon/MonClient.cc [new file with mode: 0644]
src/crimson/mon/MonClient.h [new file with mode: 0644]
src/crimson/net/Connection.h [new file with mode: 0644]
src/crimson/net/Dispatcher.h [new file with mode: 0644]
src/crimson/net/Errors.cc [new file with mode: 0644]
src/crimson/net/Errors.h [new file with mode: 0644]
src/crimson/net/FrameAssemblerV2.cc [new file with mode: 0644]
src/crimson/net/FrameAssemblerV2.h [new file with mode: 0644]
src/crimson/net/Fwd.h [new file with mode: 0644]
src/crimson/net/Interceptor.h [new file with mode: 0644]
src/crimson/net/Messenger.cc [new file with mode: 0644]
src/crimson/net/Messenger.h [new file with mode: 0644]
src/crimson/net/ProtocolV2.cc [new file with mode: 0644]
src/crimson/net/ProtocolV2.h [new file with mode: 0644]
src/crimson/net/Socket.cc [new file with mode: 0644]
src/crimson/net/Socket.h [new file with mode: 0644]
src/crimson/net/SocketConnection.cc [new file with mode: 0644]
src/crimson/net/SocketConnection.h [new file with mode: 0644]
src/crimson/net/SocketMessenger.cc [new file with mode: 0644]
src/crimson/net/SocketMessenger.h [new file with mode: 0644]
src/crimson/net/chained_dispatchers.cc [new file with mode: 0644]
src/crimson/net/chained_dispatchers.h [new file with mode: 0644]
src/crimson/net/io_handler.cc [new file with mode: 0644]
src/crimson/net/io_handler.h [new file with mode: 0644]
src/crimson/os/CMakeLists.txt [new file with mode: 0644]
src/crimson/os/alienstore/CMakeLists.txt [new file with mode: 0644]
src/crimson/os/alienstore/alien_collection.h [new file with mode: 0644]
src/crimson/os/alienstore/alien_log.cc [new file with mode: 0644]
src/crimson/os/alienstore/alien_log.h [new file with mode: 0644]
src/crimson/os/alienstore/alien_store.cc [new file with mode: 0644]
src/crimson/os/alienstore/alien_store.h [new file with mode: 0644]
src/crimson/os/alienstore/semaphore.h [new file with mode: 0644]
src/crimson/os/alienstore/thread_pool.cc [new file with mode: 0644]
src/crimson/os/alienstore/thread_pool.h [new file with mode: 0644]
src/crimson/os/cyanstore/CMakeLists.txt [new file with mode: 0644]
src/crimson/os/cyanstore/cyan_collection.cc [new file with mode: 0644]
src/crimson/os/cyanstore/cyan_collection.h [new file with mode: 0644]
src/crimson/os/cyanstore/cyan_object.cc [new file with mode: 0644]
src/crimson/os/cyanstore/cyan_object.h [new file with mode: 0644]
src/crimson/os/cyanstore/cyan_store.cc [new file with mode: 0644]
src/crimson/os/cyanstore/cyan_store.h [new file with mode: 0644]
src/crimson/os/futurized_collection.h [new file with mode: 0644]
src/crimson/os/futurized_store.cc [new file with mode: 0644]
src/crimson/os/futurized_store.h [new file with mode: 0644]
src/crimson/os/seastore/CMakeLists.txt [new file with mode: 0644]
src/crimson/os/seastore/async_cleaner.cc [new file with mode: 0644]
src/crimson/os/seastore/async_cleaner.h [new file with mode: 0644]
src/crimson/os/seastore/backref/backref_tree_node.h [new file with mode: 0644]
src/crimson/os/seastore/backref/btree_backref_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/backref/btree_backref_manager.h [new file with mode: 0644]
src/crimson/os/seastore/backref_entry.h [new file with mode: 0644]
src/crimson/os/seastore/backref_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/backref_manager.h [new file with mode: 0644]
src/crimson/os/seastore/backref_mapping.h [new file with mode: 0644]
src/crimson/os/seastore/btree/btree_types.cc [new file with mode: 0644]
src/crimson/os/seastore/btree/btree_types.h [new file with mode: 0644]
src/crimson/os/seastore/btree/fixed_kv_btree.h [new file with mode: 0644]
src/crimson/os/seastore/btree/fixed_kv_node.h [new file with mode: 0644]
src/crimson/os/seastore/cache.cc [new file with mode: 0644]
src/crimson/os/seastore/cache.h [new file with mode: 0644]
src/crimson/os/seastore/cached_extent.cc [new file with mode: 0644]
src/crimson/os/seastore/cached_extent.h [new file with mode: 0644]
src/crimson/os/seastore/collection_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/collection_manager.h [new file with mode: 0644]
src/crimson/os/seastore/collection_manager/collection_flat_node.cc [new file with mode: 0644]
src/crimson/os/seastore/collection_manager/collection_flat_node.h [new file with mode: 0644]
src/crimson/os/seastore/collection_manager/flat_collection_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/collection_manager/flat_collection_manager.h [new file with mode: 0644]
src/crimson/os/seastore/device.cc [new file with mode: 0644]
src/crimson/os/seastore/device.h [new file with mode: 0644]
src/crimson/os/seastore/extent_placement_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/extent_placement_manager.h [new file with mode: 0644]
src/crimson/os/seastore/journal.cc [new file with mode: 0644]
src/crimson/os/seastore/journal.h [new file with mode: 0644]
src/crimson/os/seastore/journal/circular_bounded_journal.cc [new file with mode: 0644]
src/crimson/os/seastore/journal/circular_bounded_journal.h [new file with mode: 0644]
src/crimson/os/seastore/journal/circular_journal_space.cc [new file with mode: 0644]
src/crimson/os/seastore/journal/circular_journal_space.h [new file with mode: 0644]
src/crimson/os/seastore/journal/record_submitter.cc [new file with mode: 0644]
src/crimson/os/seastore/journal/record_submitter.h [new file with mode: 0644]
src/crimson/os/seastore/journal/segment_allocator.cc [new file with mode: 0644]
src/crimson/os/seastore/journal/segment_allocator.h [new file with mode: 0644]
src/crimson/os/seastore/journal/segmented_journal.cc [new file with mode: 0644]
src/crimson/os/seastore/journal/segmented_journal.h [new file with mode: 0644]
src/crimson/os/seastore/laddr_interval_set.h [new file with mode: 0644]
src/crimson/os/seastore/lba/btree_lba_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/lba/btree_lba_manager.h [new file with mode: 0644]
src/crimson/os/seastore/lba/lba_btree_node.cc [new file with mode: 0644]
src/crimson/os/seastore/lba/lba_btree_node.h [new file with mode: 0644]
src/crimson/os/seastore/lba_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/lba_manager.h [new file with mode: 0644]
src/crimson/os/seastore/lba_mapping.cc [new file with mode: 0644]
src/crimson/os/seastore/lba_mapping.h [new file with mode: 0644]
src/crimson/os/seastore/linked_tree_node.h [new file with mode: 0644]
src/crimson/os/seastore/logging.h [new file with mode: 0644]
src/crimson/os/seastore/logical_child_node.h [new file with mode: 0644]
src/crimson/os/seastore/object_data_handler.cc [new file with mode: 0644]
src/crimson/os/seastore/object_data_handler.h [new file with mode: 0644]
src/crimson/os/seastore/omap_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/omap_manager.h [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/btree/btree_omap_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/btree/btree_omap_manager.h [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/btree/omap_btree_node.h [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/btree/omap_btree_node_impl.cc [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/btree/omap_btree_node_impl.h [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/btree/omap_types.h [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/btree/string_kv_node_layout.h [new file with mode: 0644]
src/crimson/os/seastore/onode.cc [new file with mode: 0644]
src/crimson/os/seastore/onode.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/fltree_onode_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/fltree_onode_manager.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/fwd.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_delta_recorder.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_accessor.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_manager.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_manager/dummy.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_manager/seastore.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_manager/seastore.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_manager/test_replay.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_mutable.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_impl.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_impl.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_layout.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_layout_replayable.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/node_types.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/item_iterator_stage.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/item_iterator_stage.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/key_layout.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/key_layout.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/node_stage.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/node_stage.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/node_stage_layout.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/node_stage_layout.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/stage.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/stage_types.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/sub_items_stage.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/stages/sub_items_stage.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/super.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/super.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/tree.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/tree_utils.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/value.cc [new file with mode: 0644]
src/crimson/os/seastore/onode_manager/staged-fltree/value.h [new file with mode: 0644]
src/crimson/os/seastore/ordering_handle.h [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager.h [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/avlallocator.cc [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/avlallocator.h [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/block_rb_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/block_rb_manager.h [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/extent_allocator.h [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/nvme_block_device.cc [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/nvme_block_device.h [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/rbm_device.cc [new file with mode: 0644]
src/crimson/os/seastore/random_block_manager/rbm_device.h [new file with mode: 0644]
src/crimson/os/seastore/randomblock_manager_group.h [new file with mode: 0644]
src/crimson/os/seastore/record_scanner.cc [new file with mode: 0644]
src/crimson/os/seastore/record_scanner.h [new file with mode: 0644]
src/crimson/os/seastore/root_block.cc [new file with mode: 0644]
src/crimson/os/seastore/root_block.h [new file with mode: 0644]
src/crimson/os/seastore/root_meta.h [new file with mode: 0644]
src/crimson/os/seastore/seastore.cc [new file with mode: 0644]
src/crimson/os/seastore/seastore.h [new file with mode: 0644]
src/crimson/os/seastore/seastore_types.cc [new file with mode: 0644]
src/crimson/os/seastore/seastore_types.h [new file with mode: 0644]
src/crimson/os/seastore/segment_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/segment_manager.h [new file with mode: 0644]
src/crimson/os/seastore/segment_manager/block.cc [new file with mode: 0644]
src/crimson/os/seastore/segment_manager/block.h [new file with mode: 0644]
src/crimson/os/seastore/segment_manager/ephemeral.cc [new file with mode: 0644]
src/crimson/os/seastore/segment_manager/ephemeral.h [new file with mode: 0644]
src/crimson/os/seastore/segment_manager/zbd.cc [new file with mode: 0644]
src/crimson/os/seastore/segment_manager/zbd.h [new file with mode: 0644]
src/crimson/os/seastore/segment_manager_group.cc [new file with mode: 0644]
src/crimson/os/seastore/segment_manager_group.h [new file with mode: 0644]
src/crimson/os/seastore/segment_seq_allocator.h [new file with mode: 0644]
src/crimson/os/seastore/transaction.cc [new file with mode: 0644]
src/crimson/os/seastore/transaction.h [new file with mode: 0644]
src/crimson/os/seastore/transaction_interruptor.cc [new file with mode: 0644]
src/crimson/os/seastore/transaction_interruptor.h [new file with mode: 0644]
src/crimson/os/seastore/transaction_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/transaction_manager.h [new file with mode: 0644]
src/crimson/osd/CMakeLists.txt [new file with mode: 0644]
src/crimson/osd/acked_peers.h [new file with mode: 0644]
src/crimson/osd/backfill_facades.h [new file with mode: 0644]
src/crimson/osd/backfill_state.cc [new file with mode: 0644]
src/crimson/osd/backfill_state.h [new file with mode: 0644]
src/crimson/osd/ec_backend.cc [new file with mode: 0644]
src/crimson/osd/ec_backend.h [new file with mode: 0644]
src/crimson/osd/exceptions.h [new file with mode: 0644]
src/crimson/osd/heartbeat.cc [new file with mode: 0644]
src/crimson/osd/heartbeat.h [new file with mode: 0644]
src/crimson/osd/lsan_suppressions.cc [new file with mode: 0644]
src/crimson/osd/main.cc [new file with mode: 0644]
src/crimson/osd/main_config_bootstrap_helpers.cc [new file with mode: 0644]
src/crimson/osd/main_config_bootstrap_helpers.h [new file with mode: 0644]
src/crimson/osd/objclass.cc [new file with mode: 0644]
src/crimson/osd/object_context.cc [new file with mode: 0644]
src/crimson/osd/object_context.h [new file with mode: 0644]
src/crimson/osd/object_context_loader.cc [new file with mode: 0644]
src/crimson/osd/object_context_loader.h [new file with mode: 0644]
src/crimson/osd/object_metadata_helper.cc [new file with mode: 0644]
src/crimson/osd/object_metadata_helper.h [new file with mode: 0644]
src/crimson/osd/ops_executer.cc [new file with mode: 0644]
src/crimson/osd/ops_executer.h [new file with mode: 0644]
src/crimson/osd/osd.cc [new file with mode: 0644]
src/crimson/osd/osd.h [new file with mode: 0644]
src/crimson/osd/osd_connection_priv.h [new file with mode: 0644]
src/crimson/osd/osd_meta.cc [new file with mode: 0644]
src/crimson/osd/osd_meta.h [new file with mode: 0644]
src/crimson/osd/osd_operation.cc [new file with mode: 0644]
src/crimson/osd/osd_operation.h [new file with mode: 0644]
src/crimson/osd/osd_operation_external_tracking.h [new file with mode: 0644]
src/crimson/osd/osd_operations/background_recovery.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/background_recovery.h [new file with mode: 0644]
src/crimson/osd/osd_operations/client_request.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/client_request.h [new file with mode: 0644]
src/crimson/osd/osd_operations/internal_client_request.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/internal_client_request.h [new file with mode: 0644]
src/crimson/osd/osd_operations/logmissing_request.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/logmissing_request.h [new file with mode: 0644]
src/crimson/osd/osd_operations/logmissing_request_reply.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/logmissing_request_reply.h [new file with mode: 0644]
src/crimson/osd/osd_operations/osdop_params.h [new file with mode: 0644]
src/crimson/osd/osd_operations/peering_event.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/peering_event.h [new file with mode: 0644]
src/crimson/osd/osd_operations/pg_advance_map.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/pg_advance_map.h [new file with mode: 0644]
src/crimson/osd/osd_operations/pgpct_request.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/pgpct_request.h [new file with mode: 0644]
src/crimson/osd/osd_operations/recovery_subrequest.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/recovery_subrequest.h [new file with mode: 0644]
src/crimson/osd/osd_operations/replicated_request.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/replicated_request.h [new file with mode: 0644]
src/crimson/osd/osd_operations/replicated_request_reply.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/replicated_request_reply.h [new file with mode: 0644]
src/crimson/osd/osd_operations/scrub_events.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/scrub_events.h [new file with mode: 0644]
src/crimson/osd/osd_operations/snaptrim_event.cc [new file with mode: 0644]
src/crimson/osd/osd_operations/snaptrim_event.h [new file with mode: 0644]
src/crimson/osd/osdmap_gate.cc [new file with mode: 0644]
src/crimson/osd/osdmap_gate.h [new file with mode: 0644]
src/crimson/osd/osdmap_service.h [new file with mode: 0644]
src/crimson/osd/pg.cc [new file with mode: 0644]
src/crimson/osd/pg.h [new file with mode: 0644]
src/crimson/osd/pg_activation_blocker.cc [new file with mode: 0644]
src/crimson/osd/pg_activation_blocker.h [new file with mode: 0644]
src/crimson/osd/pg_backend.cc [new file with mode: 0644]
src/crimson/osd/pg_backend.h [new file with mode: 0644]
src/crimson/osd/pg_interval_interrupt_condition.cc [new file with mode: 0644]
src/crimson/osd/pg_interval_interrupt_condition.h [new file with mode: 0644]
src/crimson/osd/pg_map.cc [new file with mode: 0644]
src/crimson/osd/pg_map.h [new file with mode: 0644]
src/crimson/osd/pg_meta.cc [new file with mode: 0644]
src/crimson/osd/pg_meta.h [new file with mode: 0644]
src/crimson/osd/pg_recovery.cc [new file with mode: 0644]
src/crimson/osd/pg_recovery.h [new file with mode: 0644]
src/crimson/osd/pg_recovery_listener.h [new file with mode: 0644]
src/crimson/osd/pg_shard_manager.cc [new file with mode: 0644]
src/crimson/osd/pg_shard_manager.h [new file with mode: 0644]
src/crimson/osd/recovery_backend.cc [new file with mode: 0644]
src/crimson/osd/recovery_backend.h [new file with mode: 0644]
src/crimson/osd/replicated_backend.cc [new file with mode: 0644]
src/crimson/osd/replicated_backend.h [new file with mode: 0644]
src/crimson/osd/replicated_recovery_backend.cc [new file with mode: 0644]
src/crimson/osd/replicated_recovery_backend.h [new file with mode: 0644]
src/crimson/osd/scheduler/mclock_scheduler.cc [new file with mode: 0644]
src/crimson/osd/scheduler/mclock_scheduler.h [new file with mode: 0644]
src/crimson/osd/scheduler/scheduler.cc [new file with mode: 0644]
src/crimson/osd/scheduler/scheduler.h [new file with mode: 0644]
src/crimson/osd/scrub/pg_scrubber.cc [new file with mode: 0644]
src/crimson/osd/scrub/pg_scrubber.h [new file with mode: 0644]
src/crimson/osd/scrub/scrub_machine.cc [new file with mode: 0644]
src/crimson/osd/scrub/scrub_machine.h [new file with mode: 0644]
src/crimson/osd/scrub/scrub_validator.cc [new file with mode: 0644]
src/crimson/osd/scrub/scrub_validator.h [new file with mode: 0644]
src/crimson/osd/shard_services.cc [new file with mode: 0644]
src/crimson/osd/shard_services.h [new file with mode: 0644]
src/crimson/osd/state.h [new file with mode: 0644]
src/crimson/osd/stop_signal.h [new file with mode: 0644]
src/crimson/osd/watch.cc [new file with mode: 0644]
src/crimson/osd/watch.h [new file with mode: 0644]
src/crimson/tools/CMakeLists.txt [new file with mode: 0644]
src/crimson/tools/perf_async_msgr.cc [new file with mode: 0644]
src/crimson/tools/perf_crimson_msgr.cc [new file with mode: 0644]
src/crimson/tools/perf_staged_fltree.cc [new file with mode: 0644]
src/crimson/tools/store_nbd/block_driver.cc [new file with mode: 0644]
src/crimson/tools/store_nbd/block_driver.h [new file with mode: 0644]
src/crimson/tools/store_nbd/fs_driver.cc [new file with mode: 0644]
src/crimson/tools/store_nbd/fs_driver.h [new file with mode: 0644]
src/crimson/tools/store_nbd/store-nbd.cc [new file with mode: 0644]
src/crimson/tools/store_nbd/tm_driver.cc [new file with mode: 0644]
src/crimson/tools/store_nbd/tm_driver.h [new file with mode: 0644]
src/crush/CMakeLists.txt [new file with mode: 0644]
src/crush/CrushCompiler.cc [new file with mode: 0644]
src/crush/CrushCompiler.h [new file with mode: 0644]
src/crush/CrushLocation.cc [new file with mode: 0644]
src/crush/CrushLocation.h [new file with mode: 0644]
src/crush/CrushTester.cc [new file with mode: 0644]
src/crush/CrushTester.h [new file with mode: 0644]
src/crush/CrushTreeDumper.h [new file with mode: 0644]
src/crush/CrushWrapper.cc [new file with mode: 0644]
src/crush/CrushWrapper.h [new file with mode: 0644]
src/crush/CrushWrapper.i [new file with mode: 0644]
src/crush/builder.c [new file with mode: 0644]
src/crush/builder.h [new file with mode: 0644]
src/crush/crush.c [new file with mode: 0644]
src/crush/crush.h [new file with mode: 0644]
src/crush/crush_compat.h [new file with mode: 0644]
src/crush/crush_ln_table.h [new file with mode: 0644]
src/crush/grammar.h [new file with mode: 0644]
src/crush/hash.c [new file with mode: 0644]
src/crush/hash.h [new file with mode: 0644]
src/crush/mapper.c [new file with mode: 0644]
src/crush/mapper.h [new file with mode: 0644]
src/crush/old_sample.txt [new file with mode: 0644]
src/crush/types.h [new file with mode: 0644]
src/crypto/CMakeLists.txt [new file with mode: 0644]
src/crypto/crypto_accel.h [new file with mode: 0644]
src/crypto/crypto_plugin.h [new file with mode: 0644]
src/crypto/isa-l/CMakeLists.txt [new file with mode: 0644]
src/crypto/isa-l/isa-l_crypto [new submodule]
src/crypto/isa-l/isal_crypto_accel.cc [new file with mode: 0644]
src/crypto/isa-l/isal_crypto_accel.h [new file with mode: 0644]
src/crypto/isa-l/isal_crypto_plugin.cc [new file with mode: 0644]
src/crypto/isa-l/isal_crypto_plugin.h [new file with mode: 0644]
src/crypto/openssl/CMakeLists.txt [new file with mode: 0644]
src/crypto/openssl/openssl_crypto_accel.cc [new file with mode: 0644]
src/crypto/openssl/openssl_crypto_accel.h [new file with mode: 0644]
src/crypto/openssl/openssl_crypto_plugin.cc [new file with mode: 0644]
src/crypto/openssl/openssl_crypto_plugin.h [new file with mode: 0644]
src/crypto/qat/CMakeLists.txt [new file with mode: 0644]
src/crypto/qat/qat_crypto_accel.cc [new file with mode: 0644]
src/crypto/qat/qat_crypto_accel.h [new file with mode: 0644]
src/crypto/qat/qat_crypto_plugin.cc [new file with mode: 0644]
src/crypto/qat/qat_crypto_plugin.h [new file with mode: 0644]
src/crypto/qat/qcccrypto.cc [new file with mode: 0644]
src/crypto/qat/qcccrypto.h [new file with mode: 0644]
src/cstart.sh [new file with mode: 0755]
src/dmclock/.gitignore [new file with mode: 0644]
src/dmclock/.travis.yml [new file with mode: 0644]
src/dmclock/CMakeLists.txt [new file with mode: 0644]
src/dmclock/README.md [new file with mode: 0644]
src/dmclock/benchmark/README.md [new file with mode: 0644]
src/dmclock/benchmark/configs/dmc_sim_100_100.conf [new file with mode: 0644]
src/dmclock/benchmark/configs/dmc_sim_8_6.conf [new file with mode: 0644]
src/dmclock/benchmark/data_gen.sh [new file with mode: 0755]
src/dmclock/benchmark/data_parser.py [new file with mode: 0755]
src/dmclock/benchmark/plot_gen.sh [new file with mode: 0755]
src/dmclock/benchmark/run.sh [new file with mode: 0755]
src/dmclock/cmake/modules/BuildGTest.cmake [new file with mode: 0644]
src/dmclock/dmclock-config.cmake.in [new file with mode: 0644]
src/dmclock/dmclock-targets.cmake [new file with mode: 0644]
src/dmclock/sim/CMakeLists.txt [new file with mode: 0644]
src/dmclock/sim/dmc_sim_100th.conf [new file with mode: 0644]
src/dmclock/sim/dmc_sim_example.conf [new file with mode: 0644]
src/dmclock/sim/src/CMakeLists.txt [new file with mode: 0644]
src/dmclock/sim/src/ConfUtils.cc [new file with mode: 0644]
src/dmclock/sim/src/ConfUtils.h [new file with mode: 0644]
src/dmclock/sim/src/config.cc [new file with mode: 0644]
src/dmclock/sim/src/config.h [new file with mode: 0644]
src/dmclock/sim/src/sim_client.h [new file with mode: 0644]
src/dmclock/sim/src/sim_recs.h [new file with mode: 0644]
src/dmclock/sim/src/sim_server.h [new file with mode: 0644]
src/dmclock/sim/src/simulate.h [new file with mode: 0644]
src/dmclock/sim/src/ssched/ssched_client.h [new file with mode: 0644]
src/dmclock/sim/src/ssched/ssched_recs.h [new file with mode: 0644]
src/dmclock/sim/src/ssched/ssched_server.h [new file with mode: 0644]
src/dmclock/sim/src/str_list.cc [new file with mode: 0644]
src/dmclock/sim/src/str_list.h [new file with mode: 0644]
src/dmclock/sim/src/test_dmclock.cc [new file with mode: 0644]
src/dmclock/sim/src/test_dmclock.h [new file with mode: 0644]
src/dmclock/sim/src/test_dmclock_main.cc [new file with mode: 0644]
src/dmclock/sim/src/test_ssched.cc [new file with mode: 0644]
src/dmclock/sim/src/test_ssched.h [new file with mode: 0644]
src/dmclock/sim/src/test_ssched_main.cc [new file with mode: 0644]
src/dmclock/src/CMakeLists.txt [new file with mode: 0644]
src/dmclock/src/dmclock_client.h [new file with mode: 0644]
src/dmclock/src/dmclock_recs.h [new file with mode: 0644]
src/dmclock/src/dmclock_server.h [new file with mode: 0644]
src/dmclock/src/dmclock_util.cc [new file with mode: 0644]
src/dmclock/src/dmclock_util.h [new file with mode: 0644]
src/dmclock/support/src/debug.h [new file with mode: 0644]
src/dmclock/support/src/heap.h [new file with mode: 0644]
src/dmclock/support/src/indirect_intrusive_heap.h [new file with mode: 0644]
src/dmclock/support/src/intrusive_heap.h [new file with mode: 0644]
src/dmclock/support/src/profile.h [new file with mode: 0644]
src/dmclock/support/src/run_every.cc [new file with mode: 0644]
src/dmclock/support/src/run_every.h [new file with mode: 0644]
src/dmclock/support/test/CMakeLists.txt [new file with mode: 0644]
src/dmclock/support/test/test_ind_intru_heap.cc [new file with mode: 0644]
src/dmclock/support/test/test_indirect_intrusive_heap.cc [new file with mode: 0644]
src/dmclock/support/test/test_intrusive_heap.cc [new file with mode: 0644]
src/dmclock/test/CMakeLists.txt [new file with mode: 0644]
src/dmclock/test/dmcPrCtl.h [new file with mode: 0644]
src/dmclock/test/test_dmclock_client.cc [new file with mode: 0644]
src/dmclock/test/test_dmclock_server.cc [new file with mode: 0644]
src/dmclock/test/test_test_client.cc [new file with mode: 0644]
src/doc/Commitdir.txt [new file with mode: 0644]
src/doc/caching.txt [new file with mode: 0644]
src/doc/dynamic-throttle.txt [new file with mode: 0644]
src/doc/header.txt [new file with mode: 0644]
src/doc/inos.txt [new file with mode: 0644]
src/doc/killpoints.txt [new file with mode: 0644]
src/doc/lazy_posix.txt [new file with mode: 0644]
src/doc/mds_locks.txt [new file with mode: 0644]
src/doc/modeline.txt [new file with mode: 0644]
src/doc/mon-janitorial-queue.txt [new file with mode: 0644]
src/doc/mon-wishlist.txt [new file with mode: 0644]
src/doc/rgw.txt [new file with mode: 0644]
src/doc/rgw/cloud-restore.md [new file with mode: 0644]
src/doc/rgw/multisite-reshard.md [new file with mode: 0644]
src/doc/rgw/noblock-reshard.md [new file with mode: 0644]
src/dokan/CMakeLists.txt [new file with mode: 0644]
src/dokan/ceph_dokan.cc [new file with mode: 0644]
src/dokan/ceph_dokan.h [new file with mode: 0644]
src/dokan/dbg.cc [new file with mode: 0644]
src/dokan/dbg.h [new file with mode: 0644]
src/dokan/options.cc [new file with mode: 0644]
src/dokan/utils.cc [new file with mode: 0644]
src/dokan/utils.h [new file with mode: 0644]
src/erasure-code/CMakeLists.txt [new file with mode: 0644]
src/erasure-code/ErasureCode.cc [new file with mode: 0644]
src/erasure-code/ErasureCode.h [new file with mode: 0644]
src/erasure-code/ErasureCodeInterface.h [new file with mode: 0644]
src/erasure-code/ErasureCodePlugin.cc [new file with mode: 0644]
src/erasure-code/ErasureCodePlugin.h [new file with mode: 0644]
src/erasure-code/clay/CMakeLists.txt [new file with mode: 0644]
src/erasure-code/clay/ErasureCodeClay.cc [new file with mode: 0644]
src/erasure-code/clay/ErasureCodeClay.h [new file with mode: 0644]
src/erasure-code/clay/ErasureCodePluginClay.cc [new file with mode: 0644]
src/erasure-code/clay/ErasureCodePluginClay.h [new file with mode: 0644]
src/erasure-code/isa/CMakeLists.txt [new file with mode: 0644]
src/erasure-code/isa/ErasureCodeIsa.cc [new file with mode: 0644]
src/erasure-code/isa/ErasureCodeIsa.h [new file with mode: 0644]
src/erasure-code/isa/ErasureCodeIsaTableCache.cc [new file with mode: 0644]
src/erasure-code/isa/ErasureCodeIsaTableCache.h [new file with mode: 0644]
src/erasure-code/isa/ErasureCodePluginIsa.cc [new file with mode: 0644]
src/erasure-code/isa/ErasureCodePluginIsa.h [new file with mode: 0644]
src/erasure-code/isa/README [new file with mode: 0644]
src/erasure-code/jerasure/CMakeLists.txt [new file with mode: 0644]
src/erasure-code/jerasure/ErasureCodeJerasure.cc [new file with mode: 0644]
src/erasure-code/jerasure/ErasureCodeJerasure.h [new file with mode: 0644]
src/erasure-code/jerasure/ErasureCodePluginJerasure.cc [new file with mode: 0644]
src/erasure-code/jerasure/ErasureCodePluginJerasure.h [new file with mode: 0644]
src/erasure-code/jerasure/gf-complete [new submodule]
src/erasure-code/jerasure/jerasure [new submodule]
src/erasure-code/jerasure/jerasure_init.cc [new file with mode: 0644]
src/erasure-code/jerasure/jerasure_init.h [new file with mode: 0644]
src/erasure-code/lrc/CMakeLists.txt [new file with mode: 0644]
src/erasure-code/lrc/ErasureCodeLrc.cc [new file with mode: 0644]
src/erasure-code/lrc/ErasureCodeLrc.h [new file with mode: 0644]
src/erasure-code/lrc/ErasureCodePluginLrc.cc [new file with mode: 0644]
src/erasure-code/lrc/ErasureCodePluginLrc.h [new file with mode: 0644]
src/erasure-code/shec/CMakeLists.txt [new file with mode: 0644]
src/erasure-code/shec/ErasureCodePluginShec.cc [new file with mode: 0644]
src/erasure-code/shec/ErasureCodePluginShec.h [new file with mode: 0644]
src/erasure-code/shec/ErasureCodeShec.cc [new file with mode: 0644]
src/erasure-code/shec/ErasureCodeShec.h [new file with mode: 0644]
src/erasure-code/shec/ErasureCodeShecTableCache.cc [new file with mode: 0644]
src/erasure-code/shec/ErasureCodeShecTableCache.h [new file with mode: 0644]
src/erasure-code/shec/determinant.c [new file with mode: 0644]
src/etc-rbdmap [new file with mode: 0644]
src/exporter/CMakeLists.txt [new file with mode: 0644]
src/exporter/DaemonMetricCollector.cc [new file with mode: 0644]
src/exporter/DaemonMetricCollector.h [new file with mode: 0644]
src/exporter/ceph_exporter.cc [new file with mode: 0644]
src/exporter/util.cc [new file with mode: 0644]
src/exporter/util.h [new file with mode: 0644]
src/exporter/web_server.cc [new file with mode: 0644]
src/exporter/web_server.h [new file with mode: 0644]
src/extblkdev/CMakeLists.txt [new file with mode: 0644]
src/extblkdev/ExtBlkDevInterface.h [new file with mode: 0644]
src/extblkdev/ExtBlkDevPlugin.cc [new file with mode: 0644]
src/extblkdev/ExtBlkDevPlugin.h [new file with mode: 0644]
src/extblkdev/vdo/CMakeLists.txt [new file with mode: 0644]
src/extblkdev/vdo/ExtBlkDevPluginVdo.cc [new file with mode: 0644]
src/extblkdev/vdo/ExtBlkDevPluginVdo.h [new file with mode: 0644]
src/extblkdev/vdo/ExtBlkDevVdo.cc [new file with mode: 0644]
src/extblkdev/vdo/ExtBlkDevVdo.h [new file with mode: 0644]
src/fmt [new submodule]
src/global/CMakeLists.txt [new file with mode: 0644]
src/global/global_context.cc [new file with mode: 0644]
src/global/global_context.h [new file with mode: 0644]
src/global/global_init.cc [new file with mode: 0644]
src/global/global_init.h [new file with mode: 0644]
src/global/pidfile.cc [new file with mode: 0644]
src/global/pidfile.h [new file with mode: 0644]
src/global/signal_handler.cc [new file with mode: 0644]
src/global/signal_handler.h [new file with mode: 0644]
src/global/signal_handler_win32.cc [new file with mode: 0644]
src/googletest [new submodule]
src/include/CMakeLists.txt [new file with mode: 0644]
src/include/CompatSet.h [new file with mode: 0644]
src/include/Context.h [new file with mode: 0644]
src/include/Distribution.h [new file with mode: 0644]
src/include/addr_parsing.h [new file with mode: 0644]
src/include/alloc_ptr.h [new file with mode: 0644]
src/include/any.h [new file with mode: 0644]
src/include/bitmapper.h [new file with mode: 0644]
src/include/blobhash.h [new file with mode: 0644]
src/include/btree_map.h [new file with mode: 0644]
src/include/buffer.h [new file with mode: 0644]
src/include/buffer_fwd.h [new file with mode: 0644]
src/include/buffer_raw.h [new file with mode: 0644]
src/include/byteorder.h [new file with mode: 0644]
src/include/ceph_assert.h [new file with mode: 0644]
src/include/ceph_features.h [new file with mode: 0644]
src/include/ceph_frag.h [new file with mode: 0644]
src/include/ceph_fs.h [new file with mode: 0644]
src/include/ceph_fuse.h [new file with mode: 0644]
src/include/ceph_hash.h [new file with mode: 0644]
src/include/cephfs/ceph_ll_client.h [new file with mode: 0644]
src/include/cephfs/libcephfs.h [new file with mode: 0644]
src/include/cephfs/metrics/Types.h [new file with mode: 0644]
src/include/cephfs/types.h [new file with mode: 0644]
src/include/color.h [new file with mode: 0644]
src/include/common_fwd.h [new file with mode: 0644]
src/include/compact_map.h [new file with mode: 0644]
src/include/compact_set.h [new file with mode: 0644]
src/include/compat.h [new file with mode: 0644]
src/include/config-h.in.cmake [new file with mode: 0644]
src/include/coredumpctl.h [new file with mode: 0644]
src/include/counter.h [new file with mode: 0644]
src/include/cpp-btree/btree.h [new file with mode: 0644]
src/include/cpp-btree/btree_container.h [new file with mode: 0644]
src/include/cpp-btree/btree_map.h [new file with mode: 0644]
src/include/cpp-btree/btree_set.h [new file with mode: 0644]
src/include/cpp_lib_backport.h [new file with mode: 0644]
src/include/crc32c.h [new file with mode: 0644]
src/include/demangle.h [new file with mode: 0644]
src/include/denc.h [new file with mode: 0644]
src/include/dlfcn_compat.h [new file with mode: 0644]
src/include/elist.h [new file with mode: 0644]
src/include/encoding.h [new file with mode: 0644]
src/include/err.h [new file with mode: 0644]
src/include/error.h [new file with mode: 0644]
src/include/event_type.h [new file with mode: 0644]
src/include/expected.hpp [new file with mode: 0644]
src/include/filepath.h [new file with mode: 0644]
src/include/frag.h [new file with mode: 0644]
src/include/fs_types.h [new file with mode: 0644]
src/include/function2.hpp [new file with mode: 0644]
src/include/hash.h [new file with mode: 0644]
src/include/health.h [new file with mode: 0644]
src/include/inline_memory.h [new file with mode: 0644]
src/include/int_types.h [new file with mode: 0644]
src/include/intarith.h [new file with mode: 0644]
src/include/interval_set.h [new file with mode: 0644]
src/include/ipaddr.h [new file with mode: 0644]
src/include/krbd.h [new file with mode: 0644]
src/include/libcephsqlite.h [new file with mode: 0644]
src/include/linux_fiemap.h [new file with mode: 0644]
src/include/lru.h [new file with mode: 0644]
src/include/mempool.h [new file with mode: 0644]
src/include/msgr.h [new file with mode: 0644]
src/include/neorados/RADOS.hpp [new file with mode: 0644]
src/include/neorados/RADOS_Decodable.hpp [new file with mode: 0644]
src/include/neorados/buffer_fwd.h [new symlink]
src/include/object.h [new file with mode: 0644]
src/include/on_exit.h [new file with mode: 0644]
src/include/page.h [new file with mode: 0644]
src/include/rados.h [new file with mode: 0644]
src/include/rados/buffer.h [new symlink]
src/include/rados/buffer_fwd.h [new symlink]
src/include/rados/crc32c.h [new symlink]
src/include/rados/inline_memory.h [new symlink]
src/include/rados/librados.h [new file with mode: 0644]
src/include/rados/librados.hpp [new file with mode: 0644]
src/include/rados/librados_fwd.hpp [new file with mode: 0644]
src/include/rados/librgw.h [new file with mode: 0644]
src/include/rados/objclass.h [new file with mode: 0644]
src/include/rados/page.h [new symlink]
src/include/rados/rados_types.h [new file with mode: 0644]
src/include/rados/rados_types.hpp [new file with mode: 0644]
src/include/rados/rgw_file.h [new file with mode: 0644]
src/include/radosstriper/libradosstriper.h [new file with mode: 0644]
src/include/radosstriper/libradosstriper.hpp [new file with mode: 0644]
src/include/random.h [new file with mode: 0644]
src/include/rangeset.h [new file with mode: 0644]
src/include/rbd/features.h [new file with mode: 0644]
src/include/rbd/librbd.h [new file with mode: 0644]
src/include/rbd/librbd.hpp [new file with mode: 0644]
src/include/rbd/object_map_types.h [new file with mode: 0644]
src/include/rbd_types.h [new file with mode: 0644]
src/include/scope_guard.h [new file with mode: 0644]
src/include/sock_compat.h [new file with mode: 0644]
src/include/spinlock.h [new file with mode: 0644]
src/include/stat.h [new file with mode: 0644]
src/include/statlite.h [new file with mode: 0644]
src/include/str_list.h [new file with mode: 0644]
src/include/str_map.h [new file with mode: 0644]
src/include/stringify.h [new file with mode: 0644]
src/include/timegm.h [new file with mode: 0644]
src/include/types.h [new file with mode: 0644]
src/include/types_fmt.h [new file with mode: 0644]
src/include/uses_allocator.h [new file with mode: 0644]
src/include/util.h [new file with mode: 0644]
src/include/utime.cc [new file with mode: 0644]
src/include/utime.h [new file with mode: 0644]
src/include/utime_fmt.h [new file with mode: 0644]
src/include/uuid.cc [new file with mode: 0644]
src/include/uuid.h [new file with mode: 0644]
src/include/win32/arpa/inet.h [new file with mode: 0644]
src/include/win32/dlfcn.h [new file with mode: 0644]
src/include/win32/fs_compat.h [new file with mode: 0644]
src/include/win32/ifaddrs.h [new file with mode: 0644]
src/include/win32/netdb.h [new file with mode: 0644]
src/include/win32/netinet/in.h [new file with mode: 0644]
src/include/win32/netinet/ip.h [new file with mode: 0644]
src/include/win32/netinet/tcp.h [new file with mode: 0644]
src/include/win32/poll.h [new file with mode: 0644]
src/include/win32/sys/errno.h [new file with mode: 0644]
src/include/win32/sys/select.h [new file with mode: 0644]
src/include/win32/sys/socket.h [new file with mode: 0644]
src/include/win32/sys/statvfs.h [new file with mode: 0644]
src/include/win32/sys/uio.h [new file with mode: 0644]
src/include/win32/sys/un.h [new file with mode: 0644]
src/include/win32/syslog.h [new file with mode: 0644]
src/include/win32/win32_errno.h [new file with mode: 0644]
src/include/win32/winioctl_compat.h [new file with mode: 0644]
src/include/win32/winsock_compat.h [new file with mode: 0644]
src/include/win32/winsock_wrapper.h [new file with mode: 0644]
src/include/xlist.h [new file with mode: 0644]
src/init-ceph.in [new file with mode: 0755]
src/init-radosgw [new file with mode: 0644]
src/isa-l [new submodule]
src/jaegertracing/config.yml [new file with mode: 0644]
src/jaegertracing/opentelemetry-cpp [new submodule]
src/java/.gitignore [new file with mode: 0644]
src/java/CMakeLists.txt [new file with mode: 0644]
src/java/README [new file with mode: 0644]
src/java/build.xml [new file with mode: 0644]
src/java/java/com/ceph/crush/Bucket.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephAlreadyMountedException.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephFileAlreadyExistsException.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephFileExtent.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephMount.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephNativeLoader.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephNotDirectoryException.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephNotMountedException.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephPoolException.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephStat.java [new file with mode: 0644]
src/java/java/com/ceph/fs/CephStatVFS.java [new file with mode: 0644]
src/java/native/CMakeLists.txt [new file with mode: 0644]
src/java/native/JniConstants.cpp [new file with mode: 0644]
src/java/native/JniConstants.h [new file with mode: 0644]
src/java/native/ScopedLocalRef.h [new file with mode: 0644]
src/java/native/libcephfs_jni.cc [new file with mode: 0644]
src/java/test/com/ceph/fs/CephAllTests.java [new file with mode: 0644]
src/java/test/com/ceph/fs/CephDoubleMountTest.java [new file with mode: 0644]
src/java/test/com/ceph/fs/CephMountCreateTest.java [new file with mode: 0644]
src/java/test/com/ceph/fs/CephMountTest.java [new file with mode: 0644]
src/java/test/com/ceph/fs/CephUnmountedTest.java [new file with mode: 0644]
src/journal/CMakeLists.txt [new file with mode: 0644]
src/journal/Entry.cc [new file with mode: 0644]
src/journal/Entry.h [new file with mode: 0644]
src/journal/Future.cc [new file with mode: 0644]
src/journal/Future.h [new file with mode: 0644]
src/journal/FutureImpl.cc [new file with mode: 0644]
src/journal/FutureImpl.h [new file with mode: 0644]
src/journal/JournalMetadata.cc [new file with mode: 0644]
src/journal/JournalMetadata.h [new file with mode: 0644]
src/journal/JournalMetadataListener.h [new file with mode: 0644]
src/journal/JournalPlayer.cc [new file with mode: 0644]
src/journal/JournalPlayer.h [new file with mode: 0644]
src/journal/JournalRecorder.cc [new file with mode: 0644]
src/journal/JournalRecorder.h [new file with mode: 0644]
src/journal/JournalTrimmer.cc [new file with mode: 0644]
src/journal/JournalTrimmer.h [new file with mode: 0644]
src/journal/Journaler.cc [new file with mode: 0644]
src/journal/Journaler.h [new file with mode: 0644]
src/journal/ObjectPlayer.cc [new file with mode: 0644]
src/journal/ObjectPlayer.h [new file with mode: 0644]
src/journal/ObjectRecorder.cc [new file with mode: 0644]
src/journal/ObjectRecorder.h [new file with mode: 0644]
src/journal/ReplayEntry.h [new file with mode: 0644]
src/journal/ReplayHandler.h [new file with mode: 0644]
src/journal/Settings.h [new file with mode: 0644]
src/journal/Types.h [new file with mode: 0644]
src/journal/Utils.cc [new file with mode: 0644]
src/journal/Utils.h [new file with mode: 0644]
src/json_spirit/CMakeLists.txt [new file with mode: 0644]
src/json_spirit/json_spirit.h [new file with mode: 0644]
src/json_spirit/json_spirit_error_position.h [new file with mode: 0644]
src/json_spirit/json_spirit_reader.cpp [new file with mode: 0644]
src/json_spirit/json_spirit_reader.h [new file with mode: 0644]
src/json_spirit/json_spirit_reader_template.h [new file with mode: 0644]
src/json_spirit/json_spirit_stream_reader.h [new file with mode: 0644]
src/json_spirit/json_spirit_utils.h [new file with mode: 0644]
src/json_spirit/json_spirit_value.cpp [new file with mode: 0644]
src/json_spirit/json_spirit_value.h [new file with mode: 0644]
src/json_spirit/json_spirit_writer.cpp [new file with mode: 0644]
src/json_spirit/json_spirit_writer.h [new file with mode: 0644]
src/json_spirit/json_spirit_writer_options.h [new file with mode: 0644]
src/json_spirit/json_spirit_writer_template.h [new file with mode: 0644]
src/key_value_store/CMakeLists.txt [new file with mode: 0644]
src/key_value_store/cls_kvs.cc [new file with mode: 0644]
src/key_value_store/key_value_structure.h [new file with mode: 0644]
src/key_value_store/kv_flat_btree_async.cc [new file with mode: 0644]
src/key_value_store/kv_flat_btree_async.h [new file with mode: 0644]
src/key_value_store/kvs_arg_types.h [new file with mode: 0644]
src/krbd.cc [new file with mode: 0644]
src/kv/CMakeLists.txt [new file with mode: 0644]
src/kv/KeyValueDB.cc [new file with mode: 0644]
src/kv/KeyValueDB.h [new file with mode: 0644]
src/kv/KeyValueHistogram.cc [new file with mode: 0644]
src/kv/KeyValueHistogram.h [new file with mode: 0644]
src/kv/RocksDBStore.cc [new file with mode: 0644]
src/kv/RocksDBStore.h [new file with mode: 0644]
src/kv/rocksdb_cache/BinnedLRUCache.cc [new file with mode: 0644]
src/kv/rocksdb_cache/BinnedLRUCache.h [new file with mode: 0644]
src/kv/rocksdb_cache/ShardedCache.cc [new file with mode: 0644]
src/kv/rocksdb_cache/ShardedCache.h [new file with mode: 0644]
src/libcephfs.cc [new file with mode: 0644]
src/libcephfs_proxy/CMakeLists.txt [new file with mode: 0644]
src/libcephfs_proxy/libcephfs_proxy.c [new file with mode: 0644]
src/libcephfs_proxy/libcephfsd.c [new file with mode: 0644]
src/libcephfs_proxy/proxy.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_async.c [new file with mode: 0644]
src/libcephfs_proxy/proxy_async.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_helpers.c [new file with mode: 0644]
src/libcephfs_proxy/proxy_helpers.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_link.c [new file with mode: 0644]
src/libcephfs_proxy/proxy_link.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_list.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_log.c [new file with mode: 0644]
src/libcephfs_proxy/proxy_log.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_manager.c [new file with mode: 0644]
src/libcephfs_proxy/proxy_manager.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_mount.c [new file with mode: 0644]
src/libcephfs_proxy/proxy_mount.h [new file with mode: 0644]
src/libcephfs_proxy/proxy_requests.h [new file with mode: 0644]
src/libcephsqlite.cc [new file with mode: 0644]
src/libkmip [new submodule]
src/librados-config.cc [new file with mode: 0644]
src/librados/AioCompletionImpl.h [new file with mode: 0644]
src/librados/CMakeLists.txt [new file with mode: 0644]
src/librados/IoCtxImpl.cc [new file with mode: 0644]
src/librados/IoCtxImpl.h [new file with mode: 0644]
src/librados/ListObjectImpl.h [new file with mode: 0644]
src/librados/ObjectOperationImpl.h [new file with mode: 0644]
src/librados/PoolAsyncCompletionImpl.h [new file with mode: 0644]
src/librados/RadosClient.cc [new file with mode: 0644]
src/librados/RadosClient.h [new file with mode: 0644]
src/librados/RadosXattrIter.cc [new file with mode: 0644]
src/librados/RadosXattrIter.h [new file with mode: 0644]
src/librados/librados.map [new file with mode: 0644]
src/librados/librados_asio.h [new file with mode: 0644]
src/librados/librados_c.cc [new file with mode: 0644]
src/librados/librados_c.h [new file with mode: 0644]
src/librados/librados_cxx.cc [new file with mode: 0644]
src/librados/librados_tp.cc [new file with mode: 0644]
src/librados/librados_util.cc [new file with mode: 0644]
src/librados/librados_util.h [new file with mode: 0644]
src/librados/snap_set_diff.cc [new file with mode: 0644]
src/librados/snap_set_diff.h [new file with mode: 0644]
src/libradosstriper/CMakeLists.txt [new file with mode: 0644]
src/libradosstriper/MultiAioCompletionImpl.cc [new file with mode: 0644]
src/libradosstriper/MultiAioCompletionImpl.h [new file with mode: 0644]
src/libradosstriper/RadosStriperImpl.cc [new file with mode: 0644]
src/libradosstriper/RadosStriperImpl.h [new file with mode: 0644]
src/libradosstriper/libradosstriper.cc [new file with mode: 0644]
src/librbd/AsioEngine.cc [new file with mode: 0644]
src/librbd/AsioEngine.h [new file with mode: 0644]
src/librbd/AsyncObjectThrottle.cc [new file with mode: 0644]
src/librbd/AsyncObjectThrottle.h [new file with mode: 0644]
src/librbd/AsyncRequest.cc [new file with mode: 0644]
src/librbd/AsyncRequest.h [new file with mode: 0644]
src/librbd/BlockGuard.h [new file with mode: 0644]
src/librbd/CMakeLists.txt [new file with mode: 0644]
src/librbd/ConfigWatcher.cc [new file with mode: 0644]
src/librbd/ConfigWatcher.h [new file with mode: 0644]
src/librbd/DeepCopyRequest.cc [new file with mode: 0644]
src/librbd/DeepCopyRequest.h [new file with mode: 0644]
src/librbd/ExclusiveLock.cc [new file with mode: 0644]
src/librbd/ExclusiveLock.h [new file with mode: 0644]
src/librbd/Features.cc [new file with mode: 0644]
src/librbd/Features.h [new file with mode: 0644]
src/librbd/ImageCtx.cc [new file with mode: 0644]
src/librbd/ImageCtx.h [new file with mode: 0644]
src/librbd/ImageState.cc [new file with mode: 0644]
src/librbd/ImageState.h [new file with mode: 0644]
src/librbd/ImageWatcher.cc [new file with mode: 0644]
src/librbd/ImageWatcher.h [new file with mode: 0644]
src/librbd/Journal.cc [new file with mode: 0644]
src/librbd/Journal.h [new file with mode: 0644]
src/librbd/LibrbdAdminSocketHook.cc [new file with mode: 0644]
src/librbd/LibrbdAdminSocketHook.h [new file with mode: 0644]
src/librbd/ManagedLock.cc [new file with mode: 0644]
src/librbd/ManagedLock.h [new file with mode: 0644]
src/librbd/MirroringWatcher.cc [new file with mode: 0644]
src/librbd/MirroringWatcher.h [new file with mode: 0644]
src/librbd/ObjectMap.cc [new file with mode: 0644]
src/librbd/ObjectMap.h [new file with mode: 0644]
src/librbd/Operations.cc [new file with mode: 0644]
src/librbd/Operations.h [new file with mode: 0644]
src/librbd/PluginRegistry.cc [new file with mode: 0644]
src/librbd/PluginRegistry.h [new file with mode: 0644]
src/librbd/TaskFinisher.h [new file with mode: 0644]
src/librbd/TrashWatcher.cc [new file with mode: 0644]
src/librbd/TrashWatcher.h [new file with mode: 0644]
src/librbd/Types.h [new file with mode: 0644]
src/librbd/Utils.cc [new file with mode: 0644]
src/librbd/Utils.h [new file with mode: 0644]
src/librbd/WatchNotifyTypes.cc [new file with mode: 0644]
src/librbd/WatchNotifyTypes.h [new file with mode: 0644]
src/librbd/Watcher.cc [new file with mode: 0644]
src/librbd/Watcher.h [new file with mode: 0644]
src/librbd/api/Config.cc [new file with mode: 0644]
src/librbd/api/Config.h [new file with mode: 0644]
src/librbd/api/DiffIterate.cc [new file with mode: 0644]
src/librbd/api/DiffIterate.h [new file with mode: 0644]
src/librbd/api/Group.cc [new file with mode: 0644]
src/librbd/api/Group.h [new file with mode: 0644]
src/librbd/api/Image.cc [new file with mode: 0644]
src/librbd/api/Image.h [new file with mode: 0644]
src/librbd/api/Io.cc [new file with mode: 0644]
src/librbd/api/Io.h [new file with mode: 0644]
src/librbd/api/Migration.cc [new file with mode: 0644]
src/librbd/api/Migration.h [new file with mode: 0644]
src/librbd/api/Mirror.cc [new file with mode: 0644]
src/librbd/api/Mirror.h [new file with mode: 0644]
src/librbd/api/Namespace.cc [new file with mode: 0644]
src/librbd/api/Namespace.h [new file with mode: 0644]
src/librbd/api/Pool.cc [new file with mode: 0644]
src/librbd/api/Pool.h [new file with mode: 0644]
src/librbd/api/PoolMetadata.cc [new file with mode: 0644]
src/librbd/api/PoolMetadata.h [new file with mode: 0644]
src/librbd/api/Snapshot.cc [new file with mode: 0644]
src/librbd/api/Snapshot.h [new file with mode: 0644]
src/librbd/api/Trash.cc [new file with mode: 0644]
src/librbd/api/Trash.h [new file with mode: 0644]
src/librbd/api/Utils.cc [new file with mode: 0644]
src/librbd/api/Utils.h [new file with mode: 0644]
src/librbd/asio/ContextWQ.cc [new file with mode: 0644]
src/librbd/asio/ContextWQ.h [new file with mode: 0644]
src/librbd/asio/Utils.h [new file with mode: 0644]
src/librbd/cache/ImageWriteback.cc [new file with mode: 0644]
src/librbd/cache/ImageWriteback.h [new file with mode: 0644]
src/librbd/cache/ObjectCacherObjectDispatch.cc [new file with mode: 0644]
src/librbd/cache/ObjectCacherObjectDispatch.h [new file with mode: 0644]
src/librbd/cache/ObjectCacherWriteback.cc [new file with mode: 0644]
src/librbd/cache/ObjectCacherWriteback.h [new file with mode: 0644]
src/librbd/cache/ParentCacheObjectDispatch.cc [new file with mode: 0644]
src/librbd/cache/ParentCacheObjectDispatch.h [new file with mode: 0644]
src/librbd/cache/TypeTraits.h [new file with mode: 0644]
src/librbd/cache/Types.h [new file with mode: 0644]
src/librbd/cache/Utils.h [new file with mode: 0644]
src/librbd/cache/WriteAroundObjectDispatch.cc [new file with mode: 0644]
src/librbd/cache/WriteAroundObjectDispatch.h [new file with mode: 0644]
src/librbd/cache/WriteLogImageDispatch.cc [new file with mode: 0644]
src/librbd/cache/WriteLogImageDispatch.h [new file with mode: 0644]
src/librbd/cache/pwl/AbstractWriteLog.cc [new file with mode: 0644]
src/librbd/cache/pwl/AbstractWriteLog.h [new file with mode: 0644]
src/librbd/cache/pwl/Builder.h [new file with mode: 0644]
src/librbd/cache/pwl/DiscardRequest.cc [new file with mode: 0644]
src/librbd/cache/pwl/DiscardRequest.h [new file with mode: 0644]
src/librbd/cache/pwl/ImageCacheState.cc [new file with mode: 0644]
src/librbd/cache/pwl/ImageCacheState.h [new file with mode: 0644]
src/librbd/cache/pwl/InitRequest.cc [new file with mode: 0644]
src/librbd/cache/pwl/InitRequest.h [new file with mode: 0644]
src/librbd/cache/pwl/LogEntry.cc [new file with mode: 0644]
src/librbd/cache/pwl/LogEntry.h [new file with mode: 0644]
src/librbd/cache/pwl/LogMap.cc [new file with mode: 0644]
src/librbd/cache/pwl/LogMap.h [new file with mode: 0644]
src/librbd/cache/pwl/LogOperation.cc [new file with mode: 0644]
src/librbd/cache/pwl/LogOperation.h [new file with mode: 0644]
src/librbd/cache/pwl/ReadRequest.h [new file with mode: 0644]
src/librbd/cache/pwl/Request.cc [new file with mode: 0644]
src/librbd/cache/pwl/Request.h [new file with mode: 0644]
src/librbd/cache/pwl/ShutdownRequest.cc [new file with mode: 0644]
src/librbd/cache/pwl/ShutdownRequest.h [new file with mode: 0644]
src/librbd/cache/pwl/SyncPoint.cc [new file with mode: 0644]
src/librbd/cache/pwl/SyncPoint.h [new file with mode: 0644]
src/librbd/cache/pwl/Types.cc [new file with mode: 0644]
src/librbd/cache/pwl/Types.h [new file with mode: 0644]
src/librbd/cache/pwl/rwl/Builder.h [new file with mode: 0644]
src/librbd/cache/pwl/rwl/LogEntry.cc [new file with mode: 0644]
src/librbd/cache/pwl/rwl/LogEntry.h [new file with mode: 0644]
src/librbd/cache/pwl/rwl/LogOperation.cc [new file with mode: 0644]
src/librbd/cache/pwl/rwl/LogOperation.h [new file with mode: 0644]
src/librbd/cache/pwl/rwl/ReadRequest.cc [new file with mode: 0644]
src/librbd/cache/pwl/rwl/ReadRequest.h [new file with mode: 0644]
src/librbd/cache/pwl/rwl/Request.cc [new file with mode: 0644]
src/librbd/cache/pwl/rwl/Request.h [new file with mode: 0644]
src/librbd/cache/pwl/rwl/WriteLog.cc [new file with mode: 0644]
src/librbd/cache/pwl/rwl/WriteLog.h [new file with mode: 0644]
src/librbd/cache/pwl/ssd/Builder.h [new file with mode: 0644]
src/librbd/cache/pwl/ssd/LogEntry.cc [new file with mode: 0644]
src/librbd/cache/pwl/ssd/LogEntry.h [new file with mode: 0644]
src/librbd/cache/pwl/ssd/LogOperation.cc [new file with mode: 0644]
src/librbd/cache/pwl/ssd/LogOperation.h [new file with mode: 0644]
src/librbd/cache/pwl/ssd/ReadRequest.cc [new file with mode: 0644]
src/librbd/cache/pwl/ssd/ReadRequest.h [new file with mode: 0644]
src/librbd/cache/pwl/ssd/Request.cc [new file with mode: 0644]
src/librbd/cache/pwl/ssd/Request.h [new file with mode: 0644]
src/librbd/cache/pwl/ssd/Types.h [new file with mode: 0644]
src/librbd/cache/pwl/ssd/WriteLog.cc [new file with mode: 0644]
src/librbd/cache/pwl/ssd/WriteLog.h [new file with mode: 0644]
src/librbd/crypto/BlockCrypto.cc [new file with mode: 0644]
src/librbd/crypto/BlockCrypto.h [new file with mode: 0644]
src/librbd/crypto/CryptoContextPool.cc [new file with mode: 0644]
src/librbd/crypto/CryptoContextPool.h [new file with mode: 0644]
src/librbd/crypto/CryptoInterface.h [new file with mode: 0644]
src/librbd/crypto/CryptoObjectDispatch.cc [new file with mode: 0644]
src/librbd/crypto/CryptoObjectDispatch.h [new file with mode: 0644]
src/librbd/crypto/DataCryptor.h [new file with mode: 0644]
src/librbd/crypto/EncryptionFormat.h [new file with mode: 0644]
src/librbd/crypto/FormatRequest.cc [new file with mode: 0644]
src/librbd/crypto/FormatRequest.h [new file with mode: 0644]
src/librbd/crypto/LoadRequest.cc [new file with mode: 0644]
src/librbd/crypto/LoadRequest.h [new file with mode: 0644]
src/librbd/crypto/ShutDownCryptoRequest.cc [new file with mode: 0644]
src/librbd/crypto/ShutDownCryptoRequest.h [new file with mode: 0644]
src/librbd/crypto/Types.h [new file with mode: 0644]
src/librbd/crypto/Utils.cc [new file with mode: 0644]
src/librbd/crypto/Utils.h [new file with mode: 0644]
src/librbd/crypto/luks/FlattenRequest.cc [new file with mode: 0644]
src/librbd/crypto/luks/FlattenRequest.h [new file with mode: 0644]
src/librbd/crypto/luks/FormatRequest.cc [new file with mode: 0644]
src/librbd/crypto/luks/FormatRequest.h [new file with mode: 0644]
src/librbd/crypto/luks/Header.cc [new file with mode: 0644]
src/librbd/crypto/luks/Header.h [new file with mode: 0644]
src/librbd/crypto/luks/LUKSEncryptionFormat.cc [new file with mode: 0644]
src/librbd/crypto/luks/LUKSEncryptionFormat.h [new file with mode: 0644]
src/librbd/crypto/luks/LoadRequest.cc [new file with mode: 0644]
src/librbd/crypto/luks/LoadRequest.h [new file with mode: 0644]
src/librbd/crypto/luks/Magic.cc [new file with mode: 0644]
src/librbd/crypto/luks/Magic.h [new file with mode: 0644]
src/librbd/crypto/openssl/DataCryptor.cc [new file with mode: 0644]
src/librbd/crypto/openssl/DataCryptor.h [new file with mode: 0644]
src/librbd/deep_copy/Handler.h [new file with mode: 0644]
src/librbd/deep_copy/ImageCopyRequest.cc [new file with mode: 0644]
src/librbd/deep_copy/ImageCopyRequest.h [new file with mode: 0644]
src/librbd/deep_copy/MetadataCopyRequest.cc [new file with mode: 0644]
src/librbd/deep_copy/MetadataCopyRequest.h [new file with mode: 0644]
src/librbd/deep_copy/ObjectCopyRequest.cc [new file with mode: 0644]
src/librbd/deep_copy/ObjectCopyRequest.h [new file with mode: 0644]
src/librbd/deep_copy/SetHeadRequest.cc [new file with mode: 0644]
src/librbd/deep_copy/SetHeadRequest.h [new file with mode: 0644]
src/librbd/deep_copy/SnapshotCopyRequest.cc [new file with mode: 0644]
src/librbd/deep_copy/SnapshotCopyRequest.h [new file with mode: 0644]
src/librbd/deep_copy/SnapshotCreateRequest.cc [new file with mode: 0644]
src/librbd/deep_copy/SnapshotCreateRequest.h [new file with mode: 0644]
src/librbd/deep_copy/Types.h [new file with mode: 0644]
src/librbd/deep_copy/Utils.cc [new file with mode: 0644]
src/librbd/deep_copy/Utils.h [new file with mode: 0644]
src/librbd/exclusive_lock/AutomaticPolicy.cc [new file with mode: 0644]
src/librbd/exclusive_lock/AutomaticPolicy.h [new file with mode: 0644]
src/librbd/exclusive_lock/ImageDispatch.cc [new file with mode: 0644]
src/librbd/exclusive_lock/ImageDispatch.h [new file with mode: 0644]
src/librbd/exclusive_lock/Policy.h [new file with mode: 0644]
src/librbd/exclusive_lock/PostAcquireRequest.cc [new file with mode: 0644]
src/librbd/exclusive_lock/PostAcquireRequest.h [new file with mode: 0644]
src/librbd/exclusive_lock/PreAcquireRequest.cc [new file with mode: 0644]
src/librbd/exclusive_lock/PreAcquireRequest.h [new file with mode: 0644]
src/librbd/exclusive_lock/PreReleaseRequest.cc [new file with mode: 0644]
src/librbd/exclusive_lock/PreReleaseRequest.h [new file with mode: 0644]
src/librbd/exclusive_lock/StandardPolicy.cc [new file with mode: 0644]
src/librbd/exclusive_lock/StandardPolicy.h [new file with mode: 0644]
src/librbd/group/ListSnapshotsRequest.cc [new file with mode: 0644]
src/librbd/group/ListSnapshotsRequest.h [new file with mode: 0644]
src/librbd/image/AttachChildRequest.cc [new file with mode: 0644]
src/librbd/image/AttachChildRequest.h [new file with mode: 0644]
src/librbd/image/AttachParentRequest.cc [new file with mode: 0644]
src/librbd/image/AttachParentRequest.h [new file with mode: 0644]
src/librbd/image/CloneRequest.cc [new file with mode: 0644]
src/librbd/image/CloneRequest.h [new file with mode: 0644]
src/librbd/image/CloseRequest.cc [new file with mode: 0644]
src/librbd/image/CloseRequest.h [new file with mode: 0644]
src/librbd/image/CreateRequest.cc [new file with mode: 0644]
src/librbd/image/CreateRequest.h [new file with mode: 0644]
src/librbd/image/DetachChildRequest.cc [new file with mode: 0644]
src/librbd/image/DetachChildRequest.h [new file with mode: 0644]
src/librbd/image/DetachParentRequest.cc [new file with mode: 0644]
src/librbd/image/DetachParentRequest.h [new file with mode: 0644]
src/librbd/image/GetMetadataRequest.cc [new file with mode: 0644]
src/librbd/image/GetMetadataRequest.h [new file with mode: 0644]
src/librbd/image/ListWatchersRequest.cc [new file with mode: 0644]
src/librbd/image/ListWatchersRequest.h [new file with mode: 0644]
src/librbd/image/OpenRequest.cc [new file with mode: 0644]
src/librbd/image/OpenRequest.h [new file with mode: 0644]
src/librbd/image/PreRemoveRequest.cc [new file with mode: 0644]
src/librbd/image/PreRemoveRequest.h [new file with mode: 0644]
src/librbd/image/RefreshParentRequest.cc [new file with mode: 0644]
src/librbd/image/RefreshParentRequest.h [new file with mode: 0644]
src/librbd/image/RefreshRequest.cc [new file with mode: 0644]
src/librbd/image/RefreshRequest.h [new file with mode: 0644]
src/librbd/image/RemoveRequest.cc [new file with mode: 0644]
src/librbd/image/RemoveRequest.h [new file with mode: 0644]
src/librbd/image/SetFlagsRequest.cc [new file with mode: 0644]
src/librbd/image/SetFlagsRequest.h [new file with mode: 0644]
src/librbd/image/SetSnapRequest.cc [new file with mode: 0644]
src/librbd/image/SetSnapRequest.h [new file with mode: 0644]
src/librbd/image/TypeTraits.h [new file with mode: 0644]
src/librbd/image/Types.h [new file with mode: 0644]
src/librbd/image/ValidatePoolRequest.cc [new file with mode: 0644]
src/librbd/image/ValidatePoolRequest.h [new file with mode: 0644]
src/librbd/image_watcher/NotifyLockOwner.cc [new file with mode: 0644]
src/librbd/image_watcher/NotifyLockOwner.h [new file with mode: 0644]
src/librbd/internal.cc [new file with mode: 0644]
src/librbd/internal.h [new file with mode: 0644]
src/librbd/io/AioCompletion.cc [new file with mode: 0644]
src/librbd/io/AioCompletion.h [new file with mode: 0644]
src/librbd/io/AsyncOperation.cc [new file with mode: 0644]
src/librbd/io/AsyncOperation.h [new file with mode: 0644]
src/librbd/io/CopyupRequest.cc [new file with mode: 0644]
src/librbd/io/CopyupRequest.h [new file with mode: 0644]
src/librbd/io/Dispatcher.h [new file with mode: 0644]
src/librbd/io/DispatcherInterface.h [new file with mode: 0644]
src/librbd/io/FlushTracker.cc [new file with mode: 0644]
src/librbd/io/FlushTracker.h [new file with mode: 0644]
src/librbd/io/ImageDispatch.cc [new file with mode: 0644]
src/librbd/io/ImageDispatch.h [new file with mode: 0644]
src/librbd/io/ImageDispatchInterface.h [new file with mode: 0644]
src/librbd/io/ImageDispatchSpec.cc [new file with mode: 0644]
src/librbd/io/ImageDispatchSpec.h [new file with mode: 0644]
src/librbd/io/ImageDispatcher.cc [new file with mode: 0644]
src/librbd/io/ImageDispatcher.h [new file with mode: 0644]
src/librbd/io/ImageDispatcherInterface.h [new file with mode: 0644]
src/librbd/io/ImageRequest.cc [new file with mode: 0644]
src/librbd/io/ImageRequest.h [new file with mode: 0644]
src/librbd/io/IoOperations.cc [new file with mode: 0644]
src/librbd/io/IoOperations.h [new file with mode: 0644]
src/librbd/io/ObjectDispatch.cc [new file with mode: 0644]
src/librbd/io/ObjectDispatch.h [new file with mode: 0644]
src/librbd/io/ObjectDispatchInterface.h [new file with mode: 0644]
src/librbd/io/ObjectDispatchSpec.cc [new file with mode: 0644]
src/librbd/io/ObjectDispatchSpec.h [new file with mode: 0644]
src/librbd/io/ObjectDispatcher.cc [new file with mode: 0644]
src/librbd/io/ObjectDispatcher.h [new file with mode: 0644]
src/librbd/io/ObjectDispatcherInterface.h [new file with mode: 0644]
src/librbd/io/ObjectRequest.cc [new file with mode: 0644]
src/librbd/io/ObjectRequest.h [new file with mode: 0644]
src/librbd/io/QosImageDispatch.cc [new file with mode: 0644]
src/librbd/io/QosImageDispatch.h [new file with mode: 0644]
src/librbd/io/QueueImageDispatch.cc [new file with mode: 0644]
src/librbd/io/QueueImageDispatch.h [new file with mode: 0644]
src/librbd/io/ReadResult.cc [new file with mode: 0644]
src/librbd/io/ReadResult.h [new file with mode: 0644]
src/librbd/io/RefreshImageDispatch.cc [new file with mode: 0644]
src/librbd/io/RefreshImageDispatch.h [new file with mode: 0644]
src/librbd/io/SimpleSchedulerObjectDispatch.cc [new file with mode: 0644]
src/librbd/io/SimpleSchedulerObjectDispatch.h [new file with mode: 0644]
src/librbd/io/TypeTraits.h [new file with mode: 0644]
src/librbd/io/Types.cc [new file with mode: 0644]
src/librbd/io/Types.h [new file with mode: 0644]
src/librbd/io/Utils.cc [new file with mode: 0644]
src/librbd/io/Utils.h [new file with mode: 0644]
src/librbd/io/WriteBlockImageDispatch.cc [new file with mode: 0644]
src/librbd/io/WriteBlockImageDispatch.h [new file with mode: 0644]
src/librbd/journal/CreateRequest.cc [new file with mode: 0644]
src/librbd/journal/CreateRequest.h [new file with mode: 0644]
src/librbd/journal/DemoteRequest.cc [new file with mode: 0644]
src/librbd/journal/DemoteRequest.h [new file with mode: 0644]
src/librbd/journal/DisabledPolicy.h [new file with mode: 0644]
src/librbd/journal/ObjectDispatch.cc [new file with mode: 0644]
src/librbd/journal/ObjectDispatch.h [new file with mode: 0644]
src/librbd/journal/OpenRequest.cc [new file with mode: 0644]
src/librbd/journal/OpenRequest.h [new file with mode: 0644]
src/librbd/journal/Policy.h [new file with mode: 0644]
src/librbd/journal/PromoteRequest.cc [new file with mode: 0644]
src/librbd/journal/PromoteRequest.h [new file with mode: 0644]
src/librbd/journal/RemoveRequest.cc [new file with mode: 0644]
src/librbd/journal/RemoveRequest.h [new file with mode: 0644]
src/librbd/journal/Replay.cc [new file with mode: 0644]
src/librbd/journal/Replay.h [new file with mode: 0644]
src/librbd/journal/ResetRequest.cc [new file with mode: 0644]
src/librbd/journal/ResetRequest.h [new file with mode: 0644]
src/librbd/journal/StandardPolicy.cc [new file with mode: 0644]
src/librbd/journal/StandardPolicy.h [new file with mode: 0644]
src/librbd/journal/TypeTraits.h [new file with mode: 0644]
src/librbd/journal/Types.cc [new file with mode: 0644]
src/librbd/journal/Types.h [new file with mode: 0644]
src/librbd/journal/Utils.cc [new file with mode: 0644]
src/librbd/journal/Utils.h [new file with mode: 0644]
src/librbd/librbd.cc [new file with mode: 0644]
src/librbd/managed_lock/AcquireRequest.cc [new file with mode: 0644]
src/librbd/managed_lock/AcquireRequest.h [new file with mode: 0644]
src/librbd/managed_lock/BreakRequest.cc [new file with mode: 0644]
src/librbd/managed_lock/BreakRequest.h [new file with mode: 0644]
src/librbd/managed_lock/GetLockerRequest.cc [new file with mode: 0644]
src/librbd/managed_lock/GetLockerRequest.h [new file with mode: 0644]
src/librbd/managed_lock/ReacquireRequest.cc [new file with mode: 0644]
src/librbd/managed_lock/ReacquireRequest.h [new file with mode: 0644]
src/librbd/managed_lock/ReleaseRequest.cc [new file with mode: 0644]
src/librbd/managed_lock/ReleaseRequest.h [new file with mode: 0644]
src/librbd/managed_lock/Types.h [new file with mode: 0644]
src/librbd/managed_lock/Utils.cc [new file with mode: 0644]
src/librbd/managed_lock/Utils.h [new file with mode: 0644]
src/librbd/migration/FileStream.cc [new file with mode: 0644]
src/librbd/migration/FileStream.h [new file with mode: 0644]
src/librbd/migration/FormatInterface.h [new file with mode: 0644]
src/librbd/migration/HttpClient.cc [new file with mode: 0644]
src/librbd/migration/HttpClient.h [new file with mode: 0644]
src/librbd/migration/HttpProcessorInterface.h [new file with mode: 0644]
src/librbd/migration/HttpStream.cc [new file with mode: 0644]
src/librbd/migration/HttpStream.h [new file with mode: 0644]
src/librbd/migration/ImageDispatch.cc [new file with mode: 0644]
src/librbd/migration/ImageDispatch.h [new file with mode: 0644]
src/librbd/migration/NBDStream.cc [new file with mode: 0644]
src/librbd/migration/NBDStream.h [new file with mode: 0644]
src/librbd/migration/NativeFormat.cc [new file with mode: 0644]
src/librbd/migration/NativeFormat.h [new file with mode: 0644]
src/librbd/migration/OpenSourceImageRequest.cc [new file with mode: 0644]
src/librbd/migration/OpenSourceImageRequest.h [new file with mode: 0644]
src/librbd/migration/QCOW.h [new file with mode: 0644]
src/librbd/migration/QCOWFormat.cc [new file with mode: 0644]
src/librbd/migration/QCOWFormat.h [new file with mode: 0644]
src/librbd/migration/RawFormat.cc [new file with mode: 0644]
src/librbd/migration/RawFormat.h [new file with mode: 0644]
src/librbd/migration/RawSnapshot.cc [new file with mode: 0644]
src/librbd/migration/RawSnapshot.h [new file with mode: 0644]
src/librbd/migration/S3Stream.cc [new file with mode: 0644]
src/librbd/migration/S3Stream.h [new file with mode: 0644]
src/librbd/migration/SnapshotInterface.h [new file with mode: 0644]
src/librbd/migration/SourceSpecBuilder.cc [new file with mode: 0644]
src/librbd/migration/SourceSpecBuilder.h [new file with mode: 0644]
src/librbd/migration/StreamInterface.h [new file with mode: 0644]
src/librbd/migration/Types.h [new file with mode: 0644]
src/librbd/migration/Utils.cc [new file with mode: 0644]
src/librbd/migration/Utils.h [new file with mode: 0644]
src/librbd/mirror/DemoteRequest.cc [new file with mode: 0644]
src/librbd/mirror/DemoteRequest.h [new file with mode: 0644]
src/librbd/mirror/DisableRequest.cc [new file with mode: 0644]
src/librbd/mirror/DisableRequest.h [new file with mode: 0644]
src/librbd/mirror/EnableRequest.cc [new file with mode: 0644]
src/librbd/mirror/EnableRequest.h [new file with mode: 0644]
src/librbd/mirror/GetInfoRequest.cc [new file with mode: 0644]
src/librbd/mirror/GetInfoRequest.h [new file with mode: 0644]
src/librbd/mirror/GetStatusRequest.cc [new file with mode: 0644]
src/librbd/mirror/GetStatusRequest.h [new file with mode: 0644]
src/librbd/mirror/GetUuidRequest.cc [new file with mode: 0644]
src/librbd/mirror/GetUuidRequest.h [new file with mode: 0644]
src/librbd/mirror/ImageRemoveRequest.cc [new file with mode: 0644]
src/librbd/mirror/ImageRemoveRequest.h [new file with mode: 0644]
src/librbd/mirror/ImageStateUpdateRequest.cc [new file with mode: 0644]
src/librbd/mirror/ImageStateUpdateRequest.h [new file with mode: 0644]
src/librbd/mirror/PromoteRequest.cc [new file with mode: 0644]
src/librbd/mirror/PromoteRequest.h [new file with mode: 0644]
src/librbd/mirror/Types.h [new file with mode: 0644]
src/librbd/mirror/snapshot/CreateNonPrimaryRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/CreateNonPrimaryRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/CreatePrimaryRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/CreatePrimaryRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/DemoteRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/DemoteRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/GetImageStateRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/GetImageStateRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/ImageMeta.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/ImageMeta.h [new file with mode: 0644]
src/librbd/mirror/snapshot/PromoteRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/PromoteRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/RemoveImageStateRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/RemoveImageStateRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/SetImageStateRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/SetImageStateRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/Types.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/Types.h [new file with mode: 0644]
src/librbd/mirror/snapshot/UnlinkPeerRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/UnlinkPeerRequest.h [new file with mode: 0644]
src/librbd/mirror/snapshot/Utils.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/Utils.h [new file with mode: 0644]
src/librbd/mirror/snapshot/WriteImageStateRequest.cc [new file with mode: 0644]
src/librbd/mirror/snapshot/WriteImageStateRequest.h [new file with mode: 0644]
src/librbd/mirroring_watcher/Types.cc [new file with mode: 0644]
src/librbd/mirroring_watcher/Types.h [new file with mode: 0644]
src/librbd/object_map/CreateRequest.cc [new file with mode: 0644]
src/librbd/object_map/CreateRequest.h [new file with mode: 0644]
src/librbd/object_map/DiffRequest.cc [new file with mode: 0644]
src/librbd/object_map/DiffRequest.h [new file with mode: 0644]
src/librbd/object_map/InvalidateRequest.cc [new file with mode: 0644]
src/librbd/object_map/InvalidateRequest.h [new file with mode: 0644]
src/librbd/object_map/LockRequest.cc [new file with mode: 0644]
src/librbd/object_map/LockRequest.h [new file with mode: 0644]
src/librbd/object_map/RefreshRequest.cc [new file with mode: 0644]
src/librbd/object_map/RefreshRequest.h [new file with mode: 0644]
src/librbd/object_map/RemoveRequest.cc [new file with mode: 0644]
src/librbd/object_map/RemoveRequest.h [new file with mode: 0644]
src/librbd/object_map/Request.cc [new file with mode: 0644]
src/librbd/object_map/Request.h [new file with mode: 0644]
src/librbd/object_map/ResizeRequest.cc [new file with mode: 0644]
src/librbd/object_map/ResizeRequest.h [new file with mode: 0644]
src/librbd/object_map/SnapshotCreateRequest.cc [new file with mode: 0644]
src/librbd/object_map/SnapshotCreateRequest.h [new file with mode: 0644]
src/librbd/object_map/SnapshotRemoveRequest.cc [new file with mode: 0644]
src/librbd/object_map/SnapshotRemoveRequest.h [new file with mode: 0644]
src/librbd/object_map/SnapshotRollbackRequest.cc [new file with mode: 0644]
src/librbd/object_map/SnapshotRollbackRequest.h [new file with mode: 0644]
src/librbd/object_map/Types.h [new file with mode: 0644]
src/librbd/object_map/UnlockRequest.cc [new file with mode: 0644]
src/librbd/object_map/UnlockRequest.h [new file with mode: 0644]
src/librbd/object_map/UpdateRequest.cc [new file with mode: 0644]
src/librbd/object_map/UpdateRequest.h [new file with mode: 0644]
src/librbd/operation/DisableFeaturesRequest.cc [new file with mode: 0644]
src/librbd/operation/DisableFeaturesRequest.h [new file with mode: 0644]
src/librbd/operation/EnableFeaturesRequest.cc [new file with mode: 0644]
src/librbd/operation/EnableFeaturesRequest.h [new file with mode: 0644]
src/librbd/operation/FlattenRequest.cc [new file with mode: 0644]
src/librbd/operation/FlattenRequest.h [new file with mode: 0644]
src/librbd/operation/MetadataRemoveRequest.cc [new file with mode: 0644]
src/librbd/operation/MetadataRemoveRequest.h [new file with mode: 0644]
src/librbd/operation/MetadataSetRequest.cc [new file with mode: 0644]
src/librbd/operation/MetadataSetRequest.h [new file with mode: 0644]
src/librbd/operation/MigrateRequest.cc [new file with mode: 0644]
src/librbd/operation/MigrateRequest.h [new file with mode: 0644]
src/librbd/operation/ObjectMapIterate.cc [new file with mode: 0644]
src/librbd/operation/ObjectMapIterate.h [new file with mode: 0644]
src/librbd/operation/RebuildObjectMapRequest.cc [new file with mode: 0644]
src/librbd/operation/RebuildObjectMapRequest.h [new file with mode: 0644]
src/librbd/operation/RenameRequest.cc [new file with mode: 0644]
src/librbd/operation/RenameRequest.h [new file with mode: 0644]
src/librbd/operation/Request.cc [new file with mode: 0644]
src/librbd/operation/Request.h [new file with mode: 0644]
src/librbd/operation/ResizeRequest.cc [new file with mode: 0644]
src/librbd/operation/ResizeRequest.h [new file with mode: 0644]
src/librbd/operation/SnapshotCreateRequest.cc [new file with mode: 0644]
src/librbd/operation/SnapshotCreateRequest.h [new file with mode: 0644]
src/librbd/operation/SnapshotLimitRequest.cc [new file with mode: 0644]
src/librbd/operation/SnapshotLimitRequest.h [new file with mode: 0644]
src/librbd/operation/SnapshotProtectRequest.cc [new file with mode: 0644]
src/librbd/operation/SnapshotProtectRequest.h [new file with mode: 0644]
src/librbd/operation/SnapshotRemoveRequest.cc [new file with mode: 0644]
src/librbd/operation/SnapshotRemoveRequest.h [new file with mode: 0644]
src/librbd/operation/SnapshotRenameRequest.cc [new file with mode: 0644]
src/librbd/operation/SnapshotRenameRequest.h [new file with mode: 0644]
src/librbd/operation/SnapshotRollbackRequest.cc [new file with mode: 0644]
src/librbd/operation/SnapshotRollbackRequest.h [new file with mode: 0644]
src/librbd/operation/SnapshotUnprotectRequest.cc [new file with mode: 0644]
src/librbd/operation/SnapshotUnprotectRequest.h [new file with mode: 0644]
src/librbd/operation/SparsifyRequest.cc [new file with mode: 0644]
src/librbd/operation/SparsifyRequest.h [new file with mode: 0644]
src/librbd/operation/TrimRequest.cc [new file with mode: 0644]
src/librbd/operation/TrimRequest.h [new file with mode: 0644]
src/librbd/plugin/Api.cc [new file with mode: 0644]
src/librbd/plugin/Api.h [new file with mode: 0644]
src/librbd/plugin/ParentCache.cc [new file with mode: 0644]
src/librbd/plugin/ParentCache.h [new file with mode: 0644]
src/librbd/plugin/Types.h [new file with mode: 0644]
src/librbd/plugin/WriteLogImageCache.cc [new file with mode: 0644]
src/librbd/plugin/WriteLogImageCache.h [new file with mode: 0644]
src/librbd/trash/MoveRequest.cc [new file with mode: 0644]
src/librbd/trash/MoveRequest.h [new file with mode: 0644]
src/librbd/trash/RemoveRequest.cc [new file with mode: 0644]
src/librbd/trash/RemoveRequest.h [new file with mode: 0644]
src/librbd/trash_watcher/Types.cc [new file with mode: 0644]
src/librbd/trash_watcher/Types.h [new file with mode: 0644]
src/librbd/watcher/Notifier.cc [new file with mode: 0644]
src/librbd/watcher/Notifier.h [new file with mode: 0644]
src/librbd/watcher/RewatchRequest.cc [new file with mode: 0644]
src/librbd/watcher/RewatchRequest.h [new file with mode: 0644]
src/librbd/watcher/Types.cc [new file with mode: 0644]
src/librbd/watcher/Types.h [new file with mode: 0644]
src/librbd/watcher/Utils.h [new file with mode: 0644]
src/loadclass.sh [new file with mode: 0755]
src/log/Entry.h [new file with mode: 0644]
src/log/Log.cc [new file with mode: 0644]
src/log/Log.h [new file with mode: 0644]
src/log/LogClock.h [new file with mode: 0644]
src/log/SubsystemMap.h [new file with mode: 0644]
src/log/test.cc [new file with mode: 0644]
src/logrotate.conf [new file with mode: 0644]
src/mds/Anchor.cc [new file with mode: 0644]
src/mds/Anchor.h [new file with mode: 0644]
src/mds/BatchOp.cc [new file with mode: 0644]
src/mds/BatchOp.h [new file with mode: 0644]
src/mds/Beacon.cc [new file with mode: 0644]
src/mds/Beacon.h [new file with mode: 0644]
src/mds/CDentry.cc [new file with mode: 0644]
src/mds/CDentry.h [new file with mode: 0644]
src/mds/CDir.cc [new file with mode: 0644]
src/mds/CDir.h [new file with mode: 0644]
src/mds/CInode.cc [new file with mode: 0644]
src/mds/CInode.h [new file with mode: 0644]
src/mds/CMakeLists.txt [new file with mode: 0644]
src/mds/Capability.cc [new file with mode: 0644]
src/mds/Capability.h [new file with mode: 0644]
src/mds/DamageTable.cc [new file with mode: 0644]
src/mds/DamageTable.h [new file with mode: 0644]
src/mds/FSMap.cc [new file with mode: 0644]
src/mds/FSMap.h [new file with mode: 0644]
src/mds/FSMapUser.cc [new file with mode: 0644]
src/mds/FSMapUser.h [new file with mode: 0644]
src/mds/InoTable.cc [new file with mode: 0644]
src/mds/InoTable.h [new file with mode: 0644]
src/mds/JournalPointer.cc [new file with mode: 0644]
src/mds/JournalPointer.h [new file with mode: 0644]
src/mds/LocalLockC.h [new file with mode: 0644]
src/mds/Locker.cc [new file with mode: 0644]
src/mds/Locker.h [new file with mode: 0644]
src/mds/LogEvent.cc [new file with mode: 0644]
src/mds/LogEvent.h [new file with mode: 0644]
src/mds/LogSegment.h [new file with mode: 0644]
src/mds/MDBalancer.cc [new file with mode: 0644]
src/mds/MDBalancer.h [new file with mode: 0644]
src/mds/MDCache.cc [new file with mode: 0644]
src/mds/MDCache.h [new file with mode: 0644]
src/mds/MDLog.cc [new file with mode: 0644]
src/mds/MDLog.h [new file with mode: 0644]
src/mds/MDSAuthCaps.cc [new file with mode: 0644]
src/mds/MDSAuthCaps.h [new file with mode: 0644]
src/mds/MDSCacheObject.cc [new file with mode: 0644]
src/mds/MDSCacheObject.h [new file with mode: 0644]
src/mds/MDSContext.cc [new file with mode: 0644]
src/mds/MDSContext.h [new file with mode: 0644]
src/mds/MDSContinuation.h [new file with mode: 0644]
src/mds/MDSDaemon.cc [new file with mode: 0644]
src/mds/MDSDaemon.h [new file with mode: 0644]
src/mds/MDSMap.cc [new file with mode: 0644]
src/mds/MDSMap.h [new file with mode: 0644]
src/mds/MDSMetaRequest.h [new file with mode: 0644]
src/mds/MDSPerfMetricTypes.h [new file with mode: 0644]
src/mds/MDSPinger.cc [new file with mode: 0644]
src/mds/MDSPinger.h [new file with mode: 0644]
src/mds/MDSRank.cc [new file with mode: 0644]
src/mds/MDSRank.h [new file with mode: 0644]
src/mds/MDSRankQuiesce.cc [new file with mode: 0644]
src/mds/MDSTable.cc [new file with mode: 0644]
src/mds/MDSTable.h [new file with mode: 0644]
src/mds/MDSTableClient.cc [new file with mode: 0644]
src/mds/MDSTableClient.h [new file with mode: 0644]
src/mds/MDSTableServer.cc [new file with mode: 0644]
src/mds/MDSTableServer.h [new file with mode: 0644]
src/mds/Mantle.cc [new file with mode: 0644]
src/mds/Mantle.h [new file with mode: 0644]
src/mds/MetricAggregator.cc [new file with mode: 0644]
src/mds/MetricAggregator.h [new file with mode: 0644]
src/mds/MetricsHandler.cc [new file with mode: 0644]
src/mds/MetricsHandler.h [new file with mode: 0644]
src/mds/Migrator.cc [new file with mode: 0644]
src/mds/Migrator.h [new file with mode: 0644]
src/mds/Mutation.cc [new file with mode: 0644]
src/mds/Mutation.h [new file with mode: 0644]
src/mds/OpenFileTable.cc [new file with mode: 0644]
src/mds/OpenFileTable.h [new file with mode: 0644]
src/mds/PurgeQueue.cc [new file with mode: 0644]
src/mds/PurgeQueue.h [new file with mode: 0644]
src/mds/QuiesceAgent.cc [new file with mode: 0644]
src/mds/QuiesceAgent.h [new file with mode: 0644]
src/mds/QuiesceDb.h [new file with mode: 0644]
src/mds/QuiesceDbEncoding.h [new file with mode: 0644]
src/mds/QuiesceDbManager.cc [new file with mode: 0644]
src/mds/QuiesceDbManager.h [new file with mode: 0644]
src/mds/RecoveryQueue.cc [new file with mode: 0644]
src/mds/RecoveryQueue.h [new file with mode: 0644]
src/mds/RetryMessage.h [new file with mode: 0644]
src/mds/RetryRequest.h [new file with mode: 0644]
src/mds/ScatterLock.h [new file with mode: 0644]
src/mds/ScrubHeader.h [new file with mode: 0644]
src/mds/ScrubStack.cc [new file with mode: 0644]
src/mds/ScrubStack.h [new file with mode: 0644]
src/mds/SegmentBoundary.h [new file with mode: 0644]
src/mds/Server.cc [new file with mode: 0644]
src/mds/Server.h [new file with mode: 0644]
src/mds/SessionMap.cc [new file with mode: 0644]
src/mds/SessionMap.h [new file with mode: 0644]
src/mds/SimpleLock.cc [new file with mode: 0644]
src/mds/SimpleLock.h [new file with mode: 0644]
src/mds/SnapClient.cc [new file with mode: 0644]
src/mds/SnapClient.h [new file with mode: 0644]
src/mds/SnapRealm.cc [new file with mode: 0644]
src/mds/SnapRealm.h [new file with mode: 0644]
src/mds/SnapServer.cc [new file with mode: 0644]
src/mds/SnapServer.h [new file with mode: 0644]
src/mds/StrayManager.cc [new file with mode: 0644]
src/mds/StrayManager.h [new file with mode: 0644]
src/mds/balancers/greedyspill.lua [new file with mode: 0644]
src/mds/cephfs_features.cc [new file with mode: 0644]
src/mds/cephfs_features.h [new file with mode: 0644]
src/mds/events/ECommitted.h [new file with mode: 0644]
src/mds/events/EExport.h [new file with mode: 0644]
src/mds/events/EFragment.h [new file with mode: 0644]
src/mds/events/EImportFinish.h [new file with mode: 0644]
src/mds/events/EImportStart.h [new file with mode: 0644]
src/mds/events/ELid.h [new file with mode: 0644]
src/mds/events/EMetaBlob.h [new file with mode: 0644]
src/mds/events/ENoOp.h [new file with mode: 0644]
src/mds/events/EOpen.h [new file with mode: 0644]
src/mds/events/EPeerUpdate.h [new file with mode: 0644]
src/mds/events/EPurged.h [new file with mode: 0644]
src/mds/events/EResetJournal.h [new file with mode: 0644]
src/mds/events/ESegment.h [new file with mode: 0644]
src/mds/events/ESession.h [new file with mode: 0644]
src/mds/events/ESessions.h [new file with mode: 0644]
src/mds/events/ESubtreeMap.h [new file with mode: 0644]
src/mds/events/ETableClient.h [new file with mode: 0644]
src/mds/events/ETableServer.h [new file with mode: 0644]
src/mds/events/EUpdate.h [new file with mode: 0644]
src/mds/flock.cc [new file with mode: 0644]
src/mds/flock.h [new file with mode: 0644]
src/mds/fscrypt.h [new file with mode: 0644]
src/mds/inode_backtrace.cc [new file with mode: 0644]
src/mds/inode_backtrace.h [new file with mode: 0644]
src/mds/journal.cc [new file with mode: 0644]
src/mds/locks.c [new file with mode: 0644]
src/mds/locks.h [new file with mode: 0644]
src/mds/mds_table_types.h [new file with mode: 0644]
src/mds/mdstypes.cc [new file with mode: 0644]
src/mds/mdstypes.h [new file with mode: 0644]
src/mds/snap.cc [new file with mode: 0644]
src/mds/snap.h [new file with mode: 0644]
src/messages/MAuth.h [new file with mode: 0644]
src/messages/MAuthReply.h [new file with mode: 0644]
src/messages/MBackfillReserve.h [new file with mode: 0644]
src/messages/MCacheExpire.h [new file with mode: 0644]
src/messages/MClientCapRelease.h [new file with mode: 0644]
src/messages/MClientCaps.h [new file with mode: 0644]
src/messages/MClientLease.h [new file with mode: 0644]
src/messages/MClientMetrics.h [new file with mode: 0644]
src/messages/MClientQuota.h [new file with mode: 0644]
src/messages/MClientReclaim.h [new file with mode: 0644]
src/messages/MClientReclaimReply.h [new file with mode: 0644]
src/messages/MClientReconnect.h [new file with mode: 0644]
src/messages/MClientReply.h [new file with mode: 0644]
src/messages/MClientRequest.h [new file with mode: 0644]
src/messages/MClientRequestForward.h [new file with mode: 0644]
src/messages/MClientSession.h [new file with mode: 0644]
src/messages/MClientSnap.h [new file with mode: 0644]
src/messages/MCommand.h [new file with mode: 0644]
src/messages/MCommandReply.h [new file with mode: 0644]
src/messages/MConfig.h [new file with mode: 0644]
src/messages/MDentryLink.h [new file with mode: 0644]
src/messages/MDentryUnlink.h [new file with mode: 0644]
src/messages/MDirUpdate.h [new file with mode: 0644]
src/messages/MDiscover.h [new file with mode: 0644]
src/messages/MDiscoverReply.h [new file with mode: 0644]
src/messages/MExportCaps.h [new file with mode: 0644]
src/messages/MExportCapsAck.h [new file with mode: 0644]
src/messages/MExportDir.h [new file with mode: 0644]
src/messages/MExportDirAck.h [new file with mode: 0644]
src/messages/MExportDirCancel.h [new file with mode: 0644]
src/messages/MExportDirDiscover.h [new file with mode: 0644]
src/messages/MExportDirDiscoverAck.h [new file with mode: 0644]
src/messages/MExportDirFinish.h [new file with mode: 0644]
src/messages/MExportDirNotify.h [new file with mode: 0644]
src/messages/MExportDirNotifyAck.h [new file with mode: 0644]
src/messages/MExportDirPrep.h [new file with mode: 0644]
src/messages/MExportDirPrepAck.h [new file with mode: 0644]
src/messages/MFSMap.h [new file with mode: 0644]
src/messages/MFSMapUser.h [new file with mode: 0644]
src/messages/MForward.h [new file with mode: 0644]
src/messages/MGatherCaps.h [new file with mode: 0644]
src/messages/MGenericMessage.h [new file with mode: 0644]
src/messages/MGetConfig.h [new file with mode: 0644]
src/messages/MGetPoolStats.h [new file with mode: 0644]
src/messages/MGetPoolStatsReply.h [new file with mode: 0644]
src/messages/MHeartbeat.h [new file with mode: 0644]
src/messages/MInodeFileCaps.h [new file with mode: 0644]
src/messages/MKVData.h [new file with mode: 0644]
src/messages/MLock.h [new file with mode: 0644]
src/messages/MLog.h [new file with mode: 0644]
src/messages/MLogAck.h [new file with mode: 0644]
src/messages/MMDSBeacon.h [new file with mode: 0644]
src/messages/MMDSCacheRejoin.h [new file with mode: 0644]
src/messages/MMDSFindIno.h [new file with mode: 0644]
src/messages/MMDSFindInoReply.h [new file with mode: 0644]
src/messages/MMDSFragmentNotify.h [new file with mode: 0644]
src/messages/MMDSFragmentNotifyAck.h [new file with mode: 0644]
src/messages/MMDSLoadTargets.h [new file with mode: 0644]
src/messages/MMDSMap.h [new file with mode: 0644]
src/messages/MMDSMetrics.h [new file with mode: 0644]
src/messages/MMDSOp.h [new file with mode: 0644]
src/messages/MMDSOpenIno.h [new file with mode: 0644]
src/messages/MMDSOpenInoReply.h [new file with mode: 0644]
src/messages/MMDSPeerRequest.h [new file with mode: 0644]
src/messages/MMDSPing.h [new file with mode: 0644]
src/messages/MMDSQuiesceDbAck.h [new file with mode: 0644]
src/messages/MMDSQuiesceDbListing.h [new file with mode: 0644]
src/messages/MMDSResolve.h [new file with mode: 0644]
src/messages/MMDSResolveAck.h [new file with mode: 0644]
src/messages/MMDSScrub.h [new file with mode: 0644]
src/messages/MMDSScrubStats.h [new file with mode: 0644]
src/messages/MMDSSnapUpdate.h [new file with mode: 0644]
src/messages/MMDSTableRequest.h [new file with mode: 0644]
src/messages/MMgrBeacon.h [new file with mode: 0644]
src/messages/MMgrClose.h [new file with mode: 0644]
src/messages/MMgrCommand.h [new file with mode: 0644]
src/messages/MMgrCommandReply.h [new file with mode: 0644]
src/messages/MMgrConfigure.h [new file with mode: 0644]
src/messages/MMgrDigest.h [new file with mode: 0644]
src/messages/MMgrMap.h [new file with mode: 0644]
src/messages/MMgrOpen.h [new file with mode: 0644]
src/messages/MMgrReport.h [new file with mode: 0644]
src/messages/MMgrUpdate.h [new file with mode: 0644]
src/messages/MMonCommand.h [new file with mode: 0644]
src/messages/MMonCommandAck.h [new file with mode: 0644]
src/messages/MMonElection.h [new file with mode: 0644]
src/messages/MMonGetMap.h [new file with mode: 0644]
src/messages/MMonGetOSDMap.h [new file with mode: 0644]
src/messages/MMonGetPurgedSnaps.h [new file with mode: 0644]
src/messages/MMonGetPurgedSnapsReply.h [new file with mode: 0644]
src/messages/MMonGetVersion.h [new file with mode: 0644]
src/messages/MMonGetVersionReply.h [new file with mode: 0644]
src/messages/MMonGlobalID.h [new file with mode: 0644]
src/messages/MMonHealth.h [new file with mode: 0644]
src/messages/MMonHealthChecks.h [new file with mode: 0644]
src/messages/MMonJoin.h [new file with mode: 0644]
src/messages/MMonMap.h [new file with mode: 0644]
src/messages/MMonMgrReport.h [new file with mode: 0644]
src/messages/MMonPaxos.h [new file with mode: 0644]
src/messages/MMonPing.h [new file with mode: 0644]
src/messages/MMonProbe.h [new file with mode: 0644]
src/messages/MMonQuorumService.h [new file with mode: 0644]
src/messages/MMonScrub.h [new file with mode: 0644]
src/messages/MMonSubscribe.h [new file with mode: 0644]
src/messages/MMonSubscribeAck.h [new file with mode: 0644]
src/messages/MMonSync.h [new file with mode: 0644]
src/messages/MMonUsedPendingKeys.h [new file with mode: 0644]
src/messages/MNVMeofGwBeacon.h [new file with mode: 0644]
src/messages/MNVMeofGwMap.h [new file with mode: 0644]
src/messages/MOSDAlive.h [new file with mode: 0644]
src/messages/MOSDBackoff.h [new file with mode: 0644]
src/messages/MOSDBeacon.h [new file with mode: 0644]
src/messages/MOSDBoot.h [new file with mode: 0644]
src/messages/MOSDECSubOpRead.h [new file with mode: 0644]
src/messages/MOSDECSubOpReadReply.h [new file with mode: 0644]
src/messages/MOSDECSubOpWrite.h [new file with mode: 0644]
src/messages/MOSDECSubOpWriteReply.h [new file with mode: 0644]
src/messages/MOSDFailure.h [new file with mode: 0644]
src/messages/MOSDFastDispatchOp.h [new file with mode: 0644]
src/messages/MOSDForceRecovery.h [new file with mode: 0644]
src/messages/MOSDFull.h [new file with mode: 0644]
src/messages/MOSDMap.h [new file with mode: 0644]
src/messages/MOSDMarkMeDead.h [new file with mode: 0644]
src/messages/MOSDMarkMeDown.h [new file with mode: 0644]
src/messages/MOSDOp.h [new file with mode: 0644]
src/messages/MOSDOpReply.h [new file with mode: 0644]
src/messages/MOSDPGBackfill.h [new file with mode: 0644]
src/messages/MOSDPGBackfillRemove.h [new file with mode: 0644]
src/messages/MOSDPGCreate2.h [new file with mode: 0644]
src/messages/MOSDPGCreated.h [new file with mode: 0644]
src/messages/MOSDPGInfo.h [new file with mode: 0644]
src/messages/MOSDPGInfo2.h [new file with mode: 0644]
src/messages/MOSDPGLease.h [new file with mode: 0644]
src/messages/MOSDPGLeaseAck.h [new file with mode: 0644]
src/messages/MOSDPGLog.h [new file with mode: 0644]
src/messages/MOSDPGNotify.h [new file with mode: 0644]
src/messages/MOSDPGNotify2.h [new file with mode: 0644]
src/messages/MOSDPGPCT.h [new file with mode: 0644]
src/messages/MOSDPGPull.h [new file with mode: 0644]
src/messages/MOSDPGPush.h [new file with mode: 0644]
src/messages/MOSDPGPushReply.h [new file with mode: 0644]
src/messages/MOSDPGQuery.h [new file with mode: 0644]
src/messages/MOSDPGQuery2.h [new file with mode: 0644]
src/messages/MOSDPGReadyToMerge.h [new file with mode: 0644]
src/messages/MOSDPGRecoveryDelete.h [new file with mode: 0644]
src/messages/MOSDPGRecoveryDeleteReply.h [new file with mode: 0644]
src/messages/MOSDPGRemove.h [new file with mode: 0644]
src/messages/MOSDPGScan.h [new file with mode: 0644]
src/messages/MOSDPGTemp.h [new file with mode: 0644]
src/messages/MOSDPGTrim.h [new file with mode: 0644]
src/messages/MOSDPGUpdateLogMissing.h [new file with mode: 0644]
src/messages/MOSDPGUpdateLogMissingReply.h [new file with mode: 0644]
src/messages/MOSDPeeringOp.h [new file with mode: 0644]
src/messages/MOSDPing.h [new file with mode: 0644]
src/messages/MOSDRepOp.h [new file with mode: 0644]
src/messages/MOSDRepOpReply.h [new file with mode: 0644]
src/messages/MOSDRepScrub.h [new file with mode: 0644]
src/messages/MOSDRepScrubMap.h [new file with mode: 0644]
src/messages/MOSDScrub2.h [new file with mode: 0644]
src/messages/MOSDScrubReserve.h [new file with mode: 0644]
src/messages/MPGStats.h [new file with mode: 0644]
src/messages/MPGStatsAck.h [new file with mode: 0644]
src/messages/MPing.h [new file with mode: 0644]
src/messages/MPoolOp.h [new file with mode: 0644]
src/messages/MPoolOpReply.h [new file with mode: 0644]
src/messages/MRecoveryReserve.h [new file with mode: 0644]
src/messages/MRemoveSnaps.h [new file with mode: 0644]
src/messages/MRoute.h [new file with mode: 0644]
src/messages/MServiceMap.h [new file with mode: 0644]
src/messages/MStatfs.h [new file with mode: 0644]
src/messages/MStatfsReply.h [new file with mode: 0644]
src/messages/MTimeCheck.h [new file with mode: 0644]
src/messages/MTimeCheck2.h [new file with mode: 0644]
src/messages/MWatchNotify.h [new file with mode: 0644]
src/messages/PaxosServiceMessage.h [new file with mode: 0644]
src/mgr/ActivePyModule.cc [new file with mode: 0644]
src/mgr/ActivePyModule.h [new file with mode: 0644]
src/mgr/ActivePyModules.cc [new file with mode: 0644]
src/mgr/ActivePyModules.h [new file with mode: 0644]
src/mgr/BaseMgrModule.cc [new file with mode: 0644]
src/mgr/BaseMgrModule.h [new file with mode: 0644]
src/mgr/BaseMgrStandbyModule.cc [new file with mode: 0644]
src/mgr/BaseMgrStandbyModule.h [new file with mode: 0644]
src/mgr/CMakeLists.txt [new file with mode: 0644]
src/mgr/ClusterState.cc [new file with mode: 0644]
src/mgr/ClusterState.h [new file with mode: 0644]
src/mgr/DaemonHealthMetric.h [new file with mode: 0644]
src/mgr/DaemonHealthMetricCollector.cc [new file with mode: 0644]
src/mgr/DaemonHealthMetricCollector.h [new file with mode: 0644]
src/mgr/DaemonKey.cc [new file with mode: 0644]
src/mgr/DaemonKey.h [new file with mode: 0644]
src/mgr/DaemonServer.cc [new file with mode: 0644]
src/mgr/DaemonServer.h [new file with mode: 0644]
src/mgr/DaemonState.cc [new file with mode: 0644]
src/mgr/DaemonState.h [new file with mode: 0644]
src/mgr/Gil.cc [new file with mode: 0644]
src/mgr/Gil.h [new file with mode: 0644]
src/mgr/MDSPerfMetricCollector.cc [new file with mode: 0644]
src/mgr/MDSPerfMetricCollector.h [new file with mode: 0644]
src/mgr/MDSPerfMetricTypes.cc [new file with mode: 0644]
src/mgr/MDSPerfMetricTypes.h [new file with mode: 0644]
src/mgr/MetricCollector.cc [new file with mode: 0644]
src/mgr/MetricCollector.h [new file with mode: 0644]
src/mgr/MetricTypes.h [new file with mode: 0644]
src/mgr/Mgr.cc [new file with mode: 0644]
src/mgr/Mgr.h [new file with mode: 0644]
src/mgr/MgrCap.cc [new file with mode: 0644]
src/mgr/MgrCap.h [new file with mode: 0644]
src/mgr/MgrClient.cc [new file with mode: 0644]
src/mgr/MgrClient.h [new file with mode: 0644]
src/mgr/MgrCommands.h [new file with mode: 0644]
src/mgr/MgrContext.h [new file with mode: 0644]
src/mgr/MgrOpRequest.cc [new file with mode: 0644]
src/mgr/MgrOpRequest.h [new file with mode: 0644]
src/mgr/MgrSession.h [new file with mode: 0644]
src/mgr/MgrStandby.cc [new file with mode: 0644]
src/mgr/MgrStandby.h [new file with mode: 0644]
src/mgr/OSDPerfMetricCollector.cc [new file with mode: 0644]
src/mgr/OSDPerfMetricCollector.h [new file with mode: 0644]
src/mgr/OSDPerfMetricTypes.cc [new file with mode: 0644]
src/mgr/OSDPerfMetricTypes.h [new file with mode: 0644]
src/mgr/PyFormatter.cc [new file with mode: 0644]
src/mgr/PyFormatter.h [new file with mode: 0644]
src/mgr/PyModule.cc [new file with mode: 0644]
src/mgr/PyModule.h [new file with mode: 0644]
src/mgr/PyModuleRegistry.cc [new file with mode: 0644]
src/mgr/PyModuleRegistry.h [new file with mode: 0644]
src/mgr/PyModuleRunner.cc [new file with mode: 0644]
src/mgr/PyModuleRunner.h [new file with mode: 0644]
src/mgr/PyOSDMap.cc [new file with mode: 0644]
src/mgr/PyOSDMap.h [new file with mode: 0644]
src/mgr/PyUtil.cc [new file with mode: 0644]
src/mgr/PyUtil.h [new file with mode: 0644]
src/mgr/ServiceMap.cc [new file with mode: 0644]
src/mgr/ServiceMap.h [new file with mode: 0644]
src/mgr/StandbyPyModules.cc [new file with mode: 0644]
src/mgr/StandbyPyModules.h [new file with mode: 0644]
src/mgr/TTLCache.cc [new file with mode: 0644]
src/mgr/TTLCache.h [new file with mode: 0644]
src/mgr/Types.h [new file with mode: 0644]
src/mgr/mgr_commands.cc [new file with mode: 0644]
src/mgr/mgr_commands.h [new file with mode: 0644]
src/mgr/mgr_perf_counters.cc [new file with mode: 0644]
src/mgr/mgr_perf_counters.h [new file with mode: 0644]
src/mon/AuthMonitor.cc [new file with mode: 0644]
src/mon/AuthMonitor.h [new file with mode: 0644]
src/mon/CMakeLists.txt [new file with mode: 0644]
src/mon/CommandHandler.cc [new file with mode: 0644]
src/mon/CommandHandler.h [new file with mode: 0644]
src/mon/ConfigMap.cc [new file with mode: 0644]
src/mon/ConfigMap.h [new file with mode: 0644]
src/mon/ConfigMonitor.cc [new file with mode: 0644]
src/mon/ConfigMonitor.h [new file with mode: 0644]
src/mon/ConnectionTracker.cc [new file with mode: 0644]
src/mon/ConnectionTracker.h [new file with mode: 0644]
src/mon/CreatingPGs.h [new file with mode: 0644]
src/mon/ElectionLogic.cc [new file with mode: 0644]
src/mon/ElectionLogic.h [new file with mode: 0644]
src/mon/Elector.cc [new file with mode: 0644]
src/mon/Elector.h [new file with mode: 0644]
src/mon/FSCommands.cc [new file with mode: 0644]
src/mon/FSCommands.h [new file with mode: 0644]
src/mon/HealthMonitor.cc [new file with mode: 0644]
src/mon/HealthMonitor.h [new file with mode: 0644]
src/mon/KVMonitor.cc [new file with mode: 0644]
src/mon/KVMonitor.h [new file with mode: 0644]
src/mon/LogMonitor.cc [new file with mode: 0644]
src/mon/LogMonitor.h [new file with mode: 0644]
src/mon/MDSMonitor.cc [new file with mode: 0644]
src/mon/MDSMonitor.h [new file with mode: 0644]
src/mon/MgrMap.h [new file with mode: 0644]
src/mon/MgrMonitor.cc [new file with mode: 0644]
src/mon/MgrMonitor.h [new file with mode: 0644]
src/mon/MgrStatMonitor.cc [new file with mode: 0644]
src/mon/MgrStatMonitor.h [new file with mode: 0644]
src/mon/MonCap.cc [new file with mode: 0644]
src/mon/MonCap.h [new file with mode: 0644]
src/mon/MonClient.cc [new file with mode: 0644]
src/mon/MonClient.h [new file with mode: 0644]
src/mon/MonCommand.h [new file with mode: 0644]
src/mon/MonCommands.h [new file with mode: 0644]
src/mon/MonMap.cc [new file with mode: 0644]
src/mon/MonMap.h [new file with mode: 0644]
src/mon/MonOpRequest.h [new file with mode: 0644]
src/mon/MonSub.cc [new file with mode: 0644]
src/mon/MonSub.h [new file with mode: 0644]
src/mon/Monitor.cc [new file with mode: 0644]
src/mon/Monitor.h [new file with mode: 0644]
src/mon/MonitorDBStore.h [new file with mode: 0644]
src/mon/MonmapMonitor.cc [new file with mode: 0644]
src/mon/MonmapMonitor.h [new file with mode: 0644]
src/mon/NVMeofGwMap.cc [new file with mode: 0755]
src/mon/NVMeofGwMap.h [new file with mode: 0755]
src/mon/NVMeofGwMon.cc [new file with mode: 0644]
src/mon/NVMeofGwMon.h [new file with mode: 0644]
src/mon/NVMeofGwSerialize.h [new file with mode: 0755]
src/mon/NVMeofGwTypes.h [new file with mode: 0755]
src/mon/OSDMonitor.cc [new file with mode: 0644]
src/mon/OSDMonitor.h [new file with mode: 0644]
src/mon/PGMap.cc [new file with mode: 0644]
src/mon/PGMap.h [new file with mode: 0644]
src/mon/Paxos.cc [new file with mode: 0644]
src/mon/Paxos.h [new file with mode: 0644]
src/mon/PaxosFSMap.h [new file with mode: 0644]
src/mon/PaxosService.cc [new file with mode: 0644]
src/mon/PaxosService.h [new file with mode: 0644]
src/mon/Session.h [new file with mode: 0644]
src/mon/error_code.cc [new file with mode: 0644]
src/mon/error_code.h [new file with mode: 0644]
src/mon/health_check.h [new file with mode: 0644]
src/mon/mon_types.h [new file with mode: 0644]
src/mount.fuse.ceph [new file with mode: 0755]
src/mount/CMakeLists.txt [new file with mode: 0644]
src/mount/canonicalize.c [new file with mode: 0644]
src/mount/conf.cc [new file with mode: 0644]
src/mount/mount.ceph.c [new file with mode: 0644]
src/mount/mount.ceph.h [new file with mode: 0644]
src/mount/mtab.c [new file with mode: 0644]
src/mrgw.sh [new file with mode: 0755]
src/mrun [new file with mode: 0755]
src/msg/CMakeLists.txt [new file with mode: 0644]
src/msg/Connection.cc [new file with mode: 0644]
src/msg/Connection.h [new file with mode: 0644]
src/msg/DispatchQueue.cc [new file with mode: 0644]
src/msg/DispatchQueue.h [new file with mode: 0644]
src/msg/Dispatcher.h [new file with mode: 0644]
src/msg/Message.cc [new file with mode: 0644]
src/msg/Message.h [new file with mode: 0644]
src/msg/MessageRef.h [new file with mode: 0644]
src/msg/Messenger.cc [new file with mode: 0644]
src/msg/Messenger.h [new file with mode: 0644]
src/msg/Policy.h [new file with mode: 0644]
src/msg/SimplePolicyMessenger.h [new file with mode: 0644]
src/msg/async/AsyncConnection.cc [new file with mode: 0644]
src/msg/async/AsyncConnection.h [new file with mode: 0644]
src/msg/async/AsyncMessenger.cc [new file with mode: 0644]
src/msg/async/AsyncMessenger.h [new file with mode: 0644]
src/msg/async/Event.cc [new file with mode: 0644]
src/msg/async/Event.h [new file with mode: 0644]
src/msg/async/EventEpoll.cc [new file with mode: 0644]
src/msg/async/EventEpoll.h [new file with mode: 0644]
src/msg/async/EventKqueue.cc [new file with mode: 0644]
src/msg/async/EventKqueue.h [new file with mode: 0644]
src/msg/async/EventPoll.cc [new file with mode: 0644]
src/msg/async/EventPoll.h [new file with mode: 0644]
src/msg/async/EventSelect.cc [new file with mode: 0644]
src/msg/async/EventSelect.h [new file with mode: 0644]
src/msg/async/PosixStack.cc [new file with mode: 0644]
src/msg/async/PosixStack.h [new file with mode: 0644]
src/msg/async/Protocol.cc [new file with mode: 0644]
src/msg/async/Protocol.h [new file with mode: 0644]
src/msg/async/ProtocolV1.cc [new file with mode: 0644]
src/msg/async/ProtocolV1.h [new file with mode: 0644]
src/msg/async/ProtocolV2.cc [new file with mode: 0644]
src/msg/async/ProtocolV2.h [new file with mode: 0644]
src/msg/async/Stack.cc [new file with mode: 0644]
src/msg/async/Stack.h [new file with mode: 0644]
src/msg/async/Timeout.h [new file with mode: 0644]
src/msg/async/compression_meta.h [new file with mode: 0644]
src/msg/async/compression_onwire.cc [new file with mode: 0644]
src/msg/async/compression_onwire.h [new file with mode: 0644]
src/msg/async/crypto_onwire.cc [new file with mode: 0644]
src/msg/async/crypto_onwire.h [new file with mode: 0644]
src/msg/async/dpdk/ARP.cc [new file with mode: 0644]
src/msg/async/dpdk/ARP.h [new file with mode: 0644]
src/msg/async/dpdk/DPDK.cc [new file with mode: 0644]
src/msg/async/dpdk/DPDK.h [new file with mode: 0644]
src/msg/async/dpdk/DPDKStack.cc [new file with mode: 0644]
src/msg/async/dpdk/DPDKStack.h [new file with mode: 0644]
src/msg/async/dpdk/EventDPDK.cc [new file with mode: 0644]
src/msg/async/dpdk/EventDPDK.h [new file with mode: 0644]
src/msg/async/dpdk/IP.cc [new file with mode: 0644]
src/msg/async/dpdk/IP.h [new file with mode: 0644]
src/msg/async/dpdk/IPChecksum.cc [new file with mode: 0644]
src/msg/async/dpdk/IPChecksum.h [new file with mode: 0644]
src/msg/async/dpdk/Packet.cc [new file with mode: 0644]
src/msg/async/dpdk/Packet.h [new file with mode: 0644]
src/msg/async/dpdk/PacketUtil.h [new file with mode: 0644]
src/msg/async/dpdk/TCP-Stack.h [new file with mode: 0644]
src/msg/async/dpdk/TCP.cc [new file with mode: 0644]
src/msg/async/dpdk/TCP.h [new file with mode: 0644]
src/msg/async/dpdk/UserspaceEvent.cc [new file with mode: 0644]
src/msg/async/dpdk/UserspaceEvent.h [new file with mode: 0644]
src/msg/async/dpdk/align.h [new file with mode: 0644]
src/msg/async/dpdk/array_map.h [new file with mode: 0644]
src/msg/async/dpdk/byteorder.h [new file with mode: 0644]
src/msg/async/dpdk/capture.h [new file with mode: 0644]
src/msg/async/dpdk/circular_buffer.h [new file with mode: 0644]
src/msg/async/dpdk/const.h [new file with mode: 0644]
src/msg/async/dpdk/dpdk_rte.cc [new file with mode: 0644]
src/msg/async/dpdk/dpdk_rte.h [new file with mode: 0644]
src/msg/async/dpdk/ethernet.cc [new file with mode: 0644]
src/msg/async/dpdk/ethernet.h [new file with mode: 0644]
src/msg/async/dpdk/ip_types.h [new file with mode: 0644]
src/msg/async/dpdk/net.cc [new file with mode: 0644]
src/msg/async/dpdk/net.h [new file with mode: 0644]
src/msg/async/dpdk/queue.h [new file with mode: 0644]
src/msg/async/dpdk/shared_ptr.h [new file with mode: 0644]
src/msg/async/dpdk/stream.h [new file with mode: 0644]
src/msg/async/dpdk/toeplitz.h [new file with mode: 0644]
src/msg/async/dpdk/transfer.h [new file with mode: 0644]
src/msg/async/frames_v2.cc [new file with mode: 0644]
src/msg/async/frames_v2.h [new file with mode: 0644]
src/msg/async/net_handler.cc [new file with mode: 0644]
src/msg/async/net_handler.h [new file with mode: 0644]
src/msg/async/rdma/Infiniband.cc [new file with mode: 0644]
src/msg/async/rdma/Infiniband.h [new file with mode: 0644]
src/msg/async/rdma/RDMAConnectedSocketImpl.cc [new file with mode: 0644]
src/msg/async/rdma/RDMAIWARPConnectedSocketImpl.cc [new file with mode: 0644]
src/msg/async/rdma/RDMAIWARPServerSocketImpl.cc [new file with mode: 0644]
src/msg/async/rdma/RDMAServerSocketImpl.cc [new file with mode: 0644]
src/msg/async/rdma/RDMAStack.cc [new file with mode: 0644]
src/msg/async/rdma/RDMAStack.h [new file with mode: 0644]
src/msg/compressor_registry.cc [new file with mode: 0644]
src/msg/compressor_registry.h [new file with mode: 0644]
src/msg/msg_fmt.h [new file with mode: 0644]
src/msg/msg_types.cc [new file with mode: 0644]
src/msg/msg_types.h [new file with mode: 0644]
src/mstart.sh [new file with mode: 0755]
src/mstop.sh [new file with mode: 0755]
src/multi-dump.sh [new file with mode: 0755]
src/mypy-constrains.txt [new file with mode: 0644]
src/mypy.ini [new file with mode: 0755]
src/nasm-wrapper [new file with mode: 0755]
src/neorados/CMakeLists.txt [new file with mode: 0644]
src/neorados/RADOS.cc [new file with mode: 0644]
src/neorados/RADOSImpl.cc [new file with mode: 0644]
src/neorados/RADOSImpl.h [new file with mode: 0644]
src/neorados/cls/common.h [new file with mode: 0644]
src/neorados/cls/fifo.h [new file with mode: 0644]
src/neorados/cls/fifo/detail/fifo.h [new file with mode: 0644]
src/neorados/cls/fifo/entry.h [new file with mode: 0644]
src/neorados/cls/log.h [new file with mode: 0644]
src/neorados/cls/sem_set.h [new file with mode: 0644]
src/neorados/cls/version.h [new file with mode: 0644]
src/nvmeof/NVMeofGwClient.cc [new file with mode: 0644]
src/nvmeof/NVMeofGwClient.h [new file with mode: 0644]
src/nvmeof/NVMeofGwMonitorClient.cc [new file with mode: 0644]
src/nvmeof/NVMeofGwMonitorClient.h [new file with mode: 0644]
src/nvmeof/NVMeofGwMonitorGroupClient.cc [new file with mode: 0644]
src/nvmeof/NVMeofGwMonitorGroupClient.h [new file with mode: 0644]
src/nvmeof/gateway [new submodule]
src/objclass/class_api.cc [new file with mode: 0644]
src/objclass/objclass.h [new file with mode: 0644]
src/objsync/boto_del.py [new file with mode: 0755]
src/ocf/.gitignore [new file with mode: 0644]
src/ocf/CMakeLists.txt [new file with mode: 0644]
src/ocf/rbd.in [new file with mode: 0644]
src/os/CMakeLists.txt [new file with mode: 0644]
src/os/FuseStore.cc [new file with mode: 0644]
src/os/FuseStore.h [new file with mode: 0644]
src/os/ObjectStore.cc [new file with mode: 0644]
src/os/ObjectStore.h [new file with mode: 0644]
src/os/SequencerPosition.h [new file with mode: 0644]
src/os/Transaction.cc [new file with mode: 0644]
src/os/Transaction.h [new file with mode: 0644]
src/os/bluestore/Allocator.cc [new file with mode: 0644]
src/os/bluestore/Allocator.h [new file with mode: 0644]
src/os/bluestore/AllocatorBase.cc [new file with mode: 0644]
src/os/bluestore/AllocatorBase.h [new file with mode: 0644]
src/os/bluestore/AvlAllocator.cc [new file with mode: 0644]
src/os/bluestore/AvlAllocator.h [new file with mode: 0644]
src/os/bluestore/BitmapAllocator.cc [new file with mode: 0644]
src/os/bluestore/BitmapAllocator.h [new file with mode: 0644]
src/os/bluestore/BitmapFreelistManager.cc [new file with mode: 0644]
src/os/bluestore/BitmapFreelistManager.h [new file with mode: 0644]
src/os/bluestore/BlueAdmin.cc [new file with mode: 0644]
src/os/bluestore/BlueAdmin.h [new file with mode: 0644]
src/os/bluestore/BlueFS.cc [new file with mode: 0644]
src/os/bluestore/BlueFS.h [new file with mode: 0644]
src/os/bluestore/BlueRocksEnv.cc [new file with mode: 0644]
src/os/bluestore/BlueRocksEnv.h [new file with mode: 0644]
src/os/bluestore/BlueStore.cc [new file with mode: 0644]
src/os/bluestore/BlueStore.h [new file with mode: 0644]
src/os/bluestore/BlueStore_debug.cc [new file with mode: 0644]
src/os/bluestore/Btree2Allocator.cc [new file with mode: 0644]
src/os/bluestore/Btree2Allocator.h [new file with mode: 0644]
src/os/bluestore/BtreeAllocator.cc [new file with mode: 0644]
src/os/bluestore/BtreeAllocator.h [new file with mode: 0644]
src/os/bluestore/Compression.cc [new file with mode: 0644]
src/os/bluestore/Compression.h [new file with mode: 0644]
src/os/bluestore/FreelistManager.cc [new file with mode: 0644]
src/os/bluestore/FreelistManager.h [new file with mode: 0644]
src/os/bluestore/HybridAllocator.cc [new file with mode: 0644]
src/os/bluestore/HybridAllocator.h [new file with mode: 0644]
src/os/bluestore/HybridAllocator_impl.h [new file with mode: 0644]
src/os/bluestore/StupidAllocator.cc [new file with mode: 0644]
src/os/bluestore/StupidAllocator.h [new file with mode: 0644]
src/os/bluestore/Writer.cc [new file with mode: 0644]
src/os/bluestore/Writer.h [new file with mode: 0644]
src/os/bluestore/bluefs_types.cc [new file with mode: 0644]
src/os/bluestore/bluefs_types.h [new file with mode: 0644]
src/os/bluestore/bluestore_common.h [new file with mode: 0644]
src/os/bluestore/bluestore_tool.cc [new file with mode: 0644]
src/os/bluestore/bluestore_types.cc [new file with mode: 0644]
src/os/bluestore/bluestore_types.h [new file with mode: 0644]
src/os/bluestore/fastbmap_allocator_impl.cc [new file with mode: 0644]
src/os/bluestore/fastbmap_allocator_impl.h [new file with mode: 0644]
src/os/bluestore/simple_bitmap.cc [new file with mode: 0644]
src/os/bluestore/simple_bitmap.h [new file with mode: 0644]
src/os/fs/FS.cc [new file with mode: 0644]
src/os/fs/FS.h [new file with mode: 0644]
src/os/fs/XFS.cc [new file with mode: 0644]
src/os/fs/XFS.h [new file with mode: 0644]
src/os/fs/ZFS.cc [new file with mode: 0644]
src/os/fs/ZFS.h [new file with mode: 0644]
src/os/kstore/KStore.cc [new file with mode: 0644]
src/os/kstore/KStore.h [new file with mode: 0644]
src/os/kstore/kstore_types.cc [new file with mode: 0644]
src/os/kstore/kstore_types.h [new file with mode: 0644]
src/os/kv.h [new file with mode: 0644]
src/os/memstore/MemStore.cc [new file with mode: 0644]
src/os/memstore/MemStore.h [new file with mode: 0644]
src/os/memstore/PageSet.h [new file with mode: 0644]
src/osd/CMakeLists.txt [new file with mode: 0644]
src/osd/ClassHandler.cc [new file with mode: 0644]
src/osd/ClassHandler.h [new file with mode: 0644]
src/osd/DynamicPerfStats.h [new file with mode: 0644]
src/osd/ECBackend.cc [new file with mode: 0644]
src/osd/ECBackend.h [new file with mode: 0644]
src/osd/ECBackendL.cc [new file with mode: 0644]
src/osd/ECBackendL.h [new file with mode: 0644]
src/osd/ECCommon.cc [new file with mode: 0644]
src/osd/ECCommon.h [new file with mode: 0644]
src/osd/ECCommonL.cc [new file with mode: 0644]
src/osd/ECCommonL.h [new file with mode: 0644]
src/osd/ECExtentCache.cc [new file with mode: 0644]
src/osd/ECExtentCache.h [new file with mode: 0644]
src/osd/ECExtentCacheL.cc [new file with mode: 0644]
src/osd/ECExtentCacheL.h [new file with mode: 0644]
src/osd/ECInject.cc [new file with mode: 0644]
src/osd/ECInject.h [new file with mode: 0644]
src/osd/ECListener.h [new file with mode: 0644]
src/osd/ECMsgTypes.cc [new file with mode: 0644]
src/osd/ECMsgTypes.h [new file with mode: 0644]
src/osd/ECSwitch.h [new file with mode: 0644]
src/osd/ECTransaction.cc [new file with mode: 0644]
src/osd/ECTransaction.h [new file with mode: 0644]
src/osd/ECTransactionL.cc [new file with mode: 0644]
src/osd/ECTransactionL.h [new file with mode: 0644]
src/osd/ECTypes.h [new file with mode: 0644]
src/osd/ECUtil.cc [new file with mode: 0644]
src/osd/ECUtil.h [new file with mode: 0644]
src/osd/ECUtilL.cc [new file with mode: 0644]
src/osd/ECUtilL.h [new file with mode: 0644]
src/osd/HitSet.cc [new file with mode: 0644]
src/osd/HitSet.h [new file with mode: 0644]
src/osd/MissingLoc.cc [new file with mode: 0644]
src/osd/MissingLoc.h [new file with mode: 0644]
src/osd/OSD.cc [new file with mode: 0644]
src/osd/OSD.h [new file with mode: 0644]
src/osd/OSDCap.cc [new file with mode: 0644]
src/osd/OSDCap.h [new file with mode: 0644]
src/osd/OSDMap.cc [new file with mode: 0644]
src/osd/OSDMap.h [new file with mode: 0644]
src/osd/OSDMapMapping.cc [new file with mode: 0644]
src/osd/OSDMapMapping.h [new file with mode: 0644]
src/osd/ObjectVersioner.h [new file with mode: 0644]
src/osd/OpRequest.cc [new file with mode: 0644]
src/osd/OpRequest.h [new file with mode: 0644]
src/osd/PG.cc [new file with mode: 0644]
src/osd/PG.h [new file with mode: 0644]
src/osd/PGBackend.cc [new file with mode: 0644]
src/osd/PGBackend.h [new file with mode: 0644]
src/osd/PGLog.cc [new file with mode: 0644]
src/osd/PGLog.h [new file with mode: 0644]
src/osd/PGPeeringEvent.cc [new file with mode: 0644]
src/osd/PGPeeringEvent.h [new file with mode: 0644]
src/osd/PGStateUtils.cc [new file with mode: 0644]
src/osd/PGStateUtils.h [new file with mode: 0644]
src/osd/PGTransaction.h [new file with mode: 0644]
src/osd/PeeringState.cc [new file with mode: 0644]
src/osd/PeeringState.h [new file with mode: 0644]
src/osd/PrimaryLogPG.cc [new file with mode: 0644]
src/osd/PrimaryLogPG.h [new file with mode: 0644]
src/osd/ReplicatedBackend.cc [new file with mode: 0644]
src/osd/ReplicatedBackend.h [new file with mode: 0644]
src/osd/Session.cc [new file with mode: 0644]
src/osd/Session.h [new file with mode: 0644]
src/osd/SnapMapReaderI.h [new file with mode: 0644]
src/osd/SnapMapper.cc [new file with mode: 0644]
src/osd/SnapMapper.h [new file with mode: 0644]
src/osd/TierAgentState.h [new file with mode: 0644]
src/osd/Watch.cc [new file with mode: 0644]
src/osd/Watch.h [new file with mode: 0644]
src/osd/error_code.cc [new file with mode: 0644]
src/osd/error_code.h [new file with mode: 0644]
src/osd/objclass.cc [new file with mode: 0644]
src/osd/object_state.h [new file with mode: 0644]
src/osd/object_state_fmt.h [new file with mode: 0644]
src/osd/osd_internal_types.h [new file with mode: 0644]
src/osd/osd_op_util.cc [new file with mode: 0644]
src/osd/osd_op_util.h [new file with mode: 0644]
src/osd/osd_perf_counters.cc [new file with mode: 0644]
src/osd/osd_perf_counters.h [new file with mode: 0644]
src/osd/osd_tracer.cc [new file with mode: 0644]
src/osd/osd_tracer.h [new file with mode: 0644]
src/osd/osd_types.cc [new file with mode: 0644]
src/osd/osd_types.h [new file with mode: 0644]
src/osd/osd_types_fmt.h [new file with mode: 0644]
src/osd/pg_features.h [new file with mode: 0644]
src/osd/recovery_types.h [new file with mode: 0644]
src/osd/scheduler/OpScheduler.cc [new file with mode: 0644]
src/osd/scheduler/OpScheduler.h [new file with mode: 0644]
src/osd/scheduler/OpSchedulerItem.cc [new file with mode: 0644]
src/osd/scheduler/OpSchedulerItem.h [new file with mode: 0644]
src/osd/scheduler/mClockScheduler.cc [new file with mode: 0644]
src/osd/scheduler/mClockScheduler.h [new file with mode: 0644]
src/osd/scrubber/PrimaryLogScrub.cc [new file with mode: 0644]
src/osd/scrubber/PrimaryLogScrub.h [new file with mode: 0644]
src/osd/scrubber/ScrubStore.cc [new file with mode: 0644]
src/osd/scrubber/ScrubStore.h [new file with mode: 0644]
src/osd/scrubber/osd_scrub.cc [new file with mode: 0644]
src/osd/scrubber/osd_scrub.h [new file with mode: 0644]
src/osd/scrubber/osd_scrub_sched.cc [new file with mode: 0644]
src/osd/scrubber/osd_scrub_sched.h [new file with mode: 0644]
src/osd/scrubber/pg_scrubber.cc [new file with mode: 0644]
src/osd/scrubber/pg_scrubber.h [new file with mode: 0644]
src/osd/scrubber/scrub_backend.cc [new file with mode: 0644]
src/osd/scrubber/scrub_backend.h [new file with mode: 0644]
src/osd/scrubber/scrub_job.cc [new file with mode: 0644]
src/osd/scrubber/scrub_job.h [new file with mode: 0644]
src/osd/scrubber/scrub_machine.cc [new file with mode: 0644]
src/osd/scrubber/scrub_machine.h [new file with mode: 0644]
src/osd/scrubber/scrub_machine_if.h [new file with mode: 0644]
src/osd/scrubber/scrub_machine_lstnr.h [new file with mode: 0644]
src/osd/scrubber/scrub_queue_entry.h [new file with mode: 0644]
src/osd/scrubber/scrub_reservations.cc [new file with mode: 0644]
src/osd/scrubber/scrub_reservations.h [new file with mode: 0644]
src/osd/scrubber/scrub_resources.cc [new file with mode: 0644]
src/osd/scrubber/scrub_resources.h [new file with mode: 0644]
src/osd/scrubber_common.h [new file with mode: 0644]
src/osdc/CMakeLists.txt [new file with mode: 0644]
src/osdc/Filer.cc [new file with mode: 0644]
src/osdc/Filer.h [new file with mode: 0644]
src/osdc/Journaler.cc [new file with mode: 0644]
src/osdc/Journaler.h [new file with mode: 0644]
src/osdc/ObjectCacher.cc [new file with mode: 0644]
src/osdc/ObjectCacher.h [new file with mode: 0644]
src/osdc/Objecter.cc [new file with mode: 0644]
src/osdc/Objecter.h [new file with mode: 0644]
src/osdc/Striper.cc [new file with mode: 0644]
src/osdc/Striper.h [new file with mode: 0644]
src/osdc/StriperTypes.h [new file with mode: 0644]
src/osdc/WritebackHandler.h [new file with mode: 0644]
src/osdc/error_code.cc [new file with mode: 0644]
src/osdc/error_code.h [new file with mode: 0644]
src/perf_histogram.h [new file with mode: 0644]
src/perfglue/CMakeLists.txt [new file with mode: 0644]
src/perfglue/cpu_profiler.cc [new file with mode: 0644]
src/perfglue/cpu_profiler.h [new file with mode: 0644]
src/perfglue/disabled_heap_profiler.cc [new file with mode: 0644]
src/perfglue/disabled_stubs.cc [new file with mode: 0644]
src/perfglue/heap_profiler.cc [new file with mode: 0644]
src/perfglue/heap_profiler.h [new file with mode: 0644]
src/powerdns/README.md [new file with mode: 0644]
src/powerdns/pdns-backend-rgw.py [new file with mode: 0755]
src/powerdns/rgw-pdns.conf.in [new file with mode: 0644]
src/ps-ceph.pl [new file with mode: 0755]
src/push_to_qemu.pl [new file with mode: 0755]
src/pybind/CMakeLists.txt [new file with mode: 0644]
src/pybind/ceph_argparse.py [new file with mode: 0644]
src/pybind/ceph_daemon.py [new file with mode: 0644]
src/pybind/ceph_mgr_repl.py [new file with mode: 0755]
src/pybind/cephfs/CMakeLists.txt [new file with mode: 0644]
src/pybind/cephfs/MANIFEST.in [new file with mode: 0644]
src/pybind/cephfs/c_cephfs.pxd [new file with mode: 0644]
src/pybind/cephfs/cephfs.pyx [new file with mode: 0644]
src/pybind/cephfs/mock_cephfs.pxi [new file with mode: 0644]
src/pybind/cephfs/setup.py [new file with mode: 0755]
src/pybind/cephfs/types.pxd [new file with mode: 0644]
src/pybind/mgr/.gitignore [new file with mode: 0644]
src/pybind/mgr/.pylintrc [new file with mode: 0644]
src/pybind/mgr/CMakeLists.txt [new file with mode: 0644]
src/pybind/mgr/alerts/__init__.py [new file with mode: 0644]
src/pybind/mgr/alerts/module.py [new file with mode: 0644]
src/pybind/mgr/balancer/__init__.py [new file with mode: 0644]
src/pybind/mgr/balancer/module.py [new file with mode: 0644]
src/pybind/mgr/ceph_module.pyi [new file with mode: 0644]
src/pybind/mgr/cephadm/.gitignore [new file with mode: 0644]
src/pybind/mgr/cephadm/HACKING.rst [new file with mode: 0644]
src/pybind/mgr/cephadm/Vagrantfile [new file with mode: 0644]
src/pybind/mgr/cephadm/__init__.py [new file with mode: 0644]
src/pybind/mgr/cephadm/agent.py [new file with mode: 0644]
src/pybind/mgr/cephadm/autotune.py [new file with mode: 0644]
src/pybind/mgr/cephadm/ceph.repo [new file with mode: 0644]
src/pybind/mgr/cephadm/ceph_volume.py [new file with mode: 0644]
src/pybind/mgr/cephadm/cert_mgr.py [new file with mode: 0644]
src/pybind/mgr/cephadm/configchecks.py [new file with mode: 0644]
src/pybind/mgr/cephadm/exchange.py [new file with mode: 0644]
src/pybind/mgr/cephadm/http_server.py [new file with mode: 0644]
src/pybind/mgr/cephadm/inventory.py [new file with mode: 0644]
src/pybind/mgr/cephadm/migrations.py [new file with mode: 0644]
src/pybind/mgr/cephadm/module.py [new file with mode: 0644]
src/pybind/mgr/cephadm/offline_watcher.py [new file with mode: 0644]
src/pybind/mgr/cephadm/registry.py [new file with mode: 0644]
src/pybind/mgr/cephadm/schedule.py [new file with mode: 0644]
src/pybind/mgr/cephadm/serve.py [new file with mode: 0644]
src/pybind/mgr/cephadm/service_discovery.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/__init__.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/cephadmservice.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/container.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/ingress.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/iscsi.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/jaeger.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/mgmt_gateway.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/monitoring.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/nfs.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/node_proxy.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/nvmeof.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/oauth2_proxy.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/osd.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/service_registry.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/smb.py [new file with mode: 0644]
src/pybind/mgr/cephadm/ssh.py [new file with mode: 0644]
src/pybind/mgr/cephadm/ssl_cert_utils.py [new file with mode: 0644]
src/pybind/mgr/cephadm/template.py [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/blink_device_light_cmd.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/alertmanager/alertmanager.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/alertmanager/web.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/grafana/ceph-dashboard.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/grafana/grafana.ini.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/grafana/providers.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/ingress/haproxy.cfg.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/ingress/keepalived.conf.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/iscsi/iscsi-gateway.cfg.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/loki.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/mgmt-gateway/external_server.conf.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/mgmt-gateway/internal_server.conf.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/mgmt-gateway/nginx.conf.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/node-exporter/web.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/nvmeof/ceph-nvmeof.conf.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/oauth2-proxy/oauth2-proxy.conf.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/prometheus/prometheus.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/prometheus/web.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/promtail.yml.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/ceph_volume_data.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/conftest.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/fixtures.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/node_proxy_data.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_autotune.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_ceph_volume.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_cephadm.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_certmgr.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_completion.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_configchecks.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_facts.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_migration.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_node_proxy.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_osd_removal.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_remote_executables.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_replace_device.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_scheduling.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_service_discovery.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_services.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_spec.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_ssh.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_template.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_tuned_profiles.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_upgrade.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tlsobject_store.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tlsobject_types.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tuned_profiles.py [new file with mode: 0644]
src/pybind/mgr/cephadm/upgrade.py [new file with mode: 0644]
src/pybind/mgr/cephadm/utils.py [new file with mode: 0644]
src/pybind/mgr/cephadm/vagrant.config.example.json [new file with mode: 0644]
src/pybind/mgr/cli_api/__init__.py [new file with mode: 0644]
src/pybind/mgr/cli_api/module.py [new file with mode: 0755]
src/pybind/mgr/cli_api/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/cli_api/tests/test_cli_api.py [new file with mode: 0644]
src/pybind/mgr/crash/__init__.py [new file with mode: 0644]
src/pybind/mgr/crash/module.py [new file with mode: 0644]
src/pybind/mgr/dashboard/.coveragerc [new file with mode: 0644]
src/pybind/mgr/dashboard/.editorconfig [new file with mode: 0644]
src/pybind/mgr/dashboard/.gitignore [new file with mode: 0644]
src/pybind/mgr/dashboard/.pylintrc [new file with mode: 0644]
src/pybind/mgr/dashboard/CMakeLists.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/HACKING.rst [new file with mode: 0644]
src/pybind/mgr/dashboard/README.rst [new file with mode: 0644]
src/pybind/mgr/dashboard/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/api/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/api/doc.py [new file with mode: 0644]
src/pybind/mgr/dashboard/awsauth.py [new file with mode: 0644]
src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/ci/cephadm/ceph_cluster.yml [new file with mode: 0755]
src/pybind/mgr/dashboard/ci/cephadm/dnf.conf.tpl [new file with mode: 0644]
src/pybind/mgr/dashboard/ci/cephadm/initial-ceph.conf [new file with mode: 0644]
src/pybind/mgr/dashboard/ci/cephadm/load-podman-image.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/ci/cephadm/quick-bootstrap.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/ci/cephadm/run-cephadm-e2e-tests.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/ci/check_grafana_dashboards.py [new file with mode: 0644]
src/pybind/mgr/dashboard/constraints.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/__init__.py [new file with mode: 0755]
src/pybind/mgr/dashboard/controllers/_api_router.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_auth.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_base_controller.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_crud.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_docs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_endpoint.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_helpers.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_paginate.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_permissions.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_rest_controller.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_router.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_task.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_ui_router.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/_version.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/auth.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/ceph_users.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/cephfs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/cluster.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/cluster_configuration.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/crush_rule.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/daemon.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/docs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/erasure_code_profile.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/feedback.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/frontend_logging.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/grafana.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/hardware.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/health.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/home.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/host.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/iscsi.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/logs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/mgr_modules.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/monitor.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/multi_cluster.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/nfs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/nvmeof.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/oauth2.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/orchestrator.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/osd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/perf_counters.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/pool.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/prometheus.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/rbd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/rgw.py [new file with mode: 0755]
src/pybind/mgr/dashboard/controllers/rgw_iam.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/role.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/saml2.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/smb.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/summary.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/task.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/telemetry.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/user.py [new file with mode: 0644]
src/pybind/mgr/dashboard/exceptions.py [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.browserslistrc [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.editorconfig [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.eslintrc.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.gherkin-lintrc [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.gitignore [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.htmllintrc [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.npmrc [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.nvmrc [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.prettierignore [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.prettierrc [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.stylelintrc [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.tx/config [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/CMakeLists.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/angular.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/applitools.config.js [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/babel.config.js [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cd.js [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/cypress.config.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/a11y/dashboard.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/a11y/navigation.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/images.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/images.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/iscsi.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/iscsi.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/mirroring.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/mirroring.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/configuration.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/configuration.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/create-cluster.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/crush-map.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/crush-map.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/hosts.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/hosts.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/inventory.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/logs.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/logs.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/mgr-modules.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/mgr-modules.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/monitors.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/monitors.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/osds.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/osds.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/services.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/users.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/users.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/create-cluster/create-cluster.feature.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/forms-helper.feature.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/global.feature.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/grafana.feature.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/table-helper.feature.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/urls.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/filesystems/filesystems.e2e-spec.feature [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/filesystems/snapshots.e2e-spec.feature [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/filesystems/subvolume-groups.e2e-spec.feature [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/filesystems/subvolumes.e2e-spec.feature [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/multi-cluster/multi-cluster.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/multi-cluster/multi-cluster.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/01-hosts.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/03-inventory.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/04-osds.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/05-services.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/grafana/grafana.feature [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/01-create-cluster-welcome.feature [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/02-create-cluster-add-host.feature [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/03-create-cluster-create-services.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/04-create-cluster-create-osds.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/05-create-cluster-review.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/06-cluster-check.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/07-osds.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/08-hosts.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/09-services.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/10-nfs-exports.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/11-inventory.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/nfs/nfs-export.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/page-helper.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/pools/pools.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/pools/pools.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/accounts.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/accounts.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/buckets.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/buckets.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/configuration.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/configuration.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/daemons.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/daemons.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/multisite.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/multisite.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/roles.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/roles.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/users.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/users.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/api-docs.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/api-docs.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard-v3.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard-v3.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/language.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/language.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/login.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/login.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/navigation.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/navigation.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/notification.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/notification.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/role-mgmt.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/role-mgmt.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/user-mgmt.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/user-mgmt.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/visualTests/dashboard.vrt-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/visualTests/login.vrt-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/fixtures/block-rbd-status.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/fixtures/nfs-ganesha-status.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/fixtures/orchestrator/inventory.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/fixtures/orchestrator/services.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/fixtures/rgw-status.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/plugins/index.js [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/support/e2e.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/support/eyes-index.d.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/tsconfig.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/html-linter.config.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/jest.config.cjs [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/ngcc.config.js [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/package-lock.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/package.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-setting/iscsi-setting.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-setting/iscsi-setting.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-setting/iscsi-setting.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-setting/iscsi-setting.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-tabs/iscsi-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-tabs/iscsi-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-tabs/iscsi-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-tabs/iscsi-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-create-modal/bootstrap-create-modal.component.html [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-create-modal/bootstrap-create-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-create-modal/bootstrap-create-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-create-modal/bootstrap-create-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-import-modal/bootstrap-import-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-import-modal/bootstrap-import-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-import-modal/bootstrap-import-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/bootstrap-import-modal/bootstrap-import-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/daemon-list/daemon-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/daemon-list/daemon-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/daemon-list/daemon-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/image-list/image-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/image-list/image-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/image-list/image-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/image-list/image-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirror-health-color.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirror-health-color.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-response.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-response.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-list/pool-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-list/pool-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-list/pool-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/pool-list/pool-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-form/nvmeof-initiators-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-form/nvmeof-initiators-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-form/nvmeof-initiators-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-form/nvmeof-initiators-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-list/nvmeof-initiators-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-list/nvmeof-initiators-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-list/nvmeof-initiators-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-initiators-list/nvmeof-initiators-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-form/nvmeof-namespaces-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-form/nvmeof-namespaces-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-form/nvmeof-namespaces-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-form/nvmeof-namespaces-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-list/nvmeof-namespaces-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-list/nvmeof-namespaces-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-list/nvmeof-namespaces-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-list/nvmeof-namespaces-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-details/nvmeof-subsystems-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-details/nvmeof-subsystems-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-details/nvmeof-subsystems-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-details/nvmeof-subsystems-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystems-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystems-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystems-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystems-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems/nvmeof-subsystems.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems/nvmeof-subsystems.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems/nvmeof-subsystems.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems/nvmeof-subsystems.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-tabs/nvmeof-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-tabs/nvmeof-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-tabs/nvmeof-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-tabs/nvmeof-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-list/rbd-configuration-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-contants.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-feature.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-clone-request.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-copy-request.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-create-request.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-edit-request.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-mode.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-response.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-parent.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-form/rbd-namespace-form-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-form/rbd-namespace-form-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-form/rbd-namespace-form-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-form/rbd-namespace-form-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-list/rbd-namespace-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-list/rbd-namespace-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-list/rbd-namespace-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-namespace-list/rbd-namespace-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-performance/rbd-performance.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-performance/rbd-performance.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-performance/rbd-performance.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-performance/rbd-performance.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-form/rbd-snapshot-form-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-tabs/rbd-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-tabs/rbd-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-tabs/rbd-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-tabs/rbd-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/ceph.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-auth-modal/cephfs-auth-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-auth-modal/cephfs-auth-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-auth-modal/cephfs-auth-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-auth-modal/cephfs-auth-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mount-details/cephfs-mount-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mount-details/cephfs-mount-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mount-details/cephfs-mount-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mount-details/cephfs-mount-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-form/cephfs-snapshotschedule-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-form/cephfs-snapshotschedule-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-form/cephfs-snapshotschedule-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-form/cephfs-snapshotschedule-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-list/cephfs-snapshotschedule-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-list/cephfs-snapshotschedule-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-list/cephfs-snapshotschedule-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-list/cephfs-snapshotschedule-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-form/cephfs-subvolume-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-form/cephfs-subvolume-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-form/cephfs-subvolume-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-form/cephfs-subvolume-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-list/cephfs-subvolume-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-list/cephfs-subvolume-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-list/cephfs-subvolume-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-list/cephfs-subvolume-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-form/cephfs-subvolume-snapshots-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-form/cephfs-subvolume-snapshots-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-form/cephfs-subvolume-snapshots-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-form/cephfs-subvolume-snapshots-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-snapshots-list/cephfs-subvolume-snapshots-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolumegroup-form/cephfs-subvolumegroup-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolumegroup-form/cephfs-subvolumegroup-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolumegroup-form/cephfs-subvolumegroup-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolumegroup-form/cephfs-subvolumegroup-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-tabs/cephfs-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-tabs/cephfs-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-tabs/cephfs-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-tabs/cephfs-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.html [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.scss [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form-create-request.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster-review.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/fixtures/host_list_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/fixtures/inventory_list_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-device.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-host.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-details/mgr-module-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-details/mgr-module-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-details/mgr-module-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-details/mgr-module-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-form/mgr-module-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-form/mgr-module-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-form/mgr-module-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-form/mgr-module-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-list/mgr-module-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-list/mgr-module-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-list/mgr-module-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-list/mgr-module-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-modules.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-details/multi-cluster-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-details/multi-cluster-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-details/multi-cluster-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-details/multi-cluster-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-form/multi-cluster-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-form/multi-cluster-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-form/multi-cluster-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-form/multi-cluster-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-list/multi-cluster-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-list/multi-cluster-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-list/multi-cluster-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-list/multi-cluster-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-groups/devices-selection-change-event.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-groups/devices-selection-clear-event.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-groups/osd-devices-selection-groups.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-groups/osd-devices-selection-groups.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-groups/osd-devices-selection-groups.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-groups/osd-devices-selection-groups.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-modal/osd-devices-selection-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-modal/osd-devices-selection-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-modal/osd-devices-selection-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-modal/osd-devices-selection-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/drive-group.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-feature.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/fixtures/osd_list_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-pg-scrub-modal/osd-pg-scrub-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-pg-scrub-modal/osd-pg-scrub-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-pg-scrub-modal/osd-pg-scrub-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-pg-scrub-modal/osd-pg-scrub-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-pg-scrub-modal/osd-pg-scrub-modal.options.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.scss [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/prometheus-tabs/prometheus-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/prometheus-tabs/prometheus-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/prometheus-tabs/prometheus-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/prometheus-tabs/prometheus-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-form/silence-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-form/silence-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-form/silence-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-form/silence-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-matcher-modal/silence-matcher-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-matcher-modal/silence-matcher-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-matcher-modal/silence-matcher-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-matcher-modal/silence-matcher-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/placement.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/placement.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-progress/upgrade-progress.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-progress/upgrade-progress.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-progress/upgrade-progress.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-progress/upgrade-progress.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-area-chart/dashboard-area-chart.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-area-chart/dashboard-area-chart.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-area-chart/dashboard-area-chart.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-area-chart/dashboard-area-chart.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-pie/dashboard-pie.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-pie/dashboard-pie.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-pie/dashboard-pie.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-pie/dashboard-pie.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-time-selector/dashboard-time-selector.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-time-selector/dashboard-time-selector.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-time-selector/dashboard-time-selector.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-time-selector/dashboard-time-selector.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-v3.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/pg-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/pg-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mds-dashboard-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mds-dashboard-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mgr-dashboard-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mgr-dashboard-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mon-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mon-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/osd-dashboard-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/osd-dashboard-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/models/nfs-cluster-config.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/models/nfs.fsal.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster-details/nfs-cluster-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster-details/nfs-cluster-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster-details/nfs-cluster-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster-details/nfs-cluster-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-details/nfs-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-details/nfs-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-details/nfs-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-details/nfs-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form-client/nfs-form-client.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form-client/nfs-form-client.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form-client/nfs-form-client.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form-client/nfs-form-client.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/utils.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/crush-rule-form-modal/crush-rule-form-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form-data.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-stat.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/create-rgw-service-entities/create-rgw-service-entities.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/create-rgw-service-entities/create-rgw-service-entities.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/create-rgw-service-entities/create-rgw-service-entities.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/create-rgw-service-entities/create-rgw-service-entities.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-encryption.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-lifecycle.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-mfa-delete.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-versioning.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-daemon.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zone-deletion-form/rgw-multisite-zone-deletion-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zone-deletion-form/rgw-multisite-zone-deletion-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zone-deletion-form/rgw-multisite-zone-deletion-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zone-deletion-form/rgw-multisite-zone-deletion-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zone-selector.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zonegroup-deletion-form/rgw-multisite-zonegroup-deletion-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zonegroup-deletion-form/rgw-multisite-zonegroup-deletion-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zonegroup-deletion-form/rgw-multisite-zonegroup-deletion-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite-zonegroup-deletion-form/rgw-multisite-zonegroup-deletion-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-multisite.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-rate-limit.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-storage-class.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-accounts.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-capabilities.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-capability.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-s3-key.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-subuser.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-swift-key.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-acl-permissions.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-lifecycle-list/rgw-bucket-lifecycle-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-lifecycle-list/rgw-bucket-lifecycle-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-lifecycle-list/rgw-bucket-lifecycle-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-lifecycle-list/rgw-bucket-lifecycle-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-notification-list/rgw-bucket-notification-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-notification-list/rgw-bucket-notification-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-notification-list/rgw-bucket-notification-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-notification-list/rgw-bucket-notification-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-tiering-form/rgw-bucket-tiering-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-tiering-form/rgw-bucket-tiering-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-tiering-form/rgw-bucket-tiering-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-tiering-form/rgw-bucket-tiering-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-details/rgw-config-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-details/rgw-config-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-details/rgw-config-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-details/rgw-config-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-modal/rgw-config-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-modal/rgw-config-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-modal/rgw-config-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-config-modal/rgw-config-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-configuration-page/rgw-configuration-page.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-configuration-page/rgw-configuration-page.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-configuration-page/rgw-configuration-page.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-configuration-page/rgw-configuration-page.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-details/rgw-multisite-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-details/rgw-multisite-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-details/rgw-multisite-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-details/rgw-multisite-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-import/rgw-multisite-import.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-migrate/rgw-multisite-migrate.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-migrate/rgw-multisite-migrate.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-migrate/rgw-multisite-migrate.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-migrate/rgw-multisite-migrate.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-flow-modal/rgw-multisite-sync-flow-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-flow-modal/rgw-multisite-sync-flow-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-flow-modal/rgw-multisite-sync-flow-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-flow-modal/rgw-multisite-sync-flow-modal.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-pipe-modal/rgw-multisite-sync-pipe-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-pipe-modal/rgw-multisite-sync-pipe-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-pipe-modal/rgw-multisite-sync-pipe-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-pipe-modal/rgw-multisite-sync-pipe-modal.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-details/rgw-multisite-sync-policy-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-details/rgw-multisite-sync-policy-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-details/rgw-multisite-sync-policy-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-details/rgw-multisite-sync-policy-details.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-form/rgw-multisite-sync-policy-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-form/rgw-multisite-sync-policy-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-form/rgw-multisite-sync-policy-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy-form/rgw-multisite-sync-policy-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy/rgw-multisite-sync-policy.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy/rgw-multisite-sync-policy.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy/rgw-multisite-sync-policy.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-sync-policy/rgw-multisite-sync-policy.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-tabs/rgw-multisite-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-tabs/rgw-multisite-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-tabs/rgw-multisite-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-tabs/rgw-multisite-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/multisite-wizard-steps.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-notification-form/rgw-notification-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-notification-form/rgw-notification-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-notification-form/rgw-notification-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-notification-form/rgw-notification-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-card-popover.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit-details/rgw-rate-limit-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit-details/rgw-rate-limit-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit-details/rgw-rate-limit-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit-details/rgw-rate-limit-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit/rgw-rate-limit.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit/rgw-rate-limit.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit/rgw-rate-limit.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-rate-limit/rgw-rate-limit.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-details/rgw-storage-class-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-details/rgw-storage-class-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-details/rgw-storage-class-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-details/rgw-storage-class-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-form/rgw-storage-class-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-form/rgw-storage-class-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-form/rgw-storage-class-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-form/rgw-storage-class-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-list/rgw-storage-class-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-list/rgw-storage-class-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-list/rgw-storage-class-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-storage-class-list/rgw-storage-class-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-metadata-info/rgw-sync-metadata-info.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-metadata-info/rgw-sync-metadata-info.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-metadata-info/rgw-sync-metadata-info.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-metadata-info/rgw-sync-metadata-info.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-primary-zone/rgw-sync-primary-zone.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-primary-zone/rgw-sync-primary-zone.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-primary-zone/rgw-sync-primary-zone.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-primary-zone/rgw-sync-primary-zone.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-system-user/rgw-system-user.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-system-user/rgw-system-user.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-system-user/rgw-system-user.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-system-user/rgw-system-user.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-details/rgw-topic-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-details/rgw-topic-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-details/rgw-topic-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-details/rgw-topic-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-form/rgw-topic-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-form/rgw-topic-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-form/rgw-topic-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-form/rgw-topic-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-list/rgw-topic-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-list/rgw-topic-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-list/rgw-topic-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-topic-list/rgw-topic-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-details/rgw-user-accounts-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-details/rgw-user-accounts-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-details/rgw-user-accounts-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-details/rgw-user-accounts-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-form/rgw-user-accounts-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-form/rgw-user-accounts-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-form/rgw-user-accounts-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts-form/rgw-user-accounts-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts/rgw-user-accounts.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts/rgw-user-accounts.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts/rgw-user-accounts.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-accounts/rgw-user-accounts.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-tabs/rgw-user-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-tabs/rgw-user-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-tabs/rgw-user-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-tabs/rgw-user-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/utils/constants.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/utils/rgw-bucket-tiering.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/ceph-shared.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/device-list/device-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/device-list/device-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/device-list/device-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/device-list/device-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/health-checks/health-checks.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/pg-category.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/pg-category.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/pg-category.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/fixtures/smart_data_version_1_0_ata_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/fixtures/smart_data_version_1_0_nvme_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/fixtures/smart_data_version_1_0_scsi_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/smart-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/smart-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/smart-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/smart-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-form/smb-cluster-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-form/smb-cluster-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-form/smb-cluster-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-form/smb-cluster-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-list/smb-cluster-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-list/smb-cluster-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-list/smb-cluster-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-list/smb-cluster-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-tabs/smb-cluster-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-tabs/smb-cluster-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-tabs/smb-cluster-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-tabs/smb-cluster-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-domain-setting-modal/smb-domain-setting-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-domain-setting-modal/smb-domain-setting-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-domain-setting-modal/smb-domain-setting-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-domain-setting-modal/smb-domain-setting-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-form/smb-join-auth-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-form/smb-join-auth-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-form/smb-join-auth-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-form/smb-join-auth-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-list/smb-join-auth-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-list/smb-join-auth-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-list/smb-join-auth-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-list/smb-join-auth-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-overview/smb-overview.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-overview/smb-overview.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-overview/smb-overview.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-overview/smb-overview.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-form/smb-share-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-form/smb-share-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-form/smb-share-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-form/smb-share-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-list/smb-share-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-list/smb-share-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-list/smb-share-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-list/smb-share-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-tabs/smb-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-tabs/smb-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-tabs/smb-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-tabs/smb-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-details/smb-usersgroups-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-details/smb-usersgroups-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-details/smb-usersgroups-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-details/smb-usersgroups-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-form/smb-usersgroups-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-form/smb-usersgroups-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-form/smb-usersgroups-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-form/smb-usersgroups-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-list/smb-usersgroups-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-list/smb-usersgroups-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-list/smb-usersgroups-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-list/smb-usersgroups-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/auth.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.html [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.scss [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form-mode.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form-mode.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form-role.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.html [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.scss [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-password-form/user-password-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-password-form/user-password-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-password-form/user-password-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-password-form/user-password-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/context/context.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/context/context.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/context/context.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/context/context.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/core.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/blank-layout/blank-layout.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/blank-layout/blank-layout.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/blank-layout/blank-layout.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/blank-layout/blank-layout.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/administration/administration.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/administration/administration.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/administration/administration.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/administration/administration.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/api-docs/api-docs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/api-docs/api-docs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/api-docs/api-docs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/breadcrumbs/breadcrumbs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/breadcrumbs/breadcrumbs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/breadcrumbs/breadcrumbs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/breadcrumbs/breadcrumbs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/dashboard-help/dashboard-help.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/dashboard-help/dashboard-help.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/dashboard-help/dashboard-help.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/dashboard-help/dashboard-help.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/identity/identity.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/api-client.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/api-client.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/auth.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/auth.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/ceph-service.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/ceph-user.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-snapshot-schedule.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-snapshot-schedule.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-subvolume-group.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-subvolume-group.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-subvolume.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-subvolume.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cluster.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cluster.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/crush-rule.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/crush-rule.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/custom-login-banner.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/custom-login-banner.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/daemon.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/daemon.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/directory-store.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/directory-store.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/erasure-code-profile.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/erasure-code-profile.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/feedback.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/feedback.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/hardware.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/hardware.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/health.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/health.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/iscsi.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/iscsi.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/logging.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/logging.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/logs.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/logs.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/mgr-module.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/mgr-module.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/monitor.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/monitor.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/motd.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/motd.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/multi-cluster.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/multi-cluster.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nfs.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nfs.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nvmeof.service.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nvmeof.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/orchestrator.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/orchestrator.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/osd.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/osd.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/paginate.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/performance-counter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/performance-counter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/pool.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/pool.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/prometheus.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/prometheus.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd-mirroring.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd-mirroring.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-daemon.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-daemon.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-multisite.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-multisite.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-realm.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-realm.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-site.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-site.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-storage-class.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-storage-class.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-topic.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-topic.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-user-accounts.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-user-accounts.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-user.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-user.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-zone.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-zone.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-zonegroup.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-zonegroup.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/role.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/role.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/scope.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/scope.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/smb.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/smb.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/telemetry.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/telemetry.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/upgrade.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/upgrade.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/user.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/user.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/cd-helper.class.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/cd-helper.class.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/crush.node.selection.class.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/crush.node.selection.class.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/css-helper.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/list-with-details.class.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/paginate-params.class.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/table-status-view-cache.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/table-status-view-cache.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/table-status.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/classes/table-status.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/alert-panel/alert-panel.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/alert-panel/alert-panel.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/alert-panel/alert-panel.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/alert-panel/alert-panel.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/back-button/back-button.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/back-button/back-button.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/back-button/back-button.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/back-button/back-button.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-group/card-group.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-group/card-group.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-group/card-group.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-group/card-group.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card/card.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card/card.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card/card.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card/card.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/cd-label/cd-label.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/cd-label/cd-label.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/cd-label/cd-label.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/cd-label/cd-label.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/cd-label/color-class-from-text.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/code-block/code-block.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/code-block/code-block.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/code-block/code-block.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/code-block/code-block.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.types.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.types.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/confirmation-modal/confirmation-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/confirmation-modal/confirmation-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/confirmation-modal/confirmation-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/confirmation-modal/confirmation-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/custom-login-banner/custom-login-banner.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/date-time-picker/date-time-picker.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/date-time-picker/date-time-picker.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/date-time-picker/date-time-picker.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/date-time-picker/date-time-picker.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/delete-confirmation-modal/delete-confirmation-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/delete-confirmation-modal/delete-confirmation-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/delete-confirmation-modal/delete-confirmation-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/delete-confirmation-modal/delete-confirmation-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/doc/doc.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/doc/doc.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/doc/doc.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/doc/doc.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/download-button/download-button.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/download-button/download-button.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/download-button/download-button.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/download-button/download-button.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-advanced-fieldset/form-advanced-fieldset.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-advanced-fieldset/form-advanced-fieldset.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-advanced-fieldset/form-advanced-fieldset.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-advanced-fieldset/form-advanced-fieldset.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-button-panel/form-button-panel.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-button-panel/form-button-panel.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-button-panel/form-button-panel.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-button-panel/form-button-panel.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.html [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.scss [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/help-text/help-text.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/help-text/help-text.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/help-text/help-text.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/help-text/help-text.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/supported-languages.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/motd/motd.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/motd/motd.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/motd/motd.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/motd/motd.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/progress/progress.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/progress/progress.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/progress/progress.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/progress/progress.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/refresh-selector/refresh-selector.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/refresh-selector/refresh-selector.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/refresh-selector/refresh-selector.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/refresh-selector/refresh-selector.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select-messages.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select-option.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/submit-button/submit-button.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/upgradable/upgradable.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/upgradable/upgradable.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/upgradable/upgradable.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/upgradable/upgradable.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/vertical-navigation/vertical-navigation.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/vertical-navigation/vertical-navigation.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/vertical-navigation/vertical-navigation.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/vertical-navigation/vertical-navigation.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/wizard/wizard.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/wizard/wizard.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/wizard/wizard.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/wizard/wizard.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/cephfs.constant.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/checked-table-form/checked-table-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/checked-table-form/checked-table-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/checked-table-form/checked-table-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/checked-table-form/checked-table-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/crud-table/crud-table.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/crud-table/crud-table.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/crud-table/crud-table.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/crud-table/crud-table.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/datatable.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/directives/table-detail.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/directives/table-detail.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-pagination/table-pagination.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/decorators/cd-encode.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/decorators/cd-encode.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/auth-storage.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/auth-storage.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/autofocus.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/autofocus.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary-per-minute.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary-per-minute.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary-per-second.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary-per-second.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/directives.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dynamic-input-combobox.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dynamic-input-combobox.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-input-disable.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-input-disable.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-loading.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-loading.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-scope.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-scope.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/iops.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/iops.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/milliseconds.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/milliseconds.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/ng-bootstrap-form-validation/cd-form-control.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/ng-bootstrap-form-validation/cd-form-control.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/ng-bootstrap-form-validation/cd-form-group.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/ng-bootstrap-form-validation/cd-form-group.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/ng-bootstrap-form-validation/cd-form-validation.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/ng-bootstrap-form-validation/cd-form-validation.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/optional-field.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/optional-field.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/password-button.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/password-button.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/required-field.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/required-field.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/stateful-tab.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/stateful-tab.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/trim.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/trim.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/cd-sort-direction.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/cell-template.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/components.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/dashboard-promqls.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/delete-confirmation-modal-impact.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/hardware.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/health-color.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/health-icon.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/health-label.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/icons.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/local-storage-enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/notification-type.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/repeat-frequency.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/retention-frequency.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/unix_errno.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/view-cache-status.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-builder.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-builder.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-group.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-group.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-validators.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-validators.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/crud-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/crud-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/crud-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/crud-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/crud-form.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-array-type/formly-array-type.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-array-type/formly-array-type.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-array-type/formly-array-type.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-array-type/formly-array-type.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-file-type/formly-file-type-accessor.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-file-type/formly-file-type.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-file-type/formly-file-type.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-file-type/formly-file-type.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-file-type/formly-file-type.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-type/formly-input-type.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-type/formly-input-type.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-type/formly-input-type.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-type/formly-input-type.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-wrapper/formly-input-wrapper.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-wrapper/formly-input-wrapper.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-wrapper/formly-input-wrapper.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-input-wrapper/formly-input-wrapper.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-object-type/formly-object-type.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-object-type/formly-object-type.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-object-type/formly-object-type.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-object-type/formly-object-type.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-textarea-type/formly-textarea-type.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-textarea-type/formly-textarea-type.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-textarea-type/formly-textarea-type.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-textarea-type/formly-textarea-type.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/helpers.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/validators/file-validator.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/validators/json-validator.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/validators/rgw-role-validator.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/helpers/helpers.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/helpers/prometheus-list-helper.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/alertmanager-silence.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/breadcrumbs.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-details.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-form-modal-field-config.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-notification.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-notification.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-pwd-expiration-settings.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-pwd-policy-settings.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-sort-prop-dir.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-action.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-column-filter.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-column-filters-change.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-column.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-fetch-data-context.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-paging.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-selection.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-user-config.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cephfs-directory-models.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cephfs-subvolume-group.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cephfs-subvolume.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cephfs.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/chart-tooltip.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/combo-box.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/configuration.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/credentials.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/crud-table-metadata.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/crush-node.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/crush-rule.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/crush-step.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/daemon.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/devices.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/erasure-code-profile.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/executing-task.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/finished-task.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/flag.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/health.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/host.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/image-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/inventory-device-type.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/login-response.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/mgr-modules.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/mirroring-summary.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/multi-cluster.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/notification-configuration.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/nvmeof.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/orchestrator.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/orchestrator.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/osd-deployment-options.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/osd-settings.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/osd.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/permission.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/permissions.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/pool-form-info.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/prometheus-alerts.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/rgw-encryption-config-keys.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/service.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/smart.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/snapshot-schedule.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/summary.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/task-exception.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/task.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/topic.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/upgrade.interface.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/wizard-steps.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/array.pipe.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/array.pipe.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/boolean-text.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/boolean-text.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/boolean.pipe.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/boolean.pipe.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/cd-date.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/cd-date.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ceph-release-name.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ceph-release-name.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ceph-short-version.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ceph-short-version.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary-per-minute.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary-per-second.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/duration.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/duration.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/empty.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/empty.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/encode-uri.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/encode-uri.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/filter.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/filter.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-color.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-color.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-icon.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-icon.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-label.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-label.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/iops.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/iops.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/iscsi-backstore.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/iscsi-backstore.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/join.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/join.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/log-priority.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/log-priority.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/map.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/map.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mbpersecond.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mbpersecond.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mgr-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/mgr-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/milliseconds.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/milliseconds.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/not-available.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/not-available.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/octal-to-human-readable.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/octal-to-human-readable.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ordinal.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ordinal.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/path.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/path.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/pipe-function.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/pipe-function.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/pipes.module.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/pluralize.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/pluralize.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/rbd-configuration-source.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/rbd-configuration-source.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/relative-date.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/relative-date.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/round.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/round.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/sanitize-html.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/sanitize-html.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/search-highlight.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/search-highlight.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/truncate.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/truncate.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/upper-first.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/upper-first.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/xml.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/xml.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/rxjs/operators/page-visibility.operator.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/api-interceptor.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/api-interceptor.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-guard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-guard.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-storage.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-storage.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/cd-table-server-side.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/cd-table-server-side.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/change-password-guard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/change-password-guard.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/combo-box.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/combo-box.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/cookie.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/cookie.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/crud-form-adapter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/crud-form-adapter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/data-gateway.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/data-gateway.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/device.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/device.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/doc.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/favicon.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/favicon.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/feature-toggles-guard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/feature-toggles-guard.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/feature-toggles.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/feature-toggles.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/formatter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/formatter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/js-error-handler.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/json-to-xml.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/json-to-xml.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/language.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/language.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/modal-cds.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/modal-cds.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/modal.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/modal.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/module-status-guard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/module-status-guard.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/motd-notification.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/motd-notification.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/ngzone-scheduler.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/no-sso-guard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/no-sso-guard.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/number-formatter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/number-formatter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/password-policy.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/password-policy.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert-formatter.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert-formatter.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-notification.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-notification.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-silence-matcher.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-silence-matcher.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/rbd-configuration.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/rbd-configuration.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/refresh-interval.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/refresh-interval.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/summary.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/summary.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-list.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-list.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-manager.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-manager.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-wrapper.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-wrapper.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/telemetry-notification.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/telemetry-notification.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-area-json-formatter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-area-json-formatter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-area-xml-formatter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-area-xml-formatter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-to-download.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-to-download.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/time-diff.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/time-diff.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/timer.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/timer.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/tree-view.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/tree-view.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/url-builder.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/url-builder.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/wizard-steps.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/wizard-steps.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/shared.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/.gitkeep [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/Ceph_Ceph_Logo_with_text_red_white.svg [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/Ceph_Ceph_Logo_with_text_white.svg [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/Ceph_Logo.svg [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/ceph_background.gif [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/loading.gif [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/assets/logo-mini.png [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/prometheus_logo.svg [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/environments/environment.tpl.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/favicon.ico [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/index.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/jestGlobalMocks.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.cs.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.de-DE.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.es-ES.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.fr-FR.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.id-ID.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.it-IT.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.ja-JP.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.ko-KR.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.pl-PL.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-BR.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-CN.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-TW.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/main.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/polyfills.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/setupJest.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/_carbon-defaults.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/_chart-tooltip.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/bootstrap-extends.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_buttons.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_dropdown.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_icons.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_index.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_navs.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_toast.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_bootstrap-defaults.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_functions.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_index.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_mixins.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/themes/_content.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/themes/_default.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/vendor/_index.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/vendor/_style-overrides.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/vendor/_variables.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/testing/activated-route-stub.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/testing/unit-test-helper.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/typings.d.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/tsconfig.app.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/tsconfig.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/tsconfig.spec.json [new file with mode: 0644]
src/pybind/mgr/dashboard/grafana.py [new file with mode: 0644]
src/pybind/mgr/dashboard/model/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/model/nvmeof.py [new file with mode: 0644]
src/pybind/mgr/dashboard/model/rgw.py [new file with mode: 0644]
src/pybind/mgr/dashboard/module.py [new file with mode: 0644]
src/pybind/mgr/dashboard/openapi.yaml [new file with mode: 0755]
src/pybind/mgr/dashboard/plugins/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/debug.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/feature_toggles.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/interfaces.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/lru_cache.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/motd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/pluggy.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/plugin.py [new file with mode: 0644]
src/pybind/mgr/dashboard/plugins/ttl_cache.py [new file with mode: 0644]
src/pybind/mgr/dashboard/requirements-lint.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/requirements-test.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/requirements.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/rest_client.py [new file with mode: 0644]
src/pybind/mgr/dashboard/run-backend-api-request.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/run-backend-api-tests.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/run-backend-rook-api-request.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/run-frontend-unittests.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/security.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/_paginate.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/access_control.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/auth/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/auth/auth.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/auth/oauth2.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/auth/saml2.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/ceph_service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/cephfs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/cluster.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/exception.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/hardware.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/iscsi_cli.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/iscsi_client.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/iscsi_config.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/nvmeof_cli.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/nvmeof_client.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/nvmeof_conf.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/orchestrator.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/osd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/progress.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/proto/gateway.proto [new file with mode: 0644]
src/pybind/mgr/dashboard/services/proto/gateway_pb2.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/proto/gateway_pb2_grpc.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/rbd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/rgw_client.py [new file with mode: 0755]
src/pybind/mgr/dashboard/services/rgw_iam.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/sso.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/tcmu_service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/helper.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_access_control.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_api_auditing.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_auth.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_cache.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_ceph_service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_ceph_users.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_cephfs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_cluster_upgrade.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_controllers.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_crud.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_daemon.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_docs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_erasure_code_profile.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_exceptions.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_feature_toggles.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_grafana.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_home.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_host.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_iscsi.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_nfs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_notification.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_nvmeof_cli.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_nvmeof_client.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_orchestrator.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_osd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_plugin_debug.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_pool.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_prometheus.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rbd_mirroring.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rbd_service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rest_client.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rest_tasks.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rgw.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rgw_client.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rgw_iam.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_smb.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_ssl.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_sso.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_task.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_tools.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_versioning.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tools.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tox.ini [new file with mode: 0644]
src/pybind/mgr/devicehealth/__init__.py [new file with mode: 0644]
src/pybind/mgr/devicehealth/module.py [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/__init__.py [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/config.json [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_1.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_10.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_104.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_105.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_109.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_112.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_114.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_115.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_118.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_119.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_12.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_120.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_123.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_124.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_125.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_128.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_131.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_134.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_138.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_14.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_141.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_145.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_151.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_16.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_161.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_168.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_169.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_174.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_18.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_182.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_185.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_186.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_195.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_201.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_204.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_206.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_208.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_210.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_212.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_213.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_219.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_221.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_222.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_223.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_225.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_227.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_229.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_230.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_234.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_235.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_236.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_239.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_243.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_27.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_3.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_33.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_36.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_44.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_50.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_57.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_59.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_6.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_61.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_62.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_67.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_69.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_71.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_72.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_78.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_79.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_82.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_85.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_88.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_93.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/prophetstor/svm_97.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/redhat/config.json [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/redhat/hgst_predictor.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/redhat/hgst_scaler.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/redhat/seagate_predictor.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/models/redhat/seagate_scaler.pkl [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/module.py [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/predictor.py [new file with mode: 0644]
src/pybind/mgr/diskprediction_local/requirements.txt [new file with mode: 0644]
src/pybind/mgr/feedback/__init__.py [new file with mode: 0644]
src/pybind/mgr/feedback/model.py [new file with mode: 0644]
src/pybind/mgr/feedback/module.py [new file with mode: 0644]
src/pybind/mgr/feedback/service.py [new file with mode: 0644]
src/pybind/mgr/hello/__init__.py [new file with mode: 0644]
src/pybind/mgr/hello/module.py [new file with mode: 0644]
src/pybind/mgr/influx/__init__.py [new file with mode: 0644]
src/pybind/mgr/influx/module.py [new file with mode: 0644]
src/pybind/mgr/insights/__init__.py [new file with mode: 0644]
src/pybind/mgr/insights/health.py [new file with mode: 0644]
src/pybind/mgr/insights/module.py [new file with mode: 0644]
src/pybind/mgr/insights/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/insights/tests/test_health.py [new file with mode: 0644]
src/pybind/mgr/iostat/__init__.py [new file with mode: 0644]
src/pybind/mgr/iostat/module.py [new file with mode: 0644]
src/pybind/mgr/k8sevents/README.md [new file with mode: 0644]
src/pybind/mgr/k8sevents/__init__.py [new file with mode: 0644]
src/pybind/mgr/k8sevents/module.py [new file with mode: 0644]
src/pybind/mgr/k8sevents/rbac_sample.yaml [new file with mode: 0644]
src/pybind/mgr/localpool/__init__.py [new file with mode: 0644]
src/pybind/mgr/localpool/module.py [new file with mode: 0644]
src/pybind/mgr/mds_autoscaler/__init__.py [new file with mode: 0644]
src/pybind/mgr/mds_autoscaler/module.py [new file with mode: 0644]
src/pybind/mgr/mds_autoscaler/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/mds_autoscaler/tests/test_autoscaler.py [new file with mode: 0644]
src/pybind/mgr/mgr_module.py [new file with mode: 0644]
src/pybind/mgr/mgr_util.py [new file with mode: 0644]
src/pybind/mgr/mirroring/__init__.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/blocklist.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/__init__.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/create.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/load.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/policy.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/state_transition.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/dir_map/update.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/exception.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/notify.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/snapshot_mirror.py [new file with mode: 0644]
src/pybind/mgr/mirroring/fs/utils.py [new file with mode: 0644]
src/pybind/mgr/mirroring/module.py [new file with mode: 0644]
src/pybind/mgr/nfs/__init__.py [new file with mode: 0644]
src/pybind/mgr/nfs/cluster.py [new file with mode: 0644]
src/pybind/mgr/nfs/exception.py [new file with mode: 0644]
src/pybind/mgr/nfs/export.py [new file with mode: 0644]
src/pybind/mgr/nfs/ganesha_conf.py [new file with mode: 0644]
src/pybind/mgr/nfs/module.py [new file with mode: 0644]
src/pybind/mgr/nfs/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/nfs/tests/test_nfs.py [new file with mode: 0644]
src/pybind/mgr/nfs/utils.py [new file with mode: 0644]
src/pybind/mgr/object_format.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/README.md [new file with mode: 0644]
src/pybind/mgr/orchestrator/__init__.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/_interface.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/module.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/tests/test_orchestrator.py [new file with mode: 0644]
src/pybind/mgr/osd_perf_query/__init__.py [new file with mode: 0644]
src/pybind/mgr/osd_perf_query/module.py [new file with mode: 0644]
src/pybind/mgr/osd_support/__init__.py [new file with mode: 0644]
src/pybind/mgr/osd_support/module.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/__init__.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/module.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/tests/test_cal_final_pg_target.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/tests/test_cal_ratio.py [new file with mode: 0644]
src/pybind/mgr/pg_autoscaler/tests/test_overlapping_roots.py [new file with mode: 0644]
src/pybind/mgr/progress/__init__.py [new file with mode: 0644]
src/pybind/mgr/progress/module.py [new file with mode: 0644]
src/pybind/mgr/progress/test_progress.py [new file with mode: 0644]
src/pybind/mgr/prometheus/__init__.py [new file with mode: 0644]
src/pybind/mgr/prometheus/module.py [new file with mode: 0644]
src/pybind/mgr/prometheus/test_module.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/__init__.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/common.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/mirror_snapshot_schedule.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/module.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/perf.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/schedule.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/task.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/trash_purge_schedule.py [new file with mode: 0644]
src/pybind/mgr/requirements-required.txt [new file with mode: 0644]
src/pybind/mgr/requirements.txt [new file with mode: 0644]
src/pybind/mgr/rgw/__init__.py [new file with mode: 0644]
src/pybind/mgr/rgw/module.py [new file with mode: 0644]
src/pybind/mgr/rook/.gitignore [new file with mode: 0644]
src/pybind/mgr/rook/CMakeLists.txt [new file with mode: 0644]
src/pybind/mgr/rook/__init__.py [new file with mode: 0644]
src/pybind/mgr/rook/ci/Dockerfile [new file with mode: 0644]
src/pybind/mgr/rook/ci/cluster-specs/cluster-on-pvc-minikube.yaml [new file with mode: 0644]
src/pybind/mgr/rook/ci/requirements.txt [new file with mode: 0644]
src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh [new file with mode: 0755]
src/pybind/mgr/rook/ci/scripts/bootstrap-rook-cluster.sh [new file with mode: 0755]
src/pybind/mgr/rook/ci/tests/features/cluster-prometheus-monitoring.feature [new file with mode: 0644]
src/pybind/mgr/rook/ci/tests/features/rook.feature [new file with mode: 0644]
src/pybind/mgr/rook/ci/tests/features/steps/implementation.py [new file with mode: 0644]
src/pybind/mgr/rook/ci/tests/features/steps/utils.py [new file with mode: 0644]
src/pybind/mgr/rook/generate_rook_ceph_client.sh [new file with mode: 0755]
src/pybind/mgr/rook/module.py [new file with mode: 0644]
src/pybind/mgr/rook/requirements.txt [new file with mode: 0644]
src/pybind/mgr/rook/rook-client-python [new submodule]
src/pybind/mgr/rook/rook_cluster.py [new file with mode: 0644]
src/pybind/mgr/rook/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/rook/tests/fixtures.py [new file with mode: 0644]
src/pybind/mgr/rook/tests/test_placement.py [new file with mode: 0644]
src/pybind/mgr/rook/tests/test_rook.py [new file with mode: 0644]
src/pybind/mgr/selftest/__init__.py [new file with mode: 0644]
src/pybind/mgr/selftest/module.py [new file with mode: 0644]
src/pybind/mgr/smb/__init__.py [new file with mode: 0644]
src/pybind/mgr/smb/cli.py [new file with mode: 0644]
src/pybind/mgr/smb/clustermeta.py [new file with mode: 0644]
src/pybind/mgr/smb/config_store.py [new file with mode: 0644]
src/pybind/mgr/smb/enums.py [new file with mode: 0644]
src/pybind/mgr/smb/external.py [new file with mode: 0644]
src/pybind/mgr/smb/fs.py [new file with mode: 0644]
src/pybind/mgr/smb/handler.py [new file with mode: 0644]
src/pybind/mgr/smb/internal.py [new file with mode: 0644]
src/pybind/mgr/smb/module.py [new file with mode: 0644]
src/pybind/mgr/smb/mon_store.py [new file with mode: 0644]
src/pybind/mgr/smb/proto.py [new file with mode: 0644]
src/pybind/mgr/smb/rados_store.py [new file with mode: 0644]
src/pybind/mgr/smb/resourcelib.py [new file with mode: 0644]
src/pybind/mgr/smb/resources.py [new file with mode: 0644]
src/pybind/mgr/smb/results.py [new file with mode: 0644]
src/pybind/mgr/smb/sqlite_store.py [new file with mode: 0644]
src/pybind/mgr/smb/staging.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_enums.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_fs.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_handler.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_rados_store.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_resourcelib.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_resources.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_smb.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_utils.py [new file with mode: 0644]
src/pybind/mgr/smb/tests/test_validation.py [new file with mode: 0644]
src/pybind/mgr/smb/utils.py [new file with mode: 0644]
src/pybind/mgr/smb/validation.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/.gitignore [new file with mode: 0644]
src/pybind/mgr/snap_schedule/__init__.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/fs/schedule.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/fs/schedule_client.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/module.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/requirements.txt [new file with mode: 0644]
src/pybind/mgr/snap_schedule/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/tests/conftest.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/tests/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/tests/fs/test_schedule.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/tests/fs/test_schedule_client.py [new file with mode: 0644]
src/pybind/mgr/snap_schedule/tox.ini [new file with mode: 0644]
src/pybind/mgr/stats/__init__.py [new file with mode: 0644]
src/pybind/mgr/stats/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/stats/fs/perf_stats.py [new file with mode: 0644]
src/pybind/mgr/stats/module.py [new file with mode: 0644]
src/pybind/mgr/status/__init__.py [new file with mode: 0644]
src/pybind/mgr/status/module.py [new file with mode: 0644]
src/pybind/mgr/telegraf/__init__.py [new file with mode: 0644]
src/pybind/mgr/telegraf/basesocket.py [new file with mode: 0644]
src/pybind/mgr/telegraf/module.py [new file with mode: 0644]
src/pybind/mgr/telegraf/protocol.py [new file with mode: 0644]
src/pybind/mgr/telegraf/utils.py [new file with mode: 0644]
src/pybind/mgr/telemetry/__init__.py [new file with mode: 0644]
src/pybind/mgr/telemetry/module.py [new file with mode: 0644]
src/pybind/mgr/telemetry/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/telemetry/tests/telemetry_upgrade_tests.md [new file with mode: 0644]
src/pybind/mgr/telemetry/tests/test_telemetry.py [new file with mode: 0644]
src/pybind/mgr/telemetry/tox.ini [new file with mode: 0644]
src/pybind/mgr/test_orchestrator/README.md [new file with mode: 0644]
src/pybind/mgr/test_orchestrator/__init__.py [new file with mode: 0644]
src/pybind/mgr/test_orchestrator/dummy_data.json [new file with mode: 0644]
src/pybind/mgr/test_orchestrator/module.py [new file with mode: 0644]
src/pybind/mgr/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/tests/test_mgr_util.py [new file with mode: 0644]
src/pybind/mgr/tests/test_object_format.py [new file with mode: 0644]
src/pybind/mgr/tests/test_tls.py [new file with mode: 0644]
src/pybind/mgr/tox.ini [new file with mode: 0644]
src/pybind/mgr/volumes/__init__.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/async_cloner.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/async_job.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/exception.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/fs_util.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/__init__.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/access.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/charmap_util.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/clone_index.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/group.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/index.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/lock.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/pin_util.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/rankevicter.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/resolver.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/snapshot_util.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/subvolume.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/template.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/trash.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/__init__.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/auth_metadata.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/metadata_manager.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/op_sm.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/subvolume_attrs.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/subvolume_base.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v2.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/volume.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/purge_queue.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/stats_util.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/vol_spec.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/volume.py [new file with mode: 0644]
src/pybind/mgr/volumes/module.py [new file with mode: 0644]
src/pybind/rados/CMakeLists.txt [new file with mode: 0644]
src/pybind/rados/MANIFEST.in [new file with mode: 0644]
src/pybind/rados/c_rados.pxd [new file with mode: 0644]
src/pybind/rados/ctime.pxd [new file with mode: 0644]
src/pybind/rados/mock_rados.pxi [new file with mode: 0644]
src/pybind/rados/rados.pxd [new file with mode: 0644]
src/pybind/rados/rados.pyx [new file with mode: 0644]
src/pybind/rados/setup.py [new file with mode: 0755]
src/pybind/rbd/CMakeLists.txt [new file with mode: 0644]
src/pybind/rbd/MANIFEST.in [new file with mode: 0644]
src/pybind/rbd/c_rbd.pxd [new file with mode: 0644]
src/pybind/rbd/ctime.pxd [new file with mode: 0644]
src/pybind/rbd/mock_rbd.pxi [new file with mode: 0644]
src/pybind/rbd/rbd.pyx [new file with mode: 0644]
src/pybind/rbd/setup.py [new file with mode: 0755]
src/pybind/rgw/CMakeLists.txt [new file with mode: 0644]
src/pybind/rgw/MANIFEST.in [new file with mode: 0644]
src/pybind/rgw/c_rgw.pxd [new file with mode: 0644]
src/pybind/rgw/cstat.pxd [new file with mode: 0644]
src/pybind/rgw/mock_rgw.pxi [new file with mode: 0644]
src/pybind/rgw/rgw.pyx [new file with mode: 0644]
src/pybind/rgw/setup.py [new file with mode: 0755]
src/pybind/tox.ini [new file with mode: 0644]
src/python-common/.gitignore [new file with mode: 0644]
src/python-common/CMakeLists.txt [new file with mode: 0644]
src/python-common/README.rst [new file with mode: 0644]
src/python-common/ceph/__init__.py [new file with mode: 0644]
src/python-common/ceph/cephadm/__init__.py [new file with mode: 0644]
src/python-common/ceph/cephadm/images.py [new file with mode: 0644]
src/python-common/ceph/deployment/__init__.py [new file with mode: 0644]
src/python-common/ceph/deployment/drive_group.py [new file with mode: 0644]
src/python-common/ceph/deployment/drive_selection/__init__.py [new file with mode: 0644]
src/python-common/ceph/deployment/drive_selection/example.yaml [new file with mode: 0644]
src/python-common/ceph/deployment/drive_selection/filter.py [new file with mode: 0644]
src/python-common/ceph/deployment/drive_selection/matchers.py [new file with mode: 0644]
src/python-common/ceph/deployment/drive_selection/selector.py [new file with mode: 0644]
src/python-common/ceph/deployment/hostspec.py [new file with mode: 0644]
src/python-common/ceph/deployment/inventory.py [new file with mode: 0644]
src/python-common/ceph/deployment/service_spec.py [new file with mode: 0644]
src/python-common/ceph/deployment/translate.py [new file with mode: 0644]
src/python-common/ceph/deployment/utils.py [new file with mode: 0644]
src/python-common/ceph/fs/__init__.py [new file with mode: 0644]
src/python-common/ceph/fs/earmarking.py [new file with mode: 0644]
src/python-common/ceph/py.typed [new file with mode: 0644]
src/python-common/ceph/rgw/__init__.py [new file with mode: 0644]
src/python-common/ceph/rgw/diff.py [new file with mode: 0644]
src/python-common/ceph/rgw/rgwam_core.py [new file with mode: 0644]
src/python-common/ceph/rgw/types.py [new file with mode: 0644]
src/python-common/ceph/smb/__init__.py [new file with mode: 0644]
src/python-common/ceph/smb/constants.py [new file with mode: 0644]
src/python-common/ceph/tests/__init__.py [new file with mode: 0644]
src/python-common/ceph/tests/c-v-inventory.json [new file with mode: 0644]
src/python-common/ceph/tests/factories.py [new file with mode: 0644]
src/python-common/ceph/tests/test_datetime.py [new file with mode: 0644]
src/python-common/ceph/tests/test_disk_selector.py [new file with mode: 0644]
src/python-common/ceph/tests/test_drive_group.py [new file with mode: 0644]
src/python-common/ceph/tests/test_earmarking.py [new file with mode: 0644]
src/python-common/ceph/tests/test_hostspec.py [new file with mode: 0644]
src/python-common/ceph/tests/test_inventory.py [new file with mode: 0644]
src/python-common/ceph/tests/test_service_spec.py [new file with mode: 0644]
src/python-common/ceph/tests/test_utils.py [new file with mode: 0644]
src/python-common/ceph/tests/utils.py [new file with mode: 0644]
src/python-common/ceph/utils.py [new file with mode: 0644]
src/python-common/requirements.txt [new file with mode: 0644]
src/python-common/setup.py [new file with mode: 0644]
src/python-common/tox.ini [new file with mode: 0644]
src/qatlib [new submodule]
src/qatzip [new submodule]
src/rbd-replay-many [new file with mode: 0755]
src/rbd_fuse/CMakeLists.txt [new file with mode: 0644]
src/rbd_fuse/rbd-fuse.cc [new file with mode: 0644]
src/rbd_replay/ActionTypes.cc [new file with mode: 0644]
src/rbd_replay/ActionTypes.h [new file with mode: 0644]
src/rbd_replay/BoundedBuffer.hpp [new file with mode: 0644]
src/rbd_replay/BufferReader.cc [new file with mode: 0644]
src/rbd_replay/BufferReader.h [new file with mode: 0644]
src/rbd_replay/CMakeLists.txt [new file with mode: 0644]
src/rbd_replay/ImageNameMap.cc [new file with mode: 0644]
src/rbd_replay/ImageNameMap.hpp [new file with mode: 0644]
src/rbd_replay/PendingIO.cc [new file with mode: 0644]
src/rbd_replay/PendingIO.hpp [new file with mode: 0644]
src/rbd_replay/Replayer.cc [new file with mode: 0644]
src/rbd_replay/Replayer.hpp [new file with mode: 0644]
src/rbd_replay/actions.cc [new file with mode: 0644]
src/rbd_replay/actions.hpp [new file with mode: 0644]
src/rbd_replay/ios.cc [new file with mode: 0644]
src/rbd_replay/ios.hpp [new file with mode: 0644]
src/rbd_replay/rbd-replay-prep.cc [new file with mode: 0644]
src/rbd_replay/rbd-replay.cc [new file with mode: 0644]
src/rbd_replay/rbd_loc.cc [new file with mode: 0644]
src/rbd_replay/rbd_loc.hpp [new file with mode: 0644]
src/rbd_replay/rbd_replay_debug.hpp [new file with mode: 0644]
src/rbdmap [new file with mode: 0755]
src/rgw/CMakeLists.txt [new file with mode: 0644]
src/rgw/MAINTAINERS.md [new file with mode: 0644]
src/rgw/async_utils.h [new file with mode: 0644]
src/rgw/driver/d4n/d4n_directory.cc [new file with mode: 0644]
src/rgw/driver/d4n/d4n_directory.h [new file with mode: 0644]
src/rgw/driver/d4n/d4n_policy.cc [new file with mode: 0644]
src/rgw/driver/d4n/d4n_policy.h [new file with mode: 0644]
src/rgw/driver/d4n/rgw_sal_d4n.cc [new file with mode: 0644]
src/rgw/driver/d4n/rgw_sal_d4n.h [new file with mode: 0644]
src/rgw/driver/daos/README.md [new file with mode: 0644]
src/rgw/driver/daos/rgw_sal_daos.cc [new file with mode: 0644]
src/rgw/driver/daos/rgw_sal_daos.h [new file with mode: 0644]
src/rgw/driver/dbstore/CMakeLists.txt [new file with mode: 0644]
src/rgw/driver/dbstore/README.md [new file with mode: 0644]
src/rgw/driver/dbstore/common/connection_pool.h [new file with mode: 0644]
src/rgw/driver/dbstore/common/dbstore.cc [new file with mode: 0644]
src/rgw/driver/dbstore/common/dbstore.h [new file with mode: 0644]
src/rgw/driver/dbstore/common/dbstore_log.h [new file with mode: 0644]
src/rgw/driver/dbstore/config/sqlite.cc [new file with mode: 0644]
src/rgw/driver/dbstore/config/sqlite.h [new file with mode: 0644]
src/rgw/driver/dbstore/config/sqlite_schema.h [new file with mode: 0644]
src/rgw/driver/dbstore/config/store.cc [new file with mode: 0644]
src/rgw/driver/dbstore/config/store.h [new file with mode: 0644]
src/rgw/driver/dbstore/dbstore_main.cc [new file with mode: 0644]
src/rgw/driver/dbstore/dbstore_mgr.cc [new file with mode: 0644]
src/rgw/driver/dbstore/dbstore_mgr.h [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/CMakeLists.txt [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/connection.cc [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/connection.h [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/error.cc [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/error.h [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/sqliteDB.cc [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/sqliteDB.h [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/statement.cc [new file with mode: 0644]
src/rgw/driver/dbstore/sqlite/statement.h [new file with mode: 0644]
src/rgw/driver/dbstore/tests/CMakeLists.txt [new file with mode: 0644]
src/rgw/driver/dbstore/tests/dbstore_mgr_tests.cc [new file with mode: 0644]
src/rgw/driver/dbstore/tests/dbstore_tests.cc [new file with mode: 0644]
src/rgw/driver/immutable_config/store.cc [new file with mode: 0644]
src/rgw/driver/immutable_config/store.h [new file with mode: 0644]
src/rgw/driver/json_config/store.cc [new file with mode: 0644]
src/rgw/driver/json_config/store.h [new file with mode: 0644]
src/rgw/driver/motr/rgw_sal_motr.cc [new file with mode: 0644]
src/rgw/driver/motr/rgw_sal_motr.h [new file with mode: 0644]
src/rgw/driver/posix/README.md [new file with mode: 0644]
src/rgw/driver/posix/bucket_cache.cpp [new file with mode: 0644]
src/rgw/driver/posix/bucket_cache.h [new file with mode: 0644]
src/rgw/driver/posix/lmdb-safe-global.h [new file with mode: 0644]
src/rgw/driver/posix/lmdb-safe.cc [new file with mode: 0644]
src/rgw/driver/posix/lmdb-safe.hh [new file with mode: 0644]
src/rgw/driver/posix/notify.cpp [new file with mode: 0644]
src/rgw/driver/posix/notify.h [new file with mode: 0644]
src/rgw/driver/posix/rgw_sal_posix.cc [new file with mode: 0644]
src/rgw/driver/posix/rgw_sal_posix.h [new file with mode: 0644]
src/rgw/driver/posix/unordered_dense.h [new file with mode: 0644]
src/rgw/driver/posix/zpp_bits.h [new file with mode: 0644]
src/rgw/driver/rados/account.cc [new file with mode: 0644]
src/rgw/driver/rados/account.h [new file with mode: 0644]
src/rgw/driver/rados/buckets.cc [new file with mode: 0644]
src/rgw/driver/rados/buckets.h [new file with mode: 0644]
src/rgw/driver/rados/config/impl.cc [new file with mode: 0644]
src/rgw/driver/rados/config/impl.h [new file with mode: 0644]
src/rgw/driver/rados/config/period.cc [new file with mode: 0644]
src/rgw/driver/rados/config/period_config.cc [new file with mode: 0644]
src/rgw/driver/rados/config/realm.cc [new file with mode: 0644]
src/rgw/driver/rados/config/store.cc [new file with mode: 0644]
src/rgw/driver/rados/config/store.h [new file with mode: 0644]
src/rgw/driver/rados/config/zone.cc [new file with mode: 0644]
src/rgw/driver/rados/config/zonegroup.cc [new file with mode: 0644]
src/rgw/driver/rados/group.cc [new file with mode: 0644]
src/rgw/driver/rados/group.h [new file with mode: 0644]
src/rgw/driver/rados/groups.cc [new file with mode: 0644]
src/rgw/driver/rados/groups.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_bucket.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_bucket.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_bucket_sync.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_bucket_sync.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_cr_rados.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_cr_rados.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_cr_tools.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_cr_tools.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_d3n_datacache.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_d3n_datacache.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_data_sync.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_data_sync.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_datalog.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_datalog.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_datalog_notify.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_datalog_notify.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_etag_verifier.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_etag_verifier.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_gc.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_gc.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_gc_log.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_lc_tier.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_lc_tier.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_log_backing.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_log_backing.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_metadata.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_metadata.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_metadata_lister.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_notify.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_notify.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_obj_manifest.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_obj_manifest.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_object_expirer_core.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_object_expirer_core.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_otp.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_otp.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_period.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_pubsub_push.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_pubsub_push.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_putobj_processor.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_putobj_processor.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_rados.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_rados.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_reshard.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_reshard.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_bucket.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_bucket.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_log.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_log.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_realm.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_realm.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_user.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_rest_user.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sal_rados.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sal_rados.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_service.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_service.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_counters.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_counters.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_error_repo.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_error_repo.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_aws.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_aws.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_es.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_es.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_es_rest.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_es_rest.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_log.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_module_log.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_trace.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_sync_trace.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_tools.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_tools.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_trim_bilog.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_trim_bilog.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_trim_datalog.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_trim_datalog.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_trim_mdlog.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_trim_mdlog.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_user.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_user.h [new file with mode: 0644]
src/rgw/driver/rados/rgw_zone.cc [new file with mode: 0644]
src/rgw/driver/rados/rgw_zone.h [new file with mode: 0644]
src/rgw/driver/rados/role.cc [new file with mode: 0644]
src/rgw/driver/rados/role.h [new file with mode: 0644]
src/rgw/driver/rados/roles.cc [new file with mode: 0644]
src/rgw/driver/rados/roles.h [new file with mode: 0644]
src/rgw/driver/rados/shard_io.h [new file with mode: 0644]
src/rgw/driver/rados/sync_fairness.cc [new file with mode: 0644]
src/rgw/driver/rados/sync_fairness.h [new file with mode: 0644]
src/rgw/driver/rados/topic.cc [new file with mode: 0644]
src/rgw/driver/rados/topic.h [new file with mode: 0644]
src/rgw/driver/rados/topic_migration.cc [new file with mode: 0644]
src/rgw/driver/rados/topic_migration.h [new file with mode: 0644]
src/rgw/driver/rados/topics.cc [new file with mode: 0644]
src/rgw/driver/rados/topics.h [new file with mode: 0644]
src/rgw/driver/rados/users.cc [new file with mode: 0644]
src/rgw/driver/rados/users.h [new file with mode: 0644]
src/rgw/jwt-cpp/base.h [new file with mode: 0644]
src/rgw/jwt-cpp/jwt.h [new file with mode: 0644]
src/rgw/librgw.cc [new file with mode: 0644]
src/rgw/madler/LICENSE [new file with mode: 0644]
src/rgw/madler/crc32iscsi.c [new file with mode: 0644]
src/rgw/madler/crc32iscsi.h [new file with mode: 0644]
src/rgw/madler/crc32iso_hdlc.c [new file with mode: 0644]
src/rgw/madler/crc32iso_hdlc.h [new file with mode: 0644]
src/rgw/madler/crc64nvme.c [new file with mode: 0644]
src/rgw/madler/crc64nvme.h [new file with mode: 0644]
src/rgw/picojson/picojson.h [new file with mode: 0644]
src/rgw/radosgw-admin/orphan.cc [new file with mode: 0644]
src/rgw/radosgw-admin/orphan.h [new file with mode: 0644]
src/rgw/radosgw-admin/radosgw-admin.cc [new file with mode: 0644]
src/rgw/radosgw-admin/sync_checkpoint.cc [new file with mode: 0644]
src/rgw/radosgw-admin/sync_checkpoint.h [new file with mode: 0644]
src/rgw/rgw-gap-list [new file with mode: 0755]
src/rgw/rgw-gap-list-comparator [new file with mode: 0755]
src/rgw/rgw-orphan-list [new file with mode: 0755]
src/rgw/rgw-restore-bucket-index [new file with mode: 0755]
src/rgw/rgw_account.cc [new file with mode: 0644]
src/rgw/rgw_account.h [new file with mode: 0644]
src/rgw/rgw_acl.cc [new file with mode: 0644]
src/rgw/rgw_acl.h [new file with mode: 0644]
src/rgw/rgw_acl_s3.cc [new file with mode: 0644]
src/rgw/rgw_acl_s3.h [new file with mode: 0644]
src/rgw/rgw_acl_swift.cc [new file with mode: 0644]
src/rgw/rgw_acl_swift.h [new file with mode: 0644]
src/rgw/rgw_acl_types.h [new file with mode: 0644]
src/rgw/rgw_aio.cc [new file with mode: 0644]
src/rgw/rgw_aio.h [new file with mode: 0644]
src/rgw/rgw_aio_throttle.cc [new file with mode: 0644]
src/rgw/rgw_aio_throttle.h [new file with mode: 0644]
src/rgw/rgw_amqp.cc [new file with mode: 0644]
src/rgw/rgw_amqp.h [new file with mode: 0644]
src/rgw/rgw_appmain.cc [new file with mode: 0644]
src/rgw/rgw_arn.cc [new file with mode: 0644]
src/rgw/rgw_arn.h [new file with mode: 0644]
src/rgw/rgw_asio_client.cc [new file with mode: 0644]
src/rgw/rgw_asio_client.h [new file with mode: 0644]
src/rgw/rgw_asio_frontend.cc [new file with mode: 0644]
src/rgw/rgw_asio_frontend.h [new file with mode: 0644]
src/rgw/rgw_asio_frontend_timer.h [new file with mode: 0644]
src/rgw/rgw_asio_thread.cc [new file with mode: 0644]
src/rgw/rgw_asio_thread.h [new file with mode: 0644]
src/rgw/rgw_auth.cc [new file with mode: 0644]
src/rgw/rgw_auth.h [new file with mode: 0644]
src/rgw/rgw_auth_filters.h [new file with mode: 0644]
src/rgw/rgw_auth_keystone.cc [new file with mode: 0644]
src/rgw/rgw_auth_keystone.h [new file with mode: 0644]
src/rgw/rgw_auth_registry.h [new file with mode: 0644]
src/rgw/rgw_auth_s3.cc [new file with mode: 0644]
src/rgw/rgw_auth_s3.h [new file with mode: 0644]
src/rgw/rgw_b64.h [new file with mode: 0644]
src/rgw/rgw_basic_types.cc [new file with mode: 0644]
src/rgw/rgw_basic_types.h [new file with mode: 0644]
src/rgw/rgw_blake3_digest.h [new file with mode: 0644]
src/rgw/rgw_bucket.cc [new file with mode: 0644]
src/rgw/rgw_bucket.h [new file with mode: 0644]
src/rgw/rgw_bucket_encryption.cc [new file with mode: 0644]
src/rgw/rgw_bucket_encryption.h [new file with mode: 0644]
src/rgw/rgw_bucket_layout.cc [new file with mode: 0644]
src/rgw/rgw_bucket_layout.h [new file with mode: 0644]
src/rgw/rgw_bucket_logging.cc [new file with mode: 0644]
src/rgw/rgw_bucket_logging.h [new file with mode: 0644]
src/rgw/rgw_bucket_sync_cache.h [new file with mode: 0644]
src/rgw/rgw_bucket_types.h [new file with mode: 0644]
src/rgw/rgw_cache.cc [new file with mode: 0644]
src/rgw/rgw_cache.h [new file with mode: 0644]
src/rgw/rgw_cache_driver.h [new file with mode: 0644]
src/rgw/rgw_cksum.cc [new file with mode: 0644]
src/rgw/rgw_cksum.h [new file with mode: 0644]
src/rgw/rgw_cksum_digest.h [new file with mode: 0644]
src/rgw/rgw_cksum_pipe.cc [new file with mode: 0644]
src/rgw/rgw_cksum_pipe.h [new file with mode: 0644]
src/rgw/rgw_client_io.cc [new file with mode: 0644]
src/rgw/rgw_client_io.h [new file with mode: 0644]
src/rgw/rgw_client_io_filters.h [new file with mode: 0644]
src/rgw/rgw_common.cc [new file with mode: 0644]
src/rgw/rgw_common.h [new file with mode: 0644]
src/rgw/rgw_compression.cc [new file with mode: 0644]
src/rgw/rgw_compression.h [new file with mode: 0644]
src/rgw/rgw_compression_types.h [new file with mode: 0644]
src/rgw/rgw_coroutine.cc [new file with mode: 0644]
src/rgw/rgw_coroutine.h [new file with mode: 0644]
src/rgw/rgw_cors.cc [new file with mode: 0644]
src/rgw/rgw_cors.h [new file with mode: 0644]
src/rgw/rgw_cors_s3.cc [new file with mode: 0644]
src/rgw/rgw_cors_s3.h [new file with mode: 0644]
src/rgw/rgw_cors_swift.h [new file with mode: 0644]
src/rgw/rgw_cr_rest.cc [new file with mode: 0644]
src/rgw/rgw_cr_rest.h [new file with mode: 0644]
src/rgw/rgw_crc_digest.h [new file with mode: 0644]
src/rgw/rgw_crypt.cc [new file with mode: 0644]
src/rgw/rgw_crypt.h [new file with mode: 0644]
src/rgw/rgw_crypt_sanitize.cc [new file with mode: 0644]
src/rgw/rgw_crypt_sanitize.h [new file with mode: 0644]
src/rgw/rgw_d3n_cacherequest.h [new file with mode: 0644]
src/rgw/rgw_data_access.cc [new file with mode: 0644]
src/rgw/rgw_data_access.h [new file with mode: 0644]
src/rgw/rgw_dedup.cc [new file with mode: 0644]
src/rgw/rgw_dedup.h [new file with mode: 0644]
src/rgw/rgw_dedup_cluster.cc [new file with mode: 0644]
src/rgw/rgw_dedup_cluster.h [new file with mode: 0644]
src/rgw/rgw_dedup_epoch.h [new file with mode: 0644]
src/rgw/rgw_dedup_remap.h [new file with mode: 0644]
src/rgw/rgw_dedup_store.cc [new file with mode: 0644]
src/rgw/rgw_dedup_store.h [new file with mode: 0644]
src/rgw/rgw_dedup_table.cc [new file with mode: 0644]
src/rgw/rgw_dedup_table.h [new file with mode: 0644]
src/rgw/rgw_dedup_utils.cc [new file with mode: 0644]
src/rgw/rgw_dedup_utils.h [new file with mode: 0644]
src/rgw/rgw_dencoder.cc [new file with mode: 0644]
src/rgw/rgw_dmclock.h [new file with mode: 0644]
src/rgw/rgw_dmclock_async_scheduler.cc [new file with mode: 0644]
src/rgw/rgw_dmclock_async_scheduler.h [new file with mode: 0644]
src/rgw/rgw_dmclock_scheduler.h [new file with mode: 0644]
src/rgw/rgw_dmclock_scheduler_ctx.cc [new file with mode: 0644]
src/rgw/rgw_dmclock_scheduler_ctx.h [new file with mode: 0644]
src/rgw/rgw_dmclock_sync_scheduler.cc [new file with mode: 0644]
src/rgw/rgw_dmclock_sync_scheduler.h [new file with mode: 0644]
src/rgw/rgw_env.cc [new file with mode: 0644]
src/rgw/rgw_es_main.cc [new file with mode: 0644]
src/rgw/rgw_es_query.cc [new file with mode: 0644]
src/rgw/rgw_es_query.h [new file with mode: 0644]
src/rgw/rgw_file.cc [new file with mode: 0644]
src/rgw/rgw_file_int.h [new file with mode: 0644]
src/rgw/rgw_flight.cc [new file with mode: 0644]
src/rgw/rgw_flight.h [new file with mode: 0644]
src/rgw/rgw_flight_frontend.cc [new file with mode: 0644]
src/rgw/rgw_flight_frontend.h [new file with mode: 0644]
src/rgw/rgw_formats.cc [new file with mode: 0644]
src/rgw/rgw_formats.h [new file with mode: 0644]
src/rgw/rgw_frontend.cc [new file with mode: 0644]
src/rgw/rgw_frontend.h [new file with mode: 0644]
src/rgw/rgw_gc_log.h [new file with mode: 0644]
src/rgw/rgw_hex.h [new file with mode: 0644]
src/rgw/rgw_http_client.cc [new file with mode: 0644]
src/rgw/rgw_http_client.h [new file with mode: 0644]
src/rgw/rgw_http_client_curl.cc [new file with mode: 0644]
src/rgw/rgw_http_client_curl.h [new file with mode: 0644]
src/rgw/rgw_http_client_types.h [new file with mode: 0644]
src/rgw/rgw_http_errors.h [new file with mode: 0644]
src/rgw/rgw_iam_managed_policy.cc [new file with mode: 0644]
src/rgw/rgw_iam_managed_policy.h [new file with mode: 0644]
src/rgw/rgw_iam_policy.cc [new file with mode: 0644]
src/rgw/rgw_iam_policy.h [new file with mode: 0644]
src/rgw/rgw_iam_policy_keywords.gperf [new file with mode: 0644]
src/rgw/rgw_iam_policy_keywords.h [new file with mode: 0644]
src/rgw/rgw_jsonparser.cc [new file with mode: 0644]
src/rgw/rgw_kafka.cc [new file with mode: 0644]
src/rgw/rgw_kafka.h [new file with mode: 0644]
src/rgw/rgw_keystone.cc [new file with mode: 0644]
src/rgw/rgw_keystone.h [new file with mode: 0644]
src/rgw/rgw_kmip_client.cc [new file with mode: 0644]
src/rgw/rgw_kmip_client.h [new file with mode: 0644]
src/rgw/rgw_kmip_client_impl.cc [new file with mode: 0644]
src/rgw/rgw_kmip_client_impl.h [new file with mode: 0644]
src/rgw/rgw_kms.cc [new file with mode: 0644]
src/rgw/rgw_kms.h [new file with mode: 0644]
src/rgw/rgw_lc.cc [new file with mode: 0644]
src/rgw/rgw_lc.h [new file with mode: 0644]
src/rgw/rgw_lc_s3.cc [new file with mode: 0644]
src/rgw/rgw_lc_s3.h [new file with mode: 0644]
src/rgw/rgw_ldap.cc [new file with mode: 0644]
src/rgw/rgw_ldap.h [new file with mode: 0644]
src/rgw/rgw_lib.cc [new file with mode: 0644]
src/rgw/rgw_lib.h [new file with mode: 0644]
src/rgw/rgw_lib_frontend.h [new file with mode: 0644]
src/rgw/rgw_loadgen.cc [new file with mode: 0644]
src/rgw/rgw_loadgen.h [new file with mode: 0644]
src/rgw/rgw_loadgen_process.cc [new file with mode: 0644]
src/rgw/rgw_log.cc [new file with mode: 0644]
src/rgw/rgw_log.h [new file with mode: 0644]
src/rgw/rgw_lua.cc [new file with mode: 0644]
src/rgw/rgw_lua.h [new file with mode: 0644]
src/rgw/rgw_lua_background.cc [new file with mode: 0644]
src/rgw/rgw_lua_background.h [new file with mode: 0644]
src/rgw/rgw_lua_data_filter.cc [new file with mode: 0644]
src/rgw/rgw_lua_data_filter.h [new file with mode: 0644]
src/rgw/rgw_lua_request.cc [new file with mode: 0644]
src/rgw/rgw_lua_request.h [new file with mode: 0644]
src/rgw/rgw_lua_utils.cc [new file with mode: 0644]
src/rgw/rgw_lua_utils.h [new file with mode: 0644]
src/rgw/rgw_lua_version.h [new file with mode: 0644]
src/rgw/rgw_main.cc [new file with mode: 0644]
src/rgw/rgw_main.h [new file with mode: 0644]
src/rgw/rgw_mdlog.h [new file with mode: 0644]
src/rgw/rgw_mdlog_types.h [new file with mode: 0644]
src/rgw/rgw_meta_sync_status.h [new file with mode: 0644]
src/rgw/rgw_metadata.cc [new file with mode: 0644]
src/rgw/rgw_multi.cc [new file with mode: 0644]
src/rgw/rgw_multi.h [new file with mode: 0644]
src/rgw/rgw_multi_del.cc [new file with mode: 0644]
src/rgw/rgw_multi_del.h [new file with mode: 0644]
src/rgw/rgw_multiparser.cc [new file with mode: 0644]
src/rgw/rgw_multipart_meta_filter.cc [new file with mode: 0644]
src/rgw/rgw_notify_event_type.cc [new file with mode: 0644]
src/rgw/rgw_notify_event_type.h [new file with mode: 0644]
src/rgw/rgw_obj_manifest.cc [new file with mode: 0644]
src/rgw/rgw_obj_types.h [new file with mode: 0644]
src/rgw/rgw_object_expirer.cc [new file with mode: 0644]
src/rgw/rgw_object_lock.cc [new file with mode: 0644]
src/rgw/rgw_object_lock.h [new file with mode: 0644]
src/rgw/rgw_oidc_provider.cc [new file with mode: 0644]
src/rgw/rgw_oidc_provider.h [new file with mode: 0644]
src/rgw/rgw_op.cc [new file with mode: 0644]
src/rgw/rgw_op.h [new file with mode: 0644]
src/rgw/rgw_op_type.h [new file with mode: 0644]
src/rgw/rgw_opa.cc [new file with mode: 0644]
src/rgw/rgw_opa.h [new file with mode: 0644]
src/rgw/rgw_os_lib.cc [new file with mode: 0644]
src/rgw/rgw_os_lib.h [new file with mode: 0644]
src/rgw/rgw_perf_counters.cc [new file with mode: 0644]
src/rgw/rgw_perf_counters.h [new file with mode: 0644]
src/rgw/rgw_period.cc [new file with mode: 0644]
src/rgw/rgw_period_history.cc [new file with mode: 0644]
src/rgw/rgw_period_history.h [new file with mode: 0644]
src/rgw/rgw_period_puller.cc [new file with mode: 0644]
src/rgw/rgw_period_puller.h [new file with mode: 0644]
src/rgw/rgw_period_pusher.cc [new file with mode: 0644]
src/rgw/rgw_period_pusher.h [new file with mode: 0644]
src/rgw/rgw_placement_types.h [new file with mode: 0644]
src/rgw/rgw_policy_s3.cc [new file with mode: 0644]
src/rgw/rgw_policy_s3.h [new file with mode: 0644]
src/rgw/rgw_polparser.cc [new file with mode: 0644]
src/rgw/rgw_pool_types.h [new file with mode: 0644]
src/rgw/rgw_process.cc [new file with mode: 0644]
src/rgw/rgw_process.h [new file with mode: 0644]
src/rgw/rgw_process_env.h [new file with mode: 0644]
src/rgw/rgw_public_access.cc [new file with mode: 0644]
src/rgw/rgw_public_access.h [new file with mode: 0644]
src/rgw/rgw_pubsub.cc [new file with mode: 0644]
src/rgw/rgw_pubsub.h [new file with mode: 0644]
src/rgw/rgw_putobj.cc [new file with mode: 0644]
src/rgw/rgw_putobj.h [new file with mode: 0644]
src/rgw/rgw_quota.cc [new file with mode: 0644]
src/rgw/rgw_quota.h [new file with mode: 0644]
src/rgw/rgw_quota_types.h [new file with mode: 0644]
src/rgw/rgw_ratelimit.h [new file with mode: 0644]
src/rgw/rgw_realm.cc [new file with mode: 0644]
src/rgw/rgw_realm_reloader.cc [new file with mode: 0644]
src/rgw/rgw_realm_reloader.h [new file with mode: 0644]
src/rgw/rgw_realm_watcher.cc [new file with mode: 0644]
src/rgw/rgw_realm_watcher.h [new file with mode: 0644]
src/rgw/rgw_redis_driver.cc [new file with mode: 0644]
src/rgw/rgw_redis_driver.h [new file with mode: 0644]
src/rgw/rgw_req_context.h [new file with mode: 0644]
src/rgw/rgw_request.h [new file with mode: 0644]
src/rgw/rgw_resolve.cc [new file with mode: 0644]
src/rgw/rgw_resolve.h [new file with mode: 0644]
src/rgw/rgw_rest.cc [new file with mode: 0644]
src/rgw/rgw_rest.h [new file with mode: 0644]
src/rgw/rgw_rest_account.cc [new file with mode: 0644]
src/rgw/rgw_rest_account.h [new file with mode: 0644]
src/rgw/rgw_rest_admin.h [new file with mode: 0644]
src/rgw/rgw_rest_bucket_logging.cc [new file with mode: 0644]
src/rgw/rgw_rest_bucket_logging.h [new file with mode: 0644]
src/rgw/rgw_rest_client.cc [new file with mode: 0644]
src/rgw/rgw_rest_client.h [new file with mode: 0644]
src/rgw/rgw_rest_config.cc [new file with mode: 0644]
src/rgw/rgw_rest_config.h [new file with mode: 0644]
src/rgw/rgw_rest_conn.cc [new file with mode: 0644]
src/rgw/rgw_rest_conn.h [new file with mode: 0644]
src/rgw/rgw_rest_iam.cc [new file with mode: 0644]
src/rgw/rgw_rest_iam.h [new file with mode: 0644]
src/rgw/rgw_rest_iam_group.cc [new file with mode: 0644]
src/rgw/rgw_rest_iam_group.h [new file with mode: 0644]
src/rgw/rgw_rest_iam_user.cc [new file with mode: 0644]
src/rgw/rgw_rest_iam_user.h [new file with mode: 0644]
src/rgw/rgw_rest_info.cc [new file with mode: 0644]
src/rgw/rgw_rest_info.h [new file with mode: 0644]
src/rgw/rgw_rest_metadata.cc [new file with mode: 0644]
src/rgw/rgw_rest_metadata.h [new file with mode: 0644]
src/rgw/rgw_rest_oidc_provider.cc [new file with mode: 0644]
src/rgw/rgw_rest_oidc_provider.h [new file with mode: 0644]
src/rgw/rgw_rest_pubsub.cc [new file with mode: 0644]
src/rgw/rgw_rest_pubsub.h [new file with mode: 0644]
src/rgw/rgw_rest_ratelimit.cc [new file with mode: 0644]
src/rgw/rgw_rest_ratelimit.h [new file with mode: 0644]
src/rgw/rgw_rest_role.cc [new file with mode: 0644]
src/rgw/rgw_rest_role.h [new file with mode: 0644]
src/rgw/rgw_rest_s3.cc [new file with mode: 0644]
src/rgw/rgw_rest_s3.h [new file with mode: 0644]
src/rgw/rgw_rest_s3website.h [new file with mode: 0644]
src/rgw/rgw_rest_sts.cc [new file with mode: 0644]
src/rgw/rgw_rest_sts.h [new file with mode: 0644]
src/rgw/rgw_rest_swift.cc [new file with mode: 0644]
src/rgw/rgw_rest_swift.h [new file with mode: 0644]
src/rgw/rgw_rest_usage.cc [new file with mode: 0644]
src/rgw/rgw_rest_usage.h [new file with mode: 0644]
src/rgw/rgw_rest_user_policy.cc [new file with mode: 0644]
src/rgw/rgw_rest_user_policy.h [new file with mode: 0644]
src/rgw/rgw_rest_zero.cc [new file with mode: 0644]
src/rgw/rgw_rest_zero.h [new file with mode: 0644]
src/rgw/rgw_restore.cc [new file with mode: 0644]
src/rgw/rgw_restore.h [new file with mode: 0644]
src/rgw/rgw_role.cc [new file with mode: 0644]
src/rgw/rgw_role.h [new file with mode: 0644]
src/rgw/rgw_s3_filter.cc [new file with mode: 0644]
src/rgw/rgw_s3_filter.h [new file with mode: 0644]
src/rgw/rgw_s3select.cc [new file with mode: 0644]
src/rgw/rgw_s3select.h [new file with mode: 0644]
src/rgw/rgw_s3select_private.h [new file with mode: 0644]
src/rgw/rgw_sal.cc [new file with mode: 0644]
src/rgw/rgw_sal.h [new file with mode: 0644]
src/rgw/rgw_sal_config.h [new file with mode: 0644]
src/rgw/rgw_sal_dbstore.cc [new file with mode: 0644]
src/rgw/rgw_sal_dbstore.h [new file with mode: 0644]
src/rgw/rgw_sal_filter.cc [new file with mode: 0644]
src/rgw/rgw_sal_filter.h [new file with mode: 0644]
src/rgw/rgw_sal_fwd.h [new file with mode: 0644]
src/rgw/rgw_sal_store.h [new file with mode: 0644]
src/rgw/rgw_signal.cc [new file with mode: 0644]
src/rgw/rgw_signal.h [new file with mode: 0644]
src/rgw/rgw_ssd_driver.cc [new file with mode: 0644]
src/rgw/rgw_ssd_driver.h [new file with mode: 0644]
src/rgw/rgw_string.cc [new file with mode: 0644]
src/rgw/rgw_string.h [new file with mode: 0644]
src/rgw/rgw_sts.cc [new file with mode: 0644]
src/rgw/rgw_sts.h [new file with mode: 0644]
src/rgw/rgw_swift_auth.cc [new file with mode: 0644]
src/rgw/rgw_swift_auth.h [new file with mode: 0644]
src/rgw/rgw_sync.cc [new file with mode: 0644]
src/rgw/rgw_sync_policy.cc [new file with mode: 0644]
src/rgw/rgw_sync_policy.h [new file with mode: 0644]
src/rgw/rgw_tag.cc [new file with mode: 0644]
src/rgw/rgw_tag.h [new file with mode: 0644]
src/rgw/rgw_tag_s3.cc [new file with mode: 0644]
src/rgw/rgw_tag_s3.h [new file with mode: 0644]
src/rgw/rgw_tar.h [new file with mode: 0644]
src/rgw/rgw_token.cc [new file with mode: 0644]
src/rgw/rgw_token.h [new file with mode: 0644]
src/rgw/rgw_tools.cc [new file with mode: 0644]
src/rgw/rgw_torrent.cc [new file with mode: 0644]
src/rgw/rgw_torrent.h [new file with mode: 0644]
src/rgw/rgw_tracer.cc [new file with mode: 0644]
src/rgw/rgw_tracer.h [new file with mode: 0644]
src/rgw/rgw_url.cc [new file with mode: 0644]
src/rgw/rgw_url.h [new file with mode: 0644]
src/rgw/rgw_usage.cc [new file with mode: 0644]
src/rgw/rgw_usage.h [new file with mode: 0644]
src/rgw/rgw_user.cc [new file with mode: 0644]
src/rgw/rgw_user_types.h [new file with mode: 0644]
src/rgw/rgw_web_idp.h [new file with mode: 0644]
src/rgw/rgw_website.cc [new file with mode: 0644]
src/rgw/rgw_website.h [new file with mode: 0644]
src/rgw/rgw_worker.h [new file with mode: 0644]
src/rgw/rgw_xml.cc [new file with mode: 0644]
src/rgw/rgw_xml.h [new file with mode: 0644]
src/rgw/rgw_xml_enc.cc [new file with mode: 0644]
src/rgw/rgw_xxh_digest.h [new file with mode: 0644]
src/rgw/rgw_zone.cc [new file with mode: 0644]
src/rgw/rgw_zone_features.h [new file with mode: 0644]
src/rgw/rgw_zone_types.h [new file with mode: 0644]
src/rgw/rgwam.py [new file with mode: 0755]
src/rgw/services/svc_bi.h [new file with mode: 0644]
src/rgw/services/svc_bi_rados.cc [new file with mode: 0644]
src/rgw/services/svc_bi_rados.h [new file with mode: 0644]
src/rgw/services/svc_bilog_rados.cc [new file with mode: 0644]
src/rgw/services/svc_bilog_rados.h [new file with mode: 0644]
src/rgw/services/svc_bucket.cc [new file with mode: 0644]
src/rgw/services/svc_bucket.h [new file with mode: 0644]
src/rgw/services/svc_bucket_sobj.cc [new file with mode: 0644]
src/rgw/services/svc_bucket_sobj.h [new file with mode: 0644]
src/rgw/services/svc_bucket_sync.h [new file with mode: 0644]
src/rgw/services/svc_bucket_sync_sobj.cc [new file with mode: 0644]
src/rgw/services/svc_bucket_sync_sobj.h [new file with mode: 0644]
src/rgw/services/svc_cls.cc [new file with mode: 0644]
src/rgw/services/svc_cls.h [new file with mode: 0644]
src/rgw/services/svc_config_key.h [new file with mode: 0644]
src/rgw/services/svc_config_key_rados.cc [new file with mode: 0644]
src/rgw/services/svc_config_key_rados.h [new file with mode: 0644]
src/rgw/services/svc_finisher.cc [new file with mode: 0644]
src/rgw/services/svc_finisher.h [new file with mode: 0644]
src/rgw/services/svc_mdlog.cc [new file with mode: 0644]
src/rgw/services/svc_mdlog.h [new file with mode: 0644]
src/rgw/services/svc_notify.cc [new file with mode: 0644]
src/rgw/services/svc_notify.h [new file with mode: 0644]
src/rgw/services/svc_quota.cc [new file with mode: 0644]
src/rgw/services/svc_quota.h [new file with mode: 0644]
src/rgw/services/svc_sync_modules.cc [new file with mode: 0644]
src/rgw/services/svc_sync_modules.h [new file with mode: 0644]
src/rgw/services/svc_sys_obj.cc [new file with mode: 0644]
src/rgw/services/svc_sys_obj.h [new file with mode: 0644]
src/rgw/services/svc_sys_obj_cache.cc [new file with mode: 0644]
src/rgw/services/svc_sys_obj_cache.h [new file with mode: 0644]
src/rgw/services/svc_sys_obj_core.cc [new file with mode: 0644]
src/rgw/services/svc_sys_obj_core.h [new file with mode: 0644]
src/rgw/services/svc_sys_obj_core_types.h [new file with mode: 0644]
src/rgw/services/svc_sys_obj_types.h [new file with mode: 0644]
src/rgw/services/svc_tier_rados.cc [new file with mode: 0644]
src/rgw/services/svc_tier_rados.h [new file with mode: 0644]
src/rgw/services/svc_user.cc [new file with mode: 0644]
src/rgw/services/svc_user.h [new file with mode: 0644]
src/rgw/services/svc_user_rados.cc [new file with mode: 0644]
src/rgw/services/svc_user_rados.h [new file with mode: 0644]
src/rgw/services/svc_zone.cc [new file with mode: 0644]
src/rgw/services/svc_zone.h [new file with mode: 0644]
src/rgw/services/svc_zone_utils.cc [new file with mode: 0644]
src/rgw/services/svc_zone_utils.h [new file with mode: 0644]
src/rgw/spdk/crc64.c [new file with mode: 0644]
src/rgw/spdk/crc64.h [new file with mode: 0644]
src/rgw/spdk/crc_internal.h [new file with mode: 0644]
src/rocksdb [new submodule]
src/s3select [new submodule]
src/sample.ceph.conf [new file with mode: 0644]
src/script/CMakeLists.txt [new file with mode: 0644]
src/script/add_header.pl [new file with mode: 0755]
src/script/add_osd.sh [new file with mode: 0755]
src/script/backport-create-issue [new file with mode: 0755]
src/script/backport-resolve-issue [new file with mode: 0755]
src/script/bdev_grep.pl [new file with mode: 0755]
src/script/build-integration-branch [new file with mode: 0755]
src/script/build-with-container.py [new file with mode: 0755]
src/script/buildcontainer-setup.sh [new file with mode: 0644]
src/script/ceph-backport.sh [new file with mode: 0755]
src/script/ceph-debug-docker.sh [new file with mode: 0755]
src/script/ceph-release-notes [new file with mode: 0755]
src/script/ceph_dump_log.py [new file with mode: 0644]
src/script/check_commands.sh [new file with mode: 0755]
src/script/clean-ci [new file with mode: 0755]
src/script/cmake_uninstall.cmake.in [new file with mode: 0644]
src/script/cpatch [new file with mode: 0755]
src/script/cpatch.py [new file with mode: 0755]
src/script/cpu-map.sh [new file with mode: 0755]
src/script/crash_bdev.sh [new file with mode: 0755]
src/script/credits.sh [new file with mode: 0755]
src/script/extend_stretch_cluster.sh [new file with mode: 0755]
src/script/find_dups_in_pg_log.sh [new file with mode: 0755]
src/script/fix_modeline.pl [new file with mode: 0755]
src/script/gen-corpus.sh [new file with mode: 0755]
src/script/kcon_all.sh [new file with mode: 0755]
src/script/kcon_most.sh [new file with mode: 0755]
src/script/kubejacker/Dockerfile [new file with mode: 0644]
src/script/kubejacker/README.rst [new file with mode: 0644]
src/script/kubejacker/kubejacker.sh [new file with mode: 0755]
src/script/lib-build.sh [new file with mode: 0755]
src/script/ptl-tool.py [new file with mode: 0755]
src/script/requirements.backport-create-issue.txt [new file with mode: 0644]
src/script/run-cbt.sh [new file with mode: 0755]
src/script/run-coverity [new file with mode: 0755]
src/script/run-make.sh [new file with mode: 0755]
src/script/run_mypy.sh [new file with mode: 0755]
src/script/run_tox.sh [new file with mode: 0755]
src/script/run_uml.sh [new file with mode: 0755]
src/script/set_up_stretch_mode.sh [new file with mode: 0755]
src/script/smr_benchmark/linearCopy.sh [new file with mode: 0755]
src/script/smr_benchmark/linearSMRCopy.sh [new file with mode: 0755]
src/script/strip_trailing_whitespace.sh [new file with mode: 0755]
src/script/unhexdump-C [new file with mode: 0755]
src/script/verify-qa [new file with mode: 0755]
src/seastar [new submodule]
src/spdk [new submodule]
src/stop.sh [new file with mode: 0755]
src/telemetry/telemetry.patches [new file with mode: 0644]
src/test/.gitignore [new file with mode: 0644]
src/test/CMakeLists.txt [new file with mode: 0644]
src/test/ObjectMap/CMakeLists.txt [new file with mode: 0644]
src/test/ObjectMap/KeyValueDBMemory.cc [new file with mode: 0644]
src/test/ObjectMap/KeyValueDBMemory.h [new file with mode: 0644]
src/test/ObjectMap/test_keyvaluedb_atomicity.cc [new file with mode: 0644]
src/test/ObjectMap/test_keyvaluedb_iterators.cc [new file with mode: 0644]
src/test/TestSignalHandlers.cc [new file with mode: 0644]
src/test/TestTimers.cc [new file with mode: 0644]
src/test/admin_socket.cc [new file with mode: 0644]
src/test/admin_socket/objecter_requests [new file with mode: 0755]
src/test/admin_socket/osd_requests [new file with mode: 0644]
src/test/admin_socket_output.cc [new file with mode: 0644]
src/test/admin_socket_output.h [new file with mode: 0644]
src/test/admin_socket_output_tests.cc [new file with mode: 0644]
src/test/admin_socket_output_tests.h [new file with mode: 0644]
src/test/barclass.cc [new file with mode: 0644]
src/test/base64.cc [new file with mode: 0644]
src/test/behave_tests/README.md [new file with mode: 0644]
src/test/behave_tests/features/ceph_osd_test.feature [new file with mode: 0644]
src/test/behave_tests/features/ceph_shell_test.feature [new file with mode: 0644]
src/test/behave_tests/features/cephadm_test.feature [new file with mode: 0644]
src/test/behave_tests/features/environment.py [new file with mode: 0644]
src/test/behave_tests/features/kcli_handler.py [new file with mode: 0644]
src/test/behave_tests/features/steps/ceph_steps.py [new file with mode: 0644]
src/test/behave_tests/features/validation_util.py [new file with mode: 0644]
src/test/behave_tests/template/bootstrap_script_template [new file with mode: 0644]
src/test/behave_tests/template/kcli_plan_template [new file with mode: 0644]
src/test/behave_tests/tox.ini [new file with mode: 0644]
src/test/bench_journald_logger.cc [new file with mode: 0644]
src/test/bench_log.cc [new file with mode: 0644]
src/test/bufferlist.cc [new file with mode: 0644]
src/test/buildtest_skeleton.cc [new file with mode: 0644]
src/test/centos-8/Dockerfile.in [new file with mode: 0644]
src/test/centos-8/ceph.spec.in [new symlink]
src/test/centos-8/install-deps.sh [new symlink]
src/test/ceph-erasure-code-tool/test_ceph-erasure-code-tool.sh [new file with mode: 0755]
src/test/ceph_argparse.cc [new file with mode: 0644]
src/test/ceph_assert.cc [new file with mode: 0644]
src/test/ceph_compatset.cc [new file with mode: 0644]
src/test/ceph_crypto.cc [new file with mode: 0644]
src/test/cli-integration/balancer/misplaced.t [new file with mode: 0644]
src/test/cli-integration/rbd/defaults.t [new file with mode: 0644]
src/test/cli-integration/rbd/formatted-output.t [new file with mode: 0644]
src/test/cli-integration/rbd/gwcli_create.t [new file with mode: 0644]
src/test/cli-integration/rbd/gwcli_delete.t [new file with mode: 0644]
src/test/cli-integration/rbd/iscsi_client.t [new file with mode: 0644]
src/test/cli-integration/rbd/mon-command-help.t [new file with mode: 0644]
src/test/cli-integration/rbd/rest_api_create.t [new file with mode: 0644]
src/test/cli-integration/rbd/rest_api_delete.t [new file with mode: 0644]
src/test/cli-integration/rbd/snap-diff.t [new file with mode: 0644]
src/test/cli-integration/rbd/unmap.t [new file with mode: 0644]
src/test/cli/.gitignore [new file with mode: 0644]
src/test/cli/ceph-authtool/add-key-segv.t [new file with mode: 0644]
src/test/cli/ceph-authtool/add-key.t [new file with mode: 0644]
src/test/cli/ceph-authtool/cap-bin.t [new file with mode: 0644]
src/test/cli/ceph-authtool/cap-invalid.t [new file with mode: 0644]
src/test/cli/ceph-authtool/cap-overwrite.t [new file with mode: 0644]
src/test/cli/ceph-authtool/cap.t [new file with mode: 0644]
src/test/cli/ceph-authtool/create-gen-list-bin.t [new file with mode: 0644]
src/test/cli/ceph-authtool/create-gen-list.t [new file with mode: 0644]
src/test/cli/ceph-authtool/help.t [new file with mode: 0644]
src/test/cli/ceph-authtool/list-empty-bin.t [new file with mode: 0644]
src/test/cli/ceph-authtool/list-empty.t [new file with mode: 0644]
src/test/cli/ceph-authtool/list-nonexistent-bin.t [new file with mode: 0644]
src/test/cli/ceph-authtool/list-nonexistent.t [new file with mode: 0644]
src/test/cli/ceph-authtool/manpage.t [new file with mode: 0644]
src/test/cli/ceph-authtool/simple.t [new file with mode: 0644]
src/test/cli/ceph-conf/env-vs-args.t [new file with mode: 0644]
src/test/cli/ceph-conf/help.t [new file with mode: 0644]
src/test/cli/ceph-conf/invalid-args.t [new file with mode: 0644]
src/test/cli/ceph-conf/manpage.t [new file with mode: 0644]
src/test/cli/ceph-conf/option.t [new file with mode: 0644]
src/test/cli/ceph-conf/sections.t [new file with mode: 0644]
src/test/cli/ceph-conf/show-config-value.t [new file with mode: 0644]
src/test/cli/ceph-conf/show-config.t [new file with mode: 0644]
src/test/cli/ceph-conf/simple.t [new file with mode: 0644]
src/test/cli/ceph-kvstore-tool/help.t [new file with mode: 0644]
src/test/cli/crushtool/add-bucket.t [new file with mode: 0644]
src/test/cli/crushtool/add-item-in-tree.t [new file with mode: 0644]
src/test/cli/crushtool/add-item.t [new file with mode: 0644]
src/test/cli/crushtool/adjust-item-weight.t [new file with mode: 0644]
src/test/cli/crushtool/arg-order-checks.t [new file with mode: 0644]
src/test/cli/crushtool/bad-mappings.crushmap.txt [new file with mode: 0644]
src/test/cli/crushtool/bad-mappings.t [new file with mode: 0644]
src/test/cli/crushtool/build.t [new file with mode: 0644]
src/test/cli/crushtool/check-invalid-map.t [new file with mode: 0644]
src/test/cli/crushtool/check-names.empty.crushmap.txt [new file with mode: 0644]
src/test/cli/crushtool/check-names.empty.t [new file with mode: 0644]
src/test/cli/crushtool/check-names.max-id.t [new file with mode: 0644]
src/test/cli/crushtool/check-overlapped-rules.crushmap.txt [new file with mode: 0644]
src/test/cli/crushtool/choose-args.crush [new file with mode: 0644]
src/test/cli/crushtool/choose-args.t [new file with mode: 0644]
src/test/cli/crushtool/compile-decompile-recompile.t [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/a [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/b [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/beesly [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/c [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/d [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/e [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/f [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/flax [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/g [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/gabe [new file with mode: 0644]
src/test/cli/crushtool/crush-classes/gabe2 [new file with mode: 0644]
src/test/cli/crushtool/device-class.crush [new file with mode: 0644]
src/test/cli/crushtool/device-class.t [new file with mode: 0644]
src/test/cli/crushtool/empty-default.cushmap.txt [new file with mode: 0644]
src/test/cli/crushtool/empty-default.t [new file with mode: 0644]
src/test/cli/crushtool/five-devices.crushmap [new file with mode: 0644]
src/test/cli/crushtool/help.t [new file with mode: 0644]
src/test/cli/crushtool/location.t [new file with mode: 0644]
src/test/cli/crushtool/missing-bucket.crushmap.txt [new file with mode: 0644]
src/test/cli/crushtool/multitype.after [new file with mode: 0644]
src/test/cli/crushtool/multitype.before [new file with mode: 0644]
src/test/cli/crushtool/need_tree_order.crush [new file with mode: 0644]
src/test/cli/crushtool/output-csv.t [new file with mode: 0644]
src/test/cli/crushtool/reclassify.t [new file with mode: 0644]
src/test/cli/crushtool/reweight.t [new file with mode: 0644]
src/test/cli/crushtool/reweight_multiple.t [new file with mode: 0644]
src/test/cli/crushtool/rules.t [new file with mode: 0644]
src/test/cli/crushtool/rules.txt [new file with mode: 0644]
src/test/cli/crushtool/set-choose.crushmap.txt [new file with mode: 0644]
src/test/cli/crushtool/set-choose.t [new file with mode: 0644]
src/test/cli/crushtool/show-choose-tries.t [new file with mode: 0644]
src/test/cli/crushtool/show-choose-tries.txt [new file with mode: 0644]
src/test/cli/crushtool/simple.template [new file with mode: 0644]
src/test/cli/crushtool/simple.template.adj.one [new file with mode: 0644]
src/test/cli/crushtool/simple.template.adj.three [new file with mode: 0644]
src/test/cli/crushtool/simple.template.adj.two [new file with mode: 0644]
src/test/cli/crushtool/simple.template.five [new file with mode: 0644]
src/test/cli/crushtool/simple.template.four [new file with mode: 0644]
src/test/cli/crushtool/simple.template.multitree [new file with mode: 0644]
src/test/cli/crushtool/simple.template.multitree.reweighted [new file with mode: 0644]
src/test/cli/crushtool/simple.template.one [new file with mode: 0644]
src/test/cli/crushtool/simple.template.three [new file with mode: 0644]
src/test/cli/crushtool/simple.template.two [new file with mode: 0644]
src/test/cli/crushtool/straw2.t [new file with mode: 0644]
src/test/cli/crushtool/straw2.txt [new file with mode: 0644]
src/test/cli/crushtool/test-map-a.crushmap [new file with mode: 0644]
src/test/cli/crushtool/test-map-big-1.crushmap [new file with mode: 0644]
src/test/cli/crushtool/test-map-bobtail-tunables.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-firefly-tunables.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-firstn-indep.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-firstn-indep.txt [new file with mode: 0644]
src/test/cli/crushtool/test-map-hammer-tunables.crushmap [new file with mode: 0644]
src/test/cli/crushtool/test-map-hammer-tunables.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-indep.crushmap [new file with mode: 0644]
src/test/cli/crushtool/test-map-indep.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-jewel-tunables.crushmap [new file with mode: 0644]
src/test/cli/crushtool/test-map-jewel-tunables.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-legacy-tunables.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-tries-vs-retries.crushmap [new file with mode: 0644]
src/test/cli/crushtool/test-map-tries-vs-retries.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-vary-r-0.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-vary-r-1.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-vary-r-2.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-vary-r-3.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-vary-r-4.t [new file with mode: 0644]
src/test/cli/crushtool/test-map-vary-r.crushmap [new file with mode: 0644]
src/test/cli/crushtool/tree.template [new file with mode: 0644]
src/test/cli/crushtool/tree.template.final [new file with mode: 0644]
src/test/cli/monmaptool/add-exists.t [new file with mode: 0644]
src/test/cli/monmaptool/add-many.t [new file with mode: 0644]
src/test/cli/monmaptool/clobber.t [new file with mode: 0644]
src/test/cli/monmaptool/create-print.t [new file with mode: 0644]
src/test/cli/monmaptool/create-with-add.t [new file with mode: 0644]
src/test/cli/monmaptool/feature-set-unset-list.t [new file with mode: 0644]
src/test/cli/monmaptool/help.t [new file with mode: 0644]
src/test/cli/monmaptool/print-empty.t [new file with mode: 0644]
src/test/cli/monmaptool/print-nonexistent.t [new file with mode: 0644]
src/test/cli/monmaptool/rm-nonexistent.t [new file with mode: 0644]
src/test/cli/monmaptool/rm.t [new file with mode: 0644]
src/test/cli/monmaptool/simple.t [new file with mode: 0644]
src/test/cli/osdmaptool/ceph.conf.withracks [new file with mode: 0644]
src/test/cli/osdmaptool/clobber.t [new file with mode: 0644]
src/test/cli/osdmaptool/create-print.t [new file with mode: 0644]
src/test/cli/osdmaptool/create-racks.t [new file with mode: 0644]
src/test/cli/osdmaptool/crush.t [new file with mode: 0644]
src/test/cli/osdmaptool/help.t [new file with mode: 0644]
src/test/cli/osdmaptool/missing-argument.t [new file with mode: 0644]
src/test/cli/osdmaptool/pool.t [new file with mode: 0644]
src/test/cli/osdmaptool/print-empty.t [new file with mode: 0644]
src/test/cli/osdmaptool/print-nonexistent.t [new file with mode: 0644]
src/test/cli/osdmaptool/test-map-pgs.t [new file with mode: 0644]
src/test/cli/osdmaptool/tree.t [new file with mode: 0644]
src/test/cli/osdmaptool/upmap-out.t [new file with mode: 0644]
src/test/cli/osdmaptool/upmap.t [new file with mode: 0644]
src/test/cli/radosgw-admin/help.t [new file with mode: 0644]
src/test/cli/rbd/help.t [new file with mode: 0644]
src/test/cli/rbd/invalid-snap-usage.t [new file with mode: 0644]
src/test/cli/rbd/not-enough-args.t [new file with mode: 0644]
src/test/cli/rbd/too-many-args.t [new file with mode: 0644]
src/test/client/CMakeLists.txt [new file with mode: 0644]
src/test/client/TestClient.h [new file with mode: 0644]
src/test/client/alternate_name.cc [new file with mode: 0644]
src/test/client/commands.cc [new file with mode: 0644]
src/test/client/iozone.sh [new file with mode: 0755]
src/test/client/kernel_untar_build.sh [new file with mode: 0755]
src/test/client/ll_api.cc [new file with mode: 0644]
src/test/client/main.cc [new file with mode: 0644]
src/test/client/nonblocking.cc [new file with mode: 0644]
src/test/client/ops.cc [new file with mode: 0644]
src/test/client/syncio.cc [new file with mode: 0644]
src/test/cls_2pc_queue/CMakeLists.txt [new file with mode: 0644]
src/test/cls_2pc_queue/test_cls_2pc_queue.cc [new file with mode: 0644]
src/test/cls_cas/CMakeLists.txt [new file with mode: 0644]
src/test/cls_cas/test_cls_cas.cc [new file with mode: 0644]
src/test/cls_cmpomap/CMakeLists.txt [new file with mode: 0644]
src/test/cls_cmpomap/test_cls_cmpomap.cc [new file with mode: 0644]
src/test/cls_fifo/CMakeLists.txt [new file with mode: 0644]
src/test/cls_fifo/ceph_test_neocls_fifo.cc [new file with mode: 0644]
src/test/cls_hello/CMakeLists.txt [new file with mode: 0644]
src/test/cls_hello/test_cls_hello.cc [new file with mode: 0644]
src/test/cls_journal/CMakeLists.txt [new file with mode: 0644]
src/test/cls_journal/test_cls_journal.cc [new file with mode: 0644]
src/test/cls_lock/CMakeLists.txt [new file with mode: 0644]
src/test/cls_lock/test_cls_lock.cc [new file with mode: 0644]
src/test/cls_log/CMakeLists.txt [new file with mode: 0644]
src/test/cls_log/test_cls_log.cc [new file with mode: 0644]
src/test/cls_log/test_neocls_log.cc [new file with mode: 0644]
src/test/cls_lua/CMakeLists.txt [new file with mode: 0644]
src/test/cls_lua/test_cls_lua.cc [new file with mode: 0644]
src/test/cls_numops/CMakeLists.txt [new file with mode: 0644]
src/test/cls_numops/test_cls_numops.cc [new file with mode: 0644]
src/test/cls_queue/CMakeLists.txt [new file with mode: 0644]
src/test/cls_queue/test_cls_queue.cc [new file with mode: 0644]
src/test/cls_rbd/CMakeLists.txt [new file with mode: 0644]
src/test/cls_rbd/test_cls_rbd.cc [new file with mode: 0644]
src/test/cls_refcount/CMakeLists.txt [new file with mode: 0644]
src/test/cls_refcount/test_cls_refcount.cc [new file with mode: 0644]
src/test/cls_rgw/CMakeLists.txt [new file with mode: 0644]
src/test/cls_rgw/test_cls_rgw.cc [new file with mode: 0644]
src/test/cls_rgw/test_cls_rgw_stats.cc [new file with mode: 0644]
src/test/cls_rgw_gc/CMakeLists.txt [new file with mode: 0644]
src/test/cls_rgw_gc/test_cls_rgw_gc.cc [new file with mode: 0644]
src/test/cls_sdk/CMakeLists.txt [new file with mode: 0644]
src/test/cls_sdk/test_cls_sdk.cc [new file with mode: 0644]
src/test/cls_sem_set/CMakeLists.txt [new file with mode: 0644]
src/test/cls_sem_set/test_cls_sem_set.cc [new file with mode: 0644]
src/test/cls_user/CMakeLists.txt [new file with mode: 0644]
src/test/cls_user/test_cls_user.cc [new file with mode: 0644]
src/test/cls_version/CMakeLists.txt [new file with mode: 0644]
src/test/cls_version/test_cls_version.cc [new file with mode: 0644]
src/test/cls_version/test_neocls_version.cc [new file with mode: 0644]
src/test/common/CMakeLists.txt [new file with mode: 0644]
src/test/common/ObjectContents.cc [new file with mode: 0644]
src/test/common/ObjectContents.h [new file with mode: 0644]
src/test/common/Readahead.cc [new file with mode: 0644]
src/test/common/Throttle.cc [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/autriche.nvme0n1 [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/autriche.nvme0n1.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/cpach.sdn [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/cpach.sdn.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/erwan.v1.sda [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/erwan.v1.sda.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/erwan.v1.sdb [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/erwan.v1.sdb.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/erwan1 [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/gnit.nvme0n1 [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/gnit.nvme0n1.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/gnit.sda [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/gnit.sda.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/mira055.sda [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/mira055.sda.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/mira055.sdb [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/mira055.sdb.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/mira055.sde [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/mira055.sde.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/reesi001.nvme0n1 [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/reesi001.nvme0n1.devid [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/stud.nvme0n1 [new file with mode: 0644]
src/test/common/blkdev-udevadm-info-samples/stud.nvme0n1.devid [new file with mode: 0644]
src/test/common/dns_messages.h [new file with mode: 0644]
src/test/common/dns_resolve.cc [new file with mode: 0644]
src/test/common/get_command_descriptions.cc [new file with mode: 0644]
src/test/common/histogram.cc [new file with mode: 0644]
src/test/common/test_allocate_unique.cc [new file with mode: 0644]
src/test/common/test_async_call.cc [new file with mode: 0644]
src/test/common/test_async_co_spawn_group.cc [new file with mode: 0644]
src/test/common/test_async_co_throttle.cc [new file with mode: 0644]
src/test/common/test_async_completion.cc [new file with mode: 0644]
src/test/common/test_async_cond.cc [new file with mode: 0644]
src/test/common/test_async_max_concurrent_for_each.cc [new file with mode: 0644]
src/test/common/test_async_parallel_for_each.cc [new file with mode: 0644]
src/test/common/test_async_shared_mutex.cc [new file with mode: 0644]
src/test/common/test_async_spawn_group.cc [new file with mode: 0644]
src/test/common/test_async_spawn_throttle.cc [new file with mode: 0644]
src/test/common/test_async_yield_waiter.cc [new file with mode: 0644]
src/test/common/test_back_trace.cc [new file with mode: 0644]
src/test/common/test_bit_vector.cc [new file with mode: 0644]
src/test/common/test_bitset_set.cc [new file with mode: 0644]
src/test/common/test_blkdev.cc [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/add_random [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/discard_granularity [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/discard_max_bytes [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/discard_zeroes_data [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/hw_sector_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/iosched/fifo_batch [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/iosched/front_merges [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/iosched/read_expire [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/iosched/write_expire [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/iosched/writes_starved [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/iostats [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/logical_block_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/max_hw_sectors_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/max_integrity_segments [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/max_sectors_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/max_segment_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/max_segments [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/minimum_io_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/nomerges [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/nr_requests [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/optimal_io_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/physical_block_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/read_ahead_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/rotational [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/rq_affinity [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/scheduler [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/cciss!c0d1/queue/write_same_max_bytes [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/bar [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/dev [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/device/model [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/foo [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/add_random [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/discard_granularity [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/discard_max_bytes [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/discard_zeroes_data [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/hw_sector_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/iosched/fifo_batch [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/iosched/front_merges [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/iosched/read_expire [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/iosched/write_expire [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/iosched/writes_starved [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/iostats [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/logical_block_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/max_hw_sectors_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/max_integrity_segments [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/max_sectors_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/max_segment_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/max_segments [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/minimum_io_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/nomerges [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/nr_requests [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/optimal_io_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/physical_block_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/read_ahead_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/rotational [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/rq_affinity [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/scheduler [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sda/queue/write_same_max_bytes [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/bar [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/dev [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/device/model [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/foo [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/add_random [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/discard_granularity [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/discard_max_bytes [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/discard_zeroes_data [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/hw_sector_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/iosched/fifo_batch [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/iosched/front_merges [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/iosched/read_expire [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/iosched/write_expire [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/iosched/writes_starved [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/iostats [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/logical_block_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/max_hw_sectors_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/max_integrity_segments [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/max_sectors_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/max_segment_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/max_segments [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/minimum_io_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/nomerges [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/nr_requests [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/optimal_io_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/physical_block_size [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/queue [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/read_ahead_kb [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/rotational [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/rq_affinity [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/scheduler [new file with mode: 0644]
src/test/common/test_blkdev_sys_block/sys/block/sdb/queue/write_same_max_bytes [new file with mode: 0644]
src/test/common/test_blocked_completion.cc [new file with mode: 0644]
src/test/common/test_bloom_filter.cc [new file with mode: 0644]
src/test/common/test_bounded_key_counter.cc [new file with mode: 0644]
src/test/common/test_cdc.cc [new file with mode: 0644]
src/test/common/test_ceph_timer.cc [new file with mode: 0644]
src/test/common/test_config.cc [new file with mode: 0644]
src/test/common/test_context.cc [new file with mode: 0644]
src/test/common/test_convenience.cc [new file with mode: 0644]
src/test/common/test_counter.cc [new file with mode: 0644]
src/test/common/test_crc32c.cc [new file with mode: 0644]
src/test/common/test_decode_start_v_checker.cpp [new file with mode: 0644]
src/test/common/test_dout_fmt.cc [new file with mode: 0644]
src/test/common/test_fair_mutex.cc [new file with mode: 0644]
src/test/common/test_fault_injector.cc [new file with mode: 0644]
src/test/common/test_global_doublefree.cc [new file with mode: 0644]
src/test/common/test_hobject.cc [new file with mode: 0644]
src/test/common/test_hostname.cc [new file with mode: 0644]
src/test/common/test_htmlformatter.cc [new file with mode: 0644]
src/test/common/test_interval_map.cc [new file with mode: 0644]
src/test/common/test_interval_set.cc [new file with mode: 0644]
src/test/common/test_intrusive_lru.cc [new file with mode: 0644]
src/test/common/test_iso_8601.cc [new file with mode: 0644]
src/test/common/test_journald_logger.cc [new file with mode: 0644]
src/test/common/test_json_formattable.cc [new file with mode: 0644]
src/test/common/test_json_formatter.cc [new file with mode: 0644]
src/test/common/test_librados_completion.cc [new file with mode: 0644]
src/test/common/test_lockdep.cc [new file with mode: 0644]
src/test/common/test_lru.cc [new file with mode: 0644]
src/test/common/test_lruset.cc [new file with mode: 0644]
src/test/common/test_memory.cc [new file with mode: 0644]
src/test/common/test_mini_flat_map.cc [new file with mode: 0644]
src/test/common/test_mutex_debug.cc [new file with mode: 0644]
src/test/common/test_numa.cc [new file with mode: 0644]
src/test/common/test_option.cc [new file with mode: 0644]
src/test/common/test_perf_counters_key.cc [new file with mode: 0644]
src/test/common/test_perf_histogram.cc [new file with mode: 0644]
src/test/common/test_pretty_binary.cc [new file with mode: 0644]
src/test/common/test_prioritized_queue.cc [new file with mode: 0644]
src/test/common/test_rabin_chunk.cc [new file with mode: 0644]
src/test/common/test_random.cc [new file with mode: 0644]
src/test/common/test_safe_io.cc [new file with mode: 0644]
src/test/common/test_shared_cache.cc [new file with mode: 0644]
src/test/common/test_sharedptr_registry.cc [new file with mode: 0644]
src/test/common/test_shunique_lock.cc [new file with mode: 0644]
src/test/common/test_sloppy_crc_map.cc [new file with mode: 0644]
src/test/common/test_split.cc [new file with mode: 0644]
src/test/common/test_static_ptr.cc [new file with mode: 0644]
src/test/common/test_str_map.cc [new file with mode: 0644]
src/test/common/test_tableformatter.cc [new file with mode: 0644]
src/test/common/test_time.cc [new file with mode: 0644]
src/test/common/test_url_escape.cc [new file with mode: 0644]
src/test/common/test_util.cc [new file with mode: 0644]
src/test/common/test_versioned_variant.cc [new file with mode: 0644]
src/test/common/test_weighted_priority_queue.cc [new file with mode: 0644]
src/test/common/test_xmlformatter.cc [new file with mode: 0644]
src/test/compressor/CMakeLists.txt [new file with mode: 0644]
src/test/compressor/compressor_example.h [new file with mode: 0644]
src/test/compressor/compressor_plugin_example.cc [new file with mode: 0644]
src/test/compressor/osdmaps/osdmap.2982809 [new file with mode: 0644]
src/test/compressor/osdmaps/osdmap.2982809.h [new file with mode: 0644]
src/test/compressor/test_compression.cc [new file with mode: 0644]
src/test/confutils.cc [new file with mode: 0644]
src/test/coverage.sh [new file with mode: 0755]
src/test/crimson/CMakeLists.txt [new file with mode: 0644]
src/test/crimson/cbt/radosbench_4K_read.yaml [new file with mode: 0644]
src/test/crimson/cbt/radosbench_4K_write.yaml [new file with mode: 0644]
src/test/crimson/cbt/t2c.py [new file with mode: 0755]
src/test/crimson/ctest_utils.h [new file with mode: 0644]
src/test/crimson/gtest_seastar.cc [new file with mode: 0644]
src/test/crimson/gtest_seastar.h [new file with mode: 0644]
src/test/crimson/seastar_runner.h [new file with mode: 0644]
src/test/crimson/seastore/CMakeLists.txt [new file with mode: 0644]
src/test/crimson/seastore/nvmedevice/test_nvmedevice.cc [new file with mode: 0644]
src/test/crimson/seastore/onode_tree/CMakeLists.txt [new file with mode: 0644]
src/test/crimson/seastore/onode_tree/test_fltree_onode_manager.cc [new file with mode: 0644]
src/test/crimson/seastore/onode_tree/test_staged_fltree.cc [new file with mode: 0644]
src/test/crimson/seastore/onode_tree/test_value.h [new file with mode: 0644]
src/test/crimson/seastore/test_block.cc [new file with mode: 0644]
src/test/crimson/seastore/test_block.h [new file with mode: 0644]
src/test/crimson/seastore/test_btree_lba_manager.cc [new file with mode: 0644]
src/test/crimson/seastore/test_cbjournal.cc [new file with mode: 0644]
src/test/crimson/seastore/test_collection_manager.cc [new file with mode: 0644]
src/test/crimson/seastore/test_extent_allocator.cc [new file with mode: 0644]
src/test/crimson/seastore/test_object_data_handler.cc [new file with mode: 0644]
src/test/crimson/seastore/test_omap_manager.cc [new file with mode: 0644]
src/test/crimson/seastore/test_randomblock_manager.cc [new file with mode: 0644]
src/test/crimson/seastore/test_seastore.cc [new file with mode: 0644]
src/test/crimson/seastore/test_seastore_cache.cc [new file with mode: 0644]
src/test/crimson/seastore/test_seastore_journal.cc [new file with mode: 0644]
src/test/crimson/seastore/test_transaction_manager.cc [new file with mode: 0644]
src/test/crimson/seastore/transaction_manager_test_state.h [new file with mode: 0644]
src/test/crimson/test_alien_echo.cc [new file with mode: 0644]
src/test/crimson/test_alienstore_thread_pool.cc [new file with mode: 0644]
src/test/crimson/test_async_echo.cc [new file with mode: 0644]
src/test/crimson/test_backfill.cc [new file with mode: 0644]
src/test/crimson/test_buffer.cc [new file with mode: 0644]
src/test/crimson/test_calc_subsets.cc [new file with mode: 0644]
src/test/crimson/test_config.cc [new file with mode: 0644]
src/test/crimson/test_crimson_coroutine.cc [new file with mode: 0644]
src/test/crimson/test_crimson_scrub.cc [new file with mode: 0644]
src/test/crimson/test_denc.cc [new file with mode: 0644]
src/test/crimson/test_errorator.cc [new file with mode: 0644]
src/test/crimson/test_errorator_abort.cc [new file with mode: 0644]
src/test/crimson/test_fixed_kv_node_layout.cc [new file with mode: 0644]
src/test/crimson/test_interruptible_future.cc [new file with mode: 0644]
src/test/crimson/test_lru.cc [new file with mode: 0644]
src/test/crimson/test_messenger.cc [new file with mode: 0644]
src/test/crimson/test_messenger.h [new file with mode: 0644]
src/test/crimson/test_messenger_peer.cc [new file with mode: 0644]
src/test/crimson/test_messenger_thrash.cc [new file with mode: 0644]
src/test/crimson/test_monc.cc [new file with mode: 0644]
src/test/crimson/test_perfcounters.cc [new file with mode: 0644]
src/test/crimson/test_socket.cc [new file with mode: 0644]
src/test/crush/CMakeLists.txt [new file with mode: 0644]
src/test/crush/CrushWrapper.cc [new file with mode: 0644]
src/test/crush/crush-choose-args-expected-one-more-0.txt [new file with mode: 0644]
src/test/crush/crush-choose-args-expected-one-more-3.txt [new file with mode: 0644]
src/test/crush/crush.cc [new file with mode: 0644]
src/test/crush/crush_weights.sh [new file with mode: 0755]
src/test/crypto.cc [new file with mode: 0644]
src/test/crypto_init.cc [new file with mode: 0644]
src/test/cxx11_client.cc [new file with mode: 0644]
src/test/daemon_config.cc [new file with mode: 0644]
src/test/debian-strech/Dockerfile.in [new file with mode: 0644]
src/test/debian-strech/debian [new symlink]
src/test/debian-strech/install-deps.sh [new symlink]
src/test/detect-build-env-vars.sh [new file with mode: 0644]
src/test/direct_messenger/CMakeLists.txt [new file with mode: 0644]
src/test/direct_messenger/DirectMessenger.cc [new file with mode: 0644]
src/test/direct_messenger/DirectMessenger.h [new file with mode: 0644]
src/test/direct_messenger/DispatchStrategy.h [new file with mode: 0644]
src/test/direct_messenger/FastStrategy.h [new file with mode: 0644]
src/test/direct_messenger/QueueStrategy.cc [new file with mode: 0644]
src/test/direct_messenger/QueueStrategy.h [new file with mode: 0644]
src/test/direct_messenger/test_direct_messenger.cc [new file with mode: 0644]
src/test/docker-test-helper.sh [new file with mode: 0755]
src/test/docker-test.sh [new file with mode: 0755]
src/test/dokan/CMakeLists.txt [new file with mode: 0644]
src/test/dokan/dokan.cc [new file with mode: 0644]
src/test/encoding.cc [new file with mode: 0644]
src/test/encoding/CMakeLists.txt [new file with mode: 0644]
src/test/encoding/check-generated.sh [new file with mode: 0755]
src/test/encoding/generate-corpus-objects.sh [new file with mode: 0755]
src/test/encoding/identity.sh [new file with mode: 0755]
src/test/encoding/import-generated.sh [new file with mode: 0755]
src/test/encoding/import.sh [new file with mode: 0755]
src/test/encoding/readable.sh [new file with mode: 0755]
src/test/erasure-code/CMakeLists.txt [new file with mode: 0644]
src/test/erasure-code/ErasureCodeExample.h [new file with mode: 0644]
src/test/erasure-code/ErasureCodePluginExample.cc [new file with mode: 0644]
src/test/erasure-code/ErasureCodePluginFailToInitialize.cc [new file with mode: 0644]
src/test/erasure-code/ErasureCodePluginFailToRegister.cc [new file with mode: 0644]
src/test/erasure-code/ErasureCodePluginHangs.cc [new file with mode: 0644]
src/test/erasure-code/ErasureCodePluginMissingEntryPoint.cc [new file with mode: 0644]
src/test/erasure-code/ErasureCodePluginMissingVersion.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCode.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeClay.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeExample.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeIsa.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeJerasure.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeLrc.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodePlugin.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodePluginClay.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodePluginIsa.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodePluginJerasure.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodePluginLrc.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodePluginShec.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodePlugins.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeShec.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeShec_all.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeShec_arguments.cc [new file with mode: 0644]
src/test/erasure-code/TestErasureCodeShec_thread.cc [new file with mode: 0644]
src/test/erasure-code/ceph_erasure_code_benchmark.cc [new file with mode: 0644]
src/test/erasure-code/ceph_erasure_code_benchmark.h [new file with mode: 0644]
src/test/erasure-code/ceph_erasure_code_non_regression.cc [new file with mode: 0644]
src/test/escape.cc [new file with mode: 0644]
src/test/exporter/CMakeLists.txt [new file with mode: 0644]
src/test/exporter/test_exporter.cc [new file with mode: 0644]
src/test/fedora-33/Dockerfile.in [new file with mode: 0644]
src/test/fedora-33/ceph.spec.in [new symlink]
src/test/fedora-33/install-deps.sh [new symlink]
src/test/fedora-34 [new symlink]
src/test/fio/CMakeLists.txt [new file with mode: 0644]
src/test/fio/README.md [new file with mode: 0644]
src/test/fio/ceph-bluestore.conf [new file with mode: 0644]
src/test/fio/ceph-bluestore.fio [new file with mode: 0644]
src/test/fio/ceph-filestore.conf [new file with mode: 0644]
src/test/fio/ceph-filestore.fio [new file with mode: 0644]
src/test/fio/ceph-librgw.fio [new file with mode: 0644]
src/test/fio/ceph-memstore.conf [new file with mode: 0644]
src/test/fio/ceph-memstore.fio [new file with mode: 0644]
src/test/fio/ceph-messenger.conf [new file with mode: 0644]
src/test/fio/ceph-messenger.fio [new file with mode: 0644]
src/test/fio/fio_ceph_messenger.cc [new file with mode: 0644]
src/test/fio/fio_ceph_objectstore.cc [new file with mode: 0644]
src/test/fio/fio_librgw.cc [new file with mode: 0644]
src/test/fio/ring_buffer.h [new file with mode: 0644]
src/test/fooclass.cc [new file with mode: 0644]
src/test/formatter.cc [new file with mode: 0644]
src/test/fs/CMakeLists.txt [new file with mode: 0644]
src/test/fs/mds_types.cc [new file with mode: 0644]
src/test/fs/test_ino_release_cb.cc [new file with mode: 0644]
src/test/fs/test_trim_caps.cc [new file with mode: 0644]
src/test/gather.cc [new file with mode: 0644]
src/test/gprof-helper.c [new file with mode: 0644]
src/test/heartbeat_map.cc [new file with mode: 0644]
src/test/immutable_object_cache/CMakeLists.txt [new file with mode: 0644]
src/test/immutable_object_cache/MockCacheDaemon.h [new file with mode: 0644]
src/test/immutable_object_cache/test_DomainSocket.cc [new file with mode: 0644]
src/test/immutable_object_cache/test_SimplePolicy.cc [new file with mode: 0644]
src/test/immutable_object_cache/test_common.h [new file with mode: 0644]
src/test/immutable_object_cache/test_main.cc [new file with mode: 0644]
src/test/immutable_object_cache/test_message.cc [new file with mode: 0644]
src/test/immutable_object_cache/test_multi_session.cc [new file with mode: 0644]
src/test/immutable_object_cache/test_object_store.cc [new file with mode: 0644]
src/test/journal/CMakeLists.txt [new file with mode: 0644]
src/test/journal/RadosTestFixture.cc [new file with mode: 0644]
src/test/journal/RadosTestFixture.h [new file with mode: 0644]
src/test/journal/mock/MockJournaler.cc [new file with mode: 0644]
src/test/journal/mock/MockJournaler.h [new file with mode: 0644]
src/test/journal/test_Entry.cc [new file with mode: 0644]
src/test/journal/test_FutureImpl.cc [new file with mode: 0644]
src/test/journal/test_JournalMetadata.cc [new file with mode: 0644]
src/test/journal/test_JournalPlayer.cc [new file with mode: 0644]
src/test/journal/test_JournalRecorder.cc [new file with mode: 0644]
src/test/journal/test_JournalTrimmer.cc [new file with mode: 0644]
src/test/journal/test_Journaler.cc [new file with mode: 0644]
src/test/journal/test_ObjectPlayer.cc [new file with mode: 0644]
src/test/journal/test_ObjectRecorder.cc [new file with mode: 0644]
src/test/journal/test_main.cc [new file with mode: 0644]
src/test/kv_store_bench.cc [new file with mode: 0644]
src/test/kv_store_bench.h [new file with mode: 0644]
src/test/lazy-omap-stats/CMakeLists.txt [new file with mode: 0644]
src/test/lazy-omap-stats/lazy_omap_stats_test.cc [new file with mode: 0644]
src/test/lazy-omap-stats/lazy_omap_stats_test.h [new file with mode: 0644]
src/test/lazy-omap-stats/main.cc [new file with mode: 0644]
src/test/libcephfs/CMakeLists.txt [new file with mode: 0644]
src/test/libcephfs/access.cc [new file with mode: 0644]
src/test/libcephfs/acl.cc [new file with mode: 0644]
src/test/libcephfs/caps.cc [new file with mode: 0644]
src/test/libcephfs/ceph_pthread_self.h [new file with mode: 0644]
src/test/libcephfs/client_cache.cc [new file with mode: 0644]
src/test/libcephfs/deleg.cc [new file with mode: 0644]
src/test/libcephfs/flock.cc [new file with mode: 0644]
src/test/libcephfs/lazyio.cc [new file with mode: 0644]
src/test/libcephfs/main.cc [new file with mode: 0644]
src/test/libcephfs/monconfig.cc [new file with mode: 0644]
src/test/libcephfs/multiclient.cc [new file with mode: 0644]
src/test/libcephfs/newops.cc [new file with mode: 0644]
src/test/libcephfs/perfcounters.cc [new file with mode: 0644]
src/test/libcephfs/quota.cc [new file with mode: 0644]
src/test/libcephfs/readdir_r_cb.cc [new file with mode: 0644]
src/test/libcephfs/reclaim.cc [new file with mode: 0644]
src/test/libcephfs/recordlock.cc [new file with mode: 0644]
src/test/libcephfs/snapdiff.cc [new file with mode: 0644]
src/test/libcephfs/suidsgid.cc [new file with mode: 0644]
src/test/libcephfs/test.cc [new file with mode: 0644]
src/test/libcephfs/vxattr.cc [new file with mode: 0644]
src/test/libcephfs_config.cc [new file with mode: 0644]
src/test/libcephsqlite/CMakeLists.txt [new file with mode: 0644]
src/test/libcephsqlite/main.cc [new file with mode: 0644]
src/test/librados/CMakeLists.txt [new file with mode: 0644]
src/test/librados/TestCase.cc [new file with mode: 0644]
src/test/librados/TestCase.h [new file with mode: 0644]
src/test/librados/aio.cc [new file with mode: 0644]
src/test/librados/aio_cxx.cc [new file with mode: 0644]
src/test/librados/asio.cc [new file with mode: 0644]
src/test/librados/c_read_operations.cc [new file with mode: 0644]
src/test/librados/c_write_operations.cc [new file with mode: 0644]
src/test/librados/cls.cc [new file with mode: 0644]
src/test/librados/cmd.cc [new file with mode: 0644]
src/test/librados/cmd_cxx.cc [new file with mode: 0644]
src/test/librados/completion_speed.cc [new file with mode: 0644]
src/test/librados/crimson_utils.h [new file with mode: 0644]
src/test/librados/io.cc [new file with mode: 0644]
src/test/librados/io_cxx.cc [new file with mode: 0644]
src/test/librados/librados.cc [new file with mode: 0644]
src/test/librados/librados_config.cc [new file with mode: 0644]
src/test/librados/list.cc [new file with mode: 0644]
src/test/librados/list_cxx.cc [new file with mode: 0644]
src/test/librados/lock.cc [new file with mode: 0644]
src/test/librados/lock_cxx.cc [new file with mode: 0644]
src/test/librados/misc.cc [new file with mode: 0644]
src/test/librados/misc_cxx.cc [new file with mode: 0644]
src/test/librados/op_speed.cc [new file with mode: 0644]
src/test/librados/pool.cc [new file with mode: 0644]
src/test/librados/service.cc [new file with mode: 0644]
src/test/librados/service_cxx.cc [new file with mode: 0644]
src/test/librados/snapshots.cc [new file with mode: 0644]
src/test/librados/snapshots_cxx.cc [new file with mode: 0644]
src/test/librados/snapshots_stats.cc [new file with mode: 0644]
src/test/librados/snapshots_stats_cxx.cc [new file with mode: 0644]
src/test/librados/stat.cc [new file with mode: 0644]
src/test/librados/stat_cxx.cc [new file with mode: 0644]
src/test/librados/test.cc [new file with mode: 0644]
src/test/librados/test.h [new file with mode: 0644]
src/test/librados/test_common.cc [new file with mode: 0644]
src/test/librados/test_common.h [new file with mode: 0644]
src/test/librados/test_cxx.cc [new file with mode: 0644]
src/test/librados/test_cxx.h [new file with mode: 0644]
src/test/librados/test_shared.cc [new file with mode: 0644]
src/test/librados/test_shared.h [new file with mode: 0644]
src/test/librados/testcase_cxx.cc [new file with mode: 0644]
src/test/librados/testcase_cxx.h [new file with mode: 0644]
src/test/librados/tier_cxx.cc [new file with mode: 0644]
src/test/librados/watch_notify.cc [new file with mode: 0644]
src/test/librados/watch_notify_cxx.cc [new file with mode: 0644]
src/test/librados_test_stub/CMakeLists.txt [new file with mode: 0644]
src/test/librados_test_stub/LibradosTestStub.cc [new file with mode: 0644]
src/test/librados_test_stub/LibradosTestStub.h [new file with mode: 0644]
src/test/librados_test_stub/MockTestMemCluster.h [new file with mode: 0644]
src/test/librados_test_stub/MockTestMemIoCtxImpl.h [new file with mode: 0644]
src/test/librados_test_stub/MockTestMemRadosClient.h [new file with mode: 0644]
src/test/librados_test_stub/NeoradosTestStub.cc [new file with mode: 0644]
src/test/librados_test_stub/TestClassHandler.cc [new file with mode: 0644]
src/test/librados_test_stub/TestClassHandler.h [new file with mode: 0644]
src/test/librados_test_stub/TestCluster.h [new file with mode: 0644]
src/test/librados_test_stub/TestIoCtxImpl.cc [new file with mode: 0644]
src/test/librados_test_stub/TestIoCtxImpl.h [new file with mode: 0644]
src/test/librados_test_stub/TestMemCluster.cc [new file with mode: 0644]
src/test/librados_test_stub/TestMemCluster.h [new file with mode: 0644]
src/test/librados_test_stub/TestMemIoCtxImpl.cc [new file with mode: 0644]
src/test/librados_test_stub/TestMemIoCtxImpl.h [new file with mode: 0644]
src/test/librados_test_stub/TestMemRadosClient.cc [new file with mode: 0644]
src/test/librados_test_stub/TestMemRadosClient.h [new file with mode: 0644]
src/test/librados_test_stub/TestRadosClient.cc [new file with mode: 0644]
src/test/librados_test_stub/TestRadosClient.h [new file with mode: 0644]
src/test/librados_test_stub/TestWatchNotify.cc [new file with mode: 0644]
src/test/librados_test_stub/TestWatchNotify.h [new file with mode: 0644]
src/test/libradosstriper/CMakeLists.txt [new file with mode: 0644]
src/test/libradosstriper/TestCase.cc [new file with mode: 0644]
src/test/libradosstriper/TestCase.h [new file with mode: 0644]
src/test/libradosstriper/aio.cc [new file with mode: 0644]
src/test/libradosstriper/io.cc [new file with mode: 0644]
src/test/libradosstriper/striping.cc [new file with mode: 0644]
src/test/librbd/CMakeLists.txt [new file with mode: 0644]
src/test/librbd/cache/pwl/test_WriteLogMap.cc [new file with mode: 0644]
src/test/librbd/cache/pwl/test_mock_ReplicatedWriteLog.cc [new file with mode: 0644]
src/test/librbd/cache/pwl/test_mock_SSDWriteLog.cc [new file with mode: 0644]
src/test/librbd/cache/test_mock_ParentCacheObjectDispatch.cc [new file with mode: 0644]
src/test/librbd/cache/test_mock_WriteAroundObjectDispatch.cc [new file with mode: 0644]
src/test/librbd/crypto/luks/test_mock_FlattenRequest.cc [new file with mode: 0644]
src/test/librbd/crypto/luks/test_mock_FormatRequest.cc [new file with mode: 0644]
src/test/librbd/crypto/luks/test_mock_LoadRequest.cc [new file with mode: 0644]
src/test/librbd/crypto/openssl/test_DataCryptor.cc [new file with mode: 0644]
src/test/librbd/crypto/test_mock_BlockCrypto.cc [new file with mode: 0644]
src/test/librbd/crypto/test_mock_CryptoContextPool.cc [new file with mode: 0644]
src/test/librbd/crypto/test_mock_CryptoObjectDispatch.cc [new file with mode: 0644]
src/test/librbd/crypto/test_mock_FormatRequest.cc [new file with mode: 0644]
src/test/librbd/crypto/test_mock_LoadRequest.cc [new file with mode: 0644]
src/test/librbd/crypto/test_mock_ShutDownCryptoRequest.cc [new file with mode: 0644]
src/test/librbd/deep_copy/test_mock_ImageCopyRequest.cc [new file with mode: 0644]
src/test/librbd/deep_copy/test_mock_MetadataCopyRequest.cc [new file with mode: 0644]
src/test/librbd/deep_copy/test_mock_ObjectCopyRequest.cc [new file with mode: 0644]
src/test/librbd/deep_copy/test_mock_SetHeadRequest.cc [new file with mode: 0644]
src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc [new file with mode: 0644]
src/test/librbd/deep_copy/test_mock_SnapshotCreateRequest.cc [new file with mode: 0644]
src/test/librbd/exclusive_lock/test_mock_PostAcquireRequest.cc [new file with mode: 0644]
src/test/librbd/exclusive_lock/test_mock_PreAcquireRequest.cc [new file with mode: 0644]
src/test/librbd/exclusive_lock/test_mock_PreReleaseRequest.cc [new file with mode: 0644]
src/test/librbd/fsx.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_AttachChildRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_AttachParentRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_CloneRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_DetachChildRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_DetachParentRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_ListWatchersRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_PreRemoveRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_RefreshRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_RemoveRequest.cc [new file with mode: 0644]
src/test/librbd/image/test_mock_ValidatePoolRequest.cc [new file with mode: 0644]
src/test/librbd/io/test_mock_CopyupRequest.cc [new file with mode: 0644]
src/test/librbd/io/test_mock_ImageRequest.cc [new file with mode: 0644]
src/test/librbd/io/test_mock_ObjectRequest.cc [new file with mode: 0644]
src/test/librbd/io/test_mock_QosImageDispatch.cc [new file with mode: 0644]
src/test/librbd/io/test_mock_SimpleSchedulerObjectDispatch.cc [new file with mode: 0644]
src/test/librbd/journal/test_Entries.cc [new file with mode: 0644]
src/test/librbd/journal/test_Replay.cc [new file with mode: 0644]
src/test/librbd/journal/test_Stress.cc [new file with mode: 0644]
src/test/librbd/journal/test_mock_OpenRequest.cc [new file with mode: 0644]
src/test/librbd/journal/test_mock_PromoteRequest.cc [new file with mode: 0644]
src/test/librbd/journal/test_mock_Replay.cc [new file with mode: 0644]
src/test/librbd/journal/test_mock_ResetRequest.cc [new file with mode: 0644]
src/test/librbd/managed_lock/test_mock_AcquireRequest.cc [new file with mode: 0644]
src/test/librbd/managed_lock/test_mock_BreakRequest.cc [new file with mode: 0644]
src/test/librbd/managed_lock/test_mock_GetLockerRequest.cc [new file with mode: 0644]
src/test/librbd/managed_lock/test_mock_ReacquireRequest.cc [new file with mode: 0644]
src/test/librbd/managed_lock/test_mock_ReleaseRequest.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_FileStream.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_HttpClient.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_HttpStream.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_NBDStream.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_QCOWFormat.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_RawFormat.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_RawSnapshot.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_S3Stream.cc [new file with mode: 0644]
src/test/librbd/migration/test_mock_Utils.cc [new file with mode: 0644]
src/test/librbd/mirror/snapshot/test_mock_CreateNonPrimaryRequest.cc [new file with mode: 0644]
src/test/librbd/mirror/snapshot/test_mock_CreatePrimaryRequest.cc [new file with mode: 0644]
src/test/librbd/mirror/snapshot/test_mock_ImageMeta.cc [new file with mode: 0644]
src/test/librbd/mirror/snapshot/test_mock_PromoteRequest.cc [new file with mode: 0644]
src/test/librbd/mirror/snapshot/test_mock_UnlinkPeerRequest.cc [new file with mode: 0644]
src/test/librbd/mirror/snapshot/test_mock_Utils.cc [new file with mode: 0644]
src/test/librbd/mirror/test_mock_DisableRequest.cc [new file with mode: 0644]
src/test/librbd/mock/MockContextWQ.h [new file with mode: 0644]
src/test/librbd/mock/MockExclusiveLock.h [new file with mode: 0644]
src/test/librbd/mock/MockImageCtx.cc [new file with mode: 0644]
src/test/librbd/mock/MockImageCtx.h [new file with mode: 0644]
src/test/librbd/mock/MockImageState.h [new file with mode: 0644]
src/test/librbd/mock/MockImageWatcher.h [new file with mode: 0644]
src/test/librbd/mock/MockJournal.cc [new file with mode: 0644]
src/test/librbd/mock/MockJournal.h [new file with mode: 0644]
src/test/librbd/mock/MockJournalPolicy.h [new file with mode: 0644]
src/test/librbd/mock/MockObjectMap.h [new file with mode: 0644]
src/test/librbd/mock/MockOperations.h [new file with mode: 0644]
src/test/librbd/mock/MockPluginRegistry.h [new file with mode: 0644]
src/test/librbd/mock/MockReadahead.h [new file with mode: 0644]
src/test/librbd/mock/MockSafeTimer.h [new file with mode: 0644]
src/test/librbd/mock/cache/MockImageCache.h [new file with mode: 0644]
src/test/librbd/mock/crypto/MockCryptoInterface.h [new file with mode: 0644]
src/test/librbd/mock/crypto/MockDataCryptor.h [new file with mode: 0644]
src/test/librbd/mock/crypto/MockEncryptionFormat.h [new file with mode: 0644]
src/test/librbd/mock/exclusive_lock/MockPolicy.h [new file with mode: 0644]
src/test/librbd/mock/io/MockImageDispatch.h [new file with mode: 0644]
src/test/librbd/mock/io/MockImageDispatcher.h [new file with mode: 0644]
src/test/librbd/mock/io/MockObjectDispatch.h [new file with mode: 0644]
src/test/librbd/mock/io/MockObjectDispatcher.h [new file with mode: 0644]
src/test/librbd/mock/io/MockQosImageDispatch.h [new file with mode: 0644]
src/test/librbd/mock/migration/MockSnapshotInterface.h [new file with mode: 0644]
src/test/librbd/mock/migration/MockStreamInterface.h [new file with mode: 0644]
src/test/librbd/object_map/mock/MockInvalidateRequest.h [new file with mode: 0644]
src/test/librbd/object_map/test_mock_DiffRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_InvalidateRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_LockRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_RefreshRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_ResizeRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_SnapshotCreateRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_SnapshotRemoveRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_SnapshotRollbackRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_UnlockRequest.cc [new file with mode: 0644]
src/test/librbd/object_map/test_mock_UpdateRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_DisableFeaturesRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_EnableFeaturesRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_Request.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_ResizeRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotCreateRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotProtectRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotRemoveRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotRollbackRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotUnprotectRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_TrimRequest.cc [new file with mode: 0644]
src/test/librbd/rbdrw.py [new file with mode: 0644]
src/test/librbd/test_BlockGuard.cc [new file with mode: 0644]
src/test/librbd/test_DeepCopy.cc [new file with mode: 0644]
src/test/librbd/test_Groups.cc [new file with mode: 0644]
src/test/librbd/test_ImageWatcher.cc [new file with mode: 0644]
src/test/librbd/test_Migration.cc [new file with mode: 0644]
src/test/librbd/test_MirroringWatcher.cc [new file with mode: 0644]
src/test/librbd/test_ObjectMap.cc [new file with mode: 0644]
src/test/librbd/test_Operations.cc [new file with mode: 0644]
src/test/librbd/test_Trash.cc [new file with mode: 0644]
src/test/librbd/test_fixture.cc [new file with mode: 0644]
src/test/librbd/test_fixture.h [new file with mode: 0644]
src/test/librbd/test_internal.cc [new file with mode: 0644]
src/test/librbd/test_librbd.cc [new file with mode: 0644]
src/test/librbd/test_main.cc [new file with mode: 0644]
src/test/librbd/test_mirroring.cc [new file with mode: 0644]
src/test/librbd/test_mock_ConfigWatcher.cc [new file with mode: 0644]
src/test/librbd/test_mock_DeepCopyRequest.cc [new file with mode: 0644]
src/test/librbd/test_mock_ExclusiveLock.cc [new file with mode: 0644]
src/test/librbd/test_mock_Journal.cc [new file with mode: 0644]
src/test/librbd/test_mock_ManagedLock.cc [new file with mode: 0644]
src/test/librbd/test_mock_ObjectMap.cc [new file with mode: 0644]
src/test/librbd/test_mock_TrashWatcher.cc [new file with mode: 0644]
src/test/librbd/test_mock_Watcher.cc [new file with mode: 0644]
src/test/librbd/test_mock_fixture.cc [new file with mode: 0644]
src/test/librbd/test_mock_fixture.h [new file with mode: 0644]
src/test/librbd/test_notify.py [new file with mode: 0755]
src/test/librbd/test_support.cc [new file with mode: 0644]
src/test/librbd/test_support.h [new file with mode: 0644]
src/test/librbd/trash/test_mock_MoveRequest.cc [new file with mode: 0644]
src/test/librbd/trash/test_mock_RemoveRequest.cc [new file with mode: 0644]
src/test/librbd/watcher/test_mock_RewatchRequest.cc [new file with mode: 0644]
src/test/librgw_file.cc [new file with mode: 0644]
src/test/librgw_file_aw.cc [new file with mode: 0644]
src/test/librgw_file_cd.cc [new file with mode: 0644]
src/test/librgw_file_gp.cc [new file with mode: 0644]
src/test/librgw_file_marker.cc [new file with mode: 0644]
src/test/librgw_file_nfsns.cc [new file with mode: 0644]
src/test/librgw_file_rename.cc [new file with mode: 0644]
src/test/librgw_file_xattr.cc [new file with mode: 0644]
src/test/mds/CMakeLists.txt [new file with mode: 0644]
src/test/mds/TestMDSAuthCaps.cc [new file with mode: 0644]
src/test/mds/TestQuiesceAgent.cc [new file with mode: 0644]
src/test/mds/TestQuiesceDb.cc [new file with mode: 0644]
src/test/mds/TestSessionFilter.cc [new file with mode: 0644]
src/test/memuse/test_pool_memuse.sh [new file with mode: 0755]
src/test/memuse/test_pool_memuse_tcmalloc.sh [new file with mode: 0755]
src/test/memuse/test_written_pool_memuse.sh [new file with mode: 0755]
src/test/memuse/test_written_pool_memuse_tcmalloc.sh [new file with mode: 0755]
src/test/mgr/CMakeLists.txt [new file with mode: 0644]
src/test/mgr/mgr-dashboard-smoke.sh [new file with mode: 0755]
src/test/mgr/test_mgrcap.cc [new file with mode: 0644]
src/test/mgr/test_ttlcache.cc [new file with mode: 0644]
src/test/mime.cc [new file with mode: 0644]
src/test/mon/CMakeLists.txt [new file with mode: 0644]
src/test/mon/MonMap.cc [new file with mode: 0644]
src/test/mon/PGMap.cc [new file with mode: 0644]
src/test/mon/bench_auth.py [new file with mode: 0755]
src/test/mon/bench_commit.py [new file with mode: 0755]
src/test/mon/moncap.cc [new file with mode: 0644]
src/test/mon/test-mon-msg.cc [new file with mode: 0644]
src/test/mon/test_config_map.cc [new file with mode: 0644]
src/test/mon/test_election.cc [new file with mode: 0644]
src/test/mon/test_log_rss_usage.cc [new file with mode: 0644]
src/test/mon/test_mon_memory_target.cc [new file with mode: 0644]
src/test/mon/test_mon_rss_usage.cc [new file with mode: 0644]
src/test/mon/test_mon_types.cc [new file with mode: 0644]
src/test/mon/test_mon_workloadgen.cc [new file with mode: 0644]
src/test/msgr/CMakeLists.txt [new file with mode: 0644]
src/test/msgr/perf_msgr_client.cc [new file with mode: 0644]
src/test/msgr/perf_msgr_server.cc [new file with mode: 0644]
src/test/msgr/test_async_driver.cc [new file with mode: 0644]
src/test/msgr/test_async_networkstack.cc [new file with mode: 0644]
src/test/msgr/test_comp_registry.cc [new file with mode: 0644]
src/test/msgr/test_frames_v2.cc [new file with mode: 0644]
src/test/msgr/test_msgr.cc [new file with mode: 0644]
src/test/msgr/test_userspace_event.cc [new file with mode: 0644]
src/test/multi_stress_watch.cc [new file with mode: 0644]
src/test/neorados/CMakeLists.txt [new file with mode: 0644]
src/test/neorados/cls.cc [new file with mode: 0644]
src/test/neorados/cmd.cc [new file with mode: 0644]
src/test/neorados/common_tests.cc [new file with mode: 0644]
src/test/neorados/common_tests.h [new file with mode: 0644]
src/test/neorados/completions.cc [new file with mode: 0644]
src/test/neorados/ec_io.cc [new file with mode: 0644]
src/test/neorados/ec_list.cc [new file with mode: 0644]
src/test/neorados/handler_error.cc [new file with mode: 0644]
src/test/neorados/io.cc [new file with mode: 0644]
src/test/neorados/list.cc [new file with mode: 0644]
src/test/neorados/list_pool.cc [new file with mode: 0644]
src/test/neorados/misc.cc [new file with mode: 0644]
src/test/neorados/op_speed.cc [new file with mode: 0644]
src/test/neorados/pool.cc [new file with mode: 0644]
src/test/neorados/read_operations.cc [new file with mode: 0644]
src/test/neorados/snapshots.cc [new file with mode: 0644]
src/test/neorados/start_stop.cc [new file with mode: 0644]
src/test/neorados/test_neorados.cc [new file with mode: 0644]
src/test/neorados/watch_notify.cc [new file with mode: 0644]
src/test/neorados/write_operations.cc [new file with mode: 0644]
src/test/objectstore/Allocator_aging_fragmentation.cc [new file with mode: 0755]
src/test/objectstore/Allocator_bench.cc [new file with mode: 0644]
src/test/objectstore/Allocator_test.cc [new file with mode: 0644]
src/test/objectstore/CMakeLists.txt [new file with mode: 0644]
src/test/objectstore/Fragmentation_simulator.cc [new file with mode: 0644]
src/test/objectstore/ObjectStoreImitator.cc [new file with mode: 0644]
src/test/objectstore/ObjectStoreImitator.h [new file with mode: 0644]
src/test/objectstore/ObjectStoreTransactionBenchmark.cc [new file with mode: 0644]
src/test/objectstore/TestObjectStoreState.cc [new file with mode: 0644]
src/test/objectstore/TestObjectStoreState.h [new file with mode: 0644]
src/test/objectstore/TestRocksdbOptionParse.cc [new file with mode: 0644]
src/test/objectstore/allocator_replay_test.cc [new file with mode: 0644]
src/test/objectstore/allocsim/CMakeLists.txt [new file with mode: 0644]
src/test/objectstore/allocsim/ops_replayer.cc [new file with mode: 0644]
src/test/objectstore/allocsim/ops_scraper.py [new file with mode: 0644]
src/test/objectstore/allocsim/variable_load.py [new file with mode: 0755]
src/test/objectstore/fastbmap_allocator_test.cc [new file with mode: 0644]
src/test/objectstore/hybrid_allocator_test.cc [new file with mode: 0755]
src/test/objectstore/run_seed_to.sh [new file with mode: 0755]
src/test/objectstore/run_seed_to_range.sh [new file with mode: 0755]
src/test/objectstore/run_test_deferred.sh [new file with mode: 0755]
src/test/objectstore/store_test.cc [new file with mode: 0644]
src/test/objectstore/store_test_fixture.cc [new file with mode: 0644]
src/test/objectstore/store_test_fixture.h [new file with mode: 0644]
src/test/objectstore/test_bdev.cc [new file with mode: 0755]
src/test/objectstore/test_bluefs.cc [new file with mode: 0644]
src/test/objectstore/test_bluefs_ex.cc [new file with mode: 0644]
src/test/objectstore/test_bluestore_types.cc [new file with mode: 0644]
src/test/objectstore/test_deferred.cc [new file with mode: 0644]
src/test/objectstore/test_kv.cc [new file with mode: 0644]
src/test/objectstore/test_memstore_clone.cc [new file with mode: 0644]
src/test/objectstore/test_transaction.cc [new file with mode: 0644]
src/test/objectstore_bench.cc [new file with mode: 0644]
src/test/old/test_disk_bw.cc [new file with mode: 0644]
src/test/old/test_setlayout.c [new file with mode: 0644]
src/test/old/testfilepath.cc [new file with mode: 0644]
src/test/omap_bench.cc [new file with mode: 0644]
src/test/omap_bench.h [new file with mode: 0644]
src/test/on_exit.cc [new file with mode: 0644]
src/test/opensuse-13.2/Dockerfile.in [new file with mode: 0644]
src/test/opensuse-13.2/ceph.spec.in [new symlink]
src/test/opensuse-13.2/install-deps.sh [new symlink]
src/test/osd/CMakeLists.txt [new file with mode: 0644]
src/test/osd/Object.cc [new file with mode: 0644]
src/test/osd/Object.h [new file with mode: 0644]
src/test/osd/RadosModel.cc [new file with mode: 0644]
src/test/osd/RadosModel.h [new file with mode: 0644]
src/test/osd/TestECBackend.cc [new file with mode: 0644]
src/test/osd/TestECBackendL.cc [new file with mode: 0644]
src/test/osd/TestECUtil.cc [new file with mode: 0644]
src/test/osd/TestMClockScheduler.cc [new file with mode: 0644]
src/test/osd/TestOSDMap.cc [new file with mode: 0644]
src/test/osd/TestOSDScrub.cc [new file with mode: 0644]
src/test/osd/TestOpStat.cc [new file with mode: 0644]
src/test/osd/TestOpStat.h [new file with mode: 0644]
src/test/osd/TestPGLog.cc [new file with mode: 0644]
src/test/osd/TestRados.cc [new file with mode: 0644]
src/test/osd/ceph_test_osd_stale_read.cc [new file with mode: 0644]
src/test/osd/ceph_test_rados_io_sequence/ProgramOptionReader.h [new file with mode: 0644]
src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc [new file with mode: 0644]
src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.h [new file with mode: 0644]
src/test/osd/hitset.cc [new file with mode: 0644]
src/test/osd/osdcap.cc [new file with mode: 0644]
src/test/osd/safe-to-destroy.sh [new file with mode: 0755]
src/test/osd/scrubber_generators.cc [new file with mode: 0644]
src/test/osd/scrubber_generators.h [new file with mode: 0644]
src/test/osd/scrubber_test_datasets.cc [new file with mode: 0644]
src/test/osd/scrubber_test_datasets.h [new file with mode: 0644]
src/test/osd/test_ec_transaction.cc [new file with mode: 0644]
src/test/osd/test_ec_transaction_l.cc [new file with mode: 0644]
src/test/osd/test_extent_cache.cc [new file with mode: 0644]
src/test/osd/test_extent_cache_l.cc [new file with mode: 0644]
src/test/osd/test_pg_transaction.cc [new file with mode: 0644]
src/test/osd/test_scrubber_be.cc [new file with mode: 0644]
src/test/osd/types.cc [new file with mode: 0644]
src/test/osdc/CMakeLists.txt [new file with mode: 0644]
src/test/osdc/FakeWriteback.cc [new file with mode: 0644]
src/test/osdc/FakeWriteback.h [new file with mode: 0644]
src/test/osdc/MemWriteback.cc [new file with mode: 0644]
src/test/osdc/MemWriteback.h [new file with mode: 0644]
src/test/osdc/object_cacher_misc.cc [new file with mode: 0644]
src/test/osdc/object_cacher_stress.cc [new file with mode: 0644]
src/test/perf_counters.cc [new file with mode: 0644]
src/test/perf_helper.cc [new file with mode: 0644]
src/test/perf_helper.h [new file with mode: 0644]
src/test/perf_local.cc [new file with mode: 0644]
src/test/pybind/CMakeLists.txt [new file with mode: 0644]
src/test/pybind/assertions.py [new file with mode: 0644]
src/test/pybind/pytest.ini [new file with mode: 0644]
src/test/pybind/test_ceph_argparse.py [new file with mode: 0755]
src/test/pybind/test_ceph_daemon.py [new file with mode: 0755]
src/test/pybind/test_cephfs.py [new file with mode: 0644]
src/test/pybind/test_rados.py [new file with mode: 0644]
src/test/pybind/test_rbd.py [new file with mode: 0644]
src/test/pybind/test_rgwfs.py [new file with mode: 0644]
src/test/rbd-ggate.sh [new file with mode: 0755]
src/test/rbd_mirror/CMakeLists.txt [new file with mode: 0644]
src/test/rbd_mirror/image_deleter/test_mock_SnapshotPurgeRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_deleter/test_mock_TrashMoveRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_deleter/test_mock_TrashRemoveRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_deleter/test_mock_TrashWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/image_map/test_Policy.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/journal/test_mock_CreateLocalImageRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/journal/test_mock_EventPreprocessor.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/journal/test_mock_PrepareReplayRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/journal/test_mock_Replayer.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/snapshot/test_mock_ApplyImageStateRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/snapshot/test_mock_CreateLocalImageRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/snapshot/test_mock_Replayer.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/test_mock_BootstrapRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/test_mock_CreateImageRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/test_mock_GetMirrorImageIdRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/test_mock_PrepareLocalImageRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_replayer/test_mock_PrepareRemoteImageRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_sync/test_mock_SyncPointCreateRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/image_sync/test_mock_SyncPointPruneRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/mock/MockBaseRequest.h [new file with mode: 0644]
src/test/rbd_mirror/mock/MockContextWQ.h [new file with mode: 0644]
src/test/rbd_mirror/mock/MockSafeTimer.h [new file with mode: 0644]
src/test/rbd_mirror/mock/image_sync/MockSyncPointHandler.h [new file with mode: 0644]
src/test/rbd_mirror/pool_watcher/test_mock_RefreshImagesRequest.cc [new file with mode: 0644]
src/test/rbd_mirror/random_write.cc [new file with mode: 0644]
src/test/rbd_mirror/test_ClusterWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/test_ImageDeleter.cc [new file with mode: 0644]
src/test/rbd_mirror/test_ImageReplayer.cc [new file with mode: 0644]
src/test/rbd_mirror/test_ImageSync.cc [new file with mode: 0644]
src/test/rbd_mirror/test_InstanceWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/test_Instances.cc [new file with mode: 0644]
src/test/rbd_mirror/test_LeaderWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/test_PoolWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/test_fixture.cc [new file with mode: 0644]
src/test/rbd_mirror/test_fixture.h [new file with mode: 0644]
src/test/rbd_mirror/test_main.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_ImageMap.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_ImageReplayer.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_ImageSync.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_InstanceReplayer.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_InstanceWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_LeaderWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_MirrorStatusUpdater.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_NamespaceReplayer.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_PoolReplayer.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_PoolWatcher.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_Throttler.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_fixture.cc [new file with mode: 0644]
src/test/rbd_mirror/test_mock_fixture.h [new file with mode: 0644]
src/test/rgw/CMakeLists.txt [new file with mode: 0644]
src/test/rgw/amqp_mock.cc [new file with mode: 0644]
src/test/rgw/amqp_mock.h [new file with mode: 0644]
src/test/rgw/amqp_url.c [new file with mode: 0644]
src/test/rgw/bench_rgw_ratelimit.cc [new file with mode: 0644]
src/test/rgw/bench_rgw_ratelimit_gc.cc [new file with mode: 0644]
src/test/rgw/bucket_notification/README.rst [new file with mode: 0644]
src/test/rgw/bucket_notification/__init__.py [new file with mode: 0644]
src/test/rgw/bucket_notification/api.py [new file with mode: 0644]
src/test/rgw/bucket_notification/bntests.conf.SAMPLE [new file with mode: 0644]
src/test/rgw/bucket_notification/bootstrap [new file with mode: 0755]
src/test/rgw/bucket_notification/kafka-security.sh [new file with mode: 0755]
src/test/rgw/bucket_notification/requirements.txt [new file with mode: 0644]
src/test/rgw/bucket_notification/setup.py [new file with mode: 0644]
src/test/rgw/bucket_notification/test_bn.py [new file with mode: 0644]
src/test/rgw/dedup/README.rst [new file with mode: 0644]
src/test/rgw/dedup/__init__.py [new file with mode: 0644]
src/test/rgw/dedup/deduptests.conf.SAMPLE [new file with mode: 0644]
src/test/rgw/dedup/pytest.ini [new file with mode: 0644]
src/test/rgw/dedup/requirements.txt [new file with mode: 0644]
src/test/rgw/dedup/test_dedup.py [new file with mode: 0644]
src/test/rgw/dedup/tox.ini [new file with mode: 0644]
src/test/rgw/kafka_stub.cc [new file with mode: 0644]
src/test/rgw/lua/README.rst [new file with mode: 0644]
src/test/rgw/lua/__init__.py [new file with mode: 0644]
src/test/rgw/lua/luatests.conf.SAMPLE [new file with mode: 0644]
src/test/rgw/lua/pytest.ini [new file with mode: 0644]
src/test/rgw/lua/requirements.txt [new file with mode: 0644]
src/test/rgw/lua/test_lua.py [new file with mode: 0644]
src/test/rgw/lua/tox.ini [new file with mode: 0644]
src/test/rgw/rgw_cr_test.cc [new file with mode: 0644]
src/test/rgw/rgw_multi/__init__.py [new file with mode: 0644]
src/test/rgw/rgw_multi/conn.py [new file with mode: 0644]
src/test/rgw/rgw_multi/multisite.py [new file with mode: 0644]
src/test/rgw/rgw_multi/tests.py [new file with mode: 0644]
src/test/rgw/rgw_multi/tests_az.py [new file with mode: 0644]
src/test/rgw/rgw_multi/tests_es.py [new file with mode: 0644]
src/test/rgw/rgw_multi/tools.py [new file with mode: 0644]
src/test/rgw/rgw_multi/zone_az.py [new file with mode: 0644]
src/test/rgw/rgw_multi/zone_cloud.py [new file with mode: 0644]
src/test/rgw/rgw_multi/zone_es.py [new file with mode: 0644]
src/test/rgw/rgw_multi/zone_rados.py [new file with mode: 0644]
src/test/rgw/run-d4n-unit-tests.sh [new file with mode: 0755]
src/test/rgw/test-ceph-diff-sorted.sh [new file with mode: 0755]
src/test/rgw/test-rgw-call.sh [new file with mode: 0755]
src/test/rgw/test-rgw-common.sh [new file with mode: 0644]
src/test/rgw/test-rgw-meta-sync.sh [new file with mode: 0755]
src/test/rgw/test-rgw-multisite.sh [new file with mode: 0755]
src/test/rgw/test_d4n_directory.cc [new file with mode: 0644]
src/test/rgw/test_d4n_filter.cc [new file with mode: 0755]
src/test/rgw/test_d4n_policy.cc [new file with mode: 0644]
src/test/rgw/test_datalog.cc [new file with mode: 0644]
src/test/rgw/test_http_manager.cc [new file with mode: 0644]
src/test/rgw/test_log_backing.cc [new file with mode: 0644]
src/test/rgw/test_multen.py [new file with mode: 0644]
src/test/rgw/test_multi.md [new file with mode: 0644]
src/test/rgw/test_multi.py [new file with mode: 0644]
src/test/rgw/test_posix_bucket_cache.cc [new file with mode: 0644]
src/test/rgw/test_redis_driver.cc [new file with mode: 0644]
src/test/rgw/test_rgw_amqp.cc [new file with mode: 0644]
src/test/rgw/test_rgw_arn.cc [new file with mode: 0644]
src/test/rgw/test_rgw_bencode.cc [new file with mode: 0644]
src/test/rgw/test_rgw_bucket_sync_cache.cc [new file with mode: 0644]
src/test/rgw/test_rgw_cksum.cc [new file with mode: 0644]
src/test/rgw/test_rgw_common.cc [new file with mode: 0644]
src/test/rgw/test_rgw_common.h [new file with mode: 0644]
src/test/rgw/test_rgw_compression.cc [new file with mode: 0644]
src/test/rgw/test_rgw_crypto.cc [new file with mode: 0644]
src/test/rgw/test_rgw_dmclock_scheduler.cc [new file with mode: 0644]
src/test/rgw/test_rgw_gc_log.cc [new file with mode: 0644]
src/test/rgw/test_rgw_iam_policy.cc [new file with mode: 0644]
src/test/rgw/test_rgw_kms.cc [new file with mode: 0644]
src/test/rgw/test_rgw_lc.cc [new file with mode: 0644]
src/test/rgw/test_rgw_lua.cc [new file with mode: 0644]
src/test/rgw/test_rgw_manifest.cc [new file with mode: 0644]
src/test/rgw/test_rgw_obj.cc [new file with mode: 0644]
src/test/rgw/test_rgw_period_history.cc [new file with mode: 0644]
src/test/rgw/test_rgw_posix_driver.cc [new file with mode: 0644]
src/test/rgw/test_rgw_putobj.cc [new file with mode: 0644]
src/test/rgw/test_rgw_ratelimit.cc [new file with mode: 0644]
src/test/rgw/test_rgw_reshard.cc [new file with mode: 0644]
src/test/rgw/test_rgw_reshard_wait.cc [new file with mode: 0644]
src/test/rgw/test_rgw_shard_io.cc [new file with mode: 0644]
src/test/rgw/test_rgw_string.cc [new file with mode: 0644]
src/test/rgw/test_rgw_throttle.cc [new file with mode: 0644]
src/test/rgw/test_rgw_url.cc [new file with mode: 0644]
src/test/rgw/test_rgw_xml.cc [new file with mode: 0644]
src/test/rgw/test_ssd_driver.cc [new file with mode: 0644]
src/test/run-cli-tests [new file with mode: 0755]
src/test/run-cli-tests-maybe-unset-ccache [new file with mode: 0755]
src/test/run-rbd-tests [new file with mode: 0755]
src/test/run-rbd-unit-tests.sh [new file with mode: 0755]
src/test/run-rbd-valgrind-unit-tests.sh [new file with mode: 0755]
src/test/run_cmd.cc [new file with mode: 0644]
src/test/signals.cc [new file with mode: 0644]
src/test/simple_spin.cc [new file with mode: 0644]
src/test/smoke.sh [new file with mode: 0755]
src/test/strtol.cc [new file with mode: 0644]
src/test/system/CMakeLists.txt [new file with mode: 0644]
src/test/system/cross_process_sem.cc [new file with mode: 0644]
src/test/system/cross_process_sem.h [new file with mode: 0644]
src/test/system/rados_delete_pools_parallel.cc [new file with mode: 0644]
src/test/system/rados_list_parallel.cc [new file with mode: 0644]
src/test/system/rados_open_pools_parallel.cc [new file with mode: 0644]
src/test/system/rados_watch_notify.cc [new file with mode: 0644]
src/test/system/rerun.sh [new file with mode: 0755]
src/test/system/st_rados_create_pool.cc [new file with mode: 0644]
src/test/system/st_rados_create_pool.h [new file with mode: 0644]
src/test/system/st_rados_delete_objs.cc [new file with mode: 0644]
src/test/system/st_rados_delete_objs.h [new file with mode: 0644]
src/test/system/st_rados_delete_pool.cc [new file with mode: 0644]
src/test/system/st_rados_delete_pool.h [new file with mode: 0644]
src/test/system/st_rados_list_objects.cc [new file with mode: 0644]
src/test/system/st_rados_list_objects.h [new file with mode: 0644]
src/test/system/st_rados_notify.h [new file with mode: 0644]
src/test/system/st_rados_watch.h [new file with mode: 0644]
src/test/system/systest_runnable.cc [new file with mode: 0644]
src/test/system/systest_runnable.h [new file with mode: 0644]
src/test/system/systest_settings.cc [new file with mode: 0644]
src/test/system/systest_settings.h [new file with mode: 0644]
src/test/test_addrs.cc [new file with mode: 0644]
src/test/test_admin_socket_output.cc [new file with mode: 0644]
src/test/test_any.cc [new file with mode: 0644]
src/test/test_arch.cc [new file with mode: 0644]
src/test/test_auth.cc [new file with mode: 0644]
src/test/test_backfill.sh [new file with mode: 0755]
src/test/test_c2c.cc [new file with mode: 0644]
src/test/test_c_headers.c [new file with mode: 0644]
src/test/test_cfuse_cache_invalidate.cc [new file with mode: 0644]
src/test/test_common.sh [new file with mode: 0755]
src/test/test_cors.cc [new file with mode: 0644]
src/test/test_crush_bucket.sh [new file with mode: 0755]
src/test/test_csyn.sh [new file with mode: 0644]
src/test/test_denc.cc [new file with mode: 0644]
src/test/test_features.cc [new file with mode: 0644]
src/test/test_get_blkdev_props.cc [new file with mode: 0644]
src/test/test_intarith.cc [new file with mode: 0644]
src/test/test_ipaddr.cc [new file with mode: 0644]
src/test/test_lost.sh [new file with mode: 0755]
src/test/test_mempool.cc [new file with mode: 0644]
src/test/test_missing_unfound.sh [new file with mode: 0755]
src/test/test_mutate.cc [new file with mode: 0644]
src/test/test_not_before_queue.cc [new file with mode: 0644]
src/test/test_nvmeof_mon_encoding.cc [new file with mode: 0644]
src/test/test_objectstore_memstore.sh [new file with mode: 0755]
src/test/test_pageset.cc [new file with mode: 0644]
src/test/test_perf_counters_cache.cc [new file with mode: 0644]
src/test/test_pidfile.sh [new file with mode: 0755]
src/test/test_pools.sh [new file with mode: 0755]
src/test/test_rados_tool.sh [new symlink]
src/test/test_random_string.cc [new file with mode: 0644]
src/test/test_rbd_replay.cc [new file with mode: 0644]
src/test/test_rewrite_latency.cc [new file with mode: 0644]
src/test/test_rgw_admin_log.cc [new file with mode: 0644]
src/test/test_rgw_admin_meta.cc [new file with mode: 0644]
src/test/test_rgw_ldap.cc [new file with mode: 0644]
src/test/test_rgw_token.cc [new file with mode: 0644]
src/test/test_rw.sh [new file with mode: 0755]
src/test/test_snap_mapper.cc [new file with mode: 0644]
src/test/test_split.sh [new file with mode: 0755]
src/test/test_str_list.cc [new file with mode: 0644]
src/test/test_stress_watch.cc [new file with mode: 0644]
src/test/test_striper.cc [new file with mode: 0644]
src/test/test_subprocess.cc [new file with mode: 0644]
src/test/test_texttable.cc [new file with mode: 0644]
src/test/test_trans.cc [new file with mode: 0644]
src/test/test_unfound.sh [new file with mode: 0755]
src/test/test_utime.cc [new file with mode: 0644]
src/test/test_weighted_shuffle.cc [new file with mode: 0644]
src/test/test_workqueue.cc [new file with mode: 0644]
src/test/test_xlist.cc [new file with mode: 0644]
src/test/testclass.cc [new file with mode: 0644]
src/test/testcrypto.cc [new file with mode: 0644]
src/test/testkeys.cc [new file with mode: 0644]
src/test/testmsgr.cc [new file with mode: 0644]
src/test/ubuntu-18.04/Dockerfile.in [new file with mode: 0644]
src/test/ubuntu-18.04/debian [new symlink]
src/test/ubuntu-18.04/install-deps.sh [new symlink]
src/test/ubuntu-20.04 [new symlink]
src/test/unit.cc [new file with mode: 0644]
src/test/utf8.cc [new file with mode: 0644]
src/test/vstart_wrapper.sh [new file with mode: 0755]
src/test/xattr_bench.cc [new file with mode: 0644]
src/tools/CMakeLists.txt [new file with mode: 0644]
src/tools/RadosDump.cc [new file with mode: 0644]
src/tools/RadosDump.h [new file with mode: 0644]
src/tools/ceph-client-debug.cc [new file with mode: 0644]
src/tools/ceph-dencoder/CMakeLists.txt [new file with mode: 0644]
src/tools/ceph-dencoder/ceph_dencoder.cc [new file with mode: 0644]
src/tools/ceph-dencoder/ceph_time.h [new file with mode: 0644]
src/tools/ceph-dencoder/common_types.cc [new file with mode: 0644]
src/tools/ceph-dencoder/common_types.h [new file with mode: 0644]
src/tools/ceph-dencoder/denc_plugin.h [new file with mode: 0644]
src/tools/ceph-dencoder/denc_registry.h [new file with mode: 0644]
src/tools/ceph-dencoder/mds_types.cc [new file with mode: 0644]
src/tools/ceph-dencoder/mds_types.h [new file with mode: 0644]
src/tools/ceph-dencoder/nvmeof_types.cc [new file with mode: 0644]
src/tools/ceph-dencoder/nvmeof_types.h [new file with mode: 0644]
src/tools/ceph-dencoder/osd_types.cc [new file with mode: 0644]
src/tools/ceph-dencoder/osd_types.h [new file with mode: 0644]
src/tools/ceph-dencoder/rbd_types.cc [new file with mode: 0644]
src/tools/ceph-dencoder/rbd_types.h [new file with mode: 0644]
src/tools/ceph-dencoder/rgw_types.cc [new file with mode: 0644]
src/tools/ceph-dencoder/rgw_types.h [new file with mode: 0644]
src/tools/ceph-dencoder/sstring.h [new file with mode: 0644]
src/tools/ceph-dencoder/str.h [new file with mode: 0644]
src/tools/ceph-diff-sorted.cc [new file with mode: 0644]
src/tools/ceph-lazy/bash_completion.d/ceph-lazy [new file with mode: 0644]
src/tools/ceph-lazy/ceph-lazy [new file with mode: 0755]
src/tools/ceph-monstore-update-crush.sh [new file with mode: 0755]
src/tools/ceph_authtool.cc [new file with mode: 0644]
src/tools/ceph_conf.cc [new file with mode: 0644]
src/tools/ceph_dedup/CMakeLists.txt [new file with mode: 0644]
src/tools/ceph_dedup/ceph_dedup_daemon.cc [new file with mode: 0644]
src/tools/ceph_dedup/ceph_dedup_tool.cc [new file with mode: 0644]
src/tools/ceph_dedup/common.cc [new file with mode: 0644]
src/tools/ceph_dedup/common.h [new file with mode: 0644]
src/tools/ceph_kvstore_tool.cc [new file with mode: 0644]
src/tools/ceph_monstore_tool.cc [new file with mode: 0644]
src/tools/ceph_objectstore_tool.cc [new file with mode: 0644]
src/tools/ceph_objectstore_tool.h [new file with mode: 0644]
src/tools/cephfs/CMakeLists.txt [new file with mode: 0644]
src/tools/cephfs/DataScan.cc [new file with mode: 0644]
src/tools/cephfs/DataScan.h [new file with mode: 0644]
src/tools/cephfs/Dumper.cc [new file with mode: 0644]
src/tools/cephfs/Dumper.h [new file with mode: 0644]
src/tools/cephfs/EventOutput.cc [new file with mode: 0644]
src/tools/cephfs/EventOutput.h [new file with mode: 0644]
src/tools/cephfs/JournalFilter.cc [new file with mode: 0644]
src/tools/cephfs/JournalFilter.h [new file with mode: 0644]
src/tools/cephfs/JournalScanner.cc [new file with mode: 0644]
src/tools/cephfs/JournalScanner.h [new file with mode: 0644]
src/tools/cephfs/JournalTool.cc [new file with mode: 0644]
src/tools/cephfs/JournalTool.h [new file with mode: 0644]
src/tools/cephfs/MDSUtility.cc [new file with mode: 0644]
src/tools/cephfs/MDSUtility.h [new file with mode: 0644]
src/tools/cephfs/MetaTool.cc [new file with mode: 0644]
src/tools/cephfs/MetaTool.h [new file with mode: 0644]
src/tools/cephfs/PgFiles.cc [new file with mode: 0644]
src/tools/cephfs/PgFiles.h [new file with mode: 0644]
src/tools/cephfs/Resetter.cc [new file with mode: 0644]
src/tools/cephfs/Resetter.h [new file with mode: 0644]
src/tools/cephfs/RoleSelector.cc [new file with mode: 0644]
src/tools/cephfs/RoleSelector.h [new file with mode: 0644]
src/tools/cephfs/TableTool.cc [new file with mode: 0644]
src/tools/cephfs/TableTool.h [new file with mode: 0644]
src/tools/cephfs/cephfs-data-scan.cc [new file with mode: 0644]
src/tools/cephfs/cephfs-journal-tool.cc [new file with mode: 0644]
src/tools/cephfs/cephfs-meta-injection.cc [new file with mode: 0644]
src/tools/cephfs/cephfs-table-tool.cc [new file with mode: 0644]
src/tools/cephfs/first-damage.py [new file with mode: 0644]
src/tools/cephfs/shell/CMakeLists.txt [new file with mode: 0644]
src/tools/cephfs/shell/cephfs-shell [new file with mode: 0755]
src/tools/cephfs/shell/setup.py [new file with mode: 0644]
src/tools/cephfs/shell/tox.ini [new file with mode: 0644]
src/tools/cephfs/top/CMakeLists.txt [new file with mode: 0644]
src/tools/cephfs/top/cephfs-top [new file with mode: 0755]
src/tools/cephfs/top/setup.py [new file with mode: 0644]
src/tools/cephfs/top/tox.ini [new file with mode: 0644]
src/tools/cephfs/type_helper.hpp [new file with mode: 0644]
src/tools/cephfs_mirror/CMakeLists.txt [new file with mode: 0644]
src/tools/cephfs_mirror/ClusterWatcher.cc [new file with mode: 0644]
src/tools/cephfs_mirror/ClusterWatcher.h [new file with mode: 0644]
src/tools/cephfs_mirror/FSMirror.cc [new file with mode: 0644]
src/tools/cephfs_mirror/FSMirror.h [new file with mode: 0644]
src/tools/cephfs_mirror/InstanceWatcher.cc [new file with mode: 0644]
src/tools/cephfs_mirror/InstanceWatcher.h [new file with mode: 0644]
src/tools/cephfs_mirror/Mirror.cc [new file with mode: 0644]
src/tools/cephfs_mirror/Mirror.h [new file with mode: 0644]
src/tools/cephfs_mirror/MirrorWatcher.cc [new file with mode: 0644]
src/tools/cephfs_mirror/MirrorWatcher.h [new file with mode: 0644]
src/tools/cephfs_mirror/PeerReplayer.cc [new file with mode: 0644]
src/tools/cephfs_mirror/PeerReplayer.h [new file with mode: 0644]
src/tools/cephfs_mirror/ServiceDaemon.cc [new file with mode: 0644]
src/tools/cephfs_mirror/ServiceDaemon.h [new file with mode: 0644]
src/tools/cephfs_mirror/Types.cc [new file with mode: 0644]
src/tools/cephfs_mirror/Types.h [new file with mode: 0644]
src/tools/cephfs_mirror/Utils.cc [new file with mode: 0644]
src/tools/cephfs_mirror/Utils.h [new file with mode: 0644]
src/tools/cephfs_mirror/Watcher.cc [new file with mode: 0644]
src/tools/cephfs_mirror/Watcher.h [new file with mode: 0644]
src/tools/cephfs_mirror/aio_utils.h [new file with mode: 0644]
src/tools/cephfs_mirror/main.cc [new file with mode: 0644]
src/tools/cephfs_mirror/watcher/RewatchRequest.cc [new file with mode: 0644]
src/tools/cephfs_mirror/watcher/RewatchRequest.h [new file with mode: 0644]
src/tools/contrib/README.rst [new file with mode: 0644]
src/tools/contrib/assign_crimson_cores.py [new file with mode: 0644]
src/tools/contrib/ceph-migrate-bluestore.bash [new file with mode: 0755]
src/tools/contrib/tasksetcpu.py [new file with mode: 0644]
src/tools/crushdiff [new file with mode: 0755]
src/tools/crushtool.cc [new file with mode: 0644]
src/tools/erasure-code/CMakeLists.txt [new file with mode: 0644]
src/tools/erasure-code/ceph-erasure-code-tool.cc [new file with mode: 0644]
src/tools/histogram_dump.py [new file with mode: 0755]
src/tools/immutable_object_cache/CMakeLists.txt [new file with mode: 0644]
src/tools/immutable_object_cache/CacheClient.cc [new file with mode: 0644]
src/tools/immutable_object_cache/CacheClient.h [new file with mode: 0644]
src/tools/immutable_object_cache/CacheController.cc [new file with mode: 0644]
src/tools/immutable_object_cache/CacheController.h [new file with mode: 0644]
src/tools/immutable_object_cache/CacheServer.cc [new file with mode: 0644]
src/tools/immutable_object_cache/CacheServer.h [new file with mode: 0644]
src/tools/immutable_object_cache/CacheSession.cc [new file with mode: 0644]
src/tools/immutable_object_cache/CacheSession.h [new file with mode: 0644]
src/tools/immutable_object_cache/ObjectCacheStore.cc [new file with mode: 0644]
src/tools/immutable_object_cache/ObjectCacheStore.h [new file with mode: 0644]
src/tools/immutable_object_cache/Policy.h [new file with mode: 0644]
src/tools/immutable_object_cache/SimplePolicy.cc [new file with mode: 0644]
src/tools/immutable_object_cache/SimplePolicy.h [new file with mode: 0644]
src/tools/immutable_object_cache/SocketCommon.h [new file with mode: 0644]
src/tools/immutable_object_cache/Types.cc [new file with mode: 0644]
src/tools/immutable_object_cache/Types.h [new file with mode: 0644]
src/tools/immutable_object_cache/Utils.h [new file with mode: 0644]
src/tools/immutable_object_cache/main.cc [new file with mode: 0644]
src/tools/kvstore_tool.cc [new file with mode: 0644]
src/tools/kvstore_tool.h [new file with mode: 0644]
src/tools/monmaptool.cc [new file with mode: 0644]
src/tools/neorados.cc [new file with mode: 0644]
src/tools/osdmaptool.cc [new file with mode: 0644]
src/tools/psim.cc [new file with mode: 0644]
src/tools/rados/PoolDump.cc [new file with mode: 0644]
src/tools/rados/PoolDump.h [new file with mode: 0644]
src/tools/rados/RadosImport.cc [new file with mode: 0644]
src/tools/rados/RadosImport.h [new file with mode: 0644]
src/tools/rados/rados.cc [new file with mode: 0644]
src/tools/radosacl.cc [new file with mode: 0644]
src/tools/rbd/ArgumentTypes.cc [new file with mode: 0644]
src/tools/rbd/ArgumentTypes.h [new file with mode: 0644]
src/tools/rbd/CMakeLists.txt [new file with mode: 0644]
src/tools/rbd/IndentStream.cc [new file with mode: 0644]
src/tools/rbd/IndentStream.h [new file with mode: 0644]
src/tools/rbd/MirrorDaemonServiceInfo.cc [new file with mode: 0644]
src/tools/rbd/MirrorDaemonServiceInfo.h [new file with mode: 0644]
src/tools/rbd/OptionPrinter.cc [new file with mode: 0644]
src/tools/rbd/OptionPrinter.h [new file with mode: 0644]
src/tools/rbd/Schedule.cc [new file with mode: 0644]
src/tools/rbd/Schedule.h [new file with mode: 0644]
src/tools/rbd/Shell.cc [new file with mode: 0644]
src/tools/rbd/Shell.h [new file with mode: 0644]
src/tools/rbd/Utils.cc [new file with mode: 0644]
src/tools/rbd/Utils.h [new file with mode: 0644]
src/tools/rbd/action/Bench.cc [new file with mode: 0644]
src/tools/rbd/action/Children.cc [new file with mode: 0644]
src/tools/rbd/action/Clone.cc [new file with mode: 0644]
src/tools/rbd/action/Config.cc [new file with mode: 0644]
src/tools/rbd/action/Copy.cc [new file with mode: 0644]
src/tools/rbd/action/Create.cc [new file with mode: 0644]
src/tools/rbd/action/Device.cc [new file with mode: 0644]
src/tools/rbd/action/Diff.cc [new file with mode: 0644]
src/tools/rbd/action/DiskUsage.cc [new file with mode: 0644]
src/tools/rbd/action/Encryption.cc [new file with mode: 0644]
src/tools/rbd/action/Export.cc [new file with mode: 0644]
src/tools/rbd/action/Feature.cc [new file with mode: 0644]
src/tools/rbd/action/Flatten.cc [new file with mode: 0644]
src/tools/rbd/action/Ggate.cc [new file with mode: 0644]
src/tools/rbd/action/Group.cc [new file with mode: 0644]
src/tools/rbd/action/ImageMeta.cc [new file with mode: 0644]
src/tools/rbd/action/Import.cc [new file with mode: 0644]
src/tools/rbd/action/Info.cc [new file with mode: 0644]
src/tools/rbd/action/Journal.cc [new file with mode: 0644]
src/tools/rbd/action/Kernel.cc [new file with mode: 0644]
src/tools/rbd/action/List.cc [new file with mode: 0644]
src/tools/rbd/action/Lock.cc [new file with mode: 0644]
src/tools/rbd/action/MergeDiff.cc [new file with mode: 0644]
src/tools/rbd/action/Migration.cc [new file with mode: 0644]
src/tools/rbd/action/MirrorImage.cc [new file with mode: 0644]
src/tools/rbd/action/MirrorPool.cc [new file with mode: 0644]
src/tools/rbd/action/MirrorSnapshotSchedule.cc [new file with mode: 0644]
src/tools/rbd/action/Namespace.cc [new file with mode: 0644]
src/tools/rbd/action/Nbd.cc [new file with mode: 0644]
src/tools/rbd/action/ObjectMap.cc [new file with mode: 0644]
src/tools/rbd/action/Perf.cc [new file with mode: 0644]
src/tools/rbd/action/PersistentCache.cc [new file with mode: 0644]
src/tools/rbd/action/Pool.cc [new file with mode: 0644]
src/tools/rbd/action/Remove.cc [new file with mode: 0644]
src/tools/rbd/action/Rename.cc [new file with mode: 0644]
src/tools/rbd/action/Resize.cc [new file with mode: 0644]
src/tools/rbd/action/Snap.cc [new file with mode: 0644]
src/tools/rbd/action/Sparsify.cc [new file with mode: 0644]
src/tools/rbd/action/Status.cc [new file with mode: 0644]
src/tools/rbd/action/Trash.cc [new file with mode: 0644]
src/tools/rbd/action/TrashPurgeSchedule.cc [new file with mode: 0644]
src/tools/rbd/action/Ubbd.cc [new file with mode: 0644]
src/tools/rbd/action/Watch.cc [new file with mode: 0644]
src/tools/rbd/action/Wnbd.cc [new file with mode: 0644]
src/tools/rbd/rbd.cc [new file with mode: 0644]
src/tools/rbd_ggate/CMakeLists.txt [new file with mode: 0644]
src/tools/rbd_ggate/Driver.cc [new file with mode: 0644]
src/tools/rbd_ggate/Driver.h [new file with mode: 0644]
src/tools/rbd_ggate/Request.h [new file with mode: 0644]
src/tools/rbd_ggate/Server.cc [new file with mode: 0644]
src/tools/rbd_ggate/Server.h [new file with mode: 0644]
src/tools/rbd_ggate/Watcher.cc [new file with mode: 0644]
src/tools/rbd_ggate/Watcher.h [new file with mode: 0644]
src/tools/rbd_ggate/debug.cc [new file with mode: 0644]
src/tools/rbd_ggate/debug.h [new file with mode: 0644]
src/tools/rbd_ggate/ggate_drv.c [new file with mode: 0644]
src/tools/rbd_ggate/ggate_drv.h [new file with mode: 0644]
src/tools/rbd_ggate/main.cc [new file with mode: 0644]
src/tools/rbd_mirror/BaseRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/CMakeLists.txt [new file with mode: 0644]
src/tools/rbd_mirror/CancelableRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/ClusterWatcher.cc [new file with mode: 0644]
src/tools/rbd_mirror/ClusterWatcher.h [new file with mode: 0644]
src/tools/rbd_mirror/ImageDeleter.cc [new file with mode: 0644]
src/tools/rbd_mirror/ImageDeleter.h [new file with mode: 0644]
src/tools/rbd_mirror/ImageMap.cc [new file with mode: 0644]
src/tools/rbd_mirror/ImageMap.h [new file with mode: 0644]
src/tools/rbd_mirror/ImageReplayer.cc [new file with mode: 0644]
src/tools/rbd_mirror/ImageReplayer.h [new file with mode: 0644]
src/tools/rbd_mirror/ImageSync.cc [new file with mode: 0644]
src/tools/rbd_mirror/ImageSync.h [new file with mode: 0644]
src/tools/rbd_mirror/InstanceReplayer.cc [new file with mode: 0644]
src/tools/rbd_mirror/InstanceReplayer.h [new file with mode: 0644]
src/tools/rbd_mirror/InstanceWatcher.cc [new file with mode: 0644]
src/tools/rbd_mirror/InstanceWatcher.h [new file with mode: 0644]
src/tools/rbd_mirror/Instances.cc [new file with mode: 0644]
src/tools/rbd_mirror/Instances.h [new file with mode: 0644]
src/tools/rbd_mirror/LeaderWatcher.cc [new file with mode: 0644]
src/tools/rbd_mirror/LeaderWatcher.h [new file with mode: 0644]
src/tools/rbd_mirror/Mirror.cc [new file with mode: 0644]
src/tools/rbd_mirror/Mirror.h [new file with mode: 0644]
src/tools/rbd_mirror/MirrorStatusUpdater.cc [new file with mode: 0644]
src/tools/rbd_mirror/MirrorStatusUpdater.h [new file with mode: 0644]
src/tools/rbd_mirror/MirrorStatusWatcher.cc [new file with mode: 0644]
src/tools/rbd_mirror/MirrorStatusWatcher.h [new file with mode: 0644]
src/tools/rbd_mirror/NamespaceReplayer.cc [new file with mode: 0644]
src/tools/rbd_mirror/NamespaceReplayer.h [new file with mode: 0644]
src/tools/rbd_mirror/PoolMetaCache.cc [new file with mode: 0644]
src/tools/rbd_mirror/PoolMetaCache.h [new file with mode: 0644]
src/tools/rbd_mirror/PoolReplayer.cc [new file with mode: 0644]
src/tools/rbd_mirror/PoolReplayer.h [new file with mode: 0644]
src/tools/rbd_mirror/PoolWatcher.cc [new file with mode: 0644]
src/tools/rbd_mirror/PoolWatcher.h [new file with mode: 0644]
src/tools/rbd_mirror/ProgressContext.h [new file with mode: 0644]
src/tools/rbd_mirror/RemotePoolPoller.cc [new file with mode: 0644]
src/tools/rbd_mirror/RemotePoolPoller.h [new file with mode: 0644]
src/tools/rbd_mirror/ServiceDaemon.cc [new file with mode: 0644]
src/tools/rbd_mirror/ServiceDaemon.h [new file with mode: 0644]
src/tools/rbd_mirror/Threads.cc [new file with mode: 0644]
src/tools/rbd_mirror/Threads.h [new file with mode: 0644]
src/tools/rbd_mirror/Throttler.cc [new file with mode: 0644]
src/tools/rbd_mirror/Throttler.h [new file with mode: 0644]
src/tools/rbd_mirror/Types.cc [new file with mode: 0644]
src/tools/rbd_mirror/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/SnapshotPurgeRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/SnapshotPurgeRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/TrashMoveRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/TrashMoveRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/TrashRemoveRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/TrashRemoveRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/TrashWatcher.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/TrashWatcher.h [new file with mode: 0644]
src/tools/rbd_mirror/image_deleter/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/image_map/LoadRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_map/LoadRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_map/Policy.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_map/Policy.h [new file with mode: 0644]
src/tools/rbd_mirror/image_map/SimplePolicy.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_map/SimplePolicy.h [new file with mode: 0644]
src/tools/rbd_mirror/image_map/StateTransition.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_map/StateTransition.h [new file with mode: 0644]
src/tools/rbd_mirror/image_map/Types.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_map/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/image_map/UpdateRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_map/UpdateRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/BootstrapRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/BootstrapRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/CloseImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/CloseImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/CreateImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/CreateImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/GetMirrorImageIdRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/GetMirrorImageIdRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/OpenImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/OpenImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/OpenLocalImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/OpenLocalImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/PrepareLocalImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/PrepareLocalImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/PrepareRemoteImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/PrepareRemoteImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/Replayer.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/ReplayerListener.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/StateBuilder.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/StateBuilder.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/TimeRollingMean.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/TimeRollingMean.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/Utils.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/Utils.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/CreateLocalImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/CreateLocalImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/EventPreprocessor.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/EventPreprocessor.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/PrepareReplayRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/PrepareReplayRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/ReplayStatusFormatter.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/ReplayStatusFormatter.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/Replayer.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/Replayer.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/StateBuilder.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/StateBuilder.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/SyncPointHandler.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/journal/SyncPointHandler.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/ApplyImageStateRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/ApplyImageStateRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/CreateLocalImageRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/CreateLocalImageRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/PrepareReplayRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/PrepareReplayRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/Replayer.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/Replayer.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/StateBuilder.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/StateBuilder.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/Utils.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/Utils.h [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/SyncPointCreateRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/SyncPointCreateRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/SyncPointPruneRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/SyncPointPruneRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/Utils.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/Utils.h [new file with mode: 0644]
src/tools/rbd_mirror/instance_watcher/Types.cc [new file with mode: 0644]
src/tools/rbd_mirror/instance_watcher/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/instances/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/leader_watcher/Types.cc [new file with mode: 0644]
src/tools/rbd_mirror/leader_watcher/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/main.cc [new file with mode: 0644]
src/tools/rbd_mirror/pool_watcher/RefreshImagesRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/pool_watcher/RefreshImagesRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/pool_watcher/Types.h [new file with mode: 0644]
src/tools/rbd_mirror/service_daemon/Types.cc [new file with mode: 0644]
src/tools/rbd_mirror/service_daemon/Types.h [new file with mode: 0644]
src/tools/rbd_nbd/CMakeLists.txt [new file with mode: 0644]
src/tools/rbd_nbd/nbd-netlink.h [new file with mode: 0644]
src/tools/rbd_nbd/rbd-nbd.cc [new file with mode: 0644]
src/tools/rbd_nbd/rbd-nbd_quiesce [new file with mode: 0755]
src/tools/rbd_recover_tool/FAQ [new file with mode: 0644]
src/tools/rbd_recover_tool/README [new file with mode: 0644]
src/tools/rbd_recover_tool/TODO [new file with mode: 0644]
src/tools/rbd_recover_tool/common_h [new file with mode: 0644]
src/tools/rbd_recover_tool/config/mds_host [new file with mode: 0644]
src/tools/rbd_recover_tool/config/mon_host [new file with mode: 0644]
src/tools/rbd_recover_tool/config/osd_host_path [new file with mode: 0644]
src/tools/rbd_recover_tool/database_h [new file with mode: 0644]
src/tools/rbd_recover_tool/epoch_h [new file with mode: 0644]
src/tools/rbd_recover_tool/metadata_h [new file with mode: 0644]
src/tools/rbd_recover_tool/osd_job [new file with mode: 0755]
src/tools/rbd_recover_tool/rbd-recover-tool [new file with mode: 0755]
src/tools/rbd_recover_tool/test_rbd_recover_tool.sh [new file with mode: 0755]
src/tools/rbd_wnbd/CMakeLists.txt [new file with mode: 0644]
src/tools/rbd_wnbd/rados_client_cache.cc [new file with mode: 0644]
src/tools/rbd_wnbd/rados_client_cache.h [new file with mode: 0644]
src/tools/rbd_wnbd/rbd_mapping.cc [new file with mode: 0644]
src/tools/rbd_wnbd/rbd_mapping.h [new file with mode: 0644]
src/tools/rbd_wnbd/rbd_mapping_config.cc [new file with mode: 0644]
src/tools/rbd_wnbd/rbd_mapping_config.h [new file with mode: 0644]
src/tools/rbd_wnbd/rbd_wnbd.cc [new file with mode: 0644]
src/tools/rbd_wnbd/rbd_wnbd.h [new file with mode: 0644]
src/tools/rbd_wnbd/wnbd_handler.cc [new file with mode: 0644]
src/tools/rbd_wnbd/wnbd_handler.h [new file with mode: 0644]
src/tools/rbd_wnbd/wnbd_wmi.cc [new file with mode: 0644]
src/tools/rbd_wnbd/wnbd_wmi.h [new file with mode: 0644]
src/tools/rebuild_mondb.cc [new file with mode: 0644]
src/tools/rebuild_mondb.h [new file with mode: 0644]
src/tools/rgw/parse-cr-dump.py [new file with mode: 0755]
src/tools/scratchtool.c [new file with mode: 0644]
src/tools/scratchtoolpp.cc [new file with mode: 0644]
src/tools/setup-virtualenv.sh [new file with mode: 0755]
src/tracing/.gitignore [new file with mode: 0644]
src/tracing/CMakeLists.txt [new file with mode: 0644]
src/tracing/README.md [new file with mode: 0644]
src/tracing/bluestore.c [new file with mode: 0644]
src/tracing/bluestore.tp [new file with mode: 0644]
src/tracing/cyg_profile.c [new file with mode: 0644]
src/tracing/cyg_profile.tp [new file with mode: 0644]
src/tracing/cyg_profile_functions.c [new file with mode: 0644]
src/tracing/eventtrace.c [new file with mode: 0644]
src/tracing/eventtrace.tp [new file with mode: 0644]
src/tracing/librados.c [new file with mode: 0644]
src/tracing/librados.tp [new file with mode: 0644]
src/tracing/librbd.c [new file with mode: 0644]
src/tracing/librbd.tp [new file with mode: 0644]
src/tracing/mgroprequest.c [new file with mode: 0644]
src/tracing/mgroprequest.tp [new file with mode: 0644]
src/tracing/objectstore.c [new file with mode: 0644]
src/tracing/objectstore.tp [new file with mode: 0644]
src/tracing/oprequest.c [new file with mode: 0644]
src/tracing/oprequest.tp [new file with mode: 0644]
src/tracing/osd.c [new file with mode: 0644]
src/tracing/osd.tp [new file with mode: 0644]
src/tracing/pg.c [new file with mode: 0644]
src/tracing/pg.tp [new file with mode: 0644]
src/tracing/rgw_op.c [new file with mode: 0644]
src/tracing/rgw_op.tp [new file with mode: 0644]
src/tracing/rgw_rados.c [new file with mode: 0644]
src/tracing/rgw_rados.tp [new file with mode: 0644]
src/tracing/tracing-common.h [new file with mode: 0644]
src/utf8proc [new submodule]
src/vnewosd.sh [new file with mode: 0755]
src/vstart.sh [new file with mode: 0755]
src/xxHash [new submodule]
src/zstd [new submodule]
sudoers.d/ceph-smartctl [new file with mode: 0644]
systemd/50-ceph.preset [new file with mode: 0644]
systemd/CMakeLists.txt [new file with mode: 0644]
systemd/ceph-crash.service.in [new file with mode: 0644]
systemd/ceph-exporter.service.in [new file with mode: 0644]
systemd/ceph-fuse.target [new file with mode: 0644]
systemd/ceph-fuse@.service.in [new file with mode: 0644]
systemd/ceph-immutable-object-cache.target [new file with mode: 0644]
systemd/ceph-immutable-object-cache@.service.in [new file with mode: 0644]
systemd/ceph-mds.target [new file with mode: 0644]
systemd/ceph-mds@.service.in [new file with mode: 0644]
systemd/ceph-mgr.target [new file with mode: 0644]
systemd/ceph-mgr@.service.in [new file with mode: 0644]
systemd/ceph-mon.target [new file with mode: 0644]
systemd/ceph-mon@.service.in [new file with mode: 0644]
systemd/ceph-osd.target [new file with mode: 0644]
systemd/ceph-osd@.service.in [new file with mode: 0644]
systemd/ceph-radosgw.target [new file with mode: 0644]
systemd/ceph-radosgw@.service.in [new file with mode: 0644]
systemd/ceph-rbd-mirror.target [new file with mode: 0644]
systemd/ceph-rbd-mirror@.service.in [new file with mode: 0644]
systemd/ceph-volume@.service [new file with mode: 0644]
systemd/ceph.target [new file with mode: 0644]
systemd/ceph.tmpfiles.d [new file with mode: 0644]
systemd/cephfs-mirror.target [new file with mode: 0644]
systemd/cephfs-mirror@.service.in [new file with mode: 0644]
systemd/rbdmap.service.in [new file with mode: 0644]
udev/50-rbd.rules [new file with mode: 0644]
win32_build.sh [new file with mode: 0755]
win32_deps_build.sh [new file with mode: 0755]