I am new to Ceph. I wanted to know where are ceph data stored (I am not refering to OSDs). I mean is it stored on some remote data center ? If yes, are there any remote storage limits or I can put any amount of data ?
Asked
Active
Viewed 70 times
2 Answers
1
Ceph generally stores data onto local disks of the machine/machines which are part of the cluster, based on the configuration.
I think this is what you are looking for. https://ceph.com/geen-categorie/ceph-osd-where-is-my-data/

pumpkin_cat
- 1,236
- 14
- 17
0
In ceph
Some configuration and data are stored in every single cluster nodes depend on their functionality. Configuration are stored in /etc/ceph
and data in /var/lib/ceph
.

Dean Rayhan
- 1
- 1