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_LUN = 255
|
|||
parent_tpg = property(_get_parent_tpg, doc= "Get the parent TP
|
|||
lun = property(_get_lun, doc= "Get the LUN index as an int.")
|
|||
storage_object = property(_get_storage_object, doc= "Get the s
|
|||
alias = property(_get_alias, doc= "Get the LUN alias.")
|
|||
mapped_luns = property(_list_mapped_luns, doc= "List all Mappe
|
|||
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_tpg
|
storage_object
|
mapped_luns
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Nov 3 22:20:38 2016 | http://epydoc.sourceforge.net |