Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. ceph-objectstore-tool.rst.txt

    :orphan: ========== ceph-objectstore-tool -- modify or examine the state of an OSD ========== Synopsis ======== | **ceph-objectstore-tool** --data-path *path to osd* [--op *list* ] Possible object ...
    docs.ceph.com/en/latest/_sources/man/8/ceph-objectstore-tool.rst.txt
    Fri Aug 01 13:35:53 GMT 2025
      13.6K bytes
  2. 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
  3. 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
  4. delayed-delete.rst.txt

    ========== CephFS delayed deletion ========== The deletion of a file does not immediately remove its data. Each of the file's underlying objects must be removed independently. If these objects were...
    docs.ceph.com/en/latest/_sources/dev/delayed-delete.rst.txt
    Wed Feb 08 19:04:47 GMT 2023
      606 bytes
  5. 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
  6. 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
  7. 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
  8. 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
  9. cephfs-snapshots.rst.txt

    CephFS Snapshots ========== CephFS supports snapshots, generally created by invoking mkdir within the ``.snap`` directory. Note this is a hidden, special directory, not visible during a directory l...
    docs.ceph.com/en/latest/_sources/dev/cephfs-snapshots.rst.txt
    Wed Feb 08 19:04:46 GMT 2023
      6.9K bytes
  10. object-store.rst.txt

    ========== Object Store Architecture Overview ========== .. graphviz:: digraph object_store { size="7,7"; node [color=lightblue2, style=filled, fontname="Serif"]; "testrados" -> "librados" "testrad...
    docs.ceph.com/en/latest/_sources/dev/object-store.rst.txt
    Thu Apr 20 05:53:31 GMT 2023
      1.1K bytes
Back to Top