Skip to content

Commit

Permalink
facts: fsid tasks when deploying clients Ceph with external cluster
Browse files Browse the repository at this point in the history
These tasks are unnecessary executed when deploying client nodes on
an external Ceph cluster.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2151285

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits committed Jan 3, 2023
1 parent 2c94bac commit 534fdd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/ceph-facts/tasks/facts.yml
Expand Up @@ -179,6 +179,8 @@

- name: fsid related tasks
when:
- groups[mon_group_name] is defined
- groups[mon_group_name] | length > 0
- generate_fsid | bool
- current_fsid.rc != 0
- not rolling_update | bool
Expand Down

0 comments on commit 534fdd9

Please sign in to comment.