Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 231 - 240 of 527 for label:software (0.02 seconds)

  1. cephx.rst.txt

    ===== Cephx ===== .. _cephx: Intro ----- The protocol design looks a lot like kerberos. The authorizer "KDC" role is served by the monitor, who has a database of shared secrets for each entity. Cli...
    docs.ceph.com/en/latest/_sources/dev/cephx.rst.txt
    Tue Jul 22 01:13:39 GMT 2025
      11.8K bytes
  2. file-striping.rst.txt

    File striping ========== The text below describes how files from Ceph file system clients are stored across objects stored in RADOS. ceph_file_layout ---------- Ceph distributes (stripes) the data ...
    docs.ceph.com/en/latest/_sources/dev/file-striping.rst.txt
    Wed Feb 08 19:04:46 GMT 2023
      7.7K bytes
  3. context.rst.txt

    ========== CephContext ========== A CephContext represents a single view of the Ceph cluster. It comes complete with a configuration, a set of performance counters (PerfCounters), and a heartbeat m...
    docs.ceph.com/en/latest/_sources/dev/context.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      997 bytes
  4. osd-class-path.rst.txt

    ========== OSD class path issues ========== :: $ rbd create rbd/test --size 100M 2021-03-16 01:26:59.012 7fe41426f080 -1 librbd::PoolMetadata: list: failed listing metadata: (95) Operation not supp...
    docs.ceph.com/en/latest/_sources/dev/osd-class-path.rst.txt
    Wed Feb 08 19:04:46 GMT 2023
      1.7K bytes
  5. mempool_accounting.rst.txt

    What is a mempool? ---------- A memory pool (mempool) is a method for tracking memory consumption. Memory pools represent the memory consumption of C++ classes and containers, and they are used to ...
    docs.ceph.com/en/latest/_sources/dev/mempool_accounting.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      2.6K bytes
  6. config.rst.txt

    ========== Configuration Management System ========== The configuration management system exists to provide every daemon with the proper configuration information. The configuration can be viewed a...
    docs.ceph.com/en/latest/_sources/dev/config.rst.txt
    Wed Jun 25 12:07:59 GMT 2025
      10.2K bytes
  7. pool-migration-design.rst.txt

    ========== Design of Pool Migration ========== Background ========== The objective for pool migration is to be able to migrate all RADOS objects from one pool to another within the same cluster non...
    docs.ceph.com/en/latest/_sources/dev/pool-migration-design.rst.txt
    Tue Oct 07 12:44:50 GMT 2025
      38.3K bytes
  8. quick_guide.rst.txt

    ========== Developer Guide (Quick) ========== This guide will describe how to build and test Ceph for development. Development ---------- The ``run-make-check.sh`` script will install Ceph dependen...
    docs.ceph.com/en/latest/_sources/dev/quick_guide.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      4.1K bytes
  9. versions.rst.txt

    ========== Public OSD Version ========== We maintain two versions on disk: an eversion_t pg_log.head and a version_t info.user_version. Each object is tagged with both the pg version and user_versi...
    docs.ceph.com/en/latest/_sources/dev/versions.rst.txt
    Wed Feb 08 19:04:48 GMT 2023
      2.1K bytes
  10. index.rst.txt

    .. _install-overview: ========== Installing Ceph ========== There are multiple ways to install Ceph. Recommended methods ~~~~~~~~~~ :ref:`Cephadm <cephadm_deploying_new_cluster>` is a tool that can...
    docs.ceph.com/en/latest/_sources/install/index.rst.txt
    Mon Dec 18 04:28:40 GMT 2023
      2.6K bytes
Back to Top