]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
debug: add a sleep 365d debug-cv-tests
authorGuillaume Abrioux <gabrioux@ibm.com>
Thu, 9 Mar 2023 09:53:57 +0000 (10:53 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 9 Mar 2023 10:02:26 +0000 (11:02 +0100)
for debugging purposes

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
roles/ceph-osd/tasks/main.yml

index 623731ddd1d53803caad68bb5a6e907187e42c84..6d5b72590e87b3403efa077ec74ab384e72ea2f3 100644 (file)
     - not switch_to_containers | default(False) | bool
     - inventory_hostname == ansible_play_hosts_all | last
 
+- name: sleep infinity debug
+  command: sleep 365d
+  when: inventory_hostname == ansible_play_hosts_all | last
+
 - name: wait for all osd to be up
   command: "{{ hostvars[groups[mon_group_name][0]]['container_exec_cmd'] | default('') }} ceph --cluster {{ cluster }} osd stat -f json"
   register: wait_for_all_osds_up