- Sort Score
- Num 10 results
- Language All
- Labels All
Results 121 - 130 of 527 for label:software (0.02 seconds)
-
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.txtMon Oct 21 16:30:04 GMT 2024 18.9K bytes -
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.txtThu Nov 09 14:13:31 GMT 2023 6.7K bytes -
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.txtWed Feb 08 19:04:48 GMT 2023 2.9K bytes -
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.txtFri Mar 14 14:40:37 GMT 2025 13.4K bytes -
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.txtWed Feb 08 19:04:49 GMT 2023 10.1K bytes -
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.txtSun Jul 14 07:54:33 GMT 2024 8.4K bytes -
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.txtSun Oct 12 17:30:56 GMT 2025 1.6K bytes -
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.txtWed Feb 08 19:04:49 GMT 2023 3.4K bytes -
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.txtTue Oct 21 11:12:44 GMT 2025 8.7K bytes -
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.txtWed Feb 08 19:04:47 GMT 2023 4.1K bytes