Re: [ceph-users] raid levels (Information needed)

2014-05-16 Thread Robert Sander
On 16.05.2014 11:42, yalla.gnan.ku...@accenture.com wrote: > Hi Jerker, > > Thanks for the reply. > > The link you posted describes only object storage. I need information of raid > levels implementation for block devices. > There is no RAID level for RBDs. These are "virtual" block devices an

Re: [ceph-users] raid levels (Information needed)

2014-05-16 Thread yalla.gnan.kumar
, Yalla Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users] raid levels (Information needed) I would say the levels of redundancy could roughly be translated like this. RAID0 one replica (size=1) RAID1 two replicas (size=2) RAID10 two replicas (size=2) RAID5

Re: [ceph-users] raid levels (Information needed)

2014-05-16 Thread Jerker Nyberg
I would say the levels of redundancy could roughly be translated like this. RAID0 one replica (size=1) RAID1 two replicas (size=2) RAID10 two replicas (size=2) RAID5 erasure coding (erasure-code-m=1) RAID6 erasure coding (erasure-code-m=2) RAID