openafs_contrib.openafs.openafs_wait_for_quorum (1.9.0) — module

Wait for the dbserver connection and quorum

Authors: Michael Meffie

preview | supported by community

Install collection

Install with ansible-galaxy collection install openafs_contrib.openafs:==1.9.0


Add to requirements.yml

  collections:
    - name: openafs_contrib.openafs
      version: 1.9.0

Description

Wait until the VLDB and PRDB database elections are completed and a sync site is set.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Wait for database quorum
  become: yes
  openafs_contrib.openafs.openafs_wait_for_quorum:
    sleep: 10
    timeout: 600
  when:
    - afs_is_dbserver