mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-01 04:16:47 +00:00
pveceph: reword RAID paragraph
The "While ..." sentence seemed unfinished, reword paragraph Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
04ba9b2466
commit
86be506d85
11
pveceph.adoc
11
pveceph.adoc
@ -81,10 +81,13 @@ Check also the recommendations from
|
|||||||
http://docs.ceph.com/docs/luminous/start/hardware-recommendations/[Ceph's website].
|
http://docs.ceph.com/docs/luminous/start/hardware-recommendations/[Ceph's website].
|
||||||
|
|
||||||
.Avoid RAID
|
.Avoid RAID
|
||||||
While RAID controller are build for storage virtualisation, to combine
|
As Ceph handles data object redundancy and multiple parallel writes to disks
|
||||||
independent disks to form one or more logical units. Their caching methods,
|
(OSDs) on its own, using a RAID controller normally doesn’t improves
|
||||||
algorithms (RAID modes; incl. JBOD), disk or write/read optimisations are
|
performance or availability. On the contrary, Ceph is designed to handle whole
|
||||||
targeted towards aforementioned logical units and not to Ceph.
|
disks on it's own, without any abstraction in between. RAID controller are not
|
||||||
|
designed for the Ceph use case and may complicate things and sometimes even
|
||||||
|
reduce performance, as their write and caching algorithms may interfere with
|
||||||
|
the ones from Ceph.
|
||||||
|
|
||||||
WARNING: Avoid RAID controller, use host bus adapter (HBA) instead.
|
WARNING: Avoid RAID controller, use host bus adapter (HBA) instead.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user