]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
common: don't enable debug log on ceph-volume calls by default
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 5 Aug 2020 16:02:48 +0000 (18:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 13 Aug 2020 12:21:44 +0000 (14:21 +0200)
commit88c9f6d96923f0f1990e9006e8f8e2a0bf968931
treef5cb8ac3efb34d373162bf91914e5904316f145a
parentfa0484d48116fd1f36f823dc4f815db3a5adc70a
common: don't enable debug log on ceph-volume calls by default

ceph-volume can generate large logs at some point.

debug logs by definition should be enabled only when debugging.

Let's make it customizable with a variable which is set to `False` by
default.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 448cc280b7919ac7d19d854a92e3ed367b361ccc)
12 files changed:
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
infrastructure-playbooks/filestore-to-bluestore.yml
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/purge-container-cluster.yml
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/shrink-osd.yml
infrastructure-playbooks/storage-inventory.yml
roles/ceph-config/tasks/main.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-osd/tasks/scenarios/lvm-batch.yml
roles/ceph-osd/tasks/scenarios/lvm.yml