From a90f14813ae9d76a7423be2a05ed15b7349b270f Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Wed, 13 Nov 2024 17:44:37 +0100 Subject: [PATCH] docs(block-storage): weekly review --- storage/block/concepts.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/block/concepts.mdx b/storage/block/concepts.mdx index 761c395365..5c371920d5 100644 --- a/storage/block/concepts.mdx +++ b/storage/block/concepts.mdx @@ -7,7 +7,7 @@ content: paragraph: Explore essential concepts of Block Storage, including block devices, IOPS, SANs, local volumes, and their roles in enhancing storage performance and reliability. tags: block storage volumes concept dates: - validation: 2024-05-06 + validation: 2024-11-13 categories: - block-storage - storage @@ -23,8 +23,8 @@ IOPS or Input/Ouptut Operations Per Second, is a unit of measurement that indica Scaleway Block Storage Low Latency offers two IOPS limits: -- 5000 IOPS -- 15 000 IOPS +- 5000 IOPS (5K IOPS) +- 15 000 IOPS (15K IOPS) ## Local volume @@ -36,4 +36,4 @@ A Storage Area Network (SAN) consists of interconnected machines, network infras ## Volumes -A storage space used by your Instances. Several volumes can be [attached to an Instance](/storage/block/how-to/attach-a-volume/). In addition, they can be [snapshotted](/storage/block/how-to/create-a-snapshot/), [mounted](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume) or [unmounted](/storage/block/api-cli/unmounting-a-volume/). \ No newline at end of file +A volume is a storage space used by your Instances. Several volumes can be [attached to an Instance](/storage/block/how-to/attach-a-volume/). In addition, they can be [snapshotted](/storage/block/how-to/create-a-snapshot/), [mounted](/storage/block/api-cli/managing-a-volume/#mounting-and-using-a-volume) or [unmounted](/storage/block/api-cli/unmounting-a-volume/). \ No newline at end of file