summaryrefslogtreecommitdiff
path: root/Overview of Ceph.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-03-29 11:32:44 +0100
committerJasper Ras <jras@hostnet.nl>2025-03-29 11:32:44 +0100
commit3f69286ef4b15161febb4a4bae085fb4c2c83bbf (patch)
tree10679f5b5e712242939a1eba233241fabfec1927 /Overview of Ceph.md
parentfe63b70cae6e68adea7b25ad2f04ffc834b4e75f (diff)
vault backup: 2025-03-29 11:32:44
Diffstat (limited to 'Overview of Ceph.md')
-rw-r--r--Overview of Ceph.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Overview of Ceph.md b/Overview of Ceph.md
new file mode 100644
index 0000000..0826f82
--- /dev/null
+++ b/Overview of Ceph.md
@@ -0,0 +1,8 @@
+Ceph provides Block Storage, Object Storage as well as shared filesystem.
+
+![[Intro to Ceph.excalidraw]]
+**Monitor** (`ceph-mon`) maintains cluster state and is crucial for daemon coordination. Also manages authentication between clients and daemons.
+**Manager** (`ceph-mgr`) keep track of runtime state such as utilization etc, comes with a dashboard.
+**OSD** (`ceph-osd`) These do the actual storage work.
+**MDS** (metadatas server, `ceph-mds`) Stores filesystem metadata
+ **RGW** (`ceph-radosgw`) API to the cluster. S3 and swift compatible. \ No newline at end of file