HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/sos/report/plugins/__pycache__/ceph_mgr.cpython-310.pyc
o

i��d��@s4ddlZddlmZmZmZGdd�deee�ZdS)�N)�Plugin�RedHatPlugin�UbuntuPluginc@s4eZdZdZdZdZdZdZdZdd�Z	d	d
�Z
dS)�CephMGRa?
    This plugin is for capturing information from Ceph mgr nodes. While the
    majority of this plugin should be version-agnostic, several collections are
    dependent upon the version of Ceph installed. Versions that correlate to
    RHCS 4 or RHCS 5 are explicitly handled for differences such as those
    pertaining to log locations on the host filesystem.

    Note that while this plugin will activate based on the presence of Ceph
    containers, commands are run directly on the host as those containers are
    often not configured to successfully run the `ceph` commands collected by
    this plugin. These commands are majorily `ceph daemon` commands that will
    reference discovered admin sockets under /var/run/ceph.

    Users may expect to see several collections twice - once in standard output
    from the `ceph` command, and again in JSON format. The latter of which will
    be placed in the `json_output/` subdirectory within this plugin's directory
    in the report archive. These JSON formatted collections are intended to
    aid in automated analysis.
    zCEPH mgr�ceph_mgr)�storage�virt�	container�ceph)z/var/lib/ceph/mgr/*z/var/lib/ceph/*/mgr*)zceph-(.*-)?mgr.*cs�|�ddi�|�gd��|�gd��gd�}|�dd�|D��|jdd�|D�d	d
�gd��|��fdd�|��D��dS)
Nz"/var/log/ceph/(.*/)?ceph-mgr.*.log�ceph_mgr_log)z/etc/ceph/*keyring*z/var/lib/ceph/**/*keyring*z/var/lib/ceph/**/osd*z/var/lib/ceph/**/mon*z/var/lib/ceph/**/tmp/*mnt*z/etc/ceph/*bindpass*)z/var/log/ceph/**/ceph-mgr*.logz/var/lib/ceph/**/mgr*z/var/lib/ceph/**/bootstrap-mgr/z/run/ceph/**/ceph-mgr*)	zbalancer statuszorch host lszorch device lszorch lszorch ls --exportzorch pszorch status --detailzorch upgrade statuszlog last cephadmcSsg|]}d|���qS)�ceph ���.0�cmdr
r
�=/usr/lib/python3/dist-packages/sos/report/plugins/ceph_mgr.py�
<listcomp>Psz!CephMGR.setup.<locals>.<listcomp>cSsg|]}d|�d��qS)rz --format json-prettyr
rr
r
rrSs�json_output)�subdir)zconfig diffzconfig show�
dump_cache�
dump_mempools�dump_osd_network�mds_requests�mds_sessions�objecter_requestsrrz	perf dumpzperf histogram dumpzperf histogram schemazperf schema�status�versioncs&g|]}�D]
}d|�d|���qqS)zceph daemon � r
)r�mr��cmdsr
rrjs
��)�
add_file_tags�add_forbidden_path�
add_copy_spec�add_cmd_output�	get_socks)�self�
ceph_mgr_cmdsr
rr�setup*s"����z
CephMGR.setupcCsNg}t�d�D]\}}}|D]}|�d�r#|�d�r#|�|�||��qq|S)z�
        Find any available admin sockets under /var/run/ceph (or subdirs for
        later versions of Ceph) which can be used for ceph daemon commands
        z/var/run/ceph/zceph-mgrz.asok)�os�walk�
startswith�endswith�append�	path_join)r&�ceph_sockets�rdir�dirs�files�filer
r
rr%ns��zCephMGR.get_socksN)�__name__�
__module__�__qualname__�__doc__�
short_desc�plugin_name�profilesr2�
containersr(r%r
r
r
rrsDr)r)�sos.report.pluginsrrrrr
r
r
r�<module>s