python-dracclient/dracclient
David Paterson 1d203354a2 Added is_jbod_capable method to raid resource
Some RAID controllers support JBOD (passthrough) mode, while others do not.
This method determines if the passed RAID controller supports JBOD mode.
Note: that the controller must have at least one disk in the non-RAID or ready
state, or this method will be unable to determine if the RAID controller
supports JBOD mode, and an exception will be thrown.

Co-Authored-By: Christopher Dearborn <Christopher.Dearborn@dell.com>
Change-Id: I62d8f92197faf6a6b4fe8a72da5c1a6a79d2af82
2018-06-29 11:20:09 -04:00
..
resources Added is_jbod_capable method to raid resource 2018-06-29 11:20:09 -04:00
tests Added is_jbod_capable method to raid resource 2018-06-29 11:20:09 -04:00
__init__.py Initial commit 2015-08-03 10:50:50 +02:00
client.py Added is_jbod_capable method to raid resource 2018-06-29 11:20:09 -04:00
constants.py Separate reboot required from commit required 2018-01-22 09:36:53 -05:00
exceptions.py Raise a specific exception instead of generic AttributeError 2016-11-08 18:04:42 +01:00
utils.py Fixed indentation in utils.list_settings 2018-02-19 13:38:58 -05:00
wsman.py Parameterize iDRAC is ready retries at class level 2017-07-24 19:29:15 -04:00