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.de-de.md
+97-7Lines changed: 97 additions & 7 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
2
title: Zusätzliches Volume auf einer Instanz erstellen und konfigurieren
3
3
excerpt: Erfahren Sie hier, wie Sie eine neue Disk erstellen und zu Ihrer Public Cloud Instanz hinzufügen
4
-
updated: 2025-06-03
4
+
updated: 2025-06-27
5
5
---
6
6
7
7
<style>
@@ -46,7 +46,7 @@ Das kann in folgenden Fällen hilfreich sein:
46
46
47
47
### Die verschiedenen Volume-Typen
48
48
49
-
OVHcloud bietet drei Arten von Block StorageVolumes, die jeweils an spezifische Leistungs-, Kapazitäts- und Kostenanforderungen angepasst sind. Mit diesen Lösungen können Sie Ihren Instanzen persistenten Speicher zuweisen und so ein hohes Maß an Zuverlässigkeit und Verfügbarkeit sicherstellen.
49
+
OVHcloud bietet drei Arten von Block Storage-Volumes, die jeweils an spezifische Leistungs-, Kapazitäts- und Kostenanforderungen angepasst sind. Mit diesen Lösungen können Sie Ihren Instanzen persistente Speichervolumes zuweisen und so ein hohes Maß an Zuverlässigkeit und Verfügbarkeit sicherstellen. Wenn die Funktion verfügbar ist, kann Verschlüsselung bei der Erstellung eines Volumes für alle Volume-Typen außer Classic Multi-Attach-Volumes in 3AZ-Regionen aktiviert werden.
50
50
51
51
/// details | **Classic - 500 IOPS garantiert**
52
52
@@ -82,6 +82,11 @@ High Speed Volumes der zweiten Generation sind für die anspruchsvollsten Worklo
> Jeder Volume-Typ ist auch als verschlüsselte Version verfügbar (**LUKS**). Diese Volumes gewährleisten die Vertraulichkeit der Daten, ohne die Leistung zu beeinträchtigen. Sie sind über das OVHcloud Kundencenter sowie mit den im nächsten Abschnitt beschriebenen Tools verfügbar, indem Sie den `<volume_type>-luks`-Typ angeben.
88
+
>
89
+
85
90
### Ein neues Volume hinzufügen
86
91
87
92
> [!tabs]
@@ -92,7 +97,7 @@ High Speed Volumes der zweiten Generation sind für die anspruchsvollsten Worklo
>> Folgen Sie den Konfigurationsschritten, um die Optionen für Standort, Volumetypund Volumekapazität auszuwählen. Geben Sie einen Namen für das Volume ein und bestätigen Sie, indem Sie auf `Volume erstellen klicken`{.action}.
100
+
>> Folgen Sie den Konfigurationsschritten, um die Optionen für Standort, Volumetyp, Verschlüsselung und Volumekapazität auszuwählen. Geben Sie einen Namen für das Volume ein und bestätigen Sie durch Klicken auf `Volume erstellen`{.action}.
96
101
>>
97
102
>> > [!warning]
98
103
>> >
@@ -121,11 +126,27 @@ High Speed Volumes der zweiten Generation sind für die anspruchsvollsten Worklo
121
126
>> >
122
127
>>
123
128
> **Via Terraform**
129
+
>> > [!warning]
130
+
>> >
131
+
>> > Achten Sie darauf, nicht vom aktuellen Bereich weg zu navigieren, während das Volume angehängt wird. Der Vorgang könnte unterbrochen werden.
132
+
>> >
133
+
>>
134
+
>> Volume-Typen:
135
+
>>
136
+
>> - Classic
137
+
>> - High-speed
138
+
>> - High-speed-gen2
139
+
>> - Classic-luks
140
+
>> - High-speed-luks
141
+
>> - High-speed-gen2-luks
142
+
>>
143
+
>> Typen, die mit "-luks" enden, sind verschlüsselt (LUKS).
144
+
>>
124
145
>> Um ein einfaches Block Storage Volume zu erstellen, benötigen Sie 3 Elemente:
125
146
>>
126
-
>> * Name des Volumes
127
-
>> * Region
128
-
>> * Die Größe des Volumes in GB
147
+
>> - Name des Volumes
148
+
>> - Region
149
+
>> - Größe des Volumes in GB
129
150
>>
130
151
>> In unserem Beispiel erstellen wir einen Block Storage in der Region **GRA11** mit einer Größe von **10 GB**. Fügen Sie der Datei *simple_blockstorage.tf* die folgenden Zeilen hinzu:
131
152
>>
@@ -134,7 +155,8 @@ High Speed Volumes der zweiten Generation sind für die anspruchsvollsten Worklo
>> Klicken Sie zum Anfügen dieses Volumes an eine Instanz in der Zeile des Volumes auf den Pfeil am Ende der Zeile neben `Edit Volume`{.action}. Klicken Sie auf `Manage Attachments`{.action}.
248
+
>>
249
+
>> {.thumbnail}
250
+
>>
251
+
>> Wählen Sie die Instanz aus, an die Sie Ihr Volume anhängen möchten, und klicken Sie dann auf `Attach Volume`{.action}.
252
+
>>
253
+
>> {.thumbnail}
254
+
>>
255
+
>**Via the OpenStack CLI**
256
+
>>> [!warning]
257
+
>>>
258
+
>>> Wenn der Volume-Typ "high-speed-gen2"or"luks"in der Liste nicht aufgeführt ist, ist er in dieser Region nicht verfügbar.
259
+
>>>
260
+
>>
261
+
>> Volume-Typen:
262
+
>>
263
+
>>- Classic
264
+
>>- High-speed
265
+
>>- High-speed-gen2
266
+
>>- Classic-luks
267
+
>>- High-speed-luks
268
+
>>- High-speed-gen2-luks
269
+
>>
270
+
>> Typen, die mit "-luks" enden, sind verschlüsselt (LUKS).
271
+
>>
272
+
>> In der Region verfügbare Volume-Typen auflisten:
273
+
>>
274
+
>>```bash
275
+
>> openstack volume typelist
276
+
>>```
277
+
>>
278
+
>> Erstellen Sie ein Volume, indem Sie mindestens dessen Größe (inGB) und einen der oben aufgeführten Typen angeben. Sie können auch einen Namen für Ihr Volume anfügen.
title: Creating and configuring an additional disk on an instance
2
+
title: How to create and configure an additional disk on an instance
3
3
excerpt: Find out how to attach a new volume to your Public Cloud instance
4
-
updated: 2025-06-03
4
+
updated: 2025-06-27
5
5
---
6
6
7
7
<style>
@@ -20,7 +20,7 @@ details[open]>summary::before {
20
20
21
21
## Objective
22
22
23
-
It is possible to create additional disks for your Public Cloud instances.
23
+
It is possible to create additional disks for your Public Cloud instances.
24
24
This can be useful in cases where:
25
25
26
26
- You want to increase your storage capacity without changing the instance model.
@@ -45,7 +45,7 @@ This can be useful in cases where:
45
45
46
46
### The different types of volumes
47
47
48
-
OVHcloud offers three types of Block Storage volumes, each tailored to specific needs in terms of performance, capacity and cost. These solutions enable you to attach persistent storage volumes to your instances, guaranteeing a high level of reliability and availability.
48
+
OVHcloud offers three types of Block Storage volumes, each tailored to specific needs in terms of performance, capacity, and cost. These solutions allow you to attach persistent storage volumes to your instances, ensuring a high level of reliability and availability. If the feature is available, encryption can be enabled when creating a volume, for all volume types except Classic Multi-Attach volumes in 3AZ regions.
49
49
50
50
/// details | **Classic – 500 IOPS guaranteed**
51
51
@@ -71,7 +71,7 @@ The High-Speed volume is designed for applications requiring faster data access.
71
71
72
72
/// details | **High-Speed Gen2 – 30 IOPS/GB and up to 20,000 IOPS**
73
73
74
-
Generation 2 High-Speed volumes are optimized for the most demanding workloads. With a performance of 30 IOPS/GB, up to 20,000 IOPS, this type of volume is recommended for:
74
+
Generation 2 High-Speed volumes are optimized for the most demanding workloads. With a performance of 30 IOPS/GB, up to 20,000 IOPS, this type of volume is recommended for:
75
75
76
76
- Big Data and real-time analysis
77
77
- Artificial intelligence and machine learning
@@ -81,6 +81,11 @@ Generation 2 High-Speed volumes are optimized for the most demanding workloads.
> All volume types are also available in an encrypted version (LUKS). These volumes ensure data confidentiality without impacting performance. They are available through the OVHcloud Control Panel as well as via the tools presented in the next section, by specifying the type `<volume_type>-luks`.
87
+
>
88
+
84
89
### Attaching a new volume
85
90
86
91
> [!tabs]
@@ -92,7 +97,7 @@ Generation 2 High-Speed volumes are optimized for the most demanding workloads.
>> Follow the configuration steps in order to select options for location, disk typeand disk capacity. Then enter a name for the volume and confirm by clicking on `Create the volume`{.action}.
100
+
>> Follow the configuration steps to select the location, disk type, encryption and disk capacity options. Enter a name for the volume and confirm by clicking on `Create volume`{.action}.
96
101
>>
97
102
>> > [!warning]
98
103
>> >
@@ -120,21 +125,37 @@ Generation 2 High-Speed volumes are optimized for the most demanding workloads.
120
125
>> >
121
126
>>
122
127
> **Via Terraform**
128
+
>> > [!warning]
129
+
>> >
130
+
>> > Please note that the "high-speed-gen2" or "luks" volume types may not be available in all regions.
131
+
>> >
132
+
>>
133
+
>> Types of volumes:
134
+
>>
135
+
>> - Classic
136
+
>> - High-speed
137
+
>> - High-speed-gen2
138
+
>> - Classic-luks
139
+
>> - High-speed-luks
140
+
>> - High-speed-gen2-luks
141
+
>>
142
+
>> The types ending in -luks are encrypted (LUKS).
123
143
>>
124
144
>> To create a simple block storage volume, you need 3 elements:
125
145
>>
126
-
>> * The name of the volume
127
-
>> * The region
128
-
>> * The size of the volume in GB
146
+
>> - The name of the volume
147
+
>> - The region
148
+
>> - The size of the volume in GB
129
149
>>
130
150
>> In our example, we will create a block storage in the **GRA11** region with a size of **10 GB**. Add the following lines to a file named *simple_blockstorage.tf*:
>> To attach this volume to an instance, on your volume line, click `the arrow`{.action} at the end of the line next to `Edit Volume`. Then click on `Manage Attachments`{.action}.
247
+
>>
248
+
>> {.thumbnail}
249
+
>>
250
+
>> Select the instance to which you wish to attach your volume, then click on `Attach Volume`{.action}.
251
+
>>
252
+
>> {.thumbnail}
253
+
>>
254
+
>**Via the OpenStack CLI**
255
+
>>> [!warning]
256
+
>>>
257
+
>>> Please note that if the volume type"high-speed-gen2"or"luks" does not appear in the list, this means that it isnot available in this region.
258
+
>>>
259
+
>>
260
+
>> Types of volumes:
261
+
>>
262
+
>>- Classic
263
+
>>- High-speed
264
+
>>- High-speed-gen2
265
+
>>- Classic-luks
266
+
>>- High-speed-luks
267
+
>>- High-speed-gen2-luks
268
+
>>
269
+
>> The types ending in-luks are encrypted (LUKS).
270
+
>>
271
+
>> List the volume types available in the region:
272
+
>>
273
+
>>```bash
274
+
>> openstack volume typelist
275
+
>>```
276
+
>>
277
+
>> Create a volume, specifying at least its size (inGB) and a typefrom those listed above. You can also specify a name for your volume at the end of the command.
0 commit comments