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/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance/guide.fr-fr.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,33 @@ La génération 2 des volumes High-Speed est optimisée pour les workloads les p
227
227
>> {.thumbnail}
228
228
>>
229
229
>**Via the Openstack CLI**
230
-
>>
230
+
>> Lister les types de volumes disponibles dans la région :
231
+
>>
232
+
>>```bash
233
+
>> openstack volume typelist
234
+
>>```
235
+
>>
236
+
>> Créez un volume en spécifiant au minimum sa taille (en GB) ainsi qu’un type parmi ceux listés précédemment. Vous pouvez également indiquer un nom pour votre volume à la fin de la commande.
0 commit comments