Skip to content

Guide update - How to configure and rebuild software RAID #8252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: How to configure and rebuild software RAID
excerpt: Find out how to verify the state of the software RAID of your server and rebuild it after a disk replacement
excerpt: Find out how to verify the state of your software RAID and rebuild it after a disk replacement
updated: 2023-08-21
---

Expand All @@ -14,7 +14,7 @@ The default RAID level for OVHcloud server installations is RAID 1, which double

## Requirements

- A [dedicated server](/links/bare-metal/bare-metal) with a software RAID configuration
- A [dedicated server](/links/bare-metal/bare-metal){.external} with a software RAID configuration
- Administrative (sudo) access to the server via SSH

## Instructions
Expand Down Expand Up @@ -382,4 +382,4 @@ mount /dev/md4 /home

[Hot Swap - Hardware RAID](/pages/bare_metal_cloud/dedicated_servers/hotswap_raid_hard)

Join our [community of users](/links/community).
Join our [community of users](/links/community).
Loading