Ceph stated it's software is "the end of RAID".
Many of our existent Dell servers have the built-in RAID controller. But we are not using the RAID feature and set each hard drive individual as RAID 0. With this config, Ceph are able to see each drive as separate OSDs.
The battery on some of these RAID controllers are causing an issue. It seems the batter is only good for the "write back cache" feature. With it removed, the controller defaulted to "write through".
Dell stated the hard drives without the write back cache feature enabled will suffer performance. Other than that, no problem.
Since Ceph do not need RAID controllers to operate. The golden questions are:
Is it better to let the hard drives run in write back cache mode or not? Does it give any advantage to using a RAID controller and run it with this feature? How would CEPH take advantage of it? What would happen if we go to write through, does CEPH have it's own method to perform write back cache or similar to increase performance?
***NOTE*** Most hard drives already come with it's own cache, but I do not know how CEPH will utilize those cache.