Skip to content

Version 0.6.4

Latest
Compare
Choose a tag to compare
@ralequi ralequi released this 09 May 12:38
· 4 commits to master since this release
e9d72f3
  • New features:

    • [Controller] Added methods to control the foreign configuration. (PR #11)
    • [Controller] Now some storcli calls can return an error and get handled without raising exceptions. (Issue #13)
    • [Drive] Added some aliases to drive.state & drive.set_state method. (Issue #12)
    • Added enum-class StorcliError. This Enum stores any posible (documented) error reported by storcli. We can expect & catch some of them if we want to
  • Changes:

    • [Storcli] Migrated from subprocess.run -> subprocess.popen. Requested by @ulmitov in Issue #13

Thanks to @ulmitov & @dgilbert101 for the contributions to this release