Skip to content

Commit b89abbe

Browse files
committed
Proofreading & Image improvement
1 parent 79640ec commit b89abbe

File tree

3 files changed

+37
-23
lines changed

3 files changed

+37
-23
lines changed

pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_pool/guide.en-gb.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Pool creation
3-
excerpt: This guide shows you how to create a pool using the the OVHcloud Control Panel and the API.
4-
updated: 2025-05-07
2+
title: Cloud Disk Array - Pool creation
3+
excerpt: This guide shows you how to create a pool using the OVHcloud Control Panel or API
4+
updated: 2025-05-06
55
---
66

77
## Objective
@@ -22,34 +22,41 @@ This guide shows you how to create a pool, using the OVHcloud Control Panel or t
2222
2323
### Using the OVHcloud Control Panel
2424

25-
First, log into your [OVHcloud Control Panel](/links/manager) and click on `Bare Metal Cloud`{.action}. In the section called `STORAGE AND BACKUPS`, then on the `Cloud Disk Array`{.action} service.
25+
First, log in to your [OVHcloud Control Panel](/links/manager) and click on `Bare Metal Cloud`{.action}. In the section called `STORAGE AND BACKUPS`, click the `Cloud Disk Array`{.action} service.
2626

27-
Here you'll find the existing pools in `Pools`{.action}.
27+
Here you will find the existing pools in `Pools`{.action}.
2828

2929
![Ceph pools](images/ceph-add-pool-1.png){.thumbnail}
3030

31-
Enter a poolname, your pool needs at least three characters.
31+
Enter a poolname. It must contain at least three characters.
3232

3333
![Ceph pool creation](images/ceph-add-pool-2.png){.thumbnail}
3434

35-
After pool creation you are back to manager, you can see that cluster status has changed because the pool is being created.
35+
You can then see that the cluster status has changed because the pool is being created.
3636

3737
![Ceph pool creation is running](images/ceph-task-1.png){.thumbnail}
3838

3939
### Using the API
4040

41+
> [!success]
42+
> If you are not familiar with the OVHcloud API, read our [First Steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) guide.
43+
44+
Use the following API call to create a pool:
45+
4146
> [!api]
4247
>
4348
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/pool
4449
>
45-
serviceName is the fsid of your cluster.
4650
47-
You can check pool creation by listing pools.
51+
`serviceName` is the fsid of your cluster.
52+
53+
You can check the pool creation by listing pools with the following endpoint:
4854

4955
> [!api]
5056
>
5157
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/pool
5258
>
59+
5360
For example:
5461

5562
```bash
@@ -78,6 +85,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/pool
7885

7986
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.
8087

81-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
88+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
8289

83-
Join our community of users on <https://community.ovh.com/en/>.
90+
Join our [community of users](/links/community).

pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_pool/guide.fr-fr.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Pool creation
3-
excerpt: Ce qui vous présente comment créer un pool avec l'espace client OVHcloud et l'api.
4-
updated: 2025-05-07
2+
title: Cloud Disk Array - Comment créer un pool
3+
excerpt: "Découvrez comment créer un un pool via l'espace client OVHcloud ou l'API OVHcloud"
4+
updated: 2025-05-06
55
---
66

77
## Objectif
88

9-
Ce guide vous montre comment créer un pool pour votre cluster ceph, en utilisant l'espace client OVHcloud ou l'API OVHcloud.
9+
Ce guide vous montre comment créer un pool pour votre cluster Ceph, en utilisant l'espace client OVHcloud ou l'API OVHcloud.
1010

1111
## Prérequis
1212

@@ -17,39 +17,46 @@ Ce guide vous montre comment créer un pool pour votre cluster ceph, en utilisan
1717

1818
> [!primary]
1919
>
20-
> L'utilisation de l'espace client OVHcloud est le moyen le plus simple de créer un pool.
20+
> L'utilisation de l'espace client OVHcloud est la méthode la plus simple pour créer un pool.
2121
>
2222
2323
### Depuis l'espace client OVHcloud
2424

25-
Tout d'abord, connectez-vous au [l’espace client](https://www.ovh.com/manager/dedicated/#/configuration){.external} et dans la rubrique Plates-formes et services vous trouverez le service Ceph.
25+
Tout d'abord, connectez-vous à [l’espace client](/links/manager) et cliquez sur `Bare Metal Cloud`{.action}. Dans la rubrique `Plateformes et services`{.action}, vous trouverez le service Ceph.
2626

27-
Vous trouverez ici les pools existants dans `Pools`{.action}.
27+
Vous retrouverez les pools existants dans l'onglet `Pools`{.action}.
2828

2929
![Ceph pools](images/ceph-add-pool-1.png){.thumbnail}
3030

31-
Entrez un nom de pool, votre pool doit comporter au moins trois caractères.
31+
Entrez un nom de pool, celui-ci doit comporter au moins trois caractères.
3232

3333
![Ceph pool creation](images/ceph-add-pool-2.png){.thumbnail}
3434

35-
Après la création du pool, vous revenez au gestionnaire, vous pouvez voir que le statut du cluster a changé car le pool est en cours de création.
35+
Vous pouvez alors voir que le statut du cluster a changé car le pool est en cours de création.
3636

3737
![Ceph pool creation is running](images/ceph-task-1.png){.thumbnail}
3838

3939
## Depuis l'API OVHcloud
4040

41+
> [!success]
42+
> Si vous n'êtes pas familier avec l'utilisation de l'API OVHcloud, consultez notre guide « [Premiers pas avec les API OVHcloud](/pages/manage_and_operate/api/first-steps) ».
43+
44+
Utilisez l'appel API ci-dessous pour créer votre pool :
45+
4146
> [!api]
4247
>
4348
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/pool
4449
>
45-
serviceName est le fsid de votre cluster.
4650
47-
Vous pouvez vérifier la création d'un pool en consultant la liste des pools.
51+
`serviceName` est le fsid de votre cluster.
52+
53+
Vous pouvez vérifier la création d'un pool en consultant la liste des pools, via l'appel API suivant :
4854

4955
> [!api]
5056
>
5157
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/pool
5258
>
59+
5360
Par example:
5461

5562
```bash
@@ -78,6 +85,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/pool
7885

7986
Rendez-vous sur notre chaîne Discord dédiée : <https://discord.gg/ovhcloud>. Posez des questions, fournissez des commentaires et interagissez directement avec l'équipe qui construit nos services de stockage et de sauvegarde.
8087

81-
Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services.
88+
Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services.
8289

8390
Échangez avec notre [communauté d'utilisateurs](/links/community).
-23.4 KB
Loading

0 commit comments

Comments
 (0)