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
This commit is contained in:
Michal Nasiadka 2023-07-28 14:57:48 +02:00
parent acf9375edc
commit 3431f124c8

View File

@ -44,6 +44,7 @@
--skip-monitoring-stack
--skip-dashboard
--skip-firewalld
--log-to-file
--mon-ip {{ mon_ip }}
become: True
register: cephadm_bootstrap_output