Skip to content

Commit e365b22

Browse files
docs(blk): reuse concepts from Instances doc MTA-6210 (#5174)
* docs(blk): reuse concepts from Instances doc MTA-6210 * docs(blk): fix missing tuto index * docs(blk): fix missing tuto index * docs(blk): make more macros * docs(blk): fix * Update macros/concepts/availability-zone.mdx Co-authored-by: Jessica <[email protected]> * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Jessica <[email protected]>
1 parent 0539094 commit e365b22

File tree

9 files changed

+68
-25
lines changed

9 files changed

+68
-25
lines changed

macros/concepts/availability-zone.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
macro: availability-zone
3+
---
4+
5+
An Availability Zone refers to an isolated location within a specific region. Each Availability Zone provides its own services and infrastructure. For example, `fr-par-1`, `fr-par-2`, and `fr-par-3` are Availability Zones within the Paris region.
6+
7+
For an extensive list of which regions and AZ a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/).

macros/concepts/block-snapshot.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
macro: block-snapshot
3+
---
4+
5+
A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/block-storage/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.

macros/concepts/block-volumes.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
macro: block-volumes
3+
---
4+
5+
Block volumes provide network-attached storage you can plug in/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.

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 extra block volumes.

macros/concepts/region.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
macro: region
3+
---
4+
5+
A region is a geographical area such as France (Paris: fr-par), the Netherlands (Amsterdam: nl-ams), or Poland (Warsaw: pl-waw) in which Scaleway products and resources are located. Each region contains multiple Availability Zones.
6+
7+
For an extensive list of which regions and AZs a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/).

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: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ categories:
1414
- storage
1515
---
1616

17-
## Block device
17+
## Availability Zone
1818

19-
A block device is a storage volume on a network-connected storage system that is exposed to the guest operating system as if it were a physical disk.
19+
<Macro id="availability-zone" />
20+
21+
## Block volumes
22+
23+
<Macro id="block-volumes" />
24+
25+
## Boot-on-block
26+
27+
<Macro id="storage-boot-on-block" />
2028

2129
## IOPS
2230

@@ -29,7 +37,15 @@ Scaleway Block Storage Low Latency offers two IOPS limits:
2937

3038
## Local volume
3139

32-
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" />
41+
42+
## Region
43+
44+
<Macro id="region" />
45+
46+
## Snapshot
47+
48+
<Macro id="block-snapshot" />
3349

3450
## Storage Area Networks (SANs)
3551

pages/instances/concepts.mdx

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ categories:
1414

1515
## Availability Zone
1616

17-
An Availability Zone refers to an isolated location within a specific region. Each Availability Zone provides its own services and infrastructure. For example, `fr-par-1`, `fr-par-2`, and `fr-par-3` are Availability Zones within the Paris region.
18-
19-
For an extensive list of which regions and AZ a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/)
17+
<Macro id="availability-zone" />
2018

2119
## Block volumes
2220

23-
Block volumes provide network-attached storage you can plug in/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.
21+
<Macro id="block-volumes" />
2422

2523
## Boot-on-block
2624

@@ -88,7 +86,7 @@ With IP mobility, there are no NAT IPs anymore. The public IP is entirely routed
8886

8987
## Local volumes
9088

91-
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" />
9290

9391
## Placement groups
9492

@@ -128,9 +126,7 @@ Public IP addresses are routed on the internet. You can enter the public IP addr
128126

129127
## Region
130128

131-
A region is a geographical area such as France (Paris: fr-par), the Netherlands (Amsterdam: nl-ams), or Poland (Warsaw: pl-waw) in which Scaleway products and resources are located. Each region contains multiple Availability Zones.
132-
133-
For an extensive list of which regions and AZ a resource is available in, refer to our [Product availability guide](/account/reference-content/products-availability/)
129+
<Macro id="region" />
134130

135131
## Rescue mode
136132

@@ -154,7 +150,7 @@ Security groups allow you to [create rules to drop or allow public traffic comin
154150

155151
## Snapshot
156152

157-
A snapshot takes a picture of a specific volume at one point in time. For example, you may have a server with one volume containing the OS and another containing the application data and want to use different snapshot strategies on both volumes. [Creating snapshots of your volumes](/block-storage/how-to/create-a-snapshot/) gives you total freedom of which volumes you want to back up, while [images](#image) are more convenient for full backups of your Instance.
153+
<Macro id="block-snapshot" />
158154

159155
## Snapshot type
160156

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

179175
## Volumes
180176

181-
Volumes are the storage space of your Instances. Two types of volumes exist:
182-
183-
* **[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).
184-
185-
* **[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)