Cloud Disk Array - Pool creation

Wissensdatenbanken

Cloud Disk Array - Pool creation


Icons/System/eye-open Created with Sketch. 545 Ansichten 06.05.2025 Cloud / NAS-HA

Objective

This guide shows you how to create a pool, using the OVHcloud Control Panel or the OVHcloud API.

Requirements

Instructions

Using the OVHcloud Control Panel is the easiest way to create a pool.

Using the OVHcloud Control Panel

First, log in to your OVHcloud Control Panel and click on Bare Metal Cloud. In the section called STORAGE AND BACKUPS, click the Cloud Disk Array service.

Here you will find the existing pools in Pools.

Ceph pools

Enter a poolname. It must contain at least three characters.

Ceph pool creation

You can then see that the cluster status has changed because the pool is being created.

Ceph pool creation is running

Using the API

If you are not familiar with the OVHcloud API, read our First Steps with the OVHcloud API guide.

Use the following API call to create a pool:

serviceName is the fsid of your cluster.

You can check the pool creation by listing pools with the following endpoint:

For example:

GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/pool
[
{
  replicaCount: 3
  serviceName: "98d166d8-7c88-47b7-9cb6-63acd5a59c15"
  name: "rbd"
  minActiveReplicas: 2
  poolType: "REPLICATED"
  backup: false
},
{
  replicaCount: 3
  serviceName: "98d166d8-7c88-47b7-9cb6-63acd5a59c15"
  name: "testpool"
  minActiveReplicas: 2
  poolType: "REPLICATED"
  backup: true
  }
]

Go further

Visit our dedicated Discord channel: https://discord.gg/ovhcloud. Ask questions, provide feedback and interact directly with the team that builds our Storage and Backup services.

If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.

Join our community of users.

Zugehörige Artikel