From d3c2d786251b10c3299709abb0341d0b6ebf22c8 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 17 Jan 2026 13:15:22 +1100 Subject: [PATCH] chore: docs for ceph - add maintenance mode, how to bootstrap an osd, remove an osd --- doc/ceph/README.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/doc/ceph/README.md b/doc/ceph/README.md index 8d211e2..276f8b1 100644 --- a/doc/ceph/README.md +++ b/doc/ceph/README.md @@ -58,3 +58,78 @@ this will overwrite the current capabilities of a given client.user mon 'allow r' \ mds 'allow rw path=/' \ osd 'allow rw pool=media_data' + +## adding a new osd on new node + +create the ceph conf (automate this?) + + cat <