From 3431f124c812ccce4676873165ed4035b9ff6df1 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 28 Jul 2023 14:57:48 +0200 Subject: [PATCH] cephadm: log to file Currently we don't gather mon/mgr logs, which are essential for debugging Ceph integration issues - this patch improves that. Change-Id: I4ec34511b022707d0069d7a07f2f92b34acf0085 --- roles/cephadm/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cephadm/tasks/main.yml b/roles/cephadm/tasks/main.yml index 3ce5e4024b..9aaa52965d 100644 --- a/roles/cephadm/tasks/main.yml +++ b/roles/cephadm/tasks/main.yml @@ -44,6 +44,7 @@ --skip-monitoring-stack --skip-dashboard --skip-firewalld + --log-to-file --mon-ip {{ mon_ip }} become: True register: cephadm_bootstrap_output