Skip to content

Commit

Permalink
feat(bare_metal_cloud/dedicated_servers): update partitioning links
Browse files Browse the repository at this point in the history
ref: PUBM-35206
  • Loading branch information
JayBeeDe committed Oct 17, 2024
1 parent f5b3e47 commit d1c36ee
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ With the following parameters:

`customizations` contains a hash with the answers to the OS-specific questions: hash key is the `name` of the question and its value is the answer to that question, in the requested `type`.

`storage` contains customization related to disks & hardware RAID, partitions, software RAID, LVM, ZFS, etc. See [OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh) for more details.
`storage` contains customization related to disks & hardware RAID, partitions, software RAID, LVM, ZFS, etc. See [OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh) for more details.

#### Linux payload example

Expand Down Expand Up @@ -323,7 +323,7 @@ You also can set it in the payload of the following API call :

[Bring Your Own Linux (BYOLinux)](/pages/bare_metal_cloud/dedicated_servers/bring-your-own-linux)

[OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)

[Managing software RAID](/pages/bare_metal_cloud/dedicated_servers/raid_soft)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,15 @@ The following table gives an overview of well known customer errors and how to f
|Could not download image located: `url`|Cannot download image from `imageURL`.|Check that a download with the `curl` command from your server works in rescue mode. If some HTTP specific headers are required, you can precise them with the `httpHeaders` argument.|
|Bad `checkSumType` for downloaded file, got: `n` while expecting `m`.|Incorrect checksum.|- Please ensure that you have specified the correct checksum.<br />- Check that a download with the `curl` command from your server works in rescue mode.|

See OVHcloud API & Partitioning [Common customer errors](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh#errors) for related partitioning issues.
See OVHcloud API and Storage [Common customer errors](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh#errors) for related partitioning issues.

## Go further

[Extensive details on BringYourOwnLinux](https://github.com/ovh/BringYourOwnLinux)

[OVHcloud API & OS installation](/pages/bare_metal_cloud/dedicated_servers/api-os-installation)

[OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)

[Bring Your Own Image (BYOI)](/pages/bare_metal_cloud/dedicated_servers/bring-your-own-image)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ You can use the following API call to get the details for each partition:

[OVHcloud API & OS installation](/pages/bare_metal_cloud/dedicated_servers/api-os-installation)

[OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)

[Managing hardware RAID](/pages/bare_metal_cloud/dedicated_servers/raid_hard)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ You can also check the progress of the rebuild with the following command :

[Configuring MegaRAID for RAID Level 0](/pages/bare_metal_cloud/dedicated_servers/megaraid_config)

[OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)

[Managing software RAID](/pages/bare_metal_cloud/dedicated_servers/raid_soft)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ The defective disk is now ready to be replaced by a datacentre technician. Once

[Managing software RAID](/pages/bare_metal_cloud/dedicated_servers/raid_soft)

[OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)

[Managing hardware RAID](/pages/bare_metal_cloud/dedicated_servers/raid_hard)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ RAID actions menu, select an option: [1-99 or e/p/w or 0 to quit] 0
[Configuring MegaRAID for RAID Level 0](/pages/bare_metal_cloud/dedicated_servers/megaraid_config)
[OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[Managing software RAID](/pages/bare_metal_cloud/dedicated_servers/raid_soft)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ mount /dev/md4 /home

[Hot Swap - Software RAID](/pages/bare_metal_cloud/dedicated_servers/hotswap_raid_soft)

[OVHcloud API & Partitioning](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)
[OVHcloud API and Storage](/pages/bare_metal_cloud/dedicated_servers/partitioning_ovh)

[Managing hardware RAID](/pages/bare_metal_cloud/dedicated_servers/raid_hard)

Expand Down

0 comments on commit d1c36ee

Please sign in to comment.