Skip to content

Commit 68dee6d

Browse files
authored
Merge pull request #321 from ylebris/docs-storage-raid
Storage documentation -> software RAID
2 parents d59651a + 5fa36ed commit 68dee6d

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

docs/storage/storage.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,18 @@ There are storage types that are officially supported, and others that are provi
3737
<th>Officially Supported</th>
3838
</tr>
3939
<tr>
40-
<td rowspan="9">file based</td>
40+
<td rowspan="10">file based</td>
4141
<td>Local EXT</td>
4242
<td>X</td>
4343
<td></td>
4444
<td>X</td>
4545
</tr>
46+
<tr>
47+
<td>Software RAID</td>
48+
<td>X</td>
49+
<td></td>
50+
<td>**No. Provided as-is**</td>
51+
</tr>
4652
<tr>
4753
<td>NFS</td>
4854
<td>X</td>
@@ -92,12 +98,18 @@ There are storage types that are officially supported, and others that are provi
9298
<td>**No. Provided as-is**</td>
9399
</tr>
94100
<tr>
95-
<td rowspan="5">block based</td>
101+
<td rowspan="6">block based</td>
96102
<td>Local LVM</td>
97103
<td></td>
98104
<td></td>
99105
<td>X</td>
100106
</tr>
107+
<tr>
108+
<td>Software RAID</td>
109+
<td>X</td>
110+
<td></td>
111+
<td>**No. Provided as-is**</td>
112+
</tr>
101113
<tr>
102114
<td>iSCSI</td>
103115
<td></td>
@@ -155,6 +167,20 @@ xe sr-create host-uuid=<host UUID> type=ext content-type=user name-label="Local
155167

156168
In addition to the two main, rock-solid, local storages (EXT and LVM), XCP-ng offers storage drivers for other types of local storage (ZFS, XFS, etc.).
157169

170+
### Software RAID
171+
172+
Local, with ```mdadm```. Not recommended.
173+
174+
:::tip
175+
We strongly recommend using a hardware RAID system instead of software RAID.
176+
:::
177+
178+
:::warning
179+
**Software RAID storage integration is offered as-is** and does not come with official support.
180+
181+
We do not provide support for issues resulting from the choice of software RAID.
182+
:::
183+
158184
### NFS
159185

160186
Shared, thin-provisioned storage. Efficient, recommended for ease of maintenance and space savings.

0 commit comments

Comments
 (0)