| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
node.CFSNode --+
|
_BaseFabricModule
Abstract Base clase for Fabric Modules. It can load modules, provide information about them and handle the configfs housekeeping. After instantiation, whether or not the fabric module is loaded depends on if a method requiring it (i.e. accessing configfs) is used. This helps limit loaded kernel modules to just the fabrics in use.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
discovery_enable_auth Set or get the discovery enable_auth flag. |
|||
|
discovery_authenticate_target Get the boolean discovery authenticate target flag. |
|||
|
discovery_userid Set or get the initiator discovery userid. |
|||
|
discovery_password Set or get the initiator discovery password. |
|||
|
discovery_mutual_userid Set or get the mutual discovery userid. |
|||
|
discovery_mutual_password Set or get the mutual discovery password. |
|||
|
targets Get the list of target objects. |
|||
|
version Get the fabric module version string. |
|||
|
wwns iterable of WWNs present for this fabric |
|||
|
Inherited from Inherited from |
|||
|
|||
Instantiate a FabricModule object, according to the provided name.
|
|
Some fabrics need WWNs in a format different than rtslib's internal format. These fabrics should override this method. |
Converts from WWN format used in this fabric's LIO configfs to canonical format. Note: Do not call from wwns(). There's no guarantee fabric wwn format is the same as wherever wwns() is reading from. |
Returns either iterable or None. None means fabric allows arbitrary WWNs. |
|
|
|||
discovery_enable_authSet or get the discovery enable_auth flag.
|
discovery_authenticate_targetGet the boolean discovery authenticate target flag.
|
discovery_useridSet or get the initiator discovery userid.
|
discovery_passwordSet or get the initiator discovery password.
|
discovery_mutual_useridSet or get the mutual discovery userid.
|
discovery_mutual_passwordSet or get the mutual discovery password.
|
targetsGet the list of target objects.
|
versionGet the fabric module version string.
|
wwnsiterable of WWNs present for this fabric
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Apr 16 22:40:11 2014 | http://epydoc.sourceforge.net |