Skip to content

Commit 4c2f952

Browse files
fix(blk): remove mentions of migrations (#5759)
1 parent a58f7b5 commit 4c2f952

File tree

4 files changed

+6
-24
lines changed

4 files changed

+6
-24
lines changed

macros/storage/block-storage-migration.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

pages/block-storage/how-to/identify-volumes-snapshot-type.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ dates:
77
posted: 2025-03-24
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
10-
import BlockStorageMigration from '@macros/storage/block-storage-migration.mdx'
11-
1210

1311
Scaleway Block Storage allows you to identify the type of a volume or snapshot using the Scaleway console.
1412

@@ -19,8 +17,6 @@ Scaleway Block Storage allows you to identify the type of a volume or snapshot u
1917
- Created [Block Storage volumes](/block-storage/how-to/create-a-volume/)
2018
- Created [snapshots](/block-storage/how-to/create-a-snapshot/)
2119

22-
<BlockStorageMigration />
23-
2420
## How to identify your volume type
2521

2622
1. Click **Block Storage** in the **Storage** section of the side menu. A list of your volumes displays.

pages/block-storage/index.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,22 @@ description: Explore Scaleway Block Storage with quickstart guides, how-tos, and
5050

5151
<Grid>
5252
<Card
53-
title="Managing a Block Storage volume"
54-
url="/block-storage/api-cli/managing-a-volume/"
53+
title="Mounting a Block Storage volume"
54+
url="/block-storage/how-to/mount-a-volume/"
5555
label="Read more"
5656
/>
5757
<Card
58-
title="Advantages of migrating from the Instance API to the Block Storage API for managing block volumes and snapshots"
59-
url="/block-storage/reference-content/advantages-migrating-to-sbs/"
58+
title="Increeasing the size of a volume"
59+
url="/block-storage/api-cli/increasing-volume-size/"
6060
label="Read more"
6161
/>
6262
<Card
63-
title="Identify the API managing your Block Storage volumes and snapshots"
64-
url="/block-storage/api-cli/identifying-volume-snapshot-api/"
63+
title="Increasing the size of a partition"
64+
url="/block-storage/api-cli/increasing-partition-size/"
6565
label="Read more"
6666
/>
6767
</Grid>
6868

69-
7069
<ClickableBanner
7170
productLogo="cli"
7271
title="Block Storage API"

pages/block-storage/quickstart.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ dates:
77
posted: 2023-11-23
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
10-
import BlockStorageMigration from '@macros/storage/block-storage-migration.mdx'
1110

1211

1312
Scaleway [Block Storage](/block-storage/concepts/#block-device) provides network-attached storage that can be plugged in and out of [Instances](/instances/concepts/#instance) like a virtual hard drive. Block Storage devices are independent of the Local Storage of Instances, and the fact that they are accessed over a network connection makes it easy to move them between Instances in the same [Availability Zone](/instances/concepts/#availability-zone).
1413

1514
From the user's point of view, once [mounted](/block-storage/api-cli/managing-a-volume/#mounting-and-using-a-block-storage-volume), the block device behaves like a regular disk.
1615

17-
<BlockStorageMigration />
18-
1916
## Console overview
2017
Discover the Block Storage interface on the Scaleway console.
2118
<GuideFlow src="https://app.guideflow.com/embed/gkydgm0u4k"/>

0 commit comments

Comments
 (0)