An interface to configFS storage objects for pscsi backstore.
|
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")
|
Inherited from StorageObject :
attached_luns ,
name ,
status ,
udev_path ,
version
Inherited from node.CFSNode :
configfs_dir ,
exists ,
path
|