Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 181 - 190 of 556 for label:software (0.04 seconds)

  1. bluestore.rst.txt

    ========== BlueStore Internals ========== Small write strategies ---------- * *U*: Uncompressed write of a complete, new blob. - write to new blob - kv commit * *P*: Uncompressed partial write to u...
    docs.ceph.com/en/latest/_sources/dev/bluestore.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      3.4K bytes
  2. index.rst.txt

    .. _crimson_dev_doc: ========== Crimson developer documentation ========== See :ref:`Crimson's User Guide <crimson_doc>` for more information. Building Crimson ========== Crimson is not enabled by ...
    docs.ceph.com/en/latest/_sources/dev/crimson/index.rst.txt
    Mon May 18 15:28:15 GMT 2026
      15.6K bytes
  3. snaps.rst.txt

    ====== Snaps ====== Overview -------- Rados supports two related snapshotting mechanisms: 1. *pool snaps*: snapshots are implicitly applied to all objects in a pool 2. *self managed snaps*: the use...
    docs.ceph.com/en/latest/_sources/dev/osd_internals/snaps.rst.txt
    Mon Mar 25 10:24:32 GMT 2024
      8.9K bytes
  4. macos.rst.txt

    build on MacOS ========== Since we've switched to C++ 17, and the default clang shipped with Xcode 9 does not support all the C++ 17 language features, it's suggested to install clang using brew:: ...
    docs.ceph.com/en/latest/_sources/dev/macos.rst.txt
    Sun Oct 12 17:30:56 GMT 2025
      1.6K bytes
  5. libcephfs_proxy.rst.txt

    Design of the libcephfs proxy ========== Description of the problem ---------- When an application connects to a Ceph volume through the *libcephfs.so* library, a cache is created locally inside th...
    docs.ceph.com/en/latest/_sources/dev/libcephfs_proxy.rst.txt
    Fri Mar 14 14:40:37 GMT 2025
      13.4K bytes
  6. kclient.rst.txt

    Testing changes to the Linux Kernel CephFS driver ========== This walkthrough will explain one (opinionated) way to do testing of the Linux kernel client against a development cluster. We will try ...
    docs.ceph.com/en/latest/_sources/dev/kclient.rst.txt
    Mon Oct 21 16:30:04 GMT 2024
      18.9K bytes
  7. mon-on-disk-formats.rst.txt

    ########## ON-DISK FORMAT ########## ********** UPGRADE PATH ********** On-disk formats, or even data structure formats, may be changed during an upgrade. Services wishing to do so, may so do it vi...
    docs.ceph.com/en/latest/_sources/dev/mon-on-disk-formats.rst.txt
    Wed Feb 08 19:04:48 GMT 2023
      2.9K bytes
  8. vstart-ganesha.rst.txt

    ========== NFS CephFS-RGW Developer Guide ========== CephFS exports are supported since Octopus and RGW exports are supported since Quincy. Configuring NFS Ganesha to export CephFS with vstart ====...
    docs.ceph.com/en/latest/_sources/dev/vstart-ganesha.rst.txt
    Wed Feb 08 19:04:46 GMT 2023
      1.3K bytes
  9. rbd-export.rst.txt

    RBD Export & Import ========== This is a file format of an RBD image or snapshot. It's a sparse format for the full image. There are three recording sections in the file. (1) Header. (2) Metadata. ...
    docs.ceph.com/en/latest/_sources/dev/rbd-export.rst.txt
    Wed Feb 08 19:04:46 GMT 2023
      1.8K bytes
  10. encoding.rst.txt

    Serialization (encode/decode) ========== When a structure is sent over the network or written to disk, it is encoded into a string of bytes. Usually (but not always -- multiple serialization facili...
    docs.ceph.com/en/latest/_sources/dev/encoding.rst.txt
    Sun Jul 14 07:54:33 GMT 2024
      8.4K bytes
Back to Top