Skip to content

Commit 81305a4

Browse files
Apply suggestions from code review
Co-authored-by: cgilb-scaleway <[email protected]>
1 parent f7d3fe9 commit 81305a4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ curl --location "https://api.scaleway.com/instance/v1/zones/$SCW_AVAILABILITY_ZO
9292
<Message type="tip">
9393
Supported volume IDs include:
9494
- Local Storage volumes (`l_ssd`)
95-
- Block Storage Low Latency volumes (`sbs`)
96-
- Block Storage legacy (`sbs_volume`) volumes (deprecated).
95+
- Block Storage Low Latency volumes (`sbs_volume`)
9796
</Message>
9897

pages/instances/reference-content/identify-devices.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ On a Linux host, devices are named by the kernel in the order they are discovere
1313

1414
This guide aims to provide tips to help you stably identify devices on a Linux host.
1515

16-
## Identifying Instance Block Storage volumes (sbs)
16+
## Identifying Block Storage volumes (sbs)
1717

18-
Instance Block Storage volumes are connected to the Instance as SCSI disks. They will therefore appear as devices handled by the sd driver in the dev file system, i.e. as `/dev/sd{a,b,c...}` devices.
18+
Block Storage volumes (`sbs_volume`) are connected to the Instance as SCSI disks. They will therefore appear as devices handled by the sd driver in the dev file system, i.e. as `/dev/sd{a,b,c...}` devices.
1919

20-
SCSI disks have multiple attributes, such as vendor and product/model. They also have a serial. Instance Block Storage (`sbs_volume`) volumes have the vendor name `SCW`, the model/product name `sbs`, and a serial set to `volume-<uuid>` where `<uuid>` is the ID of the volume.
20+
SCSI disks have multiple attributes, such as vendor and product/model. They also have a serial. Block Storage (`sbs_volume`) volumes have the vendor name `SCW`, the model/product name `sbs`, and a serial set to `volume-<uuid>` where `<uuid>` is the ID of the volume.
2121

2222
The `lsblk` can be used to list SCSI devices and will show these attributes:
2323

0 commit comments

Comments
 (0)