Pool
The total number of storage pools currently defined in the system.
This content is not available in your language yet.
The Pool page allows you to manage Ceph storage pools, which are logical partitions for storing objects. Pools provide a layer of abstraction between clients and the underlying OSDs, allowing you to configure data durability, availability, and performance policies.
At the top of the page, you will find a dashboard summarizing the state of pool configuration within the cluster:
Pool
The total number of storage pools currently defined in the system.
The Pool page displays a list of all storage pools. The table includes the following information:
| Column | Description |
|---|---|
| Name | The name of the pool. A spinner icon indicates if the pool is currently updating. |
| Type | The type of the pool, either Replicated (copies data) or Erasure (uses erasure coding for efficiency). It also displays configuration details like replica count or erasure coding profile (k+m). |
| Applications | The applications enabled for this pool (e.g., rbd, cephfs, rgw). |
| PG State | The state of the Placement Groups (PGs) within the pool (e.g., active, clean, degraded). |
| Usage | A progress bar indicating the amount of data stored in the pool relative to its total logical capacity. |
You can create new storage pools to meet specific application requirements. The create dialog includes configuration fields for pool type, replica size or erasure coding settings, application assignment, and optional quotas.
You can modify or delete existing pools using the Actions menu.
Allows you to modify the pool’s configuration, such as quotas.
Permanently removes a storage pool and all its data.