Skip to content

Commit 99194a0

Browse files
committed
fix(ins): update wording
1 parent 8821a63 commit 99194a0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

compute/instances/how-to/create-image-from-snapshot.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ scw instance image create snapshot-id="$SCW_VOLUME_ID_1" additional-volumes.0.id
5151

5252
<Message type="note">
5353
Supported volume IDs include:
54-
- Local Storage (`l_ssd`)
55-
- Block Storage legacy (`b_ssd`)
56-
- Block Storage Low Latency (`sbs`) volumes.
54+
- Local Storage volumes (`l_ssd`)
55+
- Block Storage Low Latency volumes (`sbs`)
56+
- Block Storage legacy (`b_ssd`) volumes (deprecated).
5757
</Message>
5858

5959
## Creating an image via the Scaleway API
@@ -82,8 +82,8 @@ curl --location "https://api.scaleway.com/instance/v1/zones/$SCW_AVAILABILITY_ZO
8282

8383
<Message type="tip">
8484
Supported volume IDs include:
85-
- Local Storage (`l_ssd`)
86-
- Block Storage legacy (`b_ssd`)
87-
- Block Storage Low Latency (`sbs`) volumes.
85+
- Local Storage volumes (`l_ssd`)
86+
- Block Storage Low Latency volumes (`sbs`)
87+
- Block Storage legacy (`b_ssd`) volumes (deprecated).
8888
</Message>
8989

compute/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The migration process ensures that the characteristics of your volumes and snaps
1919

2020
After migration, these resources will be managed under [Storage](/storage/block/quickstart/) instead of Compute.
2121

22-
During migration, unified snapshots will be converted into Block Storage snapshots and removed from Compute. If a unified snapshot is part of an image, it will be replaced by the corresponding Block Storage snapshot.
22+
During migration, unified snapshots will be converted into [Block Storage Low Latency](/storage/block/) snapshots and removed from Compute. If a unified snapshot is part of an image, it will be replaced by the corresponding Block Storage Low Latency snapshot.
2323

2424
This guide offers step-by-step instructions to migrate your volumes and snapshots using either the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool (recommended) or the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-volumes-migrate-a-volume-andor-snapshots-to-sbs-scaleway-block-storage).
2525

0 commit comments

Comments
 (0)