HEX
Server: Apache
System: Linux insrv.serversdaddy.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
User: jsaha (1066)
PHP: 8.3.6
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/python3.9/site-packages/sos/report/plugins/__pycache__/scsi.cpython-39.pyc
a

^��c�	�@s2ddlmZddlmZmZGdd�dee�ZdS)�)�glob)�Plugin�IndependentPluginc@s$eZdZdZdZdZdZdd�ZdS)�Scsia�
    Collects various information about the SCSI devices install on the host
    system.

    This plugin will capture a large amount of data from the /sys filesystem,
    as well as several different invocations of the `lsscsi` command.

    Additionally, several `sg_persist` commands will be collected for each
    SCSI device identified by sos. Note that in most cases these commands are
    provided by the `sg3_utils` package which may not be present by default.
    zSCSI devicesZscsi)ZstorageZhardwarecCs�|�gd��dg}|�d�}|ddkrf|d��D].}|��d|vr6|��d}|�d	|�q6|jd
ddd�|�gd
��td�}|jd|d�|jgd�ddgd�dS)N)z
/proc/scsiz/etc/stinit.defz
/sys/bus/scsiz/sys/class/scsi_hostz/sys/class/scsi_diskz/sys/class/scsi_devicez/sys/class/scsi_genericZenclosuz	lsscsi -g�statusr�output����zsg_ses -p2 -b1 %sz	lsscsi -iZlsscsi)Zsuggest_filename�tags)z	sg_map -xZlspathz
lsmap -allZlsnportsz	lsscsi -Hz	lsscsi -dz	lsscsi -sz	lsscsi -Lz/sys/class/scsi_host/*zudevadm info -a %(dev)s)�devices)zsg_persist --in -k -d %(dev)szsg_persist --in -r -d %(dev)szsg_persist --in -s -d %(dev)szsg_inq %(dev)s�blockzsd.*)rZ	whitelist)Z
add_copy_specZcollect_cmd_output�
splitlines�splitZadd_cmd_outputrZadd_device_cmd)�selfZ
scsi_types�result�lineZdevsgZ
scsi_hosts�r�;/usr/lib/python3.9/site-packages/sos/report/plugins/scsi.py�setups"

�
�z
Scsi.setupN)�__name__�
__module__�__qualname__�__doc__Z
short_descZplugin_nameZprofilesrrrrrr
s
rN)rZsos.report.pluginsrrrrrrr�<module>	s