-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delfin driver matrix support template
- Loading branch information
1 parent
b35ac9b
commit 0806ef6
Showing
4 changed files
with
201 additions
and
0 deletions.
There are no files selected for viewing
77 changes: 77 additions & 0 deletions
77
content/guides/user-guides/delfin/add-driver-support/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: Add new driver support matrix | ||
description: "User guide to add new delfin driver support matrix" | ||
weight: 40 | ||
disableToc: false | ||
tags: ["user guide", "delfin", "drivers"] | ||
--- | ||
Find below steps to add new delfin driver support matrix | ||
1. Clone the documentation repository (https://github.com/sodafoundation/documentation.git) | ||
2. Navigate to folder structure content/guides/user-guides/delfin/driver-matrix-support | ||
3. Create a new folder and follow the naming `vendor-model`. For example `dell-emc-vmax` | ||
4. Create a new file `_index.md` | ||
5. Add the frontmatter as follows. Change the content as required. | ||
``` | ||
--- | ||
title: Dell EMC VMAX | ||
menuTitle: Dell EMC VMAX | ||
description: "Dell EMC VMAX Support Matrix" | ||
weight: 20 | ||
disableToc: false | ||
tags: ["user guide", "delfin", "drivers", "dell emc"] | ||
--- | ||
``` | ||
{{% notice note %}} | ||
Please ensure you copy the entire frontmatter including both the `---` | ||
{{% /notice %}} | ||
|
||
6. Use the following support matrix table template and populate it with appropriate data | ||
``` | ||
### Model and versions supported | ||
|Models | Firmware Versions | | ||
|---------|---------------------| | ||
| | | | ||
| | | | ||
### Access information to register storage | ||
|Access Type | Attributes | Description | | ||
|--------------|--------------|-------------| | ||
| | | | | ||
| | | | | ||
### Supported alert source registration information | ||
| Alert Source | Supported Protocols | Additional information| | ||
|--------------|---------------------|-----------------------| | ||
| | | | | ||
### Performance registration information | ||
| Resource | Interval | Historic collection available | Additional information | | ||
|----------|----------|-------------------------------|------------------------| | ||
| | | | | | ||
### Resource data matrix | ||
| Category/Feature | Attribute | Status | Additional information | | ||
|------------------|-----------|--------|------------------------| | ||
| | | | | | ||
### Alert data matrix | ||
| Attribute | Status | Additional information | | ||
|-----------|--------|------------------------| | ||
| | | | | ||
### Performance metric data | ||
| Category | Metric | Status | Additional information | | ||
|---------|----------|--------|-----------------------| | ||
| | Capacity | Implemented | | | ||
| Pool | IO | Implemented | | | ||
| | | | | | ||
``` | ||
7. Raise a PR to the documentation repository(https://github.com/sodafoundation/documentation) |
16 changes: 16 additions & 0 deletions
16
content/guides/user-guides/delfin/driver-matrix-support/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Delfin Driver Support Matrix | ||
menuTitle: Driver Support Matrix | ||
description: "Delfin Driver Support Matrix" | ||
weight: 40 | ||
disableToc: false | ||
tags: ["user guide", "delfin", "drivers"] | ||
--- | ||
|
||
The following drivers are supported by delfin. | ||
|
||
{{%children style="h3" description="true" %}} | ||
|
||
If you want to add new delfin driver support matrix, find the link [here](https://docs.sodafoundation.io/guides/user-guides/delfin/add-driver-support/) | ||
|
||
|
54 changes: 54 additions & 0 deletions
54
content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Dell EMC VMAX | ||
menuTitle: Dell EMC VMAX | ||
description: "Dell EMC VMAX Support Matrix" | ||
weight: 20 | ||
disableToc: false | ||
tags: ["user guide", "delfin", "drivers"] | ||
--- | ||
|
||
### Model and versions supported | ||
|
||
|Models | Firmware Versions | | ||
|---------|---------------------| | ||
| | | | ||
| | | | ||
|
||
### Access information to register storage | ||
|
||
|Access Type | Attributes | Description | | ||
|--------------|--------------|-------------| | ||
| | | | | ||
| | | | | ||
|
||
### Supported alert source registration information | ||
|
||
| Alert Source | Supported Protocols | Additional information| | ||
|--------------|---------------------|-----------------------| | ||
| | | | | ||
|
||
### Performance registration information | ||
|
||
| Resource | Interval | Historic collection available | Additional information | | ||
|----------|----------|-------------------------------|------------------------| | ||
| | | | | | ||
|
||
### Resource data matrix | ||
|
||
| Category/Feature | Attribute | Status | Additional information | | ||
|------------------|-----------|--------|------------------------| | ||
| | | | | | ||
|
||
### Alert data matrix | ||
|
||
| Attribute | Status | Additional information | | ||
|-----------|--------|------------------------| | ||
| | | | | ||
|
||
### Performance metric data | ||
|
||
| Category | Metric | Status | Additional information | | ||
|---------|----------|--------|-----------------------| | ||
| | Capacity | Implemented | | | ||
| Pool | IO | Implemented | | | ||
| | | | | |
54 changes: 54 additions & 0 deletions
54
content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Huawei OceanStor | ||
menuTitle: Huawei OceanStor | ||
description: "Huawei OceanStor Support Matrix" | ||
weight: 20 | ||
disableToc: false | ||
tags: ["user guide", "delfin", "drivers", "huawei"] | ||
--- | ||
|
||
### Model and versions supported | ||
|
||
|Models | Firmware Versions | | ||
|---------|---------------------| | ||
| | | | ||
| | | | ||
|
||
### Access information to register storage | ||
|
||
|Access Type | Attributes | Description | | ||
|--------------|--------------|-------------| | ||
| | | | | ||
| | | | | ||
|
||
### Supported alert source registration information | ||
|
||
| Alert Source | Supported Protocols | Additional information| | ||
|--------------|---------------------|-----------------------| | ||
| | | | | ||
|
||
### Performance registration information | ||
|
||
| Resource | Interval | Historic collection available | Additional information | | ||
|----------|----------|-------------------------------|------------------------| | ||
| | | | | | ||
|
||
### Resource data matrix | ||
|
||
| Category/Feature | Attribute | Status | Additional information | | ||
|------------------|-----------|--------|------------------------| | ||
| | | | | | ||
|
||
### Alert data matrix | ||
|
||
| Attribute | Status | Additional information | | ||
|-----------|--------|------------------------| | ||
| | | | | ||
|
||
### Performance metric data | ||
|
||
| Category | Metric | Status | Additional information | | ||
|---------|----------|--------|-----------------------| | ||
| | Capacity | Implemented | | | ||
| Pool | IO | Implemented | | | ||
| | | | | |