Skip to content

Commit 44c430d

Browse files
committed
docs(bls): second batch
1 parent 966266e commit 44c430d

File tree

7 files changed

+57
-29
lines changed

7 files changed

+57
-29
lines changed

faq/blockstorage.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The Block Storage billing scheme is not the same as for Object Storage. You are
5454

5555
Block Storage volumes are compatible with [Scaleway Instances](/compute/instances/), [Managed Dabatase for PostgreSQL and MySQL](/managed-databases/postgresql-and-mysql/), and [Kubernetes](/containers/kubernetes/) Kapsule clusters.
5656

57-
## How can I convert a Block Storage legacy volume into a Block Storage low latency volume?
57+
## How can I convert a Block Storage legacy volume into a Block Storage Low Latency volume?
5858

5959
For better performance, you can convert your Block Storage legacy volumes into Block Storage Low Latency volumes.
6060

@@ -66,4 +66,6 @@ To convert your volume you need to:
6666

6767
- Import the data: restore or transfer the data from the backup or intermediary storage into the newly created volume.
6868

69-
Find out [how to migrate](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) your Block Storage legacy volumes to Block Storage Low Latency volumes.
69+
Find out how to [migrate your Block Storage legacy volumes and snapshots](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) from the Instance API to the Block Storage API.
70+
71+
Find out about the [advantages of migrating the management of your volumes and snapshots](advantages-migrating-to-sbs) from the Instance API to the Block Storage API.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
macro: block-storage-migration
3+
---
4+
5+
<Message type="important">
6+
- Scaleway is transitioning the management of all Block Storage legacy volumes and snapshots from the [Instance API](https://www.scaleway.com/en/developers/api/instance/) to the [Block Storage API](https://www.scaleway.com/en/developers/api/block/).
7+
- Find out about the [advantages of migrating the management of your volumes and snapshots](advantages-migrating-to-sbs) from the Instance API to the Block Storage API.
8+
- Find out how to [migrate your Block Storage legacy volumes and snapshots](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) from the Instance API to the Block Storage API.
9+
</Message>

menu/navigation.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4559,6 +4559,10 @@
45594559
"label": "Create a Block Storage volume from a snapshot",
45604560
"slug": "create-volume-from-snapshot"
45614561
},
4562+
{
4563+
"label": "Identify a volume and snapshot type",
4564+
"slug": "identify-volume-snapshot-type"
4565+
},
45624566
{
45634567
"label": "Detach a volume",
45644568
"slug": "detach-a-volume"
@@ -4585,6 +4589,10 @@
45854589
"label": "Managing a volume",
45864590
"slug": "managing-a-volume"
45874591
},
4592+
{
4593+
"label": "Identifying the API managing Block Storage volumes and snapshots",
4594+
"slug": "identifying-volume-snapshot-api"
4595+
},
45884596
{
45894597
"label": "Unmounting a volume",
45904598
"slug": "unmounting-a-volume"
@@ -4598,6 +4606,10 @@
45984606
{
45994607
"label": "Differences between Block Storage volumes and Block Storage Low Latency volumes",
46004608
"slug": "differences-between-5kiops-volumes"
4609+
},
4610+
{
4611+
"label": "Advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage Low Latency",
4612+
"slug": "advantages-migrating-to-sbs"
46014613
}
46024614
],
46034615
"label": "Additional Content",

storage/block/api-cli/identifying-volume-snapshot-api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: Identify the API managing your Block Storage volumes and snapshots
3+
title: Identifying the API managing Block Storage volumes and snapshots
44
description: Learn how to determine which API (Instance or Block Storage) manages your volumes and snapshots on Scaleway using CLI and API commands.
55
content:
6-
h1: Identify the API managing your Block Storage volumes and snapshots
6+
h1: Identifying the API managing Block Storage volumes and snapshots
77
paragraph: Determine whether your Block Storage volumes and snapshots are managed by the Instance API or Block Storage API.
88
dates:
99
validation: 2025-01-03
@@ -14,7 +14,7 @@ categories:
1414

1515
This page shows you how to identify the API managing your Block Storage volumes and snapshots, using the API and CLI.
1616

17-
Find out [how to migrate](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) your Block Storage legacy volumes to Block Storage Low Latency volumes.
17+
<Macro id="block-storage-migration" />
1818

1919
<Macro id="requirements" />
2020

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
meta:
33
title: How to identify your volume and snapshot type
4-
description: Learn how to identify your volume and snapshot type from the Scaleway console.
4+
description: Learn how to identify the API managing your volumes and snapshots using the Scaleway console.
55
content:
66
h1: How to identify your volume and snapshot type
7-
paragraph: Learn how to identify your volume and snapshot type from the Scaleway console.
8-
tags: identify-volume-type identify-snapshot bssd sbs volume snapshot
7+
paragraph: Learn how to identify the API managing your volumes and snapshots using the Scaleway console.
8+
tags: identify-volume-type identify-snapshot bssd sbs volume snapshot api
99
dates:
1010
validation: 2025-01-03
1111
posted: 2025-01-03
@@ -14,7 +14,7 @@ categories:
1414
- storage
1515
---
1616

17-
This page shows you how to identify your volume and snapshot type using the Scaleway console. Find out [how to migrate](/compute/instances/how-to/migrate-volumes-snapshots-to-sbs/) your Block Storage legacy volumes to Block Storage Low Latency volumes.
17+
This page shows you how to identify the API that manages your volumes and snapshots using the Scaleway console. Refer to our [dedicated documentation](/storage/api-cli/identifying-volume-snapshot-api/) to learn how to identify the API managing your volumes and snapshots using the API and CLI.
1818

1919
<Macro id="requirements" />
2020

@@ -23,21 +23,23 @@ This page shows you how to identify your volume and snapshot type using the Scal
2323
- Created [Block Storage volumes](/storage/block/how-to/create-a-volume/)
2424
- Created [snapshots](/storage/block/how-to/create-a-snapshot/)
2525

26+
<Macro id="block-storage-migration" />
27+
2628
## How to identify your volume type
2729

2830
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu. Your volumes display.
29-
2. Click the **API** drop-down and select either **Block Storage API** to filter for your volumes creates via the Block Storage API, or **Instance API** to filter for your volumes managed by the Instance API.
30-
3. Click the **Volume type** drop-down and select **Block Storage Low Latency 5K** and/or **Block Storage Low Latency 15K** to filter for 5K IOPS and/or 15K IOPS volumes.
31+
2. Leave the **Block Storage API** filter in the drop-down or select **Instance API** to display either your volumes managed by the Block Storage API, or the Instance API.
32+
3. Click the **Volume type** drop-down and select the volume type(s) to filter for.
3133
4. Click **Apply filters**. The volumes you have filtered for display.
32-
5. Optionally, click a specific volume to display the information page and verify the volume type next to the **Type** field.
34+
5. Optionally, click a specific volume to display its information page, and verify the volume type next to the **Type** field.
3335
6. Click **Clear filters** once you are done.
3436

3537
## How to identify your snapshot type
3638

3739
1. Click **Block Storage** in the **Storage** section of the Scaleway console side menu.
3840
2. Click the **Snapshots** tab. Your snapshots display.
39-
3. Click the **API** drop-down and select either **Block Storage API** to filter for your volumes creates via the Block Storage API, or **Instance API** to filter for your volumes managed by the Instance API.
40-
4. Click the **Snapshot type** drop-down and select **Block Storage Low Latency 5K** and/or **Block Storage Low Latency 15K** to filter for snapshots of 5K IOPS and/or 15K IOPS volumes.
41-
5. Optionally, click the <Icon name="more" /> iconic next to a specific snapshot to display the information page and verify the type next to the **Type** field.
41+
3. Leave the **Block Storage API** filter in the drop-down or select **Instance API** to display either your snapshots managed by the Block Storage API, or the Instance API.
42+
4. Click the **Snapshot type** drop-down and select the snapshot type(s) to filter for.
43+
5. Optionally, click the <Icon name="more" /> icon next to a specific snapshot to display its information page, and verify the type next to the **Type** field.
4244
6. Click **Clear filters** once you are done.
4345

storage/block/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ meta:
6060
url="/storage/block/api-cli/unmounting-a-volume/"
6161
label="Read more"
6262
/>
63+
<DefaultCard
64+
title="Identify the API managing your Block Storage volumes and snapshots"
65+
url="/storage/block/api-cli/identifying-volume-snapshot-api/"
66+
label="Read more"
67+
/>
6368
</Grid>
6469

6570

storage/block/reference-content/advantages-migrating-to-sbs.mdx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
meta:
3-
title: Advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage low latency
4-
description: Learn the key advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage low latency.
3+
title: Advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage Low Latency
4+
description: Learn the key advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage Low Latency.
55
content:
6-
h1: Advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage low latency
7-
paragraph: Learn the key advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage low latency.
6+
h1: Advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage Low Latency
7+
paragraph: Learn the key advantages of migrating your Block Storage legacy volumes and snapshots to Block Storage Low Latency.
88
tags: volumes block-storage 5kiops 10kiops sbs low-latency
99
dates:
1010
validation: 2025-01-03
@@ -13,13 +13,11 @@ categories:
1313
- storage
1414
---
1515

16-
## Transitioning from the Instances API to the Block Storage API for volume and snapshot management
16+
## Transitioning from the Instance API to the Block Storage API for volume and snapshot management
1717

18-
Scaleway is transitioning the management of all Block Storage legacy volumes and snapshots from the [Instances API](https://www.scaleway.com/en/developers/api/instance/) to the [Block Storage API](https://www.scaleway.com/en/developers/api/block/). This means that Block Storage volumes and snapshots will no longer be available from the [Compute section](https://console.scaleway.com/instance/) in the Scaleway console, but from the [Storage section](https://console.scaleway.com/block-storage).
18+
Scaleway is transitioning the management of all Block Storage legacy volumes and snapshots from the [Instance API](https://www.scaleway.com/en/developers/api/instance/) to the [Block Storage API](https://www.scaleway.com/en/developers/api/block/). All Block Storage volumes and snapshots created via the [Scaleway console](https://console.scaleway.com) will no longer be available from the [Compute section](https://console.scaleway.com/instance/), but from the [Storage section](https://console.scaleway.com/block-storage).
1919

20-
This change provides you with enhanced performance and advanced storage capabilities. If you have created volumes and snapshots via the Instances API, we strongly recommend migrating them to the Block Storage API to benefit from these improvements.
21-
22-
All Block Storage volumes and snapshots created via the Scaleway console, whether from the Instances section or the Block Storage section, are now created using the Block Storage API.
20+
This change provides you with enhanced performance and advanced storage capabilities. If you have created volumes and snapshots via the Instance API, we **strongly recommend migrating them to the Block Storage API** to benefit from these improvements.
2321

2422
Local volumes will remain exclusively supported by the Instance API.
2523

@@ -30,25 +28,25 @@ By migrating your Block Storage volumes and snapshots to the Block Storage API,
3028
- **Low latency**: volumes managed by the Block Storage API leverage modern hardware, ensuring faster access times and smoother performance.
3129
- **Higher IOPS performance**: benefit from up to 5K IOPS (input/output operations per second) with Block Storage Low Latency volumes and 15K IOPS with higher-tier offerings. These performance improvements are ideal for applications requiring rapid data access and high-speed operations.
3230

33-
## Differences between volumes managed by the Instances API and the Block Storage API
31+
## Differences between volumes managed by the Instance API and the Block Storage API
3432

35-
Volumes created with the Instances API differ from those created with the Block Storage API in both hardware and performance characteristics:
33+
Volumes created with the Instance API differ from those created with the Block Storage API in both hardware and performance characteristics:
3634

3735
### Underlying hardware
3836

39-
Instances API volumes are built on **older-generation SSDs**, resulting in **slower performance and have a higher latency**, which may impact the responsiveness of applications.
37+
Instance API volumes are built on **older-generation SSDs**, resulting in **slower performance and have a higher latency**, which may impact the responsiveness of applications.
4038

4139
Block Storage API volumes are powered by **modern NVMe (Non-Volatile Memory Express) disks**, which are optimized for **high-speed operations**. They also have **advanced hardware** which ensures faster data access and lower latency.
4240

4341
### Performance
4442

45-
Instances API volumes have a **limited performance** due to older SSD technology. They also have a **lower IOPS and slower data processing speed**.
43+
Instance API volumes have a **limited performance** due to older SSD technology. They also have a **lower IOPS and slower data processing speed**.
4644

4745
Block Storage API volumes benefit from e**nhanced performance with up to 15K IOPS**.
4846

4947
### Latency
5048

51-
Instances API volumes have a **higher latency**, making them less suitable for applications requiring quick data retrieval.
49+
Instance API volumes have a **higher latency**, making them less suitable for applications requiring quick data retrieval.
5250

5351
Block Storage API volumes have a **reduced latency** which ensures faster application response times. They are ideal for workloads requiring rapid and reliable data access.
5452

0 commit comments

Comments
 (0)