2.9. Ceph デーモンのログファイルの収集

Ceph デーモンのログファイルを収集するには、gather-ceph-logs.yml Ansible Playbook を実行します。現在、Red Hat Ceph Storage は、コンテナー化されていないデプロイメントのみのログ収集をサポートしています。

前提条件

  • Red Hat Ceph Storage クラスターが実行されている。
  • Ansible ノードへの管理者レベルのアクセス。

手順

  1. /usr/share/ceph-ansible ディレクトリーに移動します。

    [ansible@admin ~]# cd /usr/share/ceph-ansible
  2. Playbook を実行します。

    [ansible@admin ~]# ansible-playbook infrastructure-playbooks/gather-ceph-logs.yml -i hosts
  3. Ansible 管理ノードでログが収集されるまで待ちます。

関連情報