diff --git a/content/guides/user-guides/delfin/add-driver-support/_index.md b/content/guides/user-guides/delfin/add-driver-support/_index.md new file mode 100644 index 00000000..90f3263d --- /dev/null +++ b/content/guides/user-guides/delfin/add-driver-support/_index.md @@ -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 document repository (https://github.com/sodafoundation/documentation) +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 for 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) \ No newline at end of file diff --git a/content/guides/user-guides/delfin/driver-matrix-support/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/_index.md new file mode 100644 index 00000000..9c16f908 --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/_index.md @@ -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/) + + diff --git a/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md new file mode 100644 index 00000000..0f38035f --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md @@ -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 for 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 | | +| | | | | diff --git a/content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md new file mode 100644 index 00000000..1b35c34a --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md @@ -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 for 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 | | +| | | | |