Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/remram44/ceph-capacity-calculator
- Owner: remram44
- Created: 2023-05-31T05:19:38.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-08-15T18:57:58.000Z (3 months ago)
- Last Synced: 2024-10-11T07:44:37.756Z (about 1 month ago)
- Topics: calculator, ceph
- Language: JavaScript
- Homepage: https://remram44.github.io/ceph-capacity-calculator/
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)