An interface to configFS storage objects for userspace-backed
backstore.
|
|
__init__(self,
name,
config=None,
size=None,
wwn=None,
hw_max_sectors=None,
control=None)
Returns:
A UserBackedStorageObject object. |
|
|
|
|
| _configure(self,
config,
size,
wwn,
hw_max_sectors,
control) |
|
|
|
|
|
|
|
| _get_hw_max_sectors(self) |
|
|
|
|
| _get_control_tuples(self) |
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from StorageObject:
__eq__,
__ne__,
__repr__,
delete,
is_configured
Inherited from StorageObject (private):
_config_pr_aptpl,
_control,
_enable,
_gen_attached_luns,
_get_name,
_get_status,
_get_udev_path,
_get_version,
_get_wwn,
_list_alua_tpgs,
_list_attached_luns,
_parse_info,
_set_udev_path,
_set_wwn,
_write_fd
Inherited from node.CFSNode:
get_attribute,
get_parameter,
list_attributes,
list_parameters,
set_attribute,
set_parameter
|
|
|
hw_max_sectors = property(_get_hw_max_sectors, doc= "Get the m...
|
|
|
control_tuples = property(_get_control_tuples, doc= "Get the c...
|
|
|
size = property(_get_size, doc= "Get the size in bytes.")
|
|
|
config = property(_get_config, doc= "Get the TCMU config.")
|
|
|
alua_supported = property(_get_alua_supported, doc= "Returns t...
|
|
Inherited from StorageObject:
alua_tpgs,
attached_luns,
name,
status,
udev_path,
version,
wwn
Inherited from node.CFSNode:
configfs_dir,
exists,
path
|