From e54c8e93ee7fcaa7d6341604f95e4985ef1be71e Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 8 Jul 2021 13:50:11 -0400 Subject: [PATCH] cephadm-adopt: set application on ganesha pool Set the nfs application to the ganesha pool. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1956840 Signed-off-by: Dimitri Savineau (cherry picked from commit aeb9f562e56f5ba563658a94380d8a6882504213) --- infrastructure-playbooks/cephadm-adopt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index c62729c08b..21dcca2cb4 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -948,6 +948,7 @@ ceph_pool: name: "{{ nfs_ganesha_export_pool_name | default('nfs-ganesha') }}" cluster: "{{ cluster }}" + application: nfs delegate_to: "{{ groups[mon_group_name][0] }}" run_once: true environment: