Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/block-storage/how-to/create-a-volume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to create a Block Storage low latency volume
description: Learn how to efficiently create a low-latency Block Storage volume with our detailed step-by-step guide. Enhance your storage performance seamlessly.
tags: create block storage volume add
dates:
validation: 2025-03-21
validation: 2025-09-25
posted: 2023-11-23
---
import Requirements from '@macros/iam/requirements.mdx'
Expand All @@ -22,8 +22,8 @@ import Requirements from '@macros/iam/requirements.mdx'
- Enter a name for your volume or leave the automatically generated name.
- Select an [IOPS](/block-storage/concepts/#iops) option. You cannot edit the IOPS of a volume after its creation.
<Message type="note">
To use **[Block Storage Low Latency](/block-storage/) 15k**, your Instance must have at least **3 GiB/s of block bandwidth**.
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/instances/reference-content/instances-bandwidth-overview/) documentation.
To use **Block Storage Low Latency 15k**, your Instance must have at least **3 GiB/s of block bandwidth**.
You can verify if an Instance type meets this requirement by consulting the [Scaleway Instances internet and Block Storage bandwidth overview](/block-storage/reference-content/block-instances-bandwidth-overview/) documentation.

Alternatively, use the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-instance-types-list-instance-types) to check the `block_bandwidth` field at `/instance/v1/zones/{zone}/products/servers`.
This field provides detailed information about block bandwidth for each Instance type, helping you ensure compatibility with high-performance storage.
Expand Down
2 changes: 1 addition & 1 deletion pages/block-storage/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Block Storage
description: Find troubleshooting resources for resolving issues with Scaleway Block Storage.
dates:
posted: 2025-03-12
validation: 2025-03-12
validation: 2025-09-25
productIcon: BlockStorageProductIcon
---
<ProductHeader
Expand Down
3 changes: 2 additions & 1 deletion pages/object-storage/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Object Storage
description: Resolve common issues with Scaleway Object Storage.
dates:
posted: 2025-09-17
validation: 2025-03-12
validation: 2025-09-25
productIcon: ObjectStorageProductIcon
---

Expand Down Expand Up @@ -54,6 +54,7 @@ productIcon: ObjectStorageProductIcon
label="See more"
/>
</Grid>

## Object Storage troubleshooting pages

<LinksList>
Expand Down
4 changes: 3 additions & 1 deletion pages/serverless-containers/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Containers
description: Troubleshooting guide for Scaleway Serverless Containers.
dates:
posted: 2025-09-17
validation: 2025-03-13
validation: 2025-09-25
productIcon: ContainersProductIcon
---

Expand Down Expand Up @@ -66,7 +66,9 @@ productIcon: ContainersProductIcon
- [My container stopped working after a redeploy](/serverless-containers/troubleshooting/container-stopped-after-redeploy)
- [Tests fail on Serverless Containers](/serverless-containers/troubleshooting/tests-fail-on-container)
- [I am experiencing clock drift with my Serverless Containers](/serverless-containers/troubleshooting/container-clock-drift)
- [My container is in an error state](/serverless-containers/troubleshooting/container-error-state/)
- [I am experiencing DNS issues with my container](/serverless-containers/troubleshooting/known-dns-containers-errors/)
- [I cannot access my container](/serverless-containers/troubleshooting/cannot-access-container/)
- [No data show up on Grafana dashboards](/serverless-containers/troubleshooting/no-data-grafana-dashboards/)
- [I get errors when using HTTP/1.0](/serverless-containers/troubleshooting/http1-errors/)
</LinksList>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Functions sandbox
description: Learn more about the sandboxing environments of Scaleway Serverless Functions.
tags: functions sandbox sandboxing gvisor isolation mechanism serverless v1 v2 clock drift skew
dates:
validation: 2025-03-13
validation: 2025-09-25
posted: 2021-10-12
---

Expand Down
2 changes: 1 addition & 1 deletion pages/serverless-functions/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Functions
description: Troubleshooting guide for Scaleway Serverless Functions.
dates:
posted: 2025-09-17
validation: 2025-03-13
validation: 2025-09-25
productIcon: FunctionsProductIcon
---

Expand Down
2 changes: 1 addition & 1 deletion pages/serverless-jobs/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Jobs
description: Troubleshooting guide for Scaleway Serverless Jobs.
dates:
posted: 2025-09-17
validation: 2025-03-13
validation: 2025-09-25
productIcon: ServerlessJobsProductIcon
---

Expand Down
Loading