Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 121 - 130 of 527 for label:software (0.02 seconds)

  1. 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
  2. mon-elections.rst.txt

    .. _dev_mon_elections: ========== Monitor Elections ========== The Original Algorithm ========== Historically, monitor leader elections have been very simple: the lowest-ranked monitor wins! This i...
    docs.ceph.com/en/latest/_sources/dev/mon-elections.rst.txt
    Thu Nov 09 14:13:31 GMT 2023
      6.7K bytes
  3. 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
  4. 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
  5. continuous-integration.rst.txt

    Continuous Integration Architecture ========== In Ceph, we rely on multiple CI pipelines in our development. Most of these pipelines are centered around Jenkins. And their configurations are genera...
    docs.ceph.com/en/latest/_sources/dev/continuous-integration.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      10.1K bytes
  6. 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
  7. 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
  8. 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
  9. cputrace.rst.txt

    ======== CpuTrace ======== CpuTrace is a developer tool that measures the CPU cost of execution. It is useful when deciding between algorithms for new code and for validating performance enhancemen...
    docs.ceph.com/en/latest/_sources/dev/cputrace.rst.txt
    Tue Oct 21 11:12:44 GMT 2025
      8.7K bytes
  10. documenting.rst.txt

    ========== Documenting Ceph ========== User documentation ========== The documentation on docs.ceph.com is generated from the reStructuredText sources in ``/doc/`` in the Ceph git repository. Pleas...
    docs.ceph.com/en/latest/_sources/dev/documenting.rst.txt
    Wed Feb 08 19:04:47 GMT 2023
      4.1K bytes
Back to Top