Skip to content

Commit 4be54c0

Browse files
committed
gen(fix): fix false positives
1 parent 4ea5bf8 commit 4be54c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ ssacli ctrl all show config
308308
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
309309
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 18
310310
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
311-
187 Reported_Incorrect 0x0032 100 100 000 Old_age Always - 0
311+
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
312312
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 1
313313
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
314314
190 Airflow_Temperature_Cel 0x0022 071 061 045 Old_age Always - 29 (Min/Max 27/34)
@@ -397,10 +397,10 @@ ssacli ctrl all show config
397397
171 Program_Fail_Count 0x0032 100 100 000 Old_age Always - 1
398398
172 Erase_Fail_Count 0x0032 100 100 000 Old_age Always - 0
399399
173 Ave_Block-Erase_Count 0x0032 060 060 000 Old_age Always - 610
400-
174 Unexpected_Power_Loss_Ct 0x0032 100 100 000 Old_age Always - 6
401-
183 SATA_Interface_Downshift 0x0032 100 100 000 Old_age Always - 0
400+
174 Unexpect_Power_Loss_Ct 0x0032 100 100 000 Old_age Always - 6
401+
183 SATA_Interfac_Downshift 0x0032 100 100 000 Old_age Always - 0
402402
184 Error_Correction_Count 0x0032 100 100 000 Old_age Always - 0
403-
187 Reported_Incorrect 0x0032 100 100 000 Old_age Always - 0
403+
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
404404
194 Temperature_Celsius 0x0022 068 047 000 Old_age Always - 32 (Min/Max 24/53)
405405
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 10
406406
197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 0
@@ -438,7 +438,7 @@ ssacli ctrl all show config
438438
Local Time is: Wed Jan 22 11:21:05 2025 CET
439439
Firmware Updates (0x16): 3 Slots, no Reset required
440440
Optional Admin Commands (0x0017): Security Format Frmw_DL Self_Test
441-
Optional NVM Commands (0x005f): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestamp
441+
Optional NVM Commands (0x005f): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp
442442
Log Page Attributes (0x1e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg
443443
Maximum Data Transfer Size: 64 Pages
444444
Warning Comp. Temp. Threshold: 86 Celsius

pages/dedibox-ipv6/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dates:
1212

1313
## DUID
1414

15-
Each DHCP client and server has a **D**HCP **U**nique **I**identifier (DUID). DHCPv6 servers use the DUID to identify clients when assigning IPv6 addresses and other configuration parameters. DUIDs are made up of a 2-octet DUID type field, and a variable-length identifier field of up to 128 bytes. Four types of DUID are identified in [RFC 8415](https://tools.ietf.org/html/rfc8415):
15+
Each DHCP client and server has a **D**HCP **U**nique **I**dentifier (DUID). DHCPv6 servers use the DUID to identify clients when assigning IPv6 addresses and other configuration parameters. DUIDs are made up of a 2-octet DUID type field, and a variable-length identifier field of up to 128 bytes. Four types of DUID are identified in [RFC 8415](https://tools.ietf.org/html/rfc8415):
1616
_ Link-layer address (MAC address) plus time (DUID-LLT)
1717
_ Vendor-assigned unique ID based on enterprise number (DUID-EN)
1818
_ Link-layer address (MAC address) (DUID-LL)

0 commit comments

Comments
 (0)