Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delfin driver matrix support template #140

Merged
merged 21 commits into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a61c1d6
delfin driver matrix support template
Shruthi-1MN Feb 3, 2021
792897c
changed the folder structure and filled vmax properties in the table
Shruthi-1MN Feb 16, 2021
dd362dc
Filled oceanstor driver data and added sample driver template
Shruthi-1MN Feb 22, 2021
bde9565
attached sample driver details and corrected additional information
Shruthi-1MN Feb 24, 2021
f697065
missed to push changes of add-driver-matrix/_index.md file
Shruthi-1MN Feb 24, 2021
698be32
removed extra information
Shruthi-1MN Feb 24, 2021
8651b86
corrected deploy preview of add driver matrix index file
Shruthi-1MN Feb 25, 2021
b0fdbca
corrected deploy preview of delfin index file
Shruthi-1MN Feb 25, 2021
609dc50
corrected deploy preview of delfin index file
Shruthi-1MN Feb 25, 2021
2d83a5c
corrected deploy preview of delfin index file
Shruthi-1MN Feb 25, 2021
1de0711
updated the list syntax
Shruthi-1MN Feb 25, 2021
74bb105
modified the indentation
Shruthi-1MN Feb 25, 2021
8868ca6
modified the indentation
Shruthi-1MN Feb 25, 2021
f5dfc87
added clear description for attributes
Shruthi-1MN Feb 26, 2021
2a95ac0
table rowspan missing updated
Shruthi-1MN Feb 26, 2021
0466761
Removed extra blank rows from tables
Shruthi-1MN Feb 26, 2021
ca1cc2a
Added some more matrics for performance metrix table
Shruthi-1MN Feb 26, 2021
9a82014
deleted empty support matrix data driver templates
Shruthi-1MN Feb 26, 2021
73747f7
remove extra attributes and updated the additional information fields
Shruthi-1MN Feb 26, 2021
6680f3d
corrected syntax, content
Shruthi-1MN Feb 26, 2021
ad8e6bd
Deleted empty tables
Shruthi-1MN Feb 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/support-matrix/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Support Matrix
description: "Support matrix data for SODA can be found here"
weight: 5
disableToc: false
---

This section provides information about the support matrix data for SODA.


{{%children style="h3" description="true" %}}
32 changes: 32 additions & 0 deletions content/support-matrix/delfin/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Delfin
menuTitle: Delfin
description: "Support matrix data for drivers of Delfin project"
weight: 10
disableToc: false
tags: ["support matrix", "delfin", "drivers"]
---

Delfin project aims to overcome a challenge to manage heterogeneous storage devices on a single platform.
NajmudheenCT marked this conversation as resolved.
Show resolved Hide resolved
Delfin has standardized common API services.

1) Registering the devices for the following operations
anvithks marked this conversation as resolved.
Show resolved Hide resolved
* Alert service
* Performance monitoring
2) Query to get the information(capacity, performance, alert)
3) Exporter interface, provides class interfaces for external exporters to get data from SIM to third party platforms
4) DB interfaces to access data

We have list of vendors, if we click open on vendor name it has all delfin drivers supported data matrix.
Each driver page has different tables which contains supported data. Below are the tables,


1) Model and management software versions, it has list of management software versions.
2) Access information to register storage device table illustrates what are all the parameters required to register the storage device.
3) Supported alert source registration information table has information about what are the alert source and supported protocols.
4) Performance registration information table contains performance registration parameters information.
5) Resource data matrix table illustrates all the attributes of devices supported.
6) Alert data matrix table has alert attributes/parameters which are supported by delfin.
7) Performance metric data table illustrates all supported parameters for performance analysis.

{{%children style="h3" description="true" %}}
Loading