| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
node.CFSNode --+
|
Nexus
This is a an interface to Target Portal Groups in configFS. A Nexus is identified by its parent Target object and its nexus Tag. To a Nexus object is attached a list of NetworkPortals.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
alua_metadata_path Get the ALUA metadata directory path for the Nexus. |
|||
|
tag Get the Nexus Tag as an int. |
|||
|
initiator Get the Nexus initiator address as a string. |
|||
|
parent_target Get the parent Target object to which the Nexus is attached. |
|||
|
luns Get the list of LUN objects currently attached to the Nexus. |
|||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Creates the configFS node if it does not already exists depending on the mode. any -> makes sure it exists, also works if the node already does exists lookup -> make sure it does NOT exists create -> create the node which must not exists beforehand Upon success (no exception raised), self._fresh is True if a node was created, else self._fresh is False.
|
Recursively deletes a Nexus object. This will delete all attached LUN, and then the Nexus itself.
|
|
|||
alua_metadata_pathGet the ALUA metadata directory path for the Nexus.
|
tagGet the Nexus Tag as an int.
|
initiatorGet the Nexus initiator address as a string.
|
parent_targetGet the parent Target object to which the Nexus is attached.
|
lunsGet the list of LUN objects currently attached to the Nexus.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 12 11:25:46 2011 | http://epydoc.sourceforge.net |