From d80f1589543eeafb535dadf09a2538df4cb83944 Mon Sep 17 00:00:00 2001 From: CodingSpiderFox Date: Thu, 21 May 2020 22:33:43 +0200 Subject: [PATCH] doc: Introduce the concept of a pool before talking about it. Signed-off-by: CodingSpiderFox --- doc/rados/operations/pools.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 9c4c27ef7e62..18beffbfc7a6 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -1,6 +1,7 @@ ======= Pools ======= +Pools are logical partitions for storing objects. When you first deploy a cluster without creating a pool, Ceph uses the default pools for storing data. A pool provides you with: -- 2.47.3