Skip to content

Commit d9ab68d

Browse files
thiercelinflorianbene2k1jcirinosclwy
authored
feat(dedibox-hardware) offers not compatible for a replacement disk - ext-dedibox-hardware-offer-not-compatible (#5605)
* docs(dedibox-hardware): update retrieve disk position - ext-dedibox-hardware-defective-disk * docs(dedibox-hardware): update retrieve disk position - ext-dedibox-hardware-defective-disk * docs(dedibox-hardware): update retrieve disk position - ext-dedibox-hardware-defective-disk * feat(dedibox-hardware): offers not compatible for a replacement disk * feat(dedibox-hardware): offers not compatible for a replacement disk * feat(dedibox-hardware): offers not compatible for a replacement disk * feat(dedibox-hardware): offers not compatible for a replacement disk * Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --------- Co-authored-by: Benedikt Rollik <brollik@scaleway.com> Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com>
1 parent ca216f4 commit d9ab68d

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,44 @@ When you create a support ticket to replace a defective disk, you must also prov
194194
Use the following command to retrieve the position of all disks, and copy/paste the result into your support ticket:
195195

196196
<Message type="important">
197-
This command works **only for software RAID** setups.
197+
You do not need to perform this step if the machine is equipped with an **NVMe** disk.
198198
</Message>
199199

200+
Command result to be returned to support for software RAIDs only.
201+
200202
```
201203
lsblk --paths --sort HCTL --output hctl,name,size,model,rev,serial,tran,phy-sec --bytes | grep -v loop0
202204
```
203205

206+
For RAID controller P410, P420, P222
207+
208+
```
209+
ssacli ctrl all show config
210+
```
211+
212+
## Offers incompatible with disk replacement
213+
214+
<Message type="important">
215+
Some Dedibox machines are hosted on blade servers, where a single blade may host multiple customers.
216+
In these environments, replacing or disconnecting disks would affect other customers, making disk replacement unavailable.
217+
218+
If your server appears on the list and its storage status is indeed `FAILED`, open a [support ticket](/account/how-to/open-a-support-ticket/).
219+
</Message>
220+
221+
| Offers incompatible with disk replacement |
222+
|-----------------------------|
223+
| Start-2-S-SSD |
224+
| Start-2-XS-SATA |
225+
| Start-2-S-SATA |
226+
| Start-3-S-SSD |
227+
| Start-1-M-SATA |
228+
| Start-1-M-SSD |
229+
| Start-2-M-SATA |
230+
| Start-2-M-SSD |
231+
| Start-2-L |
232+
| Start-3-L |
233+
| Pro-6-XS |
234+
204235
<Message type="tip">
205236
For more information on Smartmontools, refer to the [official documentation](https://www.smartmontools.org/wiki/TocDoc).
206237
</Message>

0 commit comments

Comments
 (0)