Skip to content

Commit

Permalink
corrected syntax, content
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruthi-1MN committed Feb 26, 2021
1 parent 73747f7 commit 6680f3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions content/support-matrix/delfin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tags: ["support matrix", "delfin", "drivers"]
Delfin project aims to overcome a challenge to manage heterogeneous storage devices on a single platform.
Delfin has standardized common API services.

Support matrix of each storage drivers are group to their vendor name.
Each driver support matrix include below topics.
Support matrix of each storage drivers are grouped by their vendor name.
Each driver support matrix includes below topics.


1. Model and management software versions supported:- List of storage models and required management software versions.
Expand Down
22 changes: 11 additions & 11 deletions content/support-matrix/delfin/add-driver-support/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please ensure you copy the entire frontmatter including both the `---`
{{% notice note %}}
Step 3, 4 and 5 are not required if there is already vendor folder name exists in the documentation repository
{{% /notice %}}
6. Under vendor folder name, create a new folder with `model` name. For example `VNX`.
6. Under vendor folder name, create a new folder with `model` name. For example `vnx`.
7. Create a new file `_index.md`.
8. Add the frontmatter as follows. Change the content as required.
```
Expand Down Expand Up @@ -120,27 +120,27 @@ Please ensure you copy the entire frontmatter including both the `---`
<table>
<tbody>
<tr>
<th>SNMP trap processing</th>
<td><strong>SNMP trap processing</strong></td>
<td>Specify whether SNMP trap is supported or not supported</td>
</tr>
<tr>
<th>Query backend alert</th>
<td><strong>Query backend alert</strong></td>
<td>Specify whether Query alert is supported or not supported</td>
</tr>
<tr>
<th>Clear backend alert</th>
<td><strong>Clear backend alert</strong></td>
<td>Specify whether Clear alert is supported or not supported</td>
</tr>
<tr>
<th>SNMP versions for trap</th>
<td><strong>SNMP versions for trap</strong></td>
<td>Specify SNMP supported version by driver</td>
</tr>
<tr>
<th>SNMP trap source</th>
<td><strong>SNMP trap source</strong></td>
<td>Alert source name supported by driver</td>
</tr>
<tr>
<th>Query alert source</th>
<td><strong>Query alert source</strong></td>
<td>Query alert source name supported by driver</td>
</tr>
</tbody>
Expand Down Expand Up @@ -198,7 +198,7 @@ Please ensure you copy the entire frontmatter including both the `---`
</tr>
<tr>
<td>Storage Id</td>
<td>Id generated by delfin to identify the storage device</td>
<td>Id generated by Delfin to identify the storage device</td>
</tr>
<tr>
<td>Storage Pool Id</td>
Expand All @@ -218,15 +218,15 @@ Please ensure you copy the entire frontmatter including both the `---`
</tr>
<tr>
<td>Total Capacity</td>
<td>total pool capacity(bytes)</td>
<td>Total pool capacity(bytes)</td>
</tr>
<tr>
<td>Used Capacity</td>
<td>Storage pool used capacity(bytes)</td>
</tr>
<tr>
<td>Free Capacity</td>
<td>Total-Used capacity(TB)</td>
<td>Total used capacity(TB)</td>
</tr>
<tr>
<td rowspan=11>Volume</td>
Expand All @@ -239,7 +239,7 @@ Please ensure you copy the entire frontmatter including both the `---`
</tr>
<tr>
<td>Storage Id</td>
<td>Id generated by delfin to identify the storage device</td>
<td>Id generated by Delfin to identify the storage device</td>
</tr>
<tr>
<td>Volume Id</td>
Expand Down

0 comments on commit 6680f3d

Please sign in to comment.