HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/sos/report/plugins/__pycache__/xfs.cpython-310.pyc
o

-�_g]�@s&ddlmZmZGdd�dee�ZdS)�)�Plugin�IndependentPluginc@s,eZdZdZdZdZdZdZdZdd�Z	d	S)
�Xfsz�This plugin collects information on mounted XFS filessystems on the
    local system.

    Users should expect `xfs_info` and `xfs_admin` collections by this plugin
    for each XFS filesystem that is locally mounted.
    zXFS filesystem�xfs)�storage)�/sys/fs/xfs�/proc/fs/xfs)rcCspd}d}t|�||��D]"}|D]}|�d�}|jd|d��dd�|�d|d	���qq|�d
dg�dS)Nz/proc/mountsz^(/dev/.+).+xfs\s+� z	xfs_info ��xfs_info)�tagszxfs_admin -l -u rrr)�zip�do_regex_find_all�split�add_cmd_output�
add_copy_spec)�self�mounts�ext_fs_regex�dev�ext�parts�r�8/usr/lib/python3/dist-packages/sos/report/plugins/xfs.py�setups
��
�z	Xfs.setupN)
�__name__�
__module__�__qualname__�__doc__�
short_desc�plugin_name�profiles�files�kernel_modsrrrrrrsrN)�sos.report.pluginsrrrrrrr�<module>s