Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 411 - 420 of 556 for label:software (0.02 seconds)

  1. kubernetes.rst.txt

    .. _kubernetes-dev: ========== Hacking on Ceph in Kubernetes with Rook ========== .. warning:: This is *not* official user documentation for setting up production Ceph clusters with Kubernetes. It ...
    docs.ceph.com/en/latest/_sources/dev/kubernetes.rst.txt
    Wed Feb 08 19:04:46 GMT 2023
      7.2K bytes
  2. stale_read.rst.txt

    Preventing Stale Reads ========== We write synchronously to all replicas before sending an ACK to the client, which limits the potential for inconsistency in the write path. However, by default we ...
    docs.ceph.com/en/latest/_sources/dev/osd_internals/stale_read.rst.txt
    Wed Feb 08 19:04:44 GMT 2023
      4.4K bytes
  3. manifest.rst.txt

    ======== Manifest ======== Introduction ========== As described in ``../deduplication.rst``, adding transparent redirect machinery to RADOS would enable a more capable tiering solution than RADOS c...
    docs.ceph.com/en/latest/_sources/dev/osd_internals/manifest.rst.txt
    Mon Mar 25 10:24:32 GMT 2024
      20.8K bytes
  4. pgpool.rst.txt

    ========== PGPool ========== PGPool is a structure used to manage and update the status of removed snapshots. It does this by maintaining two fields, cached_removed_snaps - the current removed snap...
    docs.ceph.com/en/latest/_sources/dev/osd_internals/pgpool.rst.txt
    Wed Feb 08 19:04:44 GMT 2023
      1K bytes
  5. past_intervals.rst.txt

    ========== OSDMap Trimming and PastIntervals ========== PastIntervals ---------- There are two situations where we need to consider the set of all acting-set OSDs for a PG back to some epoch ``e``:...
    docs.ceph.com/en/latest/_sources/dev/osd_internals/past_intervals.rst.txt
    Wed Nov 01 19:18:55 GMT 2023
      5.3K bytes
  6. async_recovery.rst.txt

    ========== Asynchronous Recovery ========== Ceph Placement Groups (PGs) maintain a log of write transactions to facilitate speedy recovery of data. During recovery, each of these PG logs is used to...
    docs.ceph.com/en/latest/_sources/dev/osd_internals/async_recovery.rst.txt
    Wed Feb 08 19:04:45 GMT 2023
      2.7K bytes
  7. 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
  8. 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
  9. index.rst.txt

    ========== ceph-volume developer documentation ========== .. rubric:: Contents .. toctree:: :maxdepth: 1 plugins lvm zfs systemd 0
    docs.ceph.com/en/latest/_sources/dev/ceph-volume/index.rst.txt
    Wed Feb 08 19:04:48 GMT 2023
      198 bytes
  10. 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
Back to Top