Home | Trees | Indices | Help |
|
---|
|
object --+ | node.CFSNode --+ | StorageObject
This is an interface to storage objects in configFS. A StorageObject is identified by its backstore and its name.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
backstore Get the backstore object. |
|||
name Get the StorageObject name as a string. |
|||
udev_path Get the StorageObject udev_path as a string. |
|||
wwn Get or set the StorageObject T10 WWN Serial as a string. |
|||
status Get the storage object status, depending on whether or not itis used by any LUN |
|||
attached_luns Get the list of all LUN objects attached. |
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Fast scan of luns attached to a storage object. This is an order of magnitude faster than using root.luns and matching path on them. |
Recursively deletes a StorageObject object. This will delete all attached LUNs currently using the StorageObject object, and then the StorageObject itself. The underlying file and block storages will not be touched, but all ramdisk data will be lost.
|
|
|
backstoreGet the backstore object.
|
nameGet the StorageObject name as a string.
|
udev_pathGet the StorageObject udev_path as a string.
|
wwnGet or set the StorageObject T10 WWN Serial as a string. |
statusGet the storage object status, depending on whether or not itis used by any LUN
|
attached_lunsGet the list of all LUN objects attached.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 7 18:08:21 2014 | http://epydoc.sourceforge.net |