Naudit / pystorcli2

Python library provides wrapper around storcli tool to manage and control LSI MegaRAID controllers.
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

Add consistency check support #10

Closed dgilbert101 closed 1 year ago

dgilbert101 commented 1 year ago

The following pull request provides the following ablitities

Controller:

Virtual Drive: cc_start: starts a consistency check on a virtual drive cc_pause: pauses consistency check on a virtual drive cc_resume: resumes consistency check on a virtual drive cc_stop: stops consistency check if running on a virtual drive cc_running: check if the consistency check is running on a virtual drive cc_progress: % progress of the consistency check operation

coveralls commented 1 year ago

Coverage Status

Coverage: 54.471% (-0.7%) from 55.141% when pulling b6543e07680f351aaac38555f67ebf849da2750a on liveaction:develop into ab40e53ee66fca15abaf12f02a680940b0f76500 on Naudit:develop.

ralequi commented 1 year ago

Thanks for your contribution @dgilbert101 !