ceph-mds: Set application pool to cephfs

We don't need to use the cephfs variable for the application pool
name because it's always cephfs.
If the cephfs variable is set to something else than the default
value it will break the appplication pool task.

Resolves: #3790

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/3848/head
Dimitri Savineau 2019-04-04 09:33:05 -04:00 committed by Guillaume Abrioux
parent c1e4529b0e
commit d2efb7f02b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
- check_existing_cephfs.rc != 0 - check_existing_cephfs.rc != 0
- name: assign application to cephfs pools - name: assign application to cephfs pools
command: "{{ docker_exec_cmd | default('') }} ceph --cluster {{ cluster }} osd pool application enable {{ item }} {{ cephfs }}" command: "{{ docker_exec_cmd | default('') }} ceph --cluster {{ cluster }} osd pool application enable {{ item }} cephfs"
with_items: with_items:
- "{{ cephfs_data }}" - "{{ cephfs_data }}"
- "{{ cephfs_metadata }}" - "{{ cephfs_metadata }}"