Home | Trees | Indices | Help |
|
---|
|
object --+ | node.CFSNode --+ | LUN
This is an interface to RTS Target LUNs in configFS. A LUN is identified by its parent TPG and LUN index.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|
|||
MAX_TARGET_LUN = 65535
|
|||
Inherited from |
|
|||
parent_tpg Get the parent TPG object. |
|||
lun Get the LUN index as an int. |
|||
storage_object Get the storage object attached to the LUN. |
|||
alias Get the LUN alias. |
|||
mapped_luns List all MappedLUN objects referencing this LUN. |
|||
alua_tg_pt_gp_name Get and Set the LUN's ALUA Target Port Group |
|||
Inherited from Inherited from |
|
repr(x)
|
A LUN object can be instanciated in two ways:
|
If the underlying configFS object does not exist, this method does nothing. If the underlying configFS object exists, this method attempts to delete it along with all MappedLUN objects referencing that LUN.
|
|
|
parent_tpgGet the parent TPG object.
|
lunGet the LUN index as an int.
|
storage_objectGet the storage object attached to the LUN.
|
aliasGet the LUN alias.
|
mapped_lunsList all MappedLUN objects referencing this LUN.
|
alua_tg_pt_gp_nameGet and Set the LUN's ALUA Target Port Group
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 15 16:43:04 2020 | http://epydoc.sourceforge.net |