Skip to content

Commit c9be44d

Browse files
pierreozouxbene2k1RoRoJ
authored
fix: clarify partition labels (#3855)
* fix: clarify partition labels * Update bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: Benedikt Rollik <[email protected]> Co-authored-by: Rowena Jones <[email protected]>
1 parent 6d9addb commit c9be44d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Below is an example of how to define a partitioning schema with RAID and NVMe di
163163

164164
- Disks:
165165
- Each disk is specified with its device path (e.g., `/dev/nvme0n1` or `/dev/nvme1n1`).
166-
- Partitions are defined with labels like `swap`, `boot`, `root`, `data`, and an optional `uefi` partition for systems using UEFI.
166+
- Partitions are defined with labels. The default value is `unknown_partition_label`, and possible values are: `uefi`, `legacy`, `root`, `boot`, `swap`, `data`, `home`, `raid`. Refer to the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal/#path-servers-install-an-elastic-metal-server) for full details.
167167
- Each partition has a `number` and `size` in bytes.
168168

169169
- RAID (Optional):
@@ -224,4 +224,4 @@ If you prefer a simpler configuration without RAID or ZFS, you can remove the `r
224224
"lvm": null
225225
}
226226
}
227-
```
227+
```

0 commit comments

Comments
 (0)