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 |
|
|||
pr_aptpl_metadata_dir =
|
|||
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, or None for random. |
|||
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.
|
|
Restores StorageObject persistent reservations read from src_path. If src_path is omitted, uses the default LIO PR APTPL system path if it exists. This only works if the StorageObject is not in use currently, else an IO error will occur.
|
|
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, or None for random. |
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 Tue Jul 17 07:25:15 2018 | http://epydoc.sourceforge.net |