<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>tutorial on System Administration, Hosting, Cloud and technologies in between</title>
    <link>https://dmsimard.com/tags/tutorial/</link>
    <description>Recent content in tutorial on System Administration, Hosting, Cloud and technologies in between</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 27 Mar 2015 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://dmsimard.com/tags/tutorial/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Ceph erasure coding overhead in a nutshell</title>
      <link>https://dmsimard.com/2015/03/27/ceph-erasure-coding-overhead-in-a-nutshell/</link>
      <pubDate>Fri, 27 Mar 2015 00:00:00 +0000</pubDate>
      
      <guid>https://dmsimard.com/2015/03/27/ceph-erasure-coding-overhead-in-a-nutshell/</guid>
      <description>Calculating the storage overhead of a replicated pool in Ceph is easy. You divide the amount of space you have by the &amp;ldquo;size&amp;rdquo; (amount of replicas) parameter of your storage pool.
Let&amp;rsquo;s work with some rough numbers: 64 OSDs of 4TB each.
Raw size: 64 * 4 = 256TB Size 2 : 128 / 2 = 128TB Size 3 : 128 / 3 = 85.33TB  Replicated pools are expensive in terms of overhead: Size 2 provides the same resilience and overhead as RAID-1.</description>
    </item>
    
  </channel>
</rss>