| Current Path : /lib/python3/dist-packages/sos/report/plugins/__pycache__/ |
| Current File : //lib/python3/dist-packages/sos/report/plugins/__pycache__/corosync.cpython-38.pyc |
U
-�_g� � @ sZ d dl Z d dlmZmZmZmZ G dd� de�ZG dd� dee�ZG dd� deee�ZdS ) � N)�Plugin�RedHatPlugin�DebianPlugin�UbuntuPluginc @ s, e Zd ZdZdZdZdZdd� Zdd� Zd S )
�CorosynczCorosync cluster engine�corosync)Zcluster)r c
C s� | � dddg� | �dddddd d
g� | jddd
� | �d� d}| �|�sRd S d}zV| �d�}t|ddd��4}|D ](}t�||�rv| � t�||�� d�� qvW 5 Q R X W n8 t
k
r� } z| �d|� d|� �� W 5 d }~X Y nX d S )Nz
/etc/corosyncz/var/lib/corosync/fdataz/var/log/cluster/corosync.log*zcorosync-quorumtool -lzcorosync-quorumtool -szcorosync-cpgtoolzcorosync-cfgtool -szcorosync-blackboxzcorosync-objctl -azcorosync-cmapctl -m statszcorosync-cmapctlZcorosync_cmapctl)Ztagszkillall -USR2 corosyncz/etc/corosync/corosync.confz ^\s*(logging.)?logfile:\s*(\S+)$�rzUTF-8)�encoding� zcould not read from z: )Z
add_copy_specZadd_cmd_outputZexec_cmdZpath_existsZ path_join�open�re�match�search�group�IOErrorZ _log_warn)�selfZ
corosync_conf�patternZcconf�file�line�err� r �=/usr/lib/python3/dist-packages/sos/report/plugins/corosync.py�setup s<