U
    -_g                     @   s*   d dl mZmZmZ G dd deeZdS )    )PluginRedHatPlugin	PluginOptc                   @   s<   e Zd ZdZdZdZdZeddddgZd	d
gZ	dd Z
dS )Fibrechannelz+Collect information on fibrechannel devicesZfibrechannel)ZhardwareZstoragesystem)z/sys/class/fc_hostz/sys/class/fc_remote_portsdebugTzcollect debugging logs)defaultZdescz/sys/kernel/debug/qla2*/z/sys/kernel/debug/fnic/c                 C   s   | j ddd | dr$| | j | ddg | d}|d dkr|d	  D ]:}d
|krT| d }| d| d| d| g qTd S )Nzudevadm info -a %(dev)sZfibre)Zdevicesr   zhbacmd listhbaszhbacmd ServerAttributesZstatusr   outputzPort WWN   zhbacmd HbaAttributes zhbacmd PortAttributes zhbacmd GetXcvrData )Zadd_device_cmdZ
get_optionZadd_copy_specdebug_pathsZadd_cmd_outputZcollect_cmd_output
splitlinessplit)selfZlisthbaslineZdev r   A/usr/lib/python3/dist-packages/sos/report/plugins/fibrechannel.pysetup   s"    

zFibrechannel.setupN)__name__
__module____qualname__Z
short_descZplugin_nameZprofilesfilesr   Zoption_listr   r   r   r   r   r   r      s   r   N)Zsos.report.pluginsr   r   r   r   r   r   r   r   <module>   s   