- Sort Score
- Num 10 results
- Language All
- Labels All
Results 331 - 340 of 527 for label:software (0.09 seconds)
-
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.txtWed Feb 08 19:04:49 GMT 2023 1.3K bytes -
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.txtThu Feb 08 22:05:03 GMT 2024 5K bytes -
host-maintenance.rst.txt
========== Host Maintenance ========== All hosts that support Ceph daemons need to support maintenance activity, whether the host is physical or virtual. This means that management workflows should...docs.ceph.com/en/latest/_sources/dev/cephadm/host-maintenance.rst.txtWed Feb 08 19:04:46 GMT 2023 3.7K bytes -
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.txtWed Feb 08 19:04:48 GMT 2023 46.9K bytes -
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.txtWed Feb 08 19:04:49 GMT 2023 1.7K bytes -
release-process.rst.txt
========== Ceph Release Process ========== Prerequisites ========== Signing Machine ---------- The signing machine is a virtual machine in the `Sepia lab <https://wiki.sepia.ceph.com/doku.php?id=st...docs.ceph.com/en/latest/_sources/dev/release-process.rst.txtTue Mar 24 13:52:00 GMT 2026 14.1K bytes -
logs.rst.txt
========== Debug logs ========== The main debugging tool for Ceph is the dout and derr logging functions. Collectively, these are referred to as "dout logging." Dout has several log faculties, whic...docs.ceph.com/en/latest/_sources/dev/logs.rst.txtWed Feb 08 19:04:45 GMT 2023 2.5K bytes -
testing.rst.txt
Testing notes ========== build-integration-branch ---------- Setup ^^^^^ #. Create a github token at `<https://github.com/settings/tokens>`_ and put it in ``~/.github_token``. Note that only the ``...docs.ceph.com/en/latest/_sources/dev/testing.rst.txtWed Feb 08 19:04:47 GMT 2023 865 bytes -
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.txtWed Feb 08 19:04:43 GMT 2023 640 bytes -
perf.rst.txt
Using perf ========== Top:: sudo perf top -p `pidof ceph-osd` To capture some data with call graphs:: sudo perf record -p `pidof ceph-osd` -F 99 --call-graph dwarf -- sleep 60 To view by caller (wh...docs.ceph.com/en/latest/_sources/dev/perf.rst.txtWed Feb 08 19:04:47 GMT 2023 1.4K bytes