Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 510 for label:software (0.03 sec)

  1. insights.rst.txt

    Insights Module ========== The insights module collects and exposes system information to the Insights Core data analysis framework. It is intended to replace explicit interrogation of Ceph CLIs an...
    docs.ceph.com/en/latest/_sources/mgr/insights.rst.txt
    Registered: Fri Nov 15 02:02:03 UTC 2024
    - Last Modified: Wed Feb 08 19:04:38 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. hello.rst.txt

    Hello World Module ========== This is a simple module skeleton for documentation purposes. Enabling -------- The *hello* module is enabled with:: ceph mgr module enable hello To check that it is en...
    docs.ceph.com/en/latest/_sources/mgr/hello.rst.txt
    Registered: Fri Nov 15 02:02:13 UTC 2024
    - Last Modified: Wed Feb 08 19:04:39 UTC 2023
    - 730 bytes
    - Viewed (0)
  3. administrator.rst.txt

    .. _mgr-administrator-guide: ceph-mgr administrator's guide ========== Manual setup ---------- Usually, you would set up a ceph-mgr daemon using a tool such as ceph-ansible. These instructions desc...
    docs.ceph.com/en/latest/_sources/mgr/administrator.rst.txt
    Registered: Fri Nov 15 02:02:34 UTC 2024
    - Last Modified: Tue Oct 29 17:43:58 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. 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
    Registered: Fri Nov 15 02:04:01 UTC 2024
    - Last Modified: Wed Feb 08 19:04:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  5. corpus.rst.txt

    Corpus structure ========== ceph.git/ceph-object-corpus is a submodule.:: bin/ # misc scripts archive/$version/objects/$type/$hash # a sample of encoded objects from a specific version You can also...
    docs.ceph.com/en/latest/_sources/dev/corpus.rst.txt
    Registered: Fri Nov 15 02:05:01 UTC 2024
    - Last Modified: Wed Nov 01 05:39:56 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  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
    Registered: Fri Nov 15 02:06:53 UTC 2024
    - Last Modified: Mon Oct 21 16:30:04 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  7. 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
    Registered: Fri Nov 15 02:07:16 UTC 2024
    - Last Modified: Wed Feb 08 19:04:49 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. 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
    Registered: Fri Nov 15 02:07:34 UTC 2024
    - Last Modified: Wed Feb 08 19:04:47 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. 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
    Registered: Fri Nov 15 02:06:26 UTC 2024
    - Last Modified: Sun Jul 14 07:54:33 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  10. 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
    Registered: Fri Nov 15 02:06:29 UTC 2024
    - Last Modified: Thu Nov 09 14:13:31 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top