You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_pool/guide.en-gb.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
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
5
5
---
6
6
7
7
## Objective
@@ -22,34 +22,41 @@ This guide shows you how to create a pool, using the OVHcloud Control Panel or t
22
22
23
23
### Using the OVHcloud Control Panel
24
24
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.
26
26
27
-
Here you'll find the existing pools in `Pools`{.action}.
27
+
Here you will find the existing pools in `Pools`{.action}.
Enter a poolname, your pool needs at least three characters.
31
+
Enter a poolname. It must contain at least three characters.
32
32
33
33
{.thumbnail}
34
34
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.
36
36
37
37
{.thumbnail}
38
38
39
39
### Using the API
40
40
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
+
41
46
> [!api]
42
47
>
43
48
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/pool
44
49
>
45
-
serviceName is the fsid of your cluster.
46
50
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:
48
54
49
55
> [!api]
50
56
>
51
57
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/pool
52
58
>
59
+
53
60
For example:
54
61
55
62
```bash
@@ -78,6 +85,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/pool
78
85
79
86
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.
80
87
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.
82
89
83
-
Join our community of users on <https://community.ovh.com/en/>.
Copy file name to clipboardExpand all lines: pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_pool/guide.fr-fr.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
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
5
5
---
6
6
7
7
## Objectif
8
8
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.
10
10
11
11
## Prérequis
12
12
@@ -17,39 +17,46 @@ Ce guide vous montre comment créer un pool pour votre cluster ceph, en utilisan
17
17
18
18
> [!primary]
19
19
>
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.
21
21
>
22
22
23
23
### Depuis l'espace client OVHcloud
24
24
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.
26
26
27
-
Vous trouverez ici les pools existants dans `Pools`{.action}.
27
+
Vous retrouverez les pools existants dans l'onglet`Pools`{.action}.
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.
32
32
33
33
{.thumbnail}
34
34
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.
36
36
37
37
{.thumbnail}
38
38
39
39
## Depuis l'API OVHcloud
40
40
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
+
41
46
> [!api]
42
47
>
43
48
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/pool
44
49
>
45
-
serviceName est le fsid de votre cluster.
46
50
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 :
48
54
49
55
> [!api]
50
56
>
51
57
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/pool
52
58
>
59
+
53
60
Par example:
54
61
55
62
```bash
@@ -78,6 +85,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/pool
78
85
79
86
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.
80
87
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.
82
89
83
90
Échangez avec notre [communauté d'utilisateurs](/links/community).
0 commit comments