Skip to content

Version 1.0.0 release

Compare
Choose a tag to compare
@tasleson tasleson released this 17 Mar 18:01

Release version 1

  • Numerous constants re-naming & removing
  • Removed the pool create/delete until things work better, esp. WRT SMI-S
  • Added checks for initiator ID verification
  • Added checks for VPD 0x83 verification
  • Simplified error logging (removed domain & level)
  • Re-named functions for online, offline -> enable,disable
  • Always use objects instead of object ID in function parameters
  • Removed individual files from fs snapshot creation
  • Add unsupported actions for pools
  • lsm_capability_set_n uses a -1 to terminate list
  • Volume status removed, replaced with admin state
  • Removed ibmv7k plugin, use SMI-S plug-in instead
  • Explicitly specify python2
  • Error path consistency changes (same error for same condition
    across plug-ins)
  • Numerous bug fixes