From 37dccd14a32d22c0f73c310b605d1b570816a66e Mon Sep 17 00:00:00 2001 From: anantone <106339342+anantone@users.noreply.github.com> Date: Sun, 25 Jan 2026 12:47:50 +0530 Subject: [PATCH] Clarify RGW and RADOS terminology in tutorial Added a note explaining RGW and RADOS terms. --- docs/tutorial/get-started.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorial/get-started.rst b/docs/tutorial/get-started.rst index edcec39c..db14095e 100644 --- a/docs/tutorial/get-started.rst +++ b/docs/tutorial/get-started.rst @@ -15,6 +15,9 @@ As we progress, you will also interact with your cluster by checking its health, By the end of this tutorial, after successfully using MicroCeph to store an image, you will have a foundational understanding of how MicroCeph works, and be ready to explore more advanced use cases. +.. note:: + RGW stands for RADOS GateWay, while RADOS stands for Reliable Autonomic Distributed Object Store (Ceph's core storage layer) + What you'll need ----------------