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>
- 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