Home / air-gapped / skills · .claude/skills/ceph-performance/SKILL.md · GitHub

ceph-performance skillA

ceph-performance is agent-read markdown (skill) from air-gapped/skills: Tune and benchmark a healthy Ceph cluster, with Rook-on-Kubernetes specifics: mClock profiles and the NVMe capacity-fallback trap (osd_mclock_max_capacity_iops), osd_memory_target from pod requests, BlueStore allocation and cache defaults, PG autoscaler targets (mon_target_pg_per_osd, bulk, target_size_ratio), public/cluster network and Multus choices, msgr2 modes, Tentacle Fast EC (allow_ec_optimizations, stripe_unit), krbd vs rbd-nbd in ceph-csi, librbd cache, and benchmark method (rados bench.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# ceph-performance

Defaults read from `src/common/options/*.yaml.in` at v19.2.6 and v20.2.4,
docs.ceph.com (tentacle pages) and Rook docs at v1.20.7, on **2026-09-23**.
Measure before and after every change; `ceph config show osd.N <opt>` is
the value actually in force.

## mClock: the NVMe capacity trap

mClock sizes every reservation from each OSD's measured IOPS capacity. At
OSD start an `osd bench` sets `osd_mclock_max_capacity_iops_{hdd,ssd}`.
If the result exceeds the sanity threshold — **500 (HDD), 80 000 (SSD)** —
it is discarded and the OSD falls back to the default capacity
(**21 500** SSD) with a cluster-log warning. Modern NVMe routinely exceeds
80 000, so mClock under-drives it.

1. `ceph config show osd.N osd_mclock_max_capacity_iops_ssd` on every OSD;
   `21500` means the fallback hit.
2. Measure the device with fio at 4 KiB random write, then
   `ceph config set osd.N osd_mclock_max_capacity_iops_ssd <iops>`.
3. Re-check after replacing a device — the value is per OSD.

Profiles: `balanced` is the default from 17.2.7 and in Reef, Squid and
Tentacle (17.2.0–17.2.6 shipped `high_client_ops`). Use `high_client_ops`
…

Read the whole file at its exact version.

How to install

Latest version
mdr add air-gapped/skills/ceph-performance@git:20260922.6f1744d
Exact content
mdr add air-gapped/skills/ceph-performance@sha256:938c1d0f322c40c9

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_tjbucx6gfh65mnbz.svg)](https://markdownregistry.com/a/art_tjbucx6gfh65mnbz)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.6f1744d latest2026-09-22 6f1744d 6,943 BA view · diff
git:20260922.1fe1a442026-09-22 1fe1a44 7,274 BA view · diff
git:20260922.2273c5a2026-09-22 2273c5a 7,192 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6943 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

air-gapped/skills · 5 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_tjbucx6gfh65mnbz
GET https://markdownregistry.com/api/v1/resolve?ref=air-gapped/skills/ceph-performance
GET https://markdownregistry.com/api/v1/blob/938c1d0f322c40c972922378fc1bfaa25ab1bfa291b9467e6ce7540c21220061

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from air-gapped/skills

aiperf skill
air-gapped/skills · .claude/skills/aiperf/SKILL.md · NVIDIA AIPerf — vendor-neutral generative-AI inference benchmarking (genai-perf successor). Covers `aiperf profile`…
git:20260922.5e8f509 · audit A · 5 stars
airgap-vetting skill
air-gapped/skills · .claude/skills/airgap-vetting/SKILL.md · Vet an open-source product for air-gap readiness BEFORE adoption. Answers eight questions — telemetry…
git:20260818.24be5bd · audit A · 5 stars
analytical-troubleshooting skill
air-gapped/skills · .claude/skills/analytical-troubleshooting/SKILL.md · Structured live troubleshooting for deviation problems: something worked (or should work) and now doesn't, and the…
git:20260809.f9d58a3 · audit A · 5 stars
ansible-idrac-9-10 skill
air-gapped/skills · .claude/skills/ansible-idrac-9-10/SKILL.md · Run and debug `dellemc.openmanage` Ansible playbooks against Dell PowerEdge **iDRAC 9** (14G–16G) and **iDRAC 10** (17G…
git:20260721.5a44ce1 · audit A · 5 stars
argo-cd-apps skill
air-gapped/skills · .claude/skills/argo-cd-apps/SKILL.md · Author and maintain Argo CD `Application` and `ApplicationSet` manifests as a GitOps consumer (publisher), targeting…
git:20260915.a89bdff · audit A · 5 stars
autoresearch skill
air-gapped/skills · .claude/skills/autoresearch/SKILL.md · Autonomous experiment loops that hill-climb a measurable metric — apply one change, measure, keep it only if the number…
git:20260822.e2384e1 · audit A · 5 stars
baml-expert skill
air-gapped/skills · .claude/skills/baml-expert/SKILL.md · BAML (Boundary ML) expert for projects defining LLM calls as typed functions in .baml files with a generated Python…
git:20260721.60e9904 · audit A · 5 stars
ceph-s3 skill
air-gapped/skills · .claude/skills/ceph-s3/SKILL.md · Run Ceph RGW as an S3 endpoint under Rook (CephObjectStore, CephObjectStoreUser, ObjectBucketClaim, COSI…
git:20260922.b895457 · audit A · 5 stars
ceph-troubleshooting skill
air-gapped/skills · .claude/skills/ceph-troubleshooting/SKILL.md · Diagnose and recover an unhealthy Ceph cluster, with Rook-on-Kubernetes specifics: slow or stuck recovery/backfill…
git:20260923.3c68991 · audit A · 5 stars
chat-completions-api skill
air-gapped/skills · .claude/skills/chat-completions-api/SKILL.md · Reference for the OpenAI Chat Completions API (/v1/chat/completions) and legacy /v1/completions as the lingua-franca…
git:20260915.4b2c275 · audit A · 5 stars
confluence-best-practices skill
air-gapped/skills · .claude/skills/confluence-best-practices/SKILL.md · Advise on USING Confluence well, not operating it: make the structural call — is this a space, a page, or a child page?…
git:20260915.2da0948 · audit A · 5 stars
gitlab-best-practices skill
air-gapped/skills · .claude/skills/gitlab-best-practices/SKILL.md · Operate self-managed GitLab on the official Helm chart — multi-hop upgrade campaigns across required stops, the…
git:20260829.822d05e · audit A · 5 stars

Every file in air-gapped/skills

Browse by kind, by grade A, or by owner.