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

Add support for Adaptec RAID controllers #5

Open
tk-wfischer opened this issue Jan 5, 2017 · 2 comments
Open

Add support for Adaptec RAID controllers #5

tk-wfischer opened this issue Jan 5, 2017 · 2 comments

Comments

@tk-wfischer
Copy link
Member

Currently TKperf supports Linux Software RAID and Broadcom (former Avago/LSI) MegaRAID controlls.

Support for Adaptec controllers would be a nice enhancement.

@MarkusFreitag
Copy link

Since your benchmark suite is pretty useful, I would like to contribute some more code. I started the build a wrapper library for the Adaptec raidcontroller. Currently my goal is to support as much commands as possible of the arcconf tool. If there are some important ones from your side, please let me know.

@tk-wfischer
Copy link
Member Author

Thank you for your help - we appreciate it :-)

To support Adaptec Controllers we would recommend to create a new class for it, like there is there class "Storcli": https://github.com/thomas-krenn/TKperf/blob/master/src/system/OS.py#L157

In addition, the class "RAID" would need to be enhanced: https://github.com/thomas-krenn/TKperf/blob/master/src/perfTest/Devices.py#L547

If you have any questions, just let us know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants