An interface to configFS storage objects for pscsi backstore.
|
|
__init__(self,
name,
dev=None,
index=None)
A PSCSIStorageObject can be instantiated in two ways: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
_write_fd
Inherited from node.CFSNode:
get_attribute,
get_parameter,
list_attributes,
list_parameters,
set_attribute,
set_parameter
|
|
|
wwn = property(StorageObject._get_wwn, _set_wwn, doc= "Get the...
|
|
|
model = property(_get_model, doc= "Get the SCSI device model s...
|
|
|
vendor = property(_get_vendor, doc= "Get the SCSI device vendo...
|
|
|
revision = property(_get_revision, doc= "Get the SCSI device r...
|
|
|
host_id = property(_get_host_id, doc= "Get the SCSI device hos...
|
|
|
channel_id = property(_get_channel_id, doc= "Get the SCSI devi...
|
|
|
target_id = property(_get_target_id, doc= "Get the SCSI device...
|
|
|
lun = property(_get_lun, doc= "Get the SCSI device LUN")
|
|
|
alua_supported = property(_get_alua_supported, doc= "Returns t...
|
|
Inherited from StorageObject:
alua_tpgs,
attached_luns,
name,
status,
udev_path,
version
Inherited from node.CFSNode:
configfs_dir,
exists,
path
|