Skip to content

Commit

Permalink
Merge pull request #9465 from travisn/primary-affinity-doc
Browse files Browse the repository at this point in the history
docs: Recommend primary affinity over hybrid pools
  • Loading branch information
satoru-takeuchi committed Dec 20, 2021
2 parents 4c45856 + 277252a commit d6d2b4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/ceph-pool-crd.md
Expand Up @@ -35,6 +35,10 @@ spec:
Hybrid storage is a combination of two different storage tiers. For example, SSD and HDD.
This helps to improve the read performance of cluster by placing, say, 1st copy of data on the higher performance tier (SSD or NVME) and remaining replicated copies on lower cost tier (HDDs).

**WARNING** Hybrid storage pools are likely to suffer from lower availability if a node goes down. The data across the two
tiers may actually end up on the same node, instead of being spread across unique nodes (or failure domains) as expected.
Instead of using hybrid pools, consider configuring [primary affinity](https://docs.ceph.com/en/latest/rados/operations/crush-map/#primary-affinity) from the toolbox.

```yaml
apiVersion: ceph.rook.io/v1
kind: CephBlockPool
Expand Down

0 comments on commit d6d2b4b

Please sign in to comment.