Merge "Disable trash purge scheduler"

This commit is contained in:
Zuul 2022-06-14 16:39:45 +00:00 committed by Gerrit Code Review
commit 739e907958
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ tripleo_cephadm_deployed_ceph_tht_path: "/home/stack/deployed_ceph.yaml"
tripleo_cephadm_backend: ''
tripleo_cephadm_action: disable
tripleo_cephadm_rbd_trash_interval: 15
tripleo_cephadm_enable_trash_scheduler: false
tripleo_cephadm_apply_ceph_conf_overrides_on_update: false
tripleo_cephadm_standalone: false
tripleo_cephadm_single_host_defaults: false

View File

@ -43,6 +43,7 @@
- name: Configure the RBD trash purge scheduler
when:
- tripleo_enabled_services | default([]) | intersect(['cinder_volume'])
- tripleo_cephadm_enable_trash_scheduler | default(false)
block:
- name: Get the RBD ceph_cli
include_tasks: ceph_cli.yaml