Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remram44/ceph-capacity-calculator

Computes the logical capacity of a Ceph pool based on settings and raw node capacities
https://github.com/remram44/ceph-capacity-calculator

calculator ceph

Last synced: 20 days ago
JSON representation

Computes the logical capacity of a Ceph pool based on settings and raw node capacities

Awesome Lists containing this project

README

        

Ceph space calculator
=====================

[Open the calculator](https://remram44.github.io/ceph-capacity-calculator/)

This is a small web form where you can enter the size of each failure domain to calculate the amount of usable space in your pool.

For example, if you have set Ceph to replicate data across racks, an erasure-coded pool in 2+1 configuration, and you have 3 racks with storage capacities of 16, 8, and 6 TB. In this situation, the maximum amount of data you can store is 12 TB, which will use 18 TB of raw storage, meaning only 60% of your drives are actually usable.

![screenshot](screenshot.png)