Skip to content

Commit

Permalink
Add ceph_nfs_adopt tag to the cephadm-adopt playbook
Browse files Browse the repository at this point in the history
There are existing OpenStack scenarios where nfs is still not managed
by cephadm. For this reason sometimes is useful skip the nfs part of
the adoption playbook and leave this daemon unmanaged.
The purpose of this patch is providing a tag to enable the OpenStack
operators to skip this playbook section.

Closes: https://bugzilla.redhat.com/2009212
Signed-off-by: Francesco Pantano <fpantano@redhat.com>
(cherry picked from commit b7299f2)
  • Loading branch information
fmount authored and guits committed Oct 1, 2021
1 parent c3fe1a6 commit 642a83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure-playbooks/cephadm-adopt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@

- name: stop and remove legacy ceph nfs daemons
hosts: "{{ nfs_group_name|default('nfss') }}"
tags: 'ceph_nfs_adopt'
serial: 1
become: true
gather_facts: false
Expand Down

0 comments on commit 642a83d

Please sign in to comment.