Skip to content

Commit 1487b21

Browse files
committed
fix(gen): rename local storage
1 parent 18c9820 commit 1487b21

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

faq/billing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your monthly invoice is calculated at the end of each month and based on your ho
2323
For example:
2424
The Stardust1-s indicated at €0,0025 excl/hour can be split up as follows:
2525
- €0.00198/hour for the IP
26-
- €0.0004/hour for the 10 GB of Local Storage
26+
- €0.0004/hour for the 10 GB of Local NVMe storage
2727
- €0.00012/hour for the instance
2828

2929
For more information, refer to our dedicated [pricing page](https://www.scaleway.com/en/pricing/).

faq/blockstorage.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
meta:
33
title: Block Storage FAQ
4-
description: Explore Scaleway Block Storage with our comprehensive FAQ covering performance, persistence, and more. Learn how Block Storage compares to Local Storage and its compatibility with Scaleway resources.
4+
description: Explore Scaleway Block Storage with our comprehensive FAQ covering performance, persistence, and more. Learn how Block Storage compares to Local NVMe storage and its compatibility with Scaleway resources.
55
content:
66
h1: Block Storage
77
dates:
@@ -10,13 +10,13 @@ category: storage
1010
productIcon: BlockStorageProductIcon
1111
---
1212

13-
## Why should I use Block Storage instead of Local Storage?
13+
## Why should I use Block Storage instead of Local NVMe storage?
1414

15-
The size of Local Storage depends on your Instance type. With today's configurations, the maximum Local Storage available is 600 GB.
15+
The size of Local NVMe storage depends on your Instance type. With today's configurations, the maximum Local NVMe storage available is 600 GB.
1616

1717
Block Storage allows you to create bigger volumes and those volumes are persistent which means that they can live without being attached to an Instance.
1818

19-
| | **Block Storage** | **Local Storage** |
19+
| | **Block Storage** | **Local NVMe storage** |
2020
|--------------------|:---------------------------------:|:--------------------------------------------------------------------------------------------------------------:|
2121
| **Availability** | High | HV dependant (needs physical intervention to retrieve storage and data if HV dies) |
2222
| **Redundancy** | High (replica 3) | Low (RAID 5 - 5 disks) |

pages/block-storage/quickstart.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- storage
1515
---
1616

17-
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).
17+
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 NVMe 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).
1818

1919
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.
2020

pages/components/docs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ The above text come from a macro!
750750
</Message>
751751
- Choose an **Instance type**. Different Instance types have different prices, processing power, memory, storage options and bandwidth.
752752
- Add **Volumes**. Volumes are storage spaces used by your Instances.
753-
- For **GP1 Instances** you can leave the default settings of a maximum local storage, or choose how much [local](/instances/concepts#local-volumes) and/or [block](/instances/concepts#block-volumes) storage you want. Your **system volume** is the volume on which your Instance will boot. The system volume can be either a local or a block volume.
753+
- For **GP1 Instances** you can leave the default settings of a maximum Local NVMe storage, or choose how much [local](/instances/concepts#local-volumes) and/or [block](/instances/concepts#block-volumes) storage you want. Your **system volume** is the volume on which your Instance will boot. The system volume can be either a local or a block volume.
754754
- **PRO2** and **Enterprise** Instances boot directly [on block volumes](/instances/concepts/#boot-on-block). You can add several block volumes and define how much storage you want for each.
755755
<Message type="important">
756756
Please note that:

pages/gpu/how-to/use-scratch-storage-h100-instances.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- compute
1414
---
1515

16-
Scaleway H100 and L40S GPU Instances are equipped with additional scratch storage. This form of temporary Local Storage operates differently from our regular Local Storage.
16+
Scaleway H100 and L40S GPU Instances are equipped with additional scratch storage. This form of temporary Local NVMe storage operates differently from our regular Local NVMe storage.
1717

1818
Scratch storage temporarily accommodates data during computational or data processing tasks. It is commonly used for storing intermediate results, processing input data, or holding output data before that data is moved to more permanent storage.
1919

pages/instances/api-cli/migrating-instances.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To do so, you need the Instance’s ID and a valid API key.
4747
You can retrieve a list of all available Instance types using the command `scw instance server-type list`.
4848
</Message>
4949
<Message type="important">
50-
Ensure that Local Storage constraints are respected. For example, downgrading from a larger Instance type to a smaller one may not be possible if the smaller Instance type cannot support the existing Local Storage. Check the Scaleway documentation for specific constraints.
50+
Ensure that Local NVMe storage constraints are respected. For example, downgrading from a larger Instance type to a smaller one may not be possible if the smaller Instance type cannot support the existing Local NVMe storage. Check the Scaleway documentation for specific constraints.
5151
</Message>
5252

5353
3. Power on the Instance.
@@ -86,7 +86,7 @@ To do so, you need the Instance’s ID and a valid API key.
8686
curl -X PATCH -H "X-Auth-Token: $SCW_SECRET_KEY" -H "Content-Type: application/json" -d '{"commercial_type" : "<NEW_INSTANCE_TYPE>"}' "https://api.scaleway.com/instance/v1/zones/{zone}/servers/{server_id}"
8787
```
8888
<Message type="important">
89-
Local Storage constraints must be respected. For example, downgrading a DEV1-L Instance with 80 GB of local SSD storage to a DEV1-S Instance is not possible because the DEV1-S offer only supports a maximum of 20 GB. However, if the DEV1-L Instance is only using Block Storage (`b_ssd`) without relying on local SSD storage, the downgrade can be performed without any issues.
89+
Local NVMe storage constraints must be respected. For example, downgrading a DEV1-L Instance with 80 GB of local SSD storage to a DEV1-S Instance is not possible because the DEV1-S offer only supports a maximum of 20 GB. However, if the DEV1-L Instance is only using Block Storage (`b_ssd`) without relying on local SSD storage, the downgrade can be performed without any issues.
9090
</Message>
9191

9292
Output:

pages/instances/how-to/create-an-instance.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Select a tab below for instructions on how to create an Instance via either our
181181
| commercial-type | The commercial Instance type to create (string) | Any valid ID of a Scaleway commercial Instance type, e.g. `"GP1-S"`, `"PRO2-M"`. Use the [List Instance Types](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) endpoint to get a list of all valid Instance types and their IDs. |
182182
| image | The image to install on the Instance, e.g. a particular OS (string) | Any valid Scaleway image label, e.g. `ubuntu_noble` which is the label for the Ubuntu 24.04 Noble Numbat image. |
183183
| enable_ipv6 | Whether to enable IPv6 on the Instance (boolean) | `true` or `false` |
184-
| volumes | An object that specifies the storage volumes to attach to the Instance. Must respect the volume constraints of the `commercial_type` (i.e. for each type of Instance, a minimum amount of storage is required, and there is also a maximum that cannot be exceeded. Some Instance types support only Block Storage (`b_ssd`), others also support Local Storage (`l_ssd`) ). These constraints are available at the [List Instance Types](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) endpoint, via the `volume_constraints` parameter for each type listed in the response | A (dictionary) object with a minimum of one key (`"0"`) whose value is another object containing the parameters `"name"` (a name for the volume), `"size"` (the size for the volume, in bytes), and `"volume_type"` (`"l_ssd"` or `"b_ssd"`). Additional keys for additional volumes should increment by 1 each time (the second volume would have a key of `1`.) Further parameters are available, and it is possible to attach existing volumes rather than creating a new one, or create a volume from a snapshot. For full details see [here](https://www.scaleway.com/en/developers/api/instance/#path-volumes). |
184+
| volumes | An object that specifies the storage volumes to attach to the Instance. Must respect the volume constraints of the `commercial_type` (i.e. for each type of Instance, a minimum amount of storage is required, and there is also a maximum that cannot be exceeded. Some Instance types support only Block Storage (`b_ssd`), others also support Local NVMe storage (`l_ssd`) ). These constraints are available at the [List Instance Types](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) endpoint, via the `volume_constraints` parameter for each type listed in the response | A (dictionary) object with a minimum of one key (`"0"`) whose value is another object containing the parameters `"name"` (a name for the volume), `"size"` (the size for the volume, in bytes), and `"volume_type"` (`"l_ssd"` or `"b_ssd"`). Additional keys for additional volumes should increment by 1 each time (the second volume would have a key of `1`.) Further parameters are available, and it is possible to attach existing volumes rather than creating a new one, or create a volume from a snapshot. For full details see [here](https://www.scaleway.com/en/developers/api/instance/#path-volumes). |
185185

186186
4. Use the following curl command, replacing the payload with the one you specified in step 2, to create your Instance.
187187

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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 volumes (`l_ssd`)
54+
- Local NVMe storage volumes (`l_ssd`)
5555
- Block Storage Low Latency volumes (`sbs`)
5656
- Block Storage legacy (`b_ssd`) volumes (deprecated).
5757
</Message>
@@ -82,7 +82,7 @@ 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 volumes (`l_ssd`)
85+
- Local NVMe storage volumes (`l_ssd`)
8686
- Block Storage Low Latency volumes (`sbs`)
8787
- Block Storage legacy (`b_ssd`) volumes (deprecated).
8888
</Message>

pages/instances/how-to/use-standby-mode.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- compute
1414
---
1515

16-
[Standby mode](/instances/concepts/#standby-mode) temporarily stops an Instance. The Instance remains allocated to your account and all data remains on the Local Storage of the Instance.
16+
[Standby mode](/instances/concepts/#standby-mode) temporarily stops an Instance. The Instance remains allocated to your account and all data remains on the Local NVMe storage of the Instance.
1717

1818
<Macro id="requirements" />
1919

pages/instances/reference-content/choosing-instance-type.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Use this table to help identify the right Instance range for your use case and c
5555
| **Instance range** | [Learning](/instances/reference-content/learning/) | [Cost-Optimized](/instances/reference-content/cost-optimized/) | [Production-Optimized](/instances/reference-content/production-optimized/) | [Workload-Optimized](/instances/reference-content/workload-optimized/) |
5656
|-----------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5757
| **Use cases** | Discovering the Scaleway ecosystem<br />Hosting personal projects | Scaling your development and testing environment<br />Hosting CI/CD runners and containerized worker nodes | Hosting production workloads and business-critical applications<br />Ensuring predictable CPU performance in the face of high traffic | Hosting high-demanding analysis, in-memory calculation, big-data processing, high-performance or cache databases<br />Designed for high-performance web-serving, video encoding, machine learning, batch processing, CI/CD |
58-
| **Supported storage** | Resilient Block Storage or Local Storage | Resilient Block Storage or Local Storage, OR Resilient Block Storage only (depending on Instance type) | Resilient Block Storage | Resilient Block Storage |
58+
| **Supported storage** | Resilient Block Storage or Local NVMe storage | Resilient Block Storage or Local NVMe storage, OR Resilient Block Storage only (depending on Instance type) | Resilient Block Storage | Resilient Block Storage |
5959
| **vCPU** | 1 core | From 1 to 32 cores | From 2 to 96 cores | From 2 to 64 cores |
6060
| **Shared/Dedicated** | Shared vCPU | Shared vCPU | Dedicated vCPU | Dedicated vCPU |
6161
| **RAM** | 1 GiB | From 2 GiB to 128 GiB | From 8 GiB to 384 GiB | From 4 GiB to 512 GiB |

pages/kubernetes/concepts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The system volume is a read-only volume that stores essential files for the Kube
147147

148148
Depending on the type of node selected, we provide one or two types of volume.
149149

150-
- **Local Storage:** your system is stored locally on the hypervisor of your node.
150+
- **Local NVMe storage:** your system is stored locally on the hypervisor of your node.
151151
- **Block Storage:** your system is remotely stored on a centralized and resilient cluster.
152152

153153
As a general guideline, your system volume disk should have a capacity of at least 20 GB to ensure enough space to store the necessary system files and configurations.

pages/managed-databases-for-postgresql-and-mysql/concepts.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ The HA standby node is linked to the main node, using synchronous replication. S
9292
HA standby nodes are not accessible to users unless the main node becomes unavailable and the standby takes over. If you wish to run queries on a read-only node, you can use [Read Replicas](/managed-databases-for-postgresql-and-mysql/how-to/create-read-replica/).
9393
</Message>
9494

95-
## Local Storage
95+
## Local NVMe storage
9696

9797
With this type, your storage is fixed and tied to your compute resource.
9898

9999
<Message type="note">
100-
Local Storage is only available with first-generation node types.
100+
Local NVMe storage is only available with first-generation node types.
101101
</Message>
102102

103103
## Logs
@@ -122,7 +122,7 @@ A database type that uses the relational model, which means that it stores and p
122122

123123
## Volume type
124124

125-
This is the type of storage used on your Database Instances. Three types are available: [Local Storage](#local-storage), [Block Storage Legacy](#block-storage-legacy), and [Block Storage](#block-storage).
125+
This is the type of storage used on your Database Instances. Three types are available: [Local NVMe storage](#local-storage), [Block Storage Legacy](#block-storage-legacy), and [Block Storage](#block-storage).
126126

127127
<Message type="note">
128128
New Block Storage volumes are only available with new-generation node types and only in the PAR and AMS regions.

0 commit comments

Comments
 (0)