Skip to content

Commit c2ee0fa

Browse files
committed
docs(blk): make more macros
1 parent 6306291 commit c2ee0fa

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

macros/concepts/local-volumes.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
macro: local-volumes
3+
---
4+
5+
The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). In any case, it is always possible to increase the storage of an Instance by adding additional block volumes.

macros/concepts/volumes.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
macro: volumes
3+
---
4+
5+
Volumes are the storage space of your Instances. Two types of volumes exist:
6+
7+
* **[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](/instances/concepts/#boot-on-block).
8+
9+
* **[Block volumes*](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.

pages/block-storage/concepts.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ categories:
2222

2323
<Macro id="block-volumes" />
2424

25+
## Boot-on-block
26+
27+
<Macro id="storage-boot-on-block" />
28+
2529
## IOPS
2630

2731
IOPS or Input/Ouptut Operations Per Second, is a unit of measurement that indicates how many read/write operations a storage device is performing per second.
@@ -33,7 +37,7 @@ Scaleway Block Storage Low Latency offers two IOPS limits:
3337

3438
## Local volume
3539

36-
The local volume of an Instance is an all SSD-based storage solution, using a RAID array for redundancy and performance, that is hosted on the local hypervisor.
40+
<Macro id="local-volumes" />
3741

3842
## Region
3943

pages/instances/concepts.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ With IP mobility, there are no NAT IPs anymore. The public IP is entirely routed
8686

8787
## Local volumes
8888

89-
The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). In any case, it is always possible to increase the storage of an Instance by adding additional block volumes.
89+
<Macro id="local-volumes" />
9090

9191
## Placement groups
9292

@@ -174,8 +174,4 @@ Tags allow you to organize, sort, filter, and monitor your cloud resources using
174174

175175
## Volumes
176176

177-
Volumes are the storage space of your Instances. Two types of volumes exist:
178-
179-
* **[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block).
180-
181-
* **[Block volumes*](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
177+
<Macro id="volumes" />

pages/local-storage/concepts.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ categories:
1414

1515
## Block volumes
1616

17-
Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. From a user's point of view, block volumes behave like regular disks and can be used to increase the storage of an Instance.
17+
<Macro id="block-volumes" />
1818

19-
## Boot-on-Block
19+
## Boot-on-block
2020

21-
Some Instance types do not use local volumes and instead boot directly on block volumes.
21+
<Macro id="storage-boot-on-block" />
2222

2323
## Local volumes
2424

25-
The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). In any case, it is always possible to increase the storage of an Instance by adding additional block volumes.
25+
<Macro id="local-volumes" />
2626

2727
## Power-off mode
2828

@@ -34,7 +34,4 @@ Standby mode is a way to stop an Instance temporarily. When you put an Instance
3434

3535
## Volumes
3636

37-
Volumes are the storage space of your Instances. Two types of volumes exist:
38-
39-
- **[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block).
40-
- **[Block volumes](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance.
37+
<Macro id="volumes" />

0 commit comments

Comments
 (0)