An interface to configFS storage objects for userspace-backed
backstore.
|
__init__(self,
name,
config=None,
size=None,
wwn=None,
hw_max_sectors=None)
Returns:
A UserBackedStorageObject object. |
|
|
|
_configure(self,
config,
size,
wwn,
hw_max_sectors) |
|
|
|
|
|
_get_hw_max_sectors(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
|