Skip to content

Commit

Permalink
cephadm-adopt: set application on ganesha pool
Browse files Browse the repository at this point in the history
Set the nfs application to the ganesha pool.

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

Signed-off-by: Dimitri Savineau <[email protected]>
(cherry picked from commit aeb9f56)
  • Loading branch information
dsavineau authored and guits committed Jul 21, 2021
1 parent 3ec8e90 commit e54c8e9
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 @@ -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:
Expand Down

0 comments on commit e54c8e9

Please sign in to comment.