Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 331 - 340 of 527 for label:software (0.09 seconds)

  1. freebsd.rst.txt

    ========== FreeBSD Implementation details ========== Disk layout ---------- Current implementation works on ZFS pools * created in /var/lib/ceph * One ZFS pool per OSD, like:: gpart create -s GPT a...
    docs.ceph.com/en/latest/_sources/dev/freebsd.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      1.3K bytes
  2. crush-msr.rst.txt

    ========== CRUSH MSR (Multi-step Retry) ========== Motivation ---------- Conventional CRUSH has an important limitation: rules with multiple `choose` steps which hit an `out` osd cannot retry prior...
    docs.ceph.com/en/latest/_sources/dev/crush-msr.rst.txt
    Thu Feb 08 22:05:03 GMT 2024
      5K bytes
  3. host-maintenance.rst.txt

    ========== Host Maintenance ========== All hosts that support Ceph daemons need to support maintenance activity, whether the host is physical or virtual. This means that management workflows should...
    docs.ceph.com/en/latest/_sources/dev/cephadm/host-maintenance.rst.txt
    Wed Feb 08 19:04:46 GMT 2023
      3.7K bytes
  4. ceph_krb_auth.rst.txt

    ========== A Detailed Documentation on How to Set up Ceph Kerberos Authentication ========== This document provides details on the Kerberos authorization protocol. This is the 1st draft and we will...
    docs.ceph.com/en/latest/_sources/dev/ceph_krb_auth.rst.txt
    Wed Feb 08 19:04:48 GMT 2023
      46.9K bytes
  5. config-key.rst.txt

    ========== config-key layout ========== *config-key* is a general-purpose key/value storage service offered by the mons. Generally speaking, you can put whatever you want there. Current in-tree use...
    docs.ceph.com/en/latest/_sources/dev/config-key.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      1.7K bytes
  6. release-process.rst.txt

    ========== Ceph Release Process ========== Prerequisites ========== Signing Machine ---------- The signing machine is a virtual machine in the `Sepia lab <https://wiki.sepia.ceph.com/doku.php?id=st...
    docs.ceph.com/en/latest/_sources/dev/release-process.rst.txt
    Tue Mar 24 13:52:00 GMT 2026
      14.1K bytes
  7. logs.rst.txt

    ========== Debug logs ========== The main debugging tool for Ceph is the dout and derr logging functions. Collectively, these are referred to as "dout logging." Dout has several log faculties, whic...
    docs.ceph.com/en/latest/_sources/dev/logs.rst.txt
    Wed Feb 08 19:04:45 GMT 2023
      2.5K bytes
  8. testing.rst.txt

    Testing notes ========== build-integration-branch ---------- Setup ^^^^^ #. Create a github token at `<https://github.com/settings/tokens>`_ and put it in ``~/.github_token``. Note that only the ``...
    docs.ceph.com/en/latest/_sources/dev/testing.rst.txt
    Wed Feb 08 19:04:47 GMT 2023
      865 bytes
  9. libs.rst.txt

    ========== Library architecture ========== Ceph is structured into libraries which are built and then combined together to make executables and other libraries. - libcommon: a collection of utiliti...
    docs.ceph.com/en/latest/_sources/dev/libs.rst.txt
    Wed Feb 08 19:04:43 GMT 2023
      640 bytes
  10. perf.rst.txt

    Using perf ========== Top:: sudo perf top -p `pidof ceph-osd` To capture some data with call graphs:: sudo perf record -p `pidof ceph-osd` -F 99 --call-graph dwarf -- sleep 60 To view by caller (wh...
    docs.ceph.com/en/latest/_sources/dev/perf.rst.txt
    Wed Feb 08 19:04:47 GMT 2023
      1.4K bytes
Back to Top