From c9be44d9df836cf23e44d51c1be103ac05f9370d Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Fri, 18 Oct 2024 15:21:47 +0200 Subject: [PATCH] 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 <36301604+RoRoJ@users.noreply.github.com> --------- Co-authored-by: Benedikt Rollik Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx b/bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx index 3838afbdf5..25788b95a0 100644 --- a/bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx +++ b/bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx @@ -163,7 +163,7 @@ Below is an example of how to define a partitioning schema with RAID and NVMe di - Disks: - Each disk is specified with its device path (e.g., `/dev/nvme0n1` or `/dev/nvme1n1`). - - Partitions are defined with labels like `swap`, `boot`, `root`, `data`, and an optional `uefi` partition for systems using UEFI. + - 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. - Each partition has a `number` and `size` in bytes. - RAID (Optional): @@ -224,4 +224,4 @@ If you prefer a simpler configuration without RAID or ZFS, you can remove the `r "lvm": null } } -``` \ No newline at end of file +```